We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aceae0 commit 22fa4d2Copy full SHA for 22fa4d2
1 file changed
src/main.ts
@@ -233,8 +233,8 @@ async function main(): Promise<number> {
233
factory.addResourceType(
234
`${type}@${version}`,
235
bodyType,
236
- ScopeType.Extension,
237
+ ScopeType.DesiredStateConfiguration,
238
);
239
} catch (error) {
240
log.error(`Failed to create type for resource ${type}:`, error);
@@ -244,8 +244,8 @@ async function main(): Promise<number> {
244
const fallbackType = factory.addResourceType(
245
"fallback",
246
factory.addAnyType(),
247
248
- ScopeType.Extension
+ ScopeType.DesiredStateConfiguration
249
250
251
const fallbackResource = new CrossFileTypeReference("types.json", fallbackType.index)
0 commit comments