Add Managed HSM support to Application Gateway SSL certificate cmdlets#29418
Open
srijanee wants to merge 1 commit intoAzure:release-network-2025-07-01from
Open
Add Managed HSM support to Application Gateway SSL certificate cmdlets#29418srijanee wants to merge 1 commit intoAzure:release-network-2025-07-01from
srijanee wants to merge 1 commit intoAzure:release-network-2025-07-01from
Conversation
| Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
Collaborator
|
/azp run |
Contributor
|
Azure Pipelines successfully started running 3 pipeline(s). |
Collaborator
|
/azp run |
Contributor
|
Azure Pipelines successfully started running 3 pipeline(s). |
VeryEarly
reviewed
Apr 20, 2026
| @@ -0,0 +1,2 @@ | |||
| "Module","Sdk","Severity","ProblemId","Description","Remediation" | |||
Collaborator
There was a problem hiding this comment.
please do not manually update SDK code, regenerate with a new commit ID instead
Author
There was a problem hiding this comment.
I am making changes for new Swagger branch 2025-07-01. How do I make PS changes for 2025-07-01, should I wait for SDK to be generated officially and merge on this release branch on work on it?
3 tasks
- Updated README.md to 2025-07-01 TypeSpec-consolidated swagger specs (commit 906c9971ea, 16 files replacing 66 individual 2025-05-01 files) - Regenerated SDK via autorest (1940 files) - Added PSApplicationGatewayManagedHsm PS model - Updated PSApplicationGatewaySslCertificate with Hsm property - Added AutoMapper bidirectional mappings for ManagedHsm - Added -HsmKeyId and -HsmPublicCertData parameters to New/Set/Add-AzApplicationGatewaySslCertificate cmdlets - Updated help docs with HSM examples and parameter documentation - Updated ChangeLog Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
456b4f7 to
7d6e211
Compare
Collaborator
|
/azp run |
Contributor
|
Azure Pipelines successfully started running 3 pipeline(s). |
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
Adds Managed HSM (Hardware Security Module) support to Application Gateway SSL certificate PowerShell cmdlets, based on swagger changes from Azure/azure-rest-api-specs#42137.
New model:
ApplicationGatewayManagedHsmKeyId— URI of a key stored in Managed HSMPublicCertData— Base-64 encoded public certificate data (read-only from service)New cmdlet parameters
-HsmKeyId— Key identifier of a key stored in Managed HSM-HsmPublicCertData— Base-64 encoded public certificate dataAffected cmdlets
New-AzApplicationGatewaySslCertificateSet-AzApplicationGatewaySslCertificateAdd-AzApplicationGatewaySslCertificateChanges
ApplicationGatewayManagedHsm.cs(new),ApplicationGatewaySslCertificate.cs,ApplicationGatewaySslCertificatePropertiesFormat.csPSApplicationGatewayManagedHsm.cs(new),PSApplicationGatewaySslCertificate.csNetworkResourceManagerProfile.cs— bidirectional mappingAzureApplicationGatewaySslCertificateBase.cs— new parameters + NewObject()Testing
dotnet build src/Network/Network.Management.Sdk/Network.Management.Sdk.csproj— 0 errors, 0 warningsdotnet build src/Network/Network/Network.csproj— 0 errors, 0 warnings