Skip to content

Commit 87a8884

Browse files
author
SDKAuto
committed
CodeGen from PR 23497 in Azure/azure-rest-api-specs
Merge d38df0a55b47dc097ac2978444aa074fe1268bb0 into 6c3d9404764524af64925deaeb4fd3cbb3c4445c
1 parent 2339f74 commit 87a8884

File tree

7 files changed

+9465
-4
lines changed

7 files changed

+9465
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3105,7 +3105,7 @@
31053105
},
31063106
"runtimeSubnetId": {
31073107
"type": "string",
3108-
"description": "Resource ID of a subnet that Container App containers are injected into. This subnet must be in the same VNET as the subnet defined in infrastructureSubnetId. Must not overlap with any other provided IP ranges."
3108+
"description": "This field is deprecated and not used. If you wish to provide your own subnet that Container App containers are injected into, then you should leverage the infrastructureSubnetId."
31093109
}
31103110
},
31113111
"description": "Configuration properties for apps environment to join a Virtual Network"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3135,7 +3135,7 @@
31353135
},
31363136
"runtimeSubnetId": {
31373137
"type": "string",
3138-
"description": "Resource ID of a subnet that Container App containers are injected into. This subnet must be in the same VNET as the subnet defined in infrastructureSubnetId. Must not overlap with any other provided IP ranges."
3138+
"description": "This field is deprecated and not used. If you wish to provide your own subnet that Container App containers are injected into, then you should leverage the infrastructureSubnetId."
31393139
}
31403140
},
31413141
"description": "Configuration properties for apps environment to join a Virtual Network"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3971,7 +3971,7 @@
39713971
},
39723972
"runtimeSubnetId": {
39733973
"type": "string",
3974-
"description": "Resource ID of a subnet that Container App containers are injected into. This subnet must be in the same VNET as the subnet defined in infrastructureSubnetId. Must not overlap with any other provided IP ranges."
3974+
"description": "This field is deprecated and not used. If you wish to provide your own subnet that Container App containers are injected into, then you should leverage the infrastructureSubnetId."
39753975
}
39763976
},
39773977
"description": "Configuration properties for apps environment to join a Virtual Network"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4089,7 +4089,7 @@
40894089
},
40904090
"runtimeSubnetId": {
40914091
"type": "string",
4092-
"description": "Resource ID of a subnet that Container App containers are injected into. This subnet must be in the same VNET as the subnet defined in infrastructureSubnetId. Must not overlap with any other provided IP ranges."
4092+
"description": "This field is deprecated and not used. If you wish to provide your own subnet that Container App containers are injected into, then you should leverage the infrastructureSubnetId."
40934093
}
40944094
},
40954095
"description": "Configuration properties for apps environment to join a Virtual Network"

0 commit comments

Comments
 (0)