Restore azuredeploy.json for key-vault-secret-create#14740
Restore azuredeploy.json for key-vault-secret-create#14740msmbaldwin 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>
|
@alex-frankel — quick explanation and ask: When the four KV RBAC PRs (#14704, #14705, #14706, #14707) were prepared, This PR (and its three siblings #14739, #14741, #14742) just adds the missing MAC is green on all four. The red "Validate" check is the same |
Re-adds
azuredeploy.jsonfor thekey-vault-secret-createsample.Why?
azuredeploy.jsonwas removed in #14705 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. No template logic changes.