Conversation
…DN resources Add 5 new Azure services with 23 resource types covering the most popular missing Azure services for security and compliance auditing. New services: - Functions: functionApp, functionApp.function - Service Bus: namespace, queue, topic, topic.subscription - Event Hubs: namespace, eventHub, consumerGroup - DNS: zone, recordSet, privateZone, virtualNetworkLink - Front Door/CDN: profile, endpoint, customDomain, originGroup, origin Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This comment has been minimized.
This comment has been minimized.
…censes - Fix nil dereference in functions.go when fn.Properties is nil - Remove minimumTlsVersion/publicNetworkAccess from Service Bus namespace (not available in armservicebus v1.2.0 SDK, v2 is beta-only) - Fix copyright headers to match existing convention (2024, 2026) - Add frontdoor/functionapp to spelling expect.txt Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
- functions.go: serialize site.Properties instead of entire Site object - frontdoor.go: propagate JsonToDict errors for health probe/load balancing settings - dns.go: propagate JsonToDict errors for record set properties Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Tim Smith <tsmith84@gmail.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
make providers/build/azure && make providers/install/azuremql shell azure -c "azure.subscription.functions.functionApps"mql shell azure -c "azure.subscription.serviceBus.namespaces"mql shell azure -c "azure.subscription.eventHub.namespaces"mql shell azure -c "azure.subscription.dns.zones"andazure.subscription.dns.privateZonesmql shell azure -c "azure.subscription.frontDoor.profiles"🤖 Generated with Claude Code