Skip to content

Commit

Permalink
Fix indentation in import/export swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
nathannfan committed Mar 3, 2017
1 parent 56b8541 commit 87f4b72
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions arm-sql/2014-04-01/swagger/importExport.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,34 +500,34 @@
},
"parameters": {
"SubscriptionIdParameter": {
"name": "subscriptionId",
"in": "path",
"required": true,
"type": "string",
"description": "The subscription ID that identifies an Azure subscription."
"name": "subscriptionId",
"in": "path",
"required": true,
"type": "string",
"description": "The subscription ID that identifies an Azure subscription."
},
"ApiVersionParameter": {
"name": "api-version",
"in": "query",
"required": true,
"type": "string",
"description": "The API version to use for the request."
"name": "api-version",
"in": "query",
"required": true,
"type": "string",
"description": "The API version to use for the request."
},
"ResourceGroupParameter": {
"name": "resourceGroupName",
"in": "path",
"required": true,
"type": "string",
"description": "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.",
"x-ms-parameter-location": "method"
"name": "resourceGroupName",
"in": "path",
"required": true,
"type": "string",
"description": "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.",
"x-ms-parameter-location": "method"
},
"ServerNameParameter": {
"name": "serverName",
"in": "path",
"required": true,
"type": "string",
"description": "The name of the server.",
"x-ms-parameter-location": "method"
"name": "serverName",
"in": "path",
"required": true,
"type": "string",
"description": "The name of the server.",
"x-ms-parameter-location": "method"
}
}
}

0 comments on commit 87f4b72

Please sign in to comment.