Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{AzureContainerApps} fixes Azure/azure-rest-api-specs#21354 #21520

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@
},
"runtimeSubnetId": {
"type": "string",
"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.",
"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.",
"x-ms-mutability": [
"create",
"read"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@
},
"runtimeSubnetId": {
"type": "string",
"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.",
"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.",
"x-ms-mutability": [
"create",
"read"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@
},
"runtimeSubnetId": {
"type": "string",
"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.",
"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.",
"x-ms-mutability": [
"create",
"read"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@
},
"runtimeSubnetId": {
"type": "string",
"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.",
"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.",
"x-ms-mutability": [
"create",
"read"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@
},
"runtimeSubnetId": {
"type": "string",
"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.",
"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.",
"x-ms-mutability": [
"create",
"read"
Expand Down