Skip to content

Commit

Permalink
Fix: Create a unique policy id (#396)
Browse files Browse the repository at this point in the history
As the original if ("b83d392d-3a11-41ac-bf39-c6ee381b9255") was used for these community policies:
- policyDefinitions/Compute/deploy-linux-vm-app
- policyDefinitions/Compute/deploy-windows-vm-app
  • Loading branch information
aschabus authored Nov 3, 2023
1 parent 208f276 commit bd976df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,5 @@
}
},
"type": "Microsoft.Authorization/policyDefinitions",
"name": "b83d392d-3a11-41ac-bf39-c6ee381b9255"
"name": "25c202a4-16b4-403f-82d4-0dba3e3e689a"
}

0 comments on commit bd976df

Please sign in to comment.