Skip to content

Commit cb2ff8a

Browse files
committed
fix error: Expected a type at this location
1 parent cac0c81 commit cb2ff8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weblogic-azure-aks/src/main/bicep/modules/_uamiAndRoles.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
44
*/
55

66
param location string
7-
param name_deploymentScriptContributorRoleAssignmentName = newGuid()
7+
param name_deploymentScriptContributorRoleAssignmentName string = newGuid()
88

99
// https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles
1010
var const_roleDefinitionIdOfContributor = 'b24988ac-6180-42a0-ab88-20f7382dd24c'

0 commit comments

Comments
 (0)