Skip to content

Commit

Permalink
Merge pull request Azure#34 from hyonholee/disk-preview
Browse files Browse the repository at this point in the history
Disk preview
  • Loading branch information
amarzavery authored Jan 14, 2017
2 parents ad54988 + 25a2c1f commit 9ae05c9
Show file tree
Hide file tree
Showing 8 changed files with 7,260 additions and 687 deletions.
3 changes: 2 additions & 1 deletion arm-compute/2015-06-15/swagger/compute.json
Original file line number Diff line number Diff line change
Expand Up @@ -4474,6 +4474,7 @@
"description": "Compute-specific operation properties, including output"
},
"Resource": {
"description": "The Resource model definition.",
"properties": {
"id": {
"readOnly": true,
Expand Down Expand Up @@ -4523,7 +4524,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call."
"description": "Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call."
},
"ApiVersionParameter": {
"name": "api-version",
Expand Down
3 changes: 2 additions & 1 deletion arm-compute/2015-11-01-preview/swagger/containerService.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
},
"definitions": {
"Resource": {
"description": "The Resource model definition.",
"properties": {
"id": {
"readOnly": true,
Expand Down Expand Up @@ -529,7 +530,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call."
"description": "Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call."
},
"ApiVersionParameter": {
"name": "api-version",
Expand Down
16 changes: 8 additions & 8 deletions arm-compute/2016-03-30/swagger/compute.json
Original file line number Diff line number Diff line change
Expand Up @@ -4524,33 +4524,33 @@
"description": "Compute-specific operation properties, including output"
},
"Resource": {
"description": "The resource model definition.",
"description": "The Resource model definition.",
"properties": {
"id": {
"readOnly": true,
"type": "string",
"description": "Resource ID."
"description": "Resource Id"
},
"name": {
"readOnly": true,
"type": "string",
"description": "Resource name."
"description": "Resource name"
},
"type": {
"readOnly": true,
"type": "string",
"description": "Resource type."
"description": "Resource type"
},
"location": {
"type": "string",
"description": "Resource location."
"description": "Resource location"
},
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Resource tags."
"description": "Resource tags"
}
},
"required": [
Expand All @@ -4574,14 +4574,14 @@
"in": "path",
"required": true,
"type": "string",
"description": "Subscription credentials that uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call."
"description": "Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call."
},
"ApiVersionParameter": {
"name": "api-version",
"in": "query",
"required": true,
"type": "string",
"description": "Client API Version."
"description": "Client Api Version."
}
}
}
Loading

0 comments on commit 9ae05c9

Please sign in to comment.