Skip to content

Commit 6c2c75b

Browse files
add a flag to suppress any generation errors (Azure#25475)
1 parent ccd26d7 commit 6c2c75b

File tree

5 files changed

+23
-0
lines changed

5 files changed

+23
-0
lines changed

sdk/compute/Azure.ResourceManager.Compute/src/autorest.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ clear-output-folder: true
1616
skip-csproj: true
1717
modelerfour:
1818
lenient-model-deduplication: true
19+
20+
# temporary
21+
mgmt-debug:
22+
suppress-list-exception: true
23+
1924
#TODO: remove after we resolve why RestorePoint has no list
2025
list-exception:
2126
RestorePoints

sdk/keyvault/Azure.ResourceManager.KeyVault/src/autorest.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ modelerfour:
1313
lenient-model-deduplication: true
1414
model-namespace: false
1515
payload-flattening-threshold: 2
16+
17+
# temporary
18+
mgmt-debug:
19+
suppress-list-exception: true
20+
1621
operation-group-to-resource-type:
1722
PrivateLinkResources: Microsoft.KeyVault/vaults/privateLinkResources
1823
MHSMPrivateLinkResources: Microsoft.KeyVault/managedHSMs/privateLinkResources

sdk/network/Azure.ResourceManager.Network/src/autorest.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ model-namespace: true
1919
public-clients: false
2020
head-as-boolean: false
2121
flatten-payloads: false
22+
23+
# temporary
24+
mgmt-debug:
25+
suppress-list-exception: true
2226
#TODO: remove after we resolve why DdosCustomPolicy has no list
2327
list-exception:
2428
DdosCustomPolicies

sdk/resources/Azure.ResourceManager.Resources/src/autorest.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ public-clients: false
2121
head-as-boolean: false
2222
payload-flattening-threshold: 2
2323

24+
# temporary
25+
mgmt-debug:
26+
suppress-list-exception: true
27+
2428
operation-group-to-resource-type:
2529
DeploymentOperations: Microsoft.Resources/deployments/operations
2630
Deployments: Microsoft.Resources/deployments

sdk/storage/Azure.ResourceManager.Storage/src/autorest.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ skip-csproj: true
1313
modelerfour:
1414
lenient-model-deduplication: true
1515
seal-single-value-enum-by-default: true
16+
17+
# temporary
18+
mgmt-debug:
19+
suppress-list-exception: true
20+
1621
operation-group-to-resource-type:
1722
Skus: Microsoft.Storage/skus
1823
DeletedAccounts: Microsoft.Storage/deletedAccounts

0 commit comments

Comments
 (0)