Skip to content
Draft
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
5 changes: 2 additions & 3 deletions schemas/2022-01-01-preview/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -2812,8 +2812,7 @@
"maxReplicas": {
"oneOf": [
{
"type": "integer",
"default": "10"
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -3106,7 +3105,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."
}
},
"description": "Configuration properties for apps environment to join a Virtual Network"
Expand Down
14 changes: 5 additions & 9 deletions schemas/2022-03-01/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -1574,8 +1574,7 @@
"enabled": {
"oneOf": [
{
"type": "boolean",
"default": false
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand All @@ -1596,8 +1595,7 @@
"ignoreErrors": {
"oneOf": [
{
"type": "boolean",
"default": false
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -2168,8 +2166,7 @@
"allowInsecure": {
"oneOf": [
{
"type": "boolean",
"default": false
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -2838,8 +2835,7 @@
"maxReplicas": {
"oneOf": [
{
"type": "integer",
"default": "10"
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -3136,7 +3132,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."
}
},
"description": "Configuration properties for apps environment to join a Virtual Network"
Expand Down
24 changes: 14 additions & 10 deletions schemas/2022-06-01-preview/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -1907,7 +1907,15 @@
"type": "object",
"properties": {
"certificatePassword": {
"type": "string",
"oneOf": [
{
"type": "string",
"pattern": "^(?:[A-Za-z0-9+\\/]{4})*(?:[A-Za-z0-9+\\/]{2}==|[A-Za-z0-9+\\/]{3}=)?$"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Certificate password"
},
"certificateValue": {
Expand Down Expand Up @@ -2054,8 +2062,7 @@
"enabled": {
"oneOf": [
{
"type": "boolean",
"default": false
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -2115,8 +2122,7 @@
"ignoreErrors": {
"oneOf": [
{
"type": "boolean",
"default": false
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -2739,8 +2745,7 @@
"allowInsecure": {
"oneOf": [
{
"type": "boolean",
"default": false
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -3603,8 +3608,7 @@
"maxReplicas": {
"oneOf": [
{
"type": "integer",
"default": "10"
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -3972,7 +3976,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."
}
},
"description": "Configuration properties for apps environment to join a Virtual Network"
Expand Down
19 changes: 11 additions & 8 deletions schemas/2022-10-01/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -408,10 +408,6 @@
"2022-10-01"
]
},
"kind": {
"type": "string",
"description": "Kind of the Environment."
},
"location": {
"type": "string",
"description": "The geo-location where the resource lives"
Expand Down Expand Up @@ -1998,7 +1994,15 @@
"type": "object",
"properties": {
"certificatePassword": {
"type": "string",
"oneOf": [
{
"type": "string",
"pattern": "^(?:[A-Za-z0-9+\\/]{4})*(?:[A-Za-z0-9+\\/]{2}==|[A-Za-z0-9+\\/]{3}=)?$"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Certificate password"
},
"certificateValue": {
Expand Down Expand Up @@ -2206,8 +2210,7 @@
"ignoreErrors": {
"oneOf": [
{
"type": "boolean",
"default": false
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -4090,7 +4093,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."
}
},
"description": "Configuration properties for apps environment to join a Virtual Network"
Expand Down
Loading