We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac0c81 commit cb2ff8aCopy full SHA for cb2ff8a
weblogic-azure-aks/src/main/bicep/modules/_uamiAndRoles.bicep
@@ -4,7 +4,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
4
*/
5
6
param location string
7
-param name_deploymentScriptContributorRoleAssignmentName = newGuid()
+param name_deploymentScriptContributorRoleAssignmentName string = newGuid()
8
9
// https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles
10
var const_roleDefinitionIdOfContributor = 'b24988ac-6180-42a0-ab88-20f7382dd24c'
0 commit comments