File tree Expand file tree Collapse file tree 5 files changed +23
-0
lines changed
compute/Azure.ResourceManager.Compute/src
keyvault/Azure.ResourceManager.KeyVault/src
network/Azure.ResourceManager.Network/src
resources/Azure.ResourceManager.Resources/src
storage/Azure.ResourceManager.Storage/src Expand file tree Collapse file tree 5 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ clear-output-folder: true
1616skip-csproj : true
1717modelerfour :
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
2025list-exception :
2126 RestorePoints
Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ modelerfour:
1313 lenient-model-deduplication : true
1414model-namespace : false
1515payload-flattening-threshold : 2
16+
17+ # temporary
18+ mgmt-debug :
19+ suppress-list-exception : true
20+
1621operation-group-to-resource-type :
1722 PrivateLinkResources : Microsoft.KeyVault/vaults/privateLinkResources
1823 MHSMPrivateLinkResources : Microsoft.KeyVault/managedHSMs/privateLinkResources
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ model-namespace: true
1919public-clients : false
2020head-as-boolean : false
2121flatten-payloads : false
22+
23+ # temporary
24+ mgmt-debug :
25+ suppress-list-exception : true
2226# TODO: remove after we resolve why DdosCustomPolicy has no list
2327list-exception :
2428 DdosCustomPolicies
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ public-clients: false
2121head-as-boolean : false
2222payload-flattening-threshold : 2
2323
24+ # temporary
25+ mgmt-debug :
26+ suppress-list-exception : true
27+
2428operation-group-to-resource-type :
2529 DeploymentOperations : Microsoft.Resources/deployments/operations
2630 Deployments : Microsoft.Resources/deployments
Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ skip-csproj: true
1313modelerfour :
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+
1621operation-group-to-resource-type :
1722 Skus : Microsoft.Storage/skus
1823 DeletedAccounts : Microsoft.Storage/deletedAccounts
You can’t perform that action at this time.
0 commit comments