Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Add id function for sql service firewall rules. #3089

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

preslavgerchev
Copy link
Contributor

@preslavgerchev preslavgerchev commented Jan 22, 2024

Fixes #3088

cnquery> azure.subscription.sql.servers[0].firewallRules
azure.subscription.sql.servers[0].firewallRules: [
  0: azure.subscription.sqlService.firewallrule id="/subscriptions/e9ee8090-9784-42d6-9534-bc1d881eeff6/resourceGroups/Security-Team-resources-aqla/providers/Microsoft.Sql/servers/security-team-sql-server1-90sq/firewallRules/ClientIPAddress1" name="ClientIPAddress1"
  1: azure.subscription.sqlService.firewallrule id="/subscriptions/e9ee8090-9784-42d6-9534-bc1d881eeff6/resourceGroups/Security-Team-resources-aqla/providers/Microsoft.Sql/servers/security-team-sql-server1-90sq/firewallRules/range2" name="range2"
  2: azure.subscription.sqlService.firewallrule id="/subscriptions/e9ee8090-9784-42d6-9534-bc1d881eeff6/resourceGroups/Security-Team-resources-aqla/providers/Microsoft.Sql/servers/security-team-sql-server1-90sq/firewallRules/test-qlserver-rule-1" name="test-qlserver-rule-1"
]

@preslavgerchev preslavgerchev merged commit 89abd49 into main Jan 22, 2024
10 checks passed
@preslavgerchev preslavgerchev deleted the preslav/3088 branch January 22, 2024 12:14
@github-actions github-actions bot locked and limited conversation to collaborators Jan 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Azure: Retrieval of Firewall Rules in SQL Server
2 participants