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

SRP spec updates #62

Merged
merged 1 commit into from
Nov 12, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 23 additions & 25 deletions arm-storage/2015-06-15/swagger/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,10 +395,7 @@
"description": "Gets the current usage count and the limit for the resources under the subscription.",
"parameters": [
{
"name": "api-version",
"in": "query",
"required": true,
"type": "string"
"$ref": "#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -482,15 +479,25 @@
},
"StorageAccountCreateParameters": {
"properties": {
"location": {
"type": "string",
"description": "Resource location"
},
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Resource tags"
},
"properties": {
"$ref": "#/definitions/StorageAccountPropertiesCreateParameters"
}
},
"allOf": [
{
"$ref": "#/definitions/Resource"
}
"required": [
"location"
],
"x-ms-azure-resource": true,
"description": "The parameters to provide for the account."
},
"Endpoints": {
Expand Down Expand Up @@ -679,15 +686,18 @@
},
"StorageAccountUpdateParameters": {
"properties": {
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Resource tags"
},
"properties": {
"$ref": "#/definitions/StorageAccountPropertiesUpdateParameters"
}
},
"allOf": [
{
"$ref": "#/definitions/Resource"
}
],
"x-ms-azure-resource": true,
"description": "The parameters to update on the account."
},
"StorageAccountRegenerateKeyParameters": {
Expand Down Expand Up @@ -795,18 +805,6 @@
"description": "Resource tags"
}
},
"required": [
"location"
],
"x-ms-azure-resource": true
},
"SubResource": {
"properties": {
"id": {
"type": "string",
"description": "Resource Id"
}
},
"x-ms-azure-resource": true
}
},
Expand Down