Skip to content

Commit 68af7da

Browse files
author
msftbot[bot]
authored
[ReleasePR app] Fix description for ManagedEnvironment.Internal property (#2406)
Create to sync Azure/azure-rest-api-specs#19307 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/app?expand=1)
2 parents 7a446e5 + 2d531fe commit 68af7da

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)