Skip to content

Commit 95d97a8

Browse files
committed
disable temporally Microsoft.ConfidentialLedger
1 parent cfcbc59 commit 95d97a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

generator/autogenlist.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ const disabledProviders: AutoGenConfig[] = [
9999
basePath: 'operationalinsights/resource-manager',
100100
namespace: 'Microsoft.OperationalInsights',
101101
disabledForAutogen: true,
102+
},
103+
{
104+
// Disabled temporally due to invalid tags failure
105+
basePath: 'confidentialLedger/resource-manager',
106+
namespace: 'Microsoft.ConfidentialLedger',
107+
disabledForAutogen: true
102108
}
103109
];
104110

0 commit comments

Comments
 (0)