Add azuredeploy.json for key-vault-key-create#14739
Add azuredeploy.json for key-vault-key-create#14739msmbaldwin wants to merge 1 commit intoAzure:masterfrom
Conversation
Re-adds azuredeploy.json (compiled from main.bicep) which was incorrectly removed during the recent RBAC modernization PR. The 'Deploy to Azure' button in README.md links to this file. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
@msmbaldwin - check this PR for updates that may be needed to documentation that references this sample. [This is an automated message. You are receiving it because you are listed as the docOwner in metadata.json.] |
|
@alex-frankel — quick explanation and ask: When the four KV RBAC PRs (#14704, #14705, #14706, #14707) were prepared, This PR (and its three siblings #14740, #14741, #14742) just adds the missing MAC is green on all four. The red "Validate" check is the same |
Adds
azuredeploy.jsonfor thekey-vault-key-createsample.Why?
azuredeploy.jsonwas missing from #14706 under the (incorrect) assumption that CI would regenerate the compiled JSON frommain.bicepautomatically. AQT doesn't do that — both files are expected to be committed by the contributor, and the "Deploy to Azure" / "Visualize" buttons inREADME.mdlink directly toazuredeploy.json.How was it generated?
az bicep buildagainst themain.bicepalready on master.