Skip to content

Commit

Permalink
Fix: Create a unique SQL policy id (#398)
Browse files Browse the repository at this point in the history
As the original if ("73290fa2-dfa7-4bbb-945d-a5e23b75df2c") was used for
these policies (community and built-in):
- policyDefinitions/SQL/configure-azure-sql-db-to-use-tls-1.2
- /providers/Microsoft.Authorization/policyDefinitions/73290fa2-dfa7-4bbb-945d-a5e23b75df2c
  • Loading branch information
aschabus authored Nov 3, 2023
1 parent bd976df commit d7df9a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "73290fa2-dfa7-4bbb-945d-a5e23b75df2c",
"name": "e7c2dace-6fe3-44e0-8f59-e4a9b100c311",
"type": "Microsoft.Authorization/policyDefinitions",
"properties": {
"displayName": "Configure Azure SQL DB to use TLS 1.2",
Expand Down

0 comments on commit d7df9a0

Please sign in to comment.