Skip to content

Commit cfe4dc8

Browse files
authored
Fix description for ManagedEnvironment.Internal property (#19307)
1 parent 27a778f commit cfe4dc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ManagedEnvironments.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@
609609
"properties": {
610610
"internal": {
611611
"type": "boolean",
612-
"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",
612+
"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",
613613
"x-ms-mutability": [
614614
"create",
615615
"read"

specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ManagedEnvironments.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@
666666
"properties": {
667667
"internal": {
668668
"type": "boolean",
669-
"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",
669+
"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",
670670
"x-ms-mutability": [
671671
"create",
672672
"read"

0 commit comments

Comments
 (0)