Skip to content

Commit

Permalink
Update Library Templates (automated)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 25, 2023
1 parent 931cd2b commit 87be7d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"Deny-Subnet-Without-Nsg",
"Deploy-AKS-Policy",
"Deploy-AzSqlDb-Auditing",
"Deploy-SQL-TDE",
"Deploy-SQL-Threat",
"Deploy-VM-Backup",
"Enable-DDoS-VNET",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"policyType": "Custom",
"mode": "Indexed",
"displayName": "[Deprecated] Deploys NSG flow logs and traffic analytics to Log Analytics",
"description": "[Deprecated] Deprecated by built-in policy. Deploys NSG flow logs and traffic analytics to Log Analytics with a specfied retention period.",
"description": "[Deprecated] Deprecated by built-in policy. Deploys NSG flow logs and traffic analytics to Log Analytics with a specified retention period.",
"metadata": {
"deprecated": true,
"version": "1.1.0-deprecated",
Expand Down Expand Up @@ -41,7 +41,7 @@
"displayName": "Resource ID of Log Analytics workspace",
"description": "Select Log Analytics workspace from dropdown list. If this workspace is outside of the scope of the assignment you must manually grant 'Log Analytics Contributor' permissions (or similar) to the policy assignment's principal ID."
},
"defaultValue": ""
"defaultValue": "<workspace resource ID>"
},
"effect": {
"type": "String",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"displayName": "Configure Azure PaaS services to use private DNS zones",
"description": "This policy initiative is a group of policies that ensures private endpoints to Azure PaaS services are integrated with Azure Private DNS zones",
"metadata": {
"version": "1.1.0",
"version": "1.1.1",
"category": "Network",
"source": "https://github.com/Azure/Enterprise-Scale/",
"alzCloudEnvironments": [
Expand Down Expand Up @@ -506,7 +506,7 @@
"policyDefinitionId": "/providers/Microsoft.Authorization/policyDefinitions/06695360-db88-47f6-b976-7500d4297475",
"parameters": {
"privateDnsZoneId": {
"value": "[parameters('azureFileprivateDnsZoneId')]"
"value": "[parameters('azureFilePrivateDnsZoneId')]"
},
"effect": {
"value": "[parameters('effect')]"
Expand Down

0 comments on commit 87be7d6

Please sign in to comment.