Update Policy Library (automated) (#514)

This commit is contained in:
cae-pr-creator[bot] 2023-05-01 09:05:27 +01:00 коммит произвёл GitHub
Родитель 4265c127f4
Коммит 6cb99d859d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -20,7 +20,7 @@
"parameters": { "parameters": {
"listOfResourceTypesAllowed": { "listOfResourceTypesAllowed": {
"type": "Array", "type": "Array",
"defaultValue": null, "defaultValue": [],
"metadata": { "metadata": {
"displayName": "Allowed resource types in the Decommissioned landing zone", "displayName": "Allowed resource types in the Decommissioned landing zone",
"description": "Allowed resource types in the Decommissioned landing zone, default is none.", "description": "Allowed resource types in the Decommissioned landing zone, default is none.",

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

@ -20,7 +20,7 @@
"parameters": { "parameters": {
"listOfResourceTypesNotAllowed": { "listOfResourceTypesNotAllowed": {
"type": "Array", "type": "Array",
"defaultValue": null, "defaultValue": [],
"metadata": { "metadata": {
"displayName": "Not allowed resource types in the Sandbox landing zone", "displayName": "Not allowed resource types in the Sandbox landing zone",
"description": "Not allowed resource types in the Sandbox landing zone, default is none.", "description": "Not allowed resource types in the Sandbox landing zone, default is none.",