Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
6161737 to
992dc98
Compare
This comment has been minimized.
This comment has been minimized.
992dc98 to
5e5d3a0
Compare
Contributor
czunker
reviewed
Feb 18, 2026
Member
Author
|
@czunker let me know if there was other items here |
czunker
approved these changes
Feb 19, 2026
Add all the security non-dict fields we can from the SDK Signed-off-by: Tim Smith <tsmith84@gmail.com>
createWebAppResourceFromSite was missing the new appsite fields (httpsOnly, clientCertEnabled, clientCertMode, enabled, state), causing incomplete resources when accessed via appslot.parent(). Also add default values for new CosmosDB fields in fetchDbAccountsByType and fetchCosmosForPostgres. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The shared helper is called for both appsite and appslot resource types, but only appsite has the new fields (httpsOnly, clientCertEnabled, etc.). Setting unknown fields on appslot would cause errors. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Tim Smith <tsmith84@gmail.com>
Signed-off-by: Tim Smith <tsmith84@gmail.com>
101ca19 to
c8cfdc4
Compare
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.
Extend existing Azure resources with additional fields that surface important security and configuration properties directly, without requiring users to dig into the raw properties dict.
azure.subscription.computeService.disk
azure.subscription.networkService.subnet
azure.subscription.networkService.frontendIpConfig
azure.subscription.networkService.interface
azure.subscription.networkService.securityrule
azure.subscription.storageService.account
azure.subscription.webService.appsite
azure.subscription.webService.appsiteconfig
azure.subscription.sqlService.server
azure.subscription.postgreSqlService.flexibleServer
azure.subscription.postgreSqlService.server
azure.subscription.mySqlService.server
azure.subscription.mySqlService.flexibleServer
azure.subscription.cosmosDbService.account
azure.subscription.keyVaultService.vault
azure.subscription.aksService.cluster
azure.subscription.cacheService.redisInstance