fixed bicep assets error (#591)
This commit is contained in:
Родитель
b4536f7b50
Коммит
15b60fdac1
|
@ -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'])
|
||||||
|
|
Загрузка…
Ссылка в новой задаче