Skip to content

Commit

Permalink
Fix SDK breaking change in 2017-10-01 DNS Swagger ref #2612 (#2656)
Browse files Browse the repository at this point in the history
  • Loading branch information
Korede Owolabi authored and sarangan12 committed Mar 14, 2018
1 parent 90aa9cf commit 58409bc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/Zone"
"$ref": "#/definitions/ZoneUpdate"
},
"description": "Parameters supplied to the Update operation."
},
Expand Down Expand Up @@ -1492,6 +1492,18 @@
],
"description": "Describes a DNS zone."
},
"ZoneUpdate": {
"properties": {
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Resource tags."
}
},
"description": "Describes a request to update a DNS zone."
},
"ZoneListResult": {
"properties": {
"value": {
Expand Down Expand Up @@ -1543,6 +1555,9 @@
"description": "Resource tags."
}
},
"required": [
"location"
],
"description": "Common properties of an Azure Resource Manager resource"
},
"SubResource": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"api-version": "2018-03-01-preview",
"subscriptionId": "subid",
"parameters": {
"location": "Global",
"tags": {
"key2": "value2"
}
Expand Down

0 comments on commit 58409bc

Please sign in to comment.