forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Azure#44 from amarzavery/staging
Merging public to private as of 2/9/2017 10:20 AM PST
- Loading branch information
Showing
10 changed files
with
15,715 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
arm-batch/2017-01-01/examples/BatchAccountCreate_Default.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"parameters": { | ||
"accountName": "sampleacct", | ||
"resourceGroupName": "default-azurebatch-japaneast", | ||
"api-version": "2017-07-01", | ||
"subscriptionId": "subid", | ||
"parameters": { | ||
"location": "japaneast", | ||
"properties": { | ||
"autoStorage": { | ||
"storageAccountId": "/subscriptions/subid/resourceGroups/default-azurebatch-japaneast/providers/Microsoft.Storage/storageAccounts/samplestorage" | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"202": {}, | ||
"200": { | ||
"body": { | ||
"name": "sampleacct", | ||
"location": "japaneast", | ||
"properties": { | ||
"accountEndpoint": "sampleacct.japaneast.batch.azure.com", | ||
"provisioningState": "Succeeded", | ||
"poolAllocationMode": "BatchService", | ||
"coreQuota": 20, | ||
"poolQuota": 20, | ||
"activeJobAndJobScheduleQuota": 20, | ||
"autoStorage": { | ||
"storageAccountId": "/subscriptions/subid/resourceGroups/default-azurebatch-japaneast/providers/Microsoft.Storage/storageAccounts/samplestorage", | ||
"lastKeySync": "2016-03-10T23:48:38.9878479Z" | ||
} | ||
}, | ||
"id": "/subscriptions/subid/resourceGroups/default-azurebatch-japaneast/providers/Microsoft.Batch/batchAccounts/sampleacct", | ||
"type": "Microsoft.Batch/batchAccounts" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"parameters": { | ||
"accountName": "sampleacct", | ||
"resourceGroupName": "default-azurebatch-japaneast", | ||
"api-version": "2017-07-01", | ||
"subscriptionId": "subid" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"parameters": { | ||
"accountName": "sampleacct", | ||
"resourceGroupName": "default-azurebatch-japaneast", | ||
"api-version": "2017-07-01", | ||
"subscriptionId": "subid" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "sampleacct", | ||
"location": "japaneast", | ||
"properties": { | ||
"accountEndpoint": "sampleacct.japaneast.batch.azure.com", | ||
"provisioningState": "Succeeded", | ||
"poolAllocationMode": "BatchService", | ||
"coreQuota": 20, | ||
"poolQuota": 20, | ||
"activeJobAndJobScheduleQuota": 20, | ||
"autoStorage": { | ||
"storageAccountId": "/subscriptions/subid/resourceGroups/default-azurebatch-japaneast/providers/Microsoft.Storage/storageAccounts/samplestorage", | ||
"lastKeySync": "2016-03-10T23:48:38.9878479Z" | ||
} | ||
}, | ||
"id": "/subscriptions/subid/resourceGroups/default-azurebatch-japaneast/providers/Microsoft.Batch/batchAccounts/sampleacct", | ||
"type": "Microsoft.Batch/batchAccounts" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.