Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
fcf6be6
Add denyResourceDeletionPolicyAssignment to platform management group
arjenhuitema Mar 5, 2024
bbea7e2
Add listOfResourceTypesDisallowedForDeletion parameter to eslzArm.json
arjenhuitema Mar 6, 2024
ebd87dc
Merge branch 'main' into feature-ama-updates
arjenhuitema May 13, 2024
9218a6b
Enable Centralized UAMI
arjenhuitema May 14, 2024
9944b04
Merge remote-tracking branch 'origin/policy-refresh-q3fy24' into feat…
arjenhuitema May 14, 2024
c978ddb
Refactor Data Collection Rule deployment for VM Insights
arjenhuitema May 21, 2024
20278c8
Removed listOfApplicableLocations
arjenhuitema May 22, 2024
8c5b97a
Add userAssignedIdentityLiteDeploymentName, Removed Locations from Up…
arjenhuitema May 22, 2024
b741120
Replaced by MODIFY-AUM-CheckUpdatesPolicyAssignment.json
arjenhuitema May 22, 2024
743d6d6
Replaced by dataCollectionRule-VmInsights.json
arjenhuitema May 22, 2024
02be852
Add Builtin Initiative Assignment for MDFCDefenderSqlAma
arjenhuitema May 22, 2024
97552dd
Removed policy assignment for Deploying User Assigned Identity
arjenhuitema May 22, 2024
963762f
Remove deprecated policy assignment for User Assigned Identity
arjenhuitema May 22, 2024
e5407ef
Refactor data collection rule names for various resources
arjenhuitema May 22, 2024
655e2af
Deprecating as the built-in initiative now supports bringing your own…
arjenhuitema May 22, 2024
b0c9f2d
Removed userAssignedIdentityResourceGroup
arjenhuitema May 23, 2024
87c6d4c
Refactor deployment dependencies for user assigned identity
arjenhuitema May 23, 2024
8c424d4
Refactor user assigned identity resource ID parameter name
arjenhuitema May 23, 2024
d1211a1
Value as bool not string
arjenhuitema May 23, 2024
6c2c116
Removing effect parameter from the assignment as it doesnt exist in t…
arjenhuitema May 23, 2024
d4fe37c
Merge remote-tracking branch 'origin/policy-refresh-q3fy24' into feat…
arjenhuitema May 23, 2024
2762a01
Add role assignments for managed identity operator in policy assignments
arjenhuitema May 24, 2024
1a159b8
Refactor role assignments for managed identity operators in policy as…
arjenhuitema May 24, 2024
0f16904
Update whats new
arjenhuitema May 27, 2024
b8054aa
Auto-update Portal experience [arjenhuitema/569c6afb]
github-actions[bot] May 27, 2024
c78c077
Update src/resources/Microsoft.Authorization/policyDefinitions/Deploy…
arjenhuitema May 28, 2024
fc3daf8
Auto-update Portal experience [arjenhuitema/569c6afb]
github-actions[bot] May 28, 2024
ac73856
Fix length display names for deprecated policies
arjenhuitema May 28, 2024
9a8d146
Merge branch 'feature-ama-updates' of https://github.com/Azure/Enterp…
arjenhuitema May 28, 2024
2342665
Auto-update Portal experience [arjenhuitema/569c6afb]
github-actions[bot] May 28, 2024
3f76a44
Fix lenght display name for deprecated initiative
arjenhuitema May 28, 2024
7c4319c
Merge branch 'feature-ama-updates' of https://github.com/Azure/Enterp…
arjenhuitema May 28, 2024
e1d54ff
Auto-update Portal experience [arjenhuitema/569c6afb]
github-actions[bot] May 28, 2024
91d3b9e
Update What's new
arjenhuitema May 28, 2024
79fcba7
Merge branch 'feature-ama-updates' of https://github.com/Azure/Enterp…
arjenhuitema May 28, 2024
80a383a
Update What's new
arjenhuitema May 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Refactor user assigned identity resource ID parameter name
  • Loading branch information
arjenhuitema committed May 23, 2024
commit 8c424d4e687f6ddcf70169673da3cdd0b6a2c62c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"description": "Enable this to enforce that the user assigned identity must exist in the same subscription as the virtual machine. When true, must provide User-Assigned Managed Identity Name and User-Assigned Managed Identity Resource Group Name parameters. When false, the parameter User Assigned Managed Identity Resource Id will be used instead."
}
},
"userAssignedManagedIdentityResourceId": {
"userAssignedIdentityResourceId": {
"type": "string",
"metadata": {
"description": "Provide the resourceId of the user assigned managed identity"
Expand Down Expand Up @@ -130,8 +130,8 @@
"restrictBringYourOwnUserAssignedIdentityToSubscription": {
"value": "[parameters('restrictBringYourOwnUserAssignedIdentityToSubscription')]"
},
"userAssignedManagedIdentityResourceId": {
"value": "[parameters('userAssignedManagedIdentityResourceId')]"
"userAssignedIdentityResourceId": {
"value": "[parameters('userAssignedIdentityResourceId')]"
},
"effect": {
"value": "[parameters('effect')]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"description": "Enable this to enforce that the user assigned identity must exist in the same subscription as the virtual machine. When true, must provide User-Assigned Managed Identity Name and User-Assigned Managed Identity Resource Group Name parameters. When false, the parameter User Assigned Managed Identity Resource Id will be used instead."
}
},
"userAssignedManagedIdentityResourceId": {
"userAssignedIdentityResourceId": {
"type": "string",
"metadata": {
"description": "Provide the resourceId of the user assigned managed identity"
Expand Down Expand Up @@ -130,8 +130,8 @@
"restrictBringYourOwnUserAssignedIdentityToSubscription": {
"value": "[parameters('restrictBringYourOwnUserAssignedIdentityToSubscription')]"
},
"userAssignedManagedIdentityResourceId": {
"value": "[parameters('userAssignedManagedIdentityResourceId')]"
"userAssignedIdentityResourceId": {
"value": "[parameters('userAssignedIdentityResourceId')]"
},
"effect": {
"value": "[parameters('effect')]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"description": "Enable this to enforce that the user assigned identity must exist in the same subscription as the virtual machine. When true, must provide User-Assigned Managed Identity Name and User-Assigned Managed Identity Resource Group Name parameters. When false, the parameter User Assigned Managed Identity Resource Id will be used instead."
}
},
"userAssignedManagedIdentityResourceId": {
"userAssignedIdentityResourceId": {
"type": "string",
"metadata": {
"description": "Provide the resourceId of the user assigned managed identity"
Expand Down Expand Up @@ -133,8 +133,8 @@
"restrictBringYourOwnUserAssignedIdentityToSubscription": {
"value": "[parameters('restrictBringYourOwnUserAssignedIdentityToSubscription')]"
},
"userAssignedManagedIdentityResourceId": {
"value": "[parameters('userAssignedManagedIdentityResourceId')]"
"userAssignedIdentityResourceId": {
"value": "[parameters('userAssignedIdentityResourceId')]"
},
"enableProcessesAndDependencies": {
"value": "[parameters('enableProcessesAndDependencies')]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"description": "Enable this to enforce that the user assigned identity must exist in the same subscription as the virtual machine. When true, must provide User-Assigned Managed Identity Name and User-Assigned Managed Identity Resource Group Name parameters. When false, the parameter User Assigned Managed Identity Resource Id will be used instead."
}
},
"userAssignedManagedIdentityResourceId": {
"userAssignedIdentityResourceId": {
"type": "string",
"metadata": {
"description": "Provide the resourceId of the user assigned managed identity"
Expand Down Expand Up @@ -133,8 +133,8 @@
"restrictBringYourOwnUserAssignedIdentityToSubscription": {
"value": "[parameters('restrictBringYourOwnUserAssignedIdentityToSubscription')]"
},
"userAssignedManagedIdentityResourceId": {
"value": "[parameters('userAssignedManagedIdentityResourceId')]"
"userAssignedIdentityResourceId": {
"value": "[parameters('userAssignedIdentityResourceId')]"
},
"enableProcessesAndDependencies": {
"value": "[parameters('enableProcessesAndDependencies')]"
Expand Down