-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[KeyVault] - Add networkAcls to MHSM ARM template #15830
Conversation
/azp run js - keyvault-admin - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run js - keyvault-admin - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run js - keyvault-keys - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Make sure CI passes 🌞
/check-enforcer override Explanation: there is a known issue that is being investigated on the service side. But, the changes I made here have been validated to deploy a managed HSM successfully. I'd rather merge this in now and monitor the pipeline since it actually deploys resources correctly. |
This PR makes three changes to our deployment template:
The first is now needed, and without it deployment will fail.
The second is no longer needed, since it looks like the az cli appropriately waits before coming back.
Finally, the third is something I noticed - there's no reason to create and purge keys which takes a long time in order to test CAE.