Azure SQL Firewall Rules IP parameters missing
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức phù hợp với người mới
- 35/100
- Loại issue
- Lỗi
- Độ rõ ràng
- Khá rõ ràng
- Mức độ hoạt động
- Đình trệ
- Công nghệ
- azure, powershell
- Lĩnh vực
- cloud, databases, networking
Hướng nghiên cứu
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.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
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": {}
}
- Ngôn ngữ chính
- PowerShell
- Star
- 420
- Fork
- 174
- Merge trung bình
- 16 ngày 18 giờ
- Pull request đã merge (30 ngày)
- 1
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của Azure/AzOps
-
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 90/100
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 74/100
-
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 78/100
-
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 42/100
-
Failed to export child resources Đang mở
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 28/100
Issue tương tự
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
carverauto/serviceradar#4596 ·
-
complexity: small feature: security role: DevOps Engineer size: 2pt
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
hackforla/devops-security#203 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 65/100
OpenHands/OpenHands-Cloud#1283 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
elecnix/infra-cost-model#353 ·