This commit is contained in:
Gordon Byers 2023-05-29 10:07:09 +01:00 коммит произвёл GitHub
Родитель b4536f7b50
Коммит 15b60fdac1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -34,7 +34,7 @@ param nodeLabels object = {}
param subnetId string param subnetId string
@description('The subnet the pods will use') @description('The subnet the pods will use')
param podSubnetID string param podSubnetID string = ''
@description('OS Type for the node pool') @description('OS Type for the node pool')
@allowed(['Linux','Windows']) @allowed(['Linux','Windows'])