Skip to content

Commit 2d531fe

Browse files
author
SDKAuto
committed
CodeGen from PR 19307 in Azure/azure-rest-api-specs
Fix description for ManagedEnvironment.Internal property (#19307)
1 parent 7a446e5 commit 2d531fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

schemas/2022-01-01-preview/Microsoft.App.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3093,7 +3093,7 @@
30933093
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
30943094
}
30953095
],
3096-
"description": "Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource, must provide ControlPlaneSubnetResourceId and AppSubnetResourceId if enabling this property"
3096+
"description": "Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide runtimeSubnetId and infrastructureSubnetId if enabling this property"
30973097
},
30983098
"platformReservedCidr": {
30993099
"type": "string",

schemas/2022-03-01/Microsoft.App.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3120,7 +3120,7 @@
31203120
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
31213121
}
31223122
],
3123-
"description": "Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource, must provide ControlPlaneSubnetResourceId and AppSubnetResourceId if enabling this property"
3123+
"description": "Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide runtimeSubnetId and infrastructureSubnetId if enabling this property"
31243124
},
31253125
"platformReservedCidr": {
31263126
"type": "string",

0 commit comments

Comments
 (0)