Skip to content

Commit

Permalink
Update deploy.bicep to set userAssignedResourcesIds to null
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassem committed Feb 11, 2024
1 parent 175d0bb commit 8c25c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/self/subResourceWrapper/deploy.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ module registerResourceProviders 'br/public:avm/res/resources/deployment-script:
userAssignedResourcesIds: [
createManagedIdentityForDeploymentScript.outputs.resourceId
]
}: {}
}: null
storageAccountResourceId: !(empty(resourceProviders)) ? createDsStorageAccount.outputs.resourceId : null
subnetResourceIds: !(empty(resourceProviders)) ? createDsVnet.outputs.subnetResourceIds : null
arguments: '-resourceProviders \'${resourceProvidersFormatted}\' -resourceProvidersFeatures -subscriptionId ${subscriptionId}'
Expand Down

0 comments on commit 8c25c87

Please sign in to comment.