Adding default setting suggestion for excluding whatif output types. (#98)
This commit is contained in:
Родитель
578358c592
Коммит
ab86d66330
|
@ -36,7 +36,11 @@
|
|||
"Core.SkipRole": false,
|
||||
"Core.SubscriptionsToIncludeResourceGroups": "*",
|
||||
"Core.TemplateParameterFileSuffix": ".json",
|
||||
"Core.ThrottleLimit": 10
|
||||
"Core.ThrottleLimit": 10,
|
||||
"Core.WhatifExcludedChangeTypes":[
|
||||
"NoChange",
|
||||
"Ignore"
|
||||
]
|
||||
},
|
||||
"|AzureDevOps": {
|
||||
"!Condition": "EnvAzDevPipeline",
|
||||
|
|
Загрузка…
Ссылка в новой задаче