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
16
16
skip-csproj : true
17
17
modelerfour :
18
18
lenient-model-deduplication : true
19
+
20
+ # temporary
21
+ mgmt-debug :
22
+ suppress-list-exception : true
23
+
19
24
# TODO: remove after we resolve why RestorePoint has no list
20
25
list-exception :
21
26
RestorePoints
Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ modelerfour:
13
13
lenient-model-deduplication : true
14
14
model-namespace : false
15
15
payload-flattening-threshold : 2
16
+
17
+ # temporary
18
+ mgmt-debug :
19
+ suppress-list-exception : true
20
+
16
21
operation-group-to-resource-type :
17
22
PrivateLinkResources : Microsoft.KeyVault/vaults/privateLinkResources
18
23
MHSMPrivateLinkResources : Microsoft.KeyVault/managedHSMs/privateLinkResources
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ model-namespace: true
19
19
public-clients : false
20
20
head-as-boolean : false
21
21
flatten-payloads : false
22
+
23
+ # temporary
24
+ mgmt-debug :
25
+ suppress-list-exception : true
22
26
# TODO: remove after we resolve why DdosCustomPolicy has no list
23
27
list-exception :
24
28
DdosCustomPolicies
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ public-clients: false
21
21
head-as-boolean : false
22
22
payload-flattening-threshold : 2
23
23
24
+ # temporary
25
+ mgmt-debug :
26
+ suppress-list-exception : true
27
+
24
28
operation-group-to-resource-type :
25
29
DeploymentOperations : Microsoft.Resources/deployments/operations
26
30
Deployments : Microsoft.Resources/deployments
Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ skip-csproj: true
13
13
modelerfour :
14
14
lenient-model-deduplication : true
15
15
seal-single-value-enum-by-default : true
16
+
17
+ # temporary
18
+ mgmt-debug :
19
+ suppress-list-exception : true
20
+
16
21
operation-group-to-resource-type :
17
22
Skus : Microsoft.Storage/skus
18
23
DeletedAccounts : Microsoft.Storage/deletedAccounts
You can’t perform that action at this time.
0 commit comments