network application-gateway: register API versions 2024-10-01 → 2025-07-01 in tree.json - #1071
Draft
Aditya Pujara (a0x1ab) wants to merge 1 commit into
Conversation
…07-01 in tree.json * Initial plan * network application-gateway: register API versions 2024-10-01→2025-07-01 in tree.json The show/create/update commands were missing versions 2024-10-01 through 2025-07-01 from Commands/tree.json, so code generators picked up an older schema that lacked the Managed-HSM SSL-certificate fields (sslCertificates[].properties.hsm.keyId / publicCertData) introduced in the 2025-07-01 ARM spec. The 2025-07-01.xml / 2025-07-01.json resource files already carry the full hsm schema. This commit registers the four missing versions in tree.json so the latest generated slice targets 2025-07-01, matching the downstream fix in azure-cli PR Azure#7 (Azure/azure-cli issue #33981). Co-authored-by: a0x1ab <59631311+a0x1ab@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: a0x1ab <59631311+a0x1ab@users.noreply.github.com>
This was referenced Aug 25, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Durable AAZ command-model source for issue
#33981.please provide the link to the corresponding pull request in Azure/azure-cli or Azure/azure-cli-extensions:
a0x1ab/azure-cli#7
network application-gateway show/create/updatewere missing versions2024-10-01–2025-07-01fromCommands/tree.json, so the code generator targeted an older schema that silently dropped the Managed-HSM SSL-certificate fields (sslCertificates[].properties.hsm.keyId/publicCertData) introduced in the2025-07-01ARM API spec.Commands/tree.json: Added version entries2024-10-01,2025-01-01,2025-05-01,2025-07-01fornetwork application-gateway show,create, andupdate. No changes to the XML/JSON resource files —Resources/…/2025-07-01.xmland2025-07-01.jsonalready carry the fullhsmschema.