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 cfcbc59 commit 95d97a8Copy full SHA for 95d97a8
generator/autogenlist.ts
@@ -99,6 +99,12 @@ const disabledProviders: AutoGenConfig[] = [
99
basePath: 'operationalinsights/resource-manager',
100
namespace: 'Microsoft.OperationalInsights',
101
disabledForAutogen: true,
102
+ },
103
+ {
104
+ // Disabled temporally due to invalid tags failure
105
+ basePath: 'confidentialLedger/resource-manager',
106
+ namespace: 'Microsoft.ConfidentialLedger',
107
+ disabledForAutogen: true
108
}
109
];
110
0 commit comments