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

Add missing Zone mapping property to Microsoft.Resources #13936

Merged
merged 7 commits into from
Apr 26, 2021
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -1912,6 +1912,12 @@
},
"description": "The api version."
},
"zoneMappings": {
"type": "array",
"items": {
"$ref": "#/definitions/ZoneMapping"
}
},
"properties": {
"type": "object",
"additionalProperties": {
Expand Down Expand Up @@ -2634,6 +2640,20 @@
"description": "The template hash."
}
}
},
"ZoneMapping": {
"properties": {
"location": {
"type": "string",
"description": "The location of the zone mapping."
},
"zones": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"parameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2153,6 +2153,12 @@
},
"description": "The API version."
},
"zoneMappings": {
"type": "array",
"items": {
"$ref": "#/definitions/ZoneMapping"
}
},
"properties": {
"type": "object",
"additionalProperties": {
Expand Down Expand Up @@ -2893,6 +2899,20 @@
"description": "The template hash."
}
}
},
"ZoneMapping": {
"properties": {
"location": {
"type": "string",
"description": "The location of the zone mapping."
},
"zones": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"parameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2203,6 +2203,12 @@
},
"description": "The API version."
},
"zoneMappings": {
"type": "array",
"items": {
"$ref": "#/definitions/ZoneMapping"
}
},
"properties": {
"type": "object",
"additionalProperties": {
Expand Down Expand Up @@ -2975,6 +2981,20 @@
"description": "The template hash."
}
}
},
"ZoneMapping": {
"properties": {
"location": {
"type": "string",
"description": "The location of the zone mapping."
},
"zones": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"parameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2215,6 +2215,12 @@
},
"description": "The API version."
},
"zoneMappings": {
"type": "array",
"items": {
"$ref": "#/definitions/ZoneMapping"
}
},
"properties": {
"type": "object",
"additionalProperties": {
Expand Down Expand Up @@ -3042,6 +3048,20 @@
"description": "The template hash."
}
}
},
"ZoneMapping": {
"properties": {
"location": {
"type": "string",
"description": "The location of the zone mapping."
},
"zones": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"parameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2652,6 +2652,12 @@
},
"description": "The API version."
},
"zoneMappings": {
"type": "array",
"items": {
"$ref": "#/definitions/ZoneMapping"
}
},
"properties": {
"type": "object",
"additionalProperties": {
Expand Down Expand Up @@ -3558,6 +3564,20 @@
"description": "The template hash."
}
}
},
"ZoneMapping": {
"properties": {
"location": {
"type": "string",
"description": "The location of the zone mapping."
},
"zones": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"parameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2660,6 +2660,12 @@
},
"description": "The API version."
},
"zoneMappings": {
"type": "array",
"items": {
"$ref": "#/definitions/ZoneMapping"
}
},
"capabilities": {
"type": "string",
"description": "The additional capabilities offered by this resource type."
Expand Down Expand Up @@ -3575,6 +3581,20 @@
"description": "The template hash."
}
}
},
"ZoneMapping": {
"properties": {
"location": {
"type": "string",
"description": "The location of the zone mapping."
},
"zones": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"parameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2880,6 +2880,12 @@
},
"description": "The API version."
},
"zoneMappings": {
"type": "array",
"items": {
"$ref": "#/definitions/ZoneMapping"
}
},
"capabilities": {
"type": "string",
"description": "The additional capabilities offered by this resource type."
Expand Down Expand Up @@ -3807,6 +3813,20 @@
"description": "The template hash."
}
}
},
"ZoneMapping": {
"properties": {
"location": {
"type": "string",
"description": "The location of the zone mapping."
},
"zones": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"parameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2956,6 +2956,12 @@
},
"description": "The API version."
},
"zoneMappings": {
"type": "array",
"items": {
"$ref": "#/definitions/ZoneMapping"
}
},
"capabilities": {
"type": "string",
"description": "The additional capabilities offered by this resource type."
Expand Down Expand Up @@ -3883,6 +3889,20 @@
"description": "The template hash."
}
}
},
"ZoneMapping": {
"properties": {
"location": {
"type": "string",
"description": "The location of the zone mapping."
},
"zones": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"parameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4270,6 +4270,12 @@
},
"description": "The API version."
},
"zoneMappings": {
"type": "array",
"items": {
"$ref": "#/definitions/ZoneMapping"
}
},
"capabilities": {
"type": "string",
"description": "The additional capabilities offered by this resource type."
Expand Down Expand Up @@ -5357,6 +5363,20 @@
"description": "Error when What-If operation fails."
}
}
},
"ZoneMapping": {
"properties": {
"location": {
"type": "string",
"description": "The location of the zone mapping."
},
"zones": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"parameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4297,6 +4297,12 @@
},
"description": "The API version."
},
"zoneMappings": {
"type": "array",
"items": {
"$ref": "#/definitions/ZoneMapping"
}
},
"capabilities": {
"type": "string",
"description": "The additional capabilities offered by this resource type."
Expand Down Expand Up @@ -5384,6 +5390,20 @@
"description": "Error when What-If operation fails."
}
}
},
"ZoneMapping": {
"properties": {
"location": {
"type": "string",
"description": "The location of the zone mapping."
},
"zones": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"parameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4701,6 +4701,12 @@
},
"description": "The API version."
},
"zoneMappings": {
"type": "array",
"items": {
"$ref": "#/definitions/ZoneMapping"
}
},
"capabilities": {
"type": "string",
"description": "The additional capabilities offered by this resource type."
Expand Down Expand Up @@ -5982,6 +5988,20 @@
}
},
"x-ms-azure-resource": true
},
"ZoneMapping": {
"properties": {
"location": {
"type": "string",
"description": "The location of the zone mapping."
},
"zones": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"parameters": {
Expand Down
Loading