diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/databox.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/databox.json index e36656b72347..bdc93069e144 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/databox.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/databox.json @@ -147,7 +147,7 @@ } } } - }, + }, "/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateAddress": { "post": { "tags": [ @@ -305,7 +305,7 @@ }, "JobsGet5": { "$ref": "./examples/JobsGet5.json" - } + } } }, "put": { @@ -397,11 +397,11 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "JobsDelete": { - "$ref": "./examples/JobsDelete.json" - } + "JobsDelete": { + "$ref": "./examples/JobsDelete.json" } - }, + } + }, "patch": { "tags": [ "Jobs" @@ -455,11 +455,11 @@ } }, "x-ms-long-running-operation": true, - "x-ms-examples": { - "JobsPatch": { - "$ref": "./examples/JobsPatch.json" - } + "x-ms-examples": { + "JobsPatch": { + "$ref": "./examples/JobsPatch.json" } + } } }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}/bookShipmentPickUp": { @@ -555,10 +555,10 @@ } }, "x-ms-examples": { - "JobsCancelPost": { - "$ref": "./examples/JobsCancelPost.json" - } + "JobsCancelPost": { + "$ref": "./examples/JobsCancelPost.json" } + } } }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}/listCredentials": { @@ -921,6 +921,18 @@ "description": "Total amount of data to be processed by the job.", "type": "integer", "readOnly": true + }, + "filesProcessed": { + "format": "int64", + "description": "Number of files processed by the job as of now.", + "type": "integer", + "readOnly": true + }, + "totalFilesToProcess": { + "format": "int64", + "description": "Total number of files to be processed by the job.", + "type": "integer", + "readOnly": true } } }, @@ -1307,17 +1319,90 @@ } }, "DestinationAccountDetails": { - "description": "Details for the destination account.", + "description": "Details of the destination of the data", "required": [ - "accountId" + "dataDestinationType" ], "type": "object", "properties": { + "dataDestinationType": { + "description": "Data Destination Type.", + "enum": [ + "UnknownType", + "StorageAccount", + "ManagedDisk" + ], + "type": "string", + "x-ms-enum": { + "name": "DataDestinationType", + "modelAsExtensible": true, + "values": [ + { + "value": "UnknownType", + "description": "Unknown type." + }, + { + "value": "StorageAccount", + "description": "Storage Accounts ." + }, + { + "value": "ManagedDisk", + "description": "Azure Managed disk storage." + } + ] + } + }, "accountId": { - "description": "Destination storage account id.", + "description": "Arm Id of the destination where the data has to be moved.", "type": "string" } - } + }, + "discriminator": "dataDestinationType" + }, + "DestinationManagedDiskDetails": { + "description": "Details for the destination compute disks.", + "required": [ + "resourceGroupId", + "stagingStorageAccountId", + "dataDestinationType" + ], + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/DestinationAccountDetails" + } + ], + "properties": { + "resourceGroupId": { + "description": "Destination Resource Group Id where the Compute disks should be created.", + "type": "string" + }, + "stagingStorageAccountId": { + "description": "Arm Id of the storage account that can be used to copy the vhd for staging.", + "type": "string" + } + }, + "x-ms-discriminator-value": "ManagedDisk" + }, + "DestinationStorageAccountDetails": { + "description": "Details for the destination storage account.", + "required": [ + "storageAccountId", + "dataDestinationType" + ], + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/DestinationAccountDetails" + } + ], + "properties": { + "storageAccountId": { + "description": "Destination Storage Account Arm Id.", + "type": "string" + } + }, + "x-ms-discriminator-value": "StorageAccount" }, "DestinationToServiceLocationMap": { "description": "Map of destination location to service location", @@ -2071,7 +2156,7 @@ } }, "x-ms-azure-resource": true - }, + }, "ShareCredentialDetails": { "description": "Credential details of the shares in account.", "type": "object", @@ -2088,7 +2173,8 @@ "HCS", "BlockBlob", "PageBlob", - "AzureFile" + "AzureFile", + "ManagedDisk" ], "type": "string", "readOnly": true, @@ -2115,6 +2201,10 @@ { "value": "AzureFile", "description": "Azure storage file format." + }, + { + "value": "ManagedDisk", + "description": "Azure Compute Disk." } ] } @@ -2411,7 +2501,8 @@ "Country", "Region", "Feature", - "OfferType" + "OfferType", + "NoSubscriptionInfo" ], "type": "string", "readOnly": true, @@ -2429,7 +2520,7 @@ }, { "value": "Region", - "description": "SKU is not available to push data to the requested storage account region." + "description": "SKU is not available to push data to the requested Azure region." }, { "value": "Feature", @@ -2438,6 +2529,10 @@ { "value": "OfferType", "description": "Subscription does not have required offer types for the SKU." + }, + { + "value": "NoSubscriptionInfo", + "description": "Subscription has not registered to Microsoft.DataBox and Service does not have the subscription notification." } ] } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/AvailableSkusPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/AvailableSkusPost.json index 3a73646a8423..edb90016b3de 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/AvailableSkusPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/AvailableSkusPost.json @@ -11,7 +11,7 @@ ], "User-Agent": [ "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.0.0" + "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/BookShipmentPickupPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/BookShipmentPickupPost.json index d0cc988ee1e9..09ce8ab47d5a 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/BookShipmentPickupPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/BookShipmentPickupPost.json @@ -12,7 +12,7 @@ ], "User-Agent": [ "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.0.0" + "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsCancelPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsCancelPost.json index 6c41a02d2b74..c71352be1d9e 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsCancelPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsCancelPost.json @@ -1,8 +1,8 @@ { "parameters": { "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8120", - "jobName": "SdkJob7196", + "resourceGroupName": "SdkRg9836", + "jobName": "SdkJob8367", "api-version": "2018-01-01", "$expand": "details", "x-ms-client-request-id": [ @@ -13,7 +13,7 @@ ], "User-Agent": [ "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.0.0" + "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsCreate.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsCreate.json index 6ca49114f1d1..65eb998c1695 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsCreate.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsCreate.json @@ -1,8 +1,8 @@ { "parameters": { "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8120", - "jobName": "SdkJob7196", + "resourceGroupName": "SdkRg9836", + "jobName": "SdkJob8367", "api-version": "2018-01-01", "x-ms-client-request-id": [ "ee686d79-42c2-4b01-9afe-5e99f4cabfee" @@ -12,7 +12,7 @@ ], "User-Agent": [ "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.0.0" + "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -44,7 +44,11 @@ }, "destinationAccountDetails": [ { - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + }, + { + "stagingStorageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "resourceGroupId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt" } ] } @@ -73,8 +77,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob7196", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8120/providers/Microsoft.DataBox/jobs/SdkJob7196", + "name": "SdkJob8367", + "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsDelete.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsDelete.json index 4176101c29be..8b481e5adb1b 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsDelete.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsDelete.json @@ -1,8 +1,8 @@ { "parameters": { "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8120", - "jobName": "SdkJob7196", + "resourceGroupName": "SdkRg9836", + "jobName": "SdkJob8367", "api-version": "2018-01-01", "$expand": "details", "x-ms-client-request-id": [ @@ -13,7 +13,7 @@ ], "User-Agent": [ "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.0.0" + "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" ] }, "responses": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet.json index 9116e659a520..bef4a96185f2 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet.json @@ -1,12 +1,12 @@ { "parameters": { "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8120", - "jobName": "SdkJob7196", + "resourceGroupName": "SdkRg9836", + "jobName": "SdkJob8367", "api-version": "2018-01-01", "User-Agent": [ "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.0.0" + "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" ] }, "responses": { @@ -24,8 +24,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob7196", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8120/providers/Microsoft.DataBox/jobs/SdkJob7196", + "name": "SdkJob8367", + "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet1.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet1.json index 9116e659a520..c784056a566b 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet1.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet1.json @@ -2,11 +2,11 @@ "parameters": { "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", "resourceGroupName": "SdkRg8120", - "jobName": "SdkJob7196", + "jobName": "SdkJob8367", "api-version": "2018-01-01", "User-Agent": [ "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.0.0" + "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" ] }, "responses": { @@ -24,8 +24,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob7196", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8120/providers/Microsoft.DataBox/jobs/SdkJob7196", + "name": "SdkJob8367", + "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8120/providers/Microsoft.DataBox/jobs/SdkJob8367", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet2.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet2.json index b32c673e9395..d970464ffdbf 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet2.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet2.json @@ -1,8 +1,8 @@ { "parameters": { "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8120", - "jobName": "SdkJob7196", + "resourceGroupName": "SdkRg9836", + "jobName": "SdkJob8367", "api-version": "2018-01-01", "$expand": "details", "x-ms-client-request-id": [ @@ -13,7 +13,7 @@ ], "User-Agent": [ "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.0.0" + "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" ] }, "responses": { @@ -133,7 +133,11 @@ }, "destinationAccountDetails": [ { - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + }, + { + "stagingStorageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "resourceGroupId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt" } ], "errorDetails": [], @@ -146,8 +150,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob7196", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8120/providers/Microsoft.DataBox/jobs/SdkJob7196", + "name": "SdkJob8367", + "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet3.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet3.json index 0fc5ff08cfdf..e2c23b5e3497 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet3.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet3.json @@ -1,8 +1,8 @@ { "parameters": { "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8120", - "jobName": "SdkJob7196", + "resourceGroupName": "SdkRg9836", + "jobName": "SdkJob8367", "api-version": "2018-01-01", "$expand": "details", "x-ms-client-request-id": [ @@ -13,7 +13,7 @@ ], "User-Agent": [ "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.0.0" + "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" ] }, "responses": { @@ -133,7 +133,11 @@ }, "destinationAccountDetails": [ { - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + }, + { + "stagingStorageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "resourceGroupId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt" } ], "errorDetails": [], @@ -146,8 +150,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob7196", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8120/providers/Microsoft.DataBox/jobs/SdkJob7196", + "name": "SdkJob8367", + "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet4.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet4.json index 70ca00535aff..bf3086f81943 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet4.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet4.json @@ -1,8 +1,8 @@ { "parameters": { "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8120", - "jobName": "SdkJob7196", + "resourceGroupName": "SdkRg9836", + "jobName": "SdkJob8367", "api-version": "2018-01-01", "$expand": "details", "x-ms-client-request-id": [ @@ -13,7 +13,7 @@ ], "User-Agent": [ "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.0.0" + "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" ] }, "responses": { @@ -104,7 +104,11 @@ }, "destinationAccountDetails": [ { - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + }, + { + "stagingStorageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "resourceGroupId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt" } ], "errorDetails": [], @@ -118,8 +122,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob7196", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8120/providers/Microsoft.DataBox/jobs/SdkJob7196", + "name": "SdkJob8367", + "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet5.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet5.json index 6261006dab2f..4f8570c50369 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet5.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsGet5.json @@ -1,8 +1,8 @@ { "parameters": { "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8120", - "jobName": "SdkJob7196", + "resourceGroupName": "SdkRg9836", + "jobName": "SdkJob8367", "api-version": "2018-01-01", "$expand": "details", "x-ms-client-request-id": [ @@ -13,7 +13,7 @@ ], "User-Agent": [ "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.0.0" + "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" ] }, "responses": { @@ -76,7 +76,11 @@ }, "destinationAccountDetails": [ { - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + }, + { + "stagingStorageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "resourceGroupId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt" } ], "errorDetails": [], @@ -91,8 +95,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob7196", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8120/providers/Microsoft.DataBox/jobs/SdkJob7196", + "name": "SdkJob8367", + "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsList.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsList.json index 3f683214b99d..b4e79f598e19 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsList.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsList.json @@ -11,7 +11,7 @@ ], "User-Agent": [ "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.0.0" + "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" ] }, "responses": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsListByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsListByResourceGroup.json index 6d811a3a2cb4..c72f92c28222 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsListByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsListByResourceGroup.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8120", + "resourceGroupName": "SdkRg9836", "api-version": "2018-01-01", "$expand": "details", "x-ms-client-request-id": [ @@ -12,7 +12,7 @@ ], "User-Agent": [ "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.0.0" + "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" ] }, "responses": { @@ -32,8 +32,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob7196", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8120/providers/Microsoft.DataBox/jobs/SdkJob7196", + "name": "SdkJob8367", + "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367", "type": "Microsoft.DataBox/jobs" } ] diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsListCredentials.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsListCredentials.json index 4f2db17c7dda..3871bbbc49cf 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsListCredentials.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsListCredentials.json @@ -12,7 +12,7 @@ ], "User-Agent": [ "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.0.0" + "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" ] }, "responses": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsPatch.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsPatch.json index 4239ba14e7c0..c4bd40281503 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsPatch.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/JobsPatch.json @@ -1,8 +1,8 @@ { "parameters": { "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8120", - "jobName": "SdkJob7196", + "resourceGroupName": "SdkRg9836", + "jobName": "SdkJob8367", "api-version": "2018-01-01", "$expand": "details", "x-ms-client-request-id": [ @@ -13,7 +13,7 @@ ], "User-Agent": [ "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.0.0" + "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -64,8 +64,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob7196", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8120/providers/Microsoft.DataBox/jobs/SdkJob7196", + "name": "SdkJob8367", + "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/OperationsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/OperationsGet.json index 994dd06680ba..9d38e7506c0b 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/OperationsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/OperationsGet.json @@ -9,7 +9,7 @@ ], "User-Agent": [ "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.0.0" + "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" ] }, "responses": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/ValidateAddressPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/ValidateAddressPost.json index 4471fd16f463..864fd09dd723 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/ValidateAddressPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2018-01-01/examples/ValidateAddressPost.json @@ -11,7 +11,7 @@ ], "User-Agent": [ "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.0.0" + "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/readme.md b/specification/databox/resource-manager/readme.md index f809fa3409d9..6c39ef67022a 100644 --- a/specification/databox/resource-manager/readme.md +++ b/specification/databox/resource-manager/readme.md @@ -52,8 +52,8 @@ swagger-to-sdk: - repo: azure-sdk-for-python - repo: azure-sdk-for-node - repo: azure-sdk-for-go - - repo: azure-sdk-for-ruby - repo: azure-sdk-for-java + - repo: azure-sdk-for-ruby after_scripts: - bundle install && rake arm:regen_all_profiles['azure_mgmt_databox'] ```