Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Springstone committed Dec 11, 2024
1 parent 9e06d9c commit 007d8e0
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 216 deletions.
2 changes: 1 addition & 1 deletion eslzArm/eslzArm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5249,7 +5249,7 @@
"apiVersion": "2019-10-01",
"name": "[variables('deploymentNames').avnmPolicyDeploymentName]",
"location": "[deployment().location]",
"scope": "[concat('Microsoft.Management/managementGroups/', parameters('enterpriseScaleCompanyPrefix'))]",
"scope": "[variables('scopes').eslzRootManagementGroup]",
"dependsOn": [
"[resourceId('Microsoft.Resources/deployments', variables('deploymentNames').avnmConnectivityHubDeploymentName)]"
],
Expand Down
18 changes: 0 additions & 18 deletions eslzArm/prerequisites/deployPrerequisites.parameters.json

This file was deleted.

19 changes: 0 additions & 19 deletions eslzArm/prerequisites/rg.bicep

This file was deleted.

22 changes: 0 additions & 22 deletions eslzArm/prerequisites/test.bicep

This file was deleted.

146 changes: 0 additions & 146 deletions eslzArm/prerequisites/test.json

This file was deleted.

9 changes: 0 additions & 9 deletions eslzArm/prerequisites/uai.bicep

This file was deleted.

6 changes: 5 additions & 1 deletion eslzArm/subscriptionTemplates/avnmPolicy.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "string",
"metadata": {
"displayName": "location",
"description": "Location of the HUB"
"description": "Location for all resources."
},
"defaultValue": "[deployment().location]"
},
Expand Down Expand Up @@ -61,6 +61,10 @@
"type": "Microsoft.Authorization/policyAssignments",
"apiVersion": "2023-04-01",
"name": "[guid(concat(parameters('topLevelManagementGroupPrefix'), 'Configure-AVNM-dynamic-group-membership'))]",
"location": "[parameters('location')]",
"identity": {
"type": "SystemAssigned"
},
"properties": {
"description": "AVNM dynamic group membership Policy",
"displayName": "AVNM dynamic group membership Policy",
Expand Down

0 comments on commit 007d8e0

Please sign in to comment.