We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3341bb7 commit d7193e2Copy full SHA for d7193e2
scripts/auto_release/main.py
@@ -227,9 +227,9 @@ def check_model_flatten(self):
227
"azure-mgmt-kubernetesconfiguration-extensions",
228
"azure-mgmt-kubernetesconfiguration-fluxconfigurations",
229
"azure-mgmt-kubernetesconfiguration-privatelinkscopes",
230
- "azure-mgmt-resources-deploymentstacks",
231
- "azure-mgmt-resources-templatespecs",
232
- "azure-mgmt-resources-deploymentscripts",
+ "azure-mgmt-resource-deploymentstacks",
+ "azure-mgmt-resource-templatespecs",
+ "azure-mgmt-resource-deploymentscripts",
233
]:
234
return
235
if self.from_swagger:
0 commit comments