Merge pull request #280 from mumian/master

remove the newGuid() default value
This commit is contained in:
Jonathan Gao 2022-02-07 12:04:59 -05:00 коммит произвёл GitHub
Родитель f988e9d5ec 5093c48e6c
Коммит c84798e820
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -21,9 +21,8 @@
},
"roleNameGuid": {
"type": "string",
"defaultValue": "[newGuid()]",
"metadata": {
"description": "A new GUID used to identify the role assignment"
"description": "The role assignment name"
}
}
},