Skip to content

Commit

Permalink
Merge pull request Azure#615 from vladrai/master
Browse files Browse the repository at this point in the history
CloudDNS swagger updates
  • Loading branch information
amarzavery authored Nov 1, 2016
2 parents 862c51c + aea4e8c commit 13dceb7
Showing 1 changed file with 32 additions and 29 deletions.
61 changes: 32 additions & 29 deletions arm-dns/2016-04-01/swagger/dns.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@
"swagger": "2.0",
"info": {
"title": "DnsManagementClient",
"description": "The DNS Management Client.",
"version": "2016-04-01"
},
"host": "management.azure.com",
"schemes": [
"https"
],
"consumes": [
"application/json",
"text/json"
"application/json"
],
"produces": [
"application/json",
"text/json"
"application/json"
],
"paths": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnszones/{zoneName}/{recordType}/{relativeRecordSetName}": {
Expand Down Expand Up @@ -296,10 +295,10 @@
],
"responses": {
"204": {
"description": ""
"description": "No Content"
},
"200": {
"description": ""
"description": "OK"
},
"default": {
"description": "Default Response. It will be deserialized as per the Error defintion",
Expand Down Expand Up @@ -369,7 +368,7 @@
],
"responses": {
"200": {
"description": "",
"description": "OK",
"schema": {
"$ref": "#/definitions/RecordSet"
}
Expand Down Expand Up @@ -431,8 +430,9 @@
"name": "$top",
"in": "query",
"required": false,
"type": "string",
"description": "Query parameters. If null is passed returns the default number of zones."
"type": "integer",
"format": "int32",
"description": "Query parameters. If not specified returns the default number of recordsets."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand All @@ -443,7 +443,7 @@
],
"responses": {
"200": {
"description": "",
"description": "OK",
"schema": {
"$ref": "#/definitions/RecordSetListResult"
}
Expand All @@ -465,7 +465,7 @@
"tags": [
"RecordSets"
],
"operationId": "RecordSets_ListAllInResourceGroup",
"operationId": "RecordSets_ListByDnsZone",
"description": "Lists all RecordSets in a DNS zone.",
"parameters": [
{
Expand All @@ -486,8 +486,9 @@
"name": "$top",
"in": "query",
"required": false,
"type": "string",
"description": "Query parameters. If null is passed returns the default number of zones."
"type": "integer",
"format": "int32",
"description": "Query parameters. If not specified returns the default number of zones."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand All @@ -498,7 +499,7 @@
],
"responses": {
"200": {
"description": "",
"description": "OK",
"schema": {
"$ref": "#/definitions/RecordSetListResult"
}
Expand Down Expand Up @@ -571,13 +572,13 @@
],
"responses": {
"200": {
"description": "",
"description": "OK",
"schema": {
"$ref": "#/definitions/Zone"
}
},
"201": {
"description": "",
"description": "Created",
"schema": {
"$ref": "#/definitions/Zone"
}
Expand Down Expand Up @@ -639,10 +640,10 @@
"description": "Zone does not exist"
},
"202": {
"description": ""
"description": "Accepted and will complete asynchronously"
},
"200": {
"description": "",
"description": "OK",
"schema": {
"$ref": "#/definitions/ZoneDeleteResult"
}
Expand Down Expand Up @@ -686,7 +687,7 @@
],
"responses": {
"200": {
"description": "",
"description": "OK",
"schema": {
"$ref": "#/definitions/Zone"
}
Expand All @@ -705,7 +706,7 @@
"tags": [
"Zones"
],
"operationId": "Zones_ListInResourceGroup",
"operationId": "Zones_ListByResourceGroup",
"description": "Lists the DNS zones within a resource group.",
"parameters": [
{
Expand All @@ -719,8 +720,9 @@
"name": "$top",
"in": "query",
"required": false,
"type": "string",
"description": "Query parameters. If null is passed returns the default number of zones."
"type": "integer",
"format": "int32",
"description": "Query parameters. If not specified returns the default number of zones."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand All @@ -731,7 +733,7 @@
],
"responses": {
"200": {
"description": "",
"description": "OK",
"schema": {
"$ref": "#/definitions/ZoneListResult"
}
Expand All @@ -753,15 +755,16 @@
"tags": [
"Zones"
],
"operationId": "Zones_ListInSubscription",
"description": "Lists the DNS zones within a resource group.",
"operationId": "Zones_List",
"description": "Lists the DNS zones within subscription.",
"parameters": [
{
"name": "$top",
"in": "query",
"required": false,
"type": "string",
"description": "Query parameters. If null is passed returns the default number of zones."
"type": "integer",
"format": "int32",
"description": "Query parameters. If not specified returns the default number of zones."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand All @@ -772,7 +775,7 @@
],
"responses": {
"200": {
"description": "",
"description": "OK",
"schema": {
"$ref": "#/definitions/ZoneListResult"
}
Expand Down Expand Up @@ -1170,7 +1173,7 @@
"HttpVersionNotSupported"
],
"x-ms-enum": {
"name": "HtpStatusCode",
"name": "HttpStatusCode",
"modelAsString": false
}
},
Expand Down

0 comments on commit 13dceb7

Please sign in to comment.