Skip to content

Commit 110232e

Browse files
author
Theodore Chang
committed
Merge branch 'suppress_CloudServiceUD' of https://github.com/grizzlytheodore/azure-resource-manager-schemas into suppress_CloudServiceUD
2 parents ec9dd2b + 864aa05 commit 110232e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/processors/Microsoft.Compute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const postProcessor: SchemaPostProcessor = async (namespace, apiVersion,
6161
delete schema.resourceDefinitions.cloudServices_updateDomains;
6262
}
6363
if (schema.resourceDefinitions?.cloudServices?.properties?.resources) {
64-
delete schema.resourceDefinitions.cloudServices.resources
64+
delete schema.resourceDefinitions.cloudServices.properties.resources
6565
}
6666
if (schema.definitions?.cloudServices_updateDomains_childResource) {
6767
delete schema.definitions?.cloudServices_updateDomains_childResource

0 commit comments

Comments
 (0)