Skip to content

Commit dd53467

Browse files
committed
Merge pull request #12 from Azure/build
u
2 parents b778340 + 3b3183e commit dd53467

File tree

18 files changed

+2320
-1236
lines changed

18 files changed

+2320
-1236
lines changed

ChangeLog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@
6060
* Remove-AzureNetworkSecurityRuleConfig
6161
* Add-AzureNetworkSecurityRuleConfig
6262
* Set-AzureNetworkSecurityRuleConfig
63+
* Azure Storage
64+
* Added cmdlets in AzureResourceManager Mode
65+
* New-AzureStorageAccount
66+
* Get-AzureStorageAccount
67+
* Set-AzureStorageAccount
68+
* Remove-AzureStorageAccount
69+
* New-AzureStorageAccountKey
70+
* Get-AzureStorageAccountKey
71+
* Made Azure Storage data cmdlets work in AzureResourceManager Mode
6372

6473
2015.04.28 version 0.8.17
6574
* Azure Batch

src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.StorageAccountTests/TestGetAzureStorageAccount.json

Lines changed: 242 additions & 115 deletions
Large diffs are not rendered by default.

src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.StorageAccountTests/TestGetAzureStorageAccountKey.json

Lines changed: 153 additions & 137 deletions
Large diffs are not rendered by default.

src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.StorageAccountTests/TestNewAzureStorageAccount.json

Lines changed: 172 additions & 105 deletions
Large diffs are not rendered by default.

src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.StorageAccountTests/TestNewAzureStorageAccountKey.json

Lines changed: 229 additions & 147 deletions
Large diffs are not rendered by default.

src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.StorageAccountTests/TestPipingGetAccountToGetKey.json

Lines changed: 167 additions & 256 deletions
Large diffs are not rendered by default.

src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.StorageAccountTests/TestRemoveAzureStorageAccount.json

Lines changed: 174 additions & 107 deletions
Large diffs are not rendered by default.

src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.StorageAccountTests/TestSetAzureStorageAccount.json

Lines changed: 399 additions & 150 deletions
Large diffs are not rendered by default.

src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.StorageAccountTests/TestStorageAccount.json

Lines changed: 537 additions & 209 deletions
Large diffs are not rendered by default.

src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.VirtualMachineTests/TestVirtualMachine.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,6 +1361,58 @@
13611361
},
13621362
"StatusCode": 200
13631363
},
1364+
{
1365+
"RequestUri": "/subscriptions/a0d901ba-9956-4f7d-830c-2d7974c36666/resourceGroups/pstestrg5501/providers/Microsoft.Storage/storageAccounts/stopstestrg5501?api-version=2015-05-01-preview",
1366+
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTBkOTAxYmEtOTk1Ni00ZjdkLTgzMGMtMmQ3OTc0YzM2NjY2L3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnNTUwMS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3N0b3BzdGVzdHJnNTUwMT9hcGktdmVyc2lvbj0yMDE1LTA1LTAxLXByZXZpZXc=",
1367+
"RequestMethod": "GET",
1368+
"RequestBody": "",
1369+
"RequestHeaders": {
1370+
"User-Agent": [
1371+
"Microsoft.Azure.Management.Storage.StorageManagementClient/2.0.0.0"
1372+
]
1373+
},
1374+
"ResponseBody": "{\r\n \"id\": \"/subscriptions/a0d901ba-9956-4f7d-830c-2d7974c36666/resourceGroups/pstestrg5501/providers/Microsoft.Storage/storageAccounts/stopstestrg5501\",\r\n \"name\": \"stopstestrg5501\",\r\n \"location\": \"West US\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"accountType\": \"Standard_GRS\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stopstestrg5501.blob.core.windows.net/\",\r\n \"queue\": \"https://stopstestrg5501.queue.core.windows.net/\",\r\n \"table\": \"https://stopstestrg5501.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"West US\",\r\n \"statusOfPrimary\": \"Available\",\r\n \"secondaryLocation\": \"East US\",\r\n \"statusOfSecondary\": \"Available\",\r\n \"creationTime\": \"2015-04-14T11:12:55.0321932Z\"\r\n }\r\n}",
1375+
"ResponseHeaders": {
1376+
"Content-Length": [
1377+
"672"
1378+
],
1379+
"Content-Type": [
1380+
"application/json; charset=utf-8"
1381+
],
1382+
"Expires": [
1383+
"-1"
1384+
],
1385+
"Pragma": [
1386+
"no-cache"
1387+
],
1388+
"x-ms-request-id": [
1389+
"4e09a47e-87ec-4266-872e-f28a35e47955"
1390+
],
1391+
"Cache-Control": [
1392+
"no-cache"
1393+
],
1394+
"Server": [
1395+
"Microsoft-HTTPAPI/2.0",
1396+
"Microsoft-HTTPAPI/2.0"
1397+
],
1398+
"x-ms-ratelimit-remaining-subscription-reads": [
1399+
"31997"
1400+
],
1401+
"x-ms-correlation-request-id": [
1402+
"7168fe54-cea4-418a-b73b-5f5e6019bfc0"
1403+
],
1404+
"x-ms-routing-request-id": [
1405+
"JAPANWEST:20150414T111324Z:7168fe54-cea4-418a-b73b-5f5e6019bfc0"
1406+
],
1407+
"Strict-Transport-Security": [
1408+
"max-age=31536000; includeSubDomains"
1409+
],
1410+
"Date": [
1411+
"Tue, 14 Apr 2015 11:13:23 GMT"
1412+
]
1413+
},
1414+
"StatusCode": 200
1415+
},
13641416
{
13651417
"RequestUri": "/subscriptions/a0d901ba-9956-4f7d-830c-2d7974c36666/resourceGroups/pstestrg5501/providers/Microsoft.Compute/virtualMachines/vmpstestrg5501?api-version=2015-05-01-preview",
13661418
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTBkOTAxYmEtOTk1Ni00ZjdkLTgzMGMtMmQ3OTc0YzM2NjY2L3Jlc291cmNlR3JvdXBzL3BzdGVzdHJnNTUwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtcHN0ZXN0cmc1NTAxP2FwaS12ZXJzaW9uPTIwMTUtMDUtMDEtcHJldmlldw==",

0 commit comments

Comments
 (0)