Skip to content

Commit

Permalink
Release Microsoft.App 2022-11-01-preview (#22896)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong Wang committed Mar 28, 2023
1 parent 0e2c3d1 commit 905a9ad
Show file tree
Hide file tree
Showing 123 changed files with 15,806 additions and 10 deletions.
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 @@ -9,7 +9,7 @@
"location": "East US",
"properties": {
"password": "private key password",
"value": "PFX-or-PEM-blob"
"value": "Y2VydA=="
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
},
"responses": {
"200": {},
"202": {},
"202": {
"headers": {
"location": "https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.App/localtions/eastus/operationResults/00000"
}
},
"204": {}
}
}
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
Loading

0 comments on commit 905a9ad

Please sign in to comment.