Azure SQL Firewall Rules IP parameters missing
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Idoneità per principianti
- 35/100
- Tipo di issue
- Bug
- Chiarezza
- Abbastanza chiara
- Stato di attività
- Ferma
- Stack tecnologico
- azure, powershell
- Ambito
- cloud, databases, networking
Direzione di ricerca
The issue names no source files, entry points, or tests. Reproduce the export with an Azure SQL firewall rule, then trace the generated ARM JSON and compare it with the portal resource. Done means the exported firewall-rule resource includes the source IP parameters and the relevant tests pass.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
We are trying to help a customer using AzOps to Backup their Azure Infrastructure ARM configuration.
The AIM is to have history of the changes in case of accidental deletion.
We found the JSON generated form the tool missing a parameter in case of Firewall Rules applied to an Azure SQL.
To reproduce:
- Create an Azure SQL
- Apply a Firewall rule with a source IP Address.
- Find the Source IP address in the generated JSON.
Here the resource in the portal:

Here the generated JSON:
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"metadata": {
"_generator": {
"name": "AzOps"
}
},
"parameters": {},
"variables": {},
"resources": [
{
"apiVersion": "2022-05-01-preview",
"name": "deletedbtest/ClientIPAddress_2023-3-1_15-26-4",
"type": "Microsoft.Sql/servers/firewallRules"
}
],
"outputs": {}
}
- Lingua principale
- PowerShell
- Stelle
- 420
- Fork
- 174
- Merge medio
- 16g 18h
- PR unite (30g)
- 1
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di Azure/AzOps
-
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 90/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 74/100
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 78/100
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 42/100
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 28/100
Issue simili
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
carverauto/serviceradar#4596 ·
-
complexity: small feature: security role: DevOps Engineer size: 2pt
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
hackforla/devops-security#203 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 65/100
OpenHands/OpenHands-Cloud#1283 ·
-
[BUG] ECR GetAuthorizationToken returns a proxyEndpoint for the default region, not the request's Apertabug ecr
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
docs-from-code
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
microsoft/aspire.dev#1734 ·