diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/AvailableSkusPost.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/AvailableSkusPost.json index 82f82489b395..01c51a801aaf 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/AvailableSkusPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/AvailableSkusPost.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2021-08-01-preview", - "x-ms-client-request-id": [ - "ce815189-a9cc-4288-8166-d78f211bed5a" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -24,7 +18,7 @@ ], "availableSkuRequest": { "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" } }, diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/BookShipmentPickupPost.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/BookShipmentPickupPost.json index b1978b6f14b1..0259da128622 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/BookShipmentPickupPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/BookShipmentPickupPost.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-08-01-preview", - "x-ms-client-request-id": [ - "e1437186-b41d-492e-9b7a-e197c28a517a" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31,7 +25,7 @@ "responses": { "200": { "body": { - "confirmationNumber": "2929602E9CP", + "confirmationNumber": "XXXXXXXXXXX", "readyByTime": "2019-09-20T18:30:00Z" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobMitigate.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobMitigate.json index 639625273fee..c8700944f3f5 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobMitigate.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobMitigate.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-08-01-preview", "$expand": "details", - "x-ms-client-request-id": [ - "71d282dc-56a0-402b-a322-3b50c89711b5" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCancelPost.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCancelPost.json index 5e11ab893834..ced6deee0650 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCancelPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCancelPost.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-08-01-preview", "$expand": "details", - "x-ms-client-request-id": [ - "95fc15f7-4976-46bb-8370-74ed4cb676be" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -24,7 +18,7 @@ "30" ], "cancellationReason": { - "reason": "CancelTest" + "reason": "Cancellation Reason" } }, "responses": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCreate.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCreate.json index c63e91b697b0..62cc127f9203 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCreate.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCreate.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-08-01-preview", - "x-ms-client-request-id": [ - "04f2835f-a2a2-4f25-96df-568460e5be24" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -62,7 +56,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -118,11 +116,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -152,13 +150,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -175,8 +173,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCreateDevicePassword.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCreateDevicePassword.json index 02f2ef371eb9..d7d31b03ed1f 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCreateDevicePassword.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCreateDevicePassword.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7478", - "jobName": "SdkJob9640", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-08-01-preview", - "x-ms-client-request-id": [ - "c4c8f926-ebbe-4c07-ae1a-b716911058df" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -29,28 +23,28 @@ "jobDetailsType": "DataBox", "devicePassword": "", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "sharePassword": "" } } @@ -64,7 +58,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -120,11 +118,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -154,13 +152,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -177,8 +175,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob9640", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7478/providers/Microsoft.DataBox/jobs/SdkJob9640", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCreateDoubleEncryption.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCreateDoubleEncryption.json index fc940373f787..1fad053365d7 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCreateDoubleEncryption.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCreateDoubleEncryption.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg608", - "jobName": "SdkJob6599", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-08-01-preview", - "x-ms-client-request-id": [ - "c9c24c55-fd51-4374-839e-60ee5f0d8832" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -67,7 +61,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -123,11 +121,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -157,13 +155,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -180,8 +178,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob6599", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg608/providers/Microsoft.DataBox/jobs/SdkJob6599", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCreateExport.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCreateExport.json index cdddd69d7fbf..b8576ea95b11 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCreateExport.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCreateExport.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8091", - "jobName": "SdkJob6429", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-08-01-preview", - "x-ms-client-request-id": [ - "80eaafc7-e8b7-4c5a-ad81-b1ecb9573cd4" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,21 +22,21 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataExportDetails": [ @@ -59,7 +53,7 @@ }, "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -72,7 +66,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -128,11 +126,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -162,13 +160,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -185,8 +183,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob6429", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8091/providers/Microsoft.DataBox/jobs/SdkJob6429", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCreateWithUserAssignedIdentity.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCreateWithUserAssignedIdentity.json index cd617082f839..2a795ddd5e4f 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCreateWithUserAssignedIdentity.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsCreateWithUserAssignedIdentity.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7552", - "jobName": "SdkJob5337", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-08-01-preview", - "x-ms-client-request-id": [ - "618b064d-967c-4156-a8dd-a9867cc22af9" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -62,13 +56,17 @@ "identity": { "type": "UserAssigned", "userAssignedIdentities": { - "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity": {} + "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity": {} } } } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -124,11 +122,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -158,13 +156,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -181,8 +179,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob5337", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7552/providers/Microsoft.DataBox/jobs/SdkJob5337", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsDelete.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsDelete.json index 2562f60eefe2..12a908bf112f 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsDelete.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsDelete.json @@ -1,26 +1,24 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-08-01-preview", "$expand": "details", - "x-ms-client-request-id": [ - "f5c227e2-13d8-4ce9-9ef2-f3c63f6935b9" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { "200": {}, - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "204": {} } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsGet.json index 0df7de93c972..75f06ecc93f4 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsGet.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-08-01-preview", "$expand": "details", - "x-ms-client-request-id": [ - "e76214b0-6013-499e-8f91-3a287f421f2e" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -75,11 +69,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -109,13 +103,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -131,14 +125,14 @@ "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=urwfAELvNV69IGHdcXlRCn6o3O3dWZQKaRipmoAdrI0%3D&st=2020-08-07T05%3A10%3A58Z&se=2020-08-08T05%3A20%3A58Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" } @@ -157,8 +151,8 @@ "identity": { "type": "None" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsGetCmk.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsGetCmk.json index 29d04742bdb5..f8fd83f334ad 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsGetCmk.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsGetCmk.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7937", - "jobName": "SdkJob1735", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-08-01-preview", "$expand": "details", - "x-ms-client-request-id": [ - "c8cf9d3e-55f1-488f-bcee-53f4939f44e8" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -75,11 +69,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -109,13 +103,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -131,18 +125,18 @@ "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=JSZSeKrFrrwWbZ4zd7PNdGdNYKExKpxa98vRDDH6ZIk%3D&st=2020-08-07T05%3A08%3A51Z&se=2020-08-08T05%3A18%3A51Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "CustomerManaged", - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } }, "deliveryType": "NonScheduled", @@ -158,11 +152,11 @@ }, "identity": { "type": "SystemAssigned", - "principalId": "9a68a7c4-0a18-4d06-a5fb-7058e9e98458", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" + "principalId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, - "name": "SdkJob1735", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7937/providers/Microsoft.DataBox/jobs/SdkJob1735", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsGetCopyStuck.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsGetCopyStuck.json index 9353c526983d..027e93ff82a1 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsGetCopyStuck.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsGetCopyStuck.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "dmstestresource", - "jobName": "TJx-637505258985313014", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-08-01-preview", "$expand": "details", - "x-ms-client-request-id": [ - "bdcc8e76-b662-42a4-93fd-5554809712d7" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -30,10 +26,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", "transferType": "ImportToAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 2000, "totalBytesToProcess": 2000, "filesProcessed": 100, @@ -98,12 +94,11 @@ } ], "contactDetails": { - "contactName": "Andrew Tribone", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "ssemmail@microsoft.com", - "vishwamdir@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -134,28 +129,28 @@ }, "shippingAddress": { "streetAddress1": "164 TOWNSEND ST", - "streetAddress2": "UNIT 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "None" }, "deliveryPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=5fb6965e-0b80-4f38-b21a-32673fed2d84", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", "trackingId": "5fb6965e-0b80-4f38-b21a-32673fed2d84" }, "returnPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=b3875a34-aad6-4dbe-83a9-3f39cb21b0e8", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", "trackingId": "b3875a34-aad6-4dbe-83a9-3f39cb21b0e8" }, "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } @@ -164,12 +159,12 @@ "preferences": {}, "copyLogDetails": [ { - "accountName": "databoxbvttestaccount", - "copyLogLink": "databoxcopylog/strtrinidad01_ZTS18520041_CopyLog_8425fb8f9c2b447288caa4dd6f5d34bb.xml", + "accountName": "YourStorageAccountName", + "copyLogLink": "databoxcopylog/xxx.xml", "copyLogDetailsType": "DataBox" } ], - "reverseShipmentLabelSasKey": "http://wusbeta.blob.core.windows.net/devstoreaccount1/f6be6ea8-77da-419b-9f6b-3043c28b04e4/ReverseShipment/b3875a34-aad6-4dbe-83a9-3f39cb21b0e8.PDF?sv=2018-03-28&sr=b&sig=%2BJmOyIkG0ALrKQp%2F7NCOBYccQ80DRLvN%2FHtb6Z97heg%3D&st=2021-03-05T09%3A45%3A05Z&se=2021-03-05T10%3A15%3A05Z&sp=r", + "reverseShipmentLabelSasKey": "http://xxx.xxx.xxx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" }, @@ -193,8 +188,8 @@ "identity": { "type": "None" }, - "name": "TJx-637505258985313014", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/dmstestresource/providers/Microsoft.DataBox/jobs/TJx-637505258985313014", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsGetExport.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsGetExport.json index 302f8ace72ea..b5354d8f57c2 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsGetExport.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsGetExport.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8091", - "jobName": "SdkJob6429", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-08-01-preview", "$expand": "details", - "x-ms-client-request-id": [ - "b3739c7c-02b6-46c2-a04c-da6f8bca279c" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -32,10 +26,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "aaaaaa2", + "storageAccountName": "YourStorageAccountName", "transferType": "ExportFromAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2", + "accountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 0, "totalBytesToProcess": 0, "isEnumerationInProgress": false @@ -58,18 +52,18 @@ "contactDetails": { "contactName": " ", "emailList": [], - "phone": "1234567890", - "phoneExtension": "1234", + "phone": "0000000000", + "phoneExtension": "", "notificationPreference": [] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -98,15 +92,15 @@ }, "logCollectionLevel": "Error", "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=04aL%2FTe7998qQJlhmGI3C0Q%2FxsCVo1t0B4uQUIx7TmQ%3D&st=2020-08-07T05%3A10%3A05Z&se=2020-08-08T05%3A20%3A05Z&sp=r", - "chainOfCustodySasKey": "https://wusbeta.blob.core.windows.net/chainofcustody/9a6ee052-bcff-4b5e-a478-7dcbfb86e9fb.txt?sv=2018-03-28&sr=b&sig=JbBBXZKharvfg35ZfmrhowO1DuOpzcZCNUdeFzklvWs%3D&st=2020-08-07T05%3A10%3A05Z&se=2020-08-07T05%3A40%3A05Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", + "chainOfCustodySasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" } @@ -126,8 +120,8 @@ "identity": { "type": "None" }, - "name": "SdkJob6429", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8091/providers/Microsoft.DataBox/jobs/SdkJob6429", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsGetWaitingForAction.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsGetWaitingForAction.json index e0d9f54ebc9b..87b867c51987 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsGetWaitingForAction.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsGetWaitingForAction.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "dmstestresource", - "jobName": "TJx-637505258985313014", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-08-01-preview", "$expand": "details", - "x-ms-client-request-id": [ - "bdcc8e76-b662-42a4-93fd-5554809712d7" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -37,10 +33,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", "transferType": "ImportToAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 2000, "totalBytesToProcess": 2000, "filesProcessed": 100, @@ -56,7 +52,7 @@ { "transferType": "ImportToAzure", "dataAccountType": "ManagedDisk", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ94", + "accountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName", "bytesProcessed": 2000, "totalBytesToProcess": 2000, "filesProcessed": 100, @@ -121,12 +117,11 @@ } ], "contactDetails": { - "contactName": "Andrew Tribone", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "ssemmail@microsoft.com", - "vishwamdir@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -157,35 +152,35 @@ }, "shippingAddress": { "streetAddress1": "164 TOWNSEND ST", - "streetAddress2": "UNIT 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "None" }, "deliveryPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=6f00fcce-1eec-4ee7-99a8-0acc68efd1c7", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", - "trackingId": "6f00fcce-1eec-4ee7-99a8-0acc68efd1c7" + "trackingId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, "returnPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=79148759-b772-4a90-933b-da5ae5ac6ebb", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", - "trackingId": "79148759-b772-4a90-933b-da5ae5ac6ebb" + "trackingId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } }, { "accountDetails": { - "resourceGroupId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ94", - "stagingStorageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/manageddisktest/providers/Microsoft.Storage/storageAccounts/sojainmanageddisk", + "resourceGroupId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName", + "stagingStorageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "ManagedDisk" } } @@ -198,17 +193,17 @@ }, "copyLogDetails": [ { - "accountName": "databoxbvttestaccount", - "copyLogLink": "databoxcopylog/strtrinidad01_ZTS18520041_CopyLog_8425fb8f9c2b447288caa4dd6f5d34bb.xml", + "accountName": "YourStorageAccountName", + "copyLogLink": "databoxcopylog/xxx.xml", "copyLogDetailsType": "DataBox" }, { - "accountName": "akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ94", - "copyLogLink": "databoxcopylog/strtrinidad01_ZTS18520041_CopyLog_8425fb8f9c2b447288caa4dd6f5d34bb.xml", + "accountName": "YourResourceGroupName", + "copyLogLink": "databoxcopylog/xxx.xml", "copyLogDetailsType": "DataBox" } ], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/10dcd296-ed09-4037-ac19-2f16c4866452/ReverseShipment/79148759-b772-4a90-933b-da5ae5ac6ebb.PDF?sv=2018-03-28&sr=b&sig=bNtVcKRfYq1kiz0vxxSV%2FIZodCK8nUsCPu6MYK%2B6Erk%3D&st=2021-06-21T15%3A35%3A29Z&se=2021-06-21T16%3A05%3A29Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" }, @@ -224,14 +219,6 @@ "deliveryType": "NonScheduled", "isCancellableWithoutFee": false }, - "systemData": { - "createdBy": "5ff6737b-7c50-45d1-b2cb-63a6cd723138", - "createdByType": "Application", - "createdAt": "2021-03-14T23:49:48.349255+00:00", - "lastModifiedBy": "5ff6737b-7c50-45d1-b2cb-63a6cd723138", - "lastModifiedByType": "Application", - "lastModifiedAt": "2021-03-14T23:49:48.349255+00:00" - }, "location": "westus", "tags": { "defaultTagsKey": "defaultTagsValue" @@ -242,8 +229,8 @@ "identity": { "type": "None" }, - "name": "TJx-637505258985313014", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/dmstestresource/providers/Microsoft.DataBox/jobs/TJx-637505258985313014", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsList.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsList.json index ade753d5888d..ba6e94ec17ee 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsList.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsList.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "api-version": "2021-08-01-preview", "$expand": "details", - "x-ms-client-request-id": [ - "044127c5-663e-4a0f-9061-2fa0ca8058c4" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -44,8 +38,8 @@ "identity": { "type": "None" }, - "name": "mnaustest", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/mnaustest", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" }, { @@ -72,8 +66,8 @@ "identity": { "type": "None" }, - "name": "portalcontractAUS", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/portalcontractAUS", + "name": "TestJobName2", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName2", "type": "Microsoft.DataBox/jobs" }, { @@ -100,705 +94,12 @@ "identity": { "type": "None" }, - "name": "testBB-diskAU", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/testBB/providers/Microsoft.DataBox/jobs/testBB-diskAU", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T11:12:15.5972523+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "allXML", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/allXML", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-07T15:51:08.4479315+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "bothExportAllxml", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/bothExportAllxml", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T19:44:59.2410723+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "exportAll", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/exportAll", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T18:31:05.3036028+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "importRegressnTest", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/importRegressnTest", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-09T01:57:03.8985885+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testBotthXMLAndAll", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testBotthXMLAndAll", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-05T15:56:52.6983398+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testExportAllOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testExportAllOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T17:45:25.464989+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testPayload", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testPayload", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T10:43:04.8775864+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "xmlOnlyOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/xmlOnlyOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2018-11-27T15:17:49.0760408+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testbadresourcegroup", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ93/providers/Microsoft.DataBox/jobs/testbadresourcegroup", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-01-04T09:08:49.9928621+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "andipodtest4jan", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/andipodtest4jan", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-28T15:20:48.1058546+05:30", - "cancellationReason": "NoLongerNeeded null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "dbtest1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/dbtest1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-14T08:51:18.2067875+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautam14-04-Clone", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautam14-04-Clone", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-27T18:08:30.6622356+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamtestexport", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamtestexport", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-21T20:41:02.3837388+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "DegautamTestExportOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/DegautamTestExportOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-24T07:56:23.6839464+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamtestorder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamtestorder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-14T08:48:21.2260174+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamTestOrder14-04", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamTestOrder14-04", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-12T12:19:19.8627264+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "export", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/export", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-05T19:50:20.9692355+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "exportTestResource", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/exportTestResource", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:09:45.7080012+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportNew", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportNew", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:13:02.5724966+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-20T13:39:28.1940929+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:14:59.6879599+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld2", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld2", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-07-21T23:43:34.513148+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "saranyagorder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/saranyagorder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-07-04T14:01:50.9232807+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testdeepak04-07", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdeepak04-07", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-02-11T12:33:16.6231232+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxHeavy" - }, - "identity": { - "type": "None" - }, - "name": "testdurga-heavy", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurga-heavy", + "name": "TestJobName3", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName3", "type": "Microsoft.DataBox/jobs" } ], - "nextLink": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/jobs?api-version=2020-11-01&%24skiptoken=fVJdb5swFP0v0bq3NMaFFipVU5oATRbSxBjz8WYDIQbzoUBISNX%2fPrfVumnaJvnB8rn3nON77suoSs%2fdildFO7p%2fGfmmiz13dD%2fad13T3k8mJa1olpZp1V3Ty%2fGQXsd1OWmPrI0PvOl4XbWTHb3VgQ53Y323uxurFGpjQ4vvxnFqJFRTFajC3aQ51D1P0kM7cXh8qNt6113PaUcf6%2fMkr1n7jTZ83EtcUj5AAMEYqGOgfP3SFrzBdZFWD5u5oTL%2flCUlGWIoepYD7rjqacEfBSvXfWSLY3QBPAlQucImXOT6FWTzba1voXFMJJr4FqC%2bcSS2cYh89QPNFvPznEFNIpoSBqiRd4%2fBTrBcXc%2f4NFvMpjr51FSHVT7VV0ok4motaz9ZZtNsYyEttj3JS2yLM9uTdT9fpI83pmxjaiJ9QtswWAL6obaKgkL2OK4pBS3KPG%2fAAD2uTaXzA7RBStPhqjg5lvBcbDnEbs9%2b0OSJVQwEE4qAd8YFslJPM91SCdNiWYYiaWm57p6DhjuiPmFbcamNnlApuAP3JfZCLfYXg1vV%2bgr8y9Efnl12k%2fzyCp9nVs5IdBvmaz8l0kuFIt9c3oQkVpjY327LKGc%2beteitnnxyzNnAaojM1QTJbt45Tl3lOUhsvbfmRDY8Q1KQDhEBFkrfOpxSdTEWvYJ6ESKf8vCtoYIEoBtI%2f%2fI6y0D72nZMN8aUtkpp%2f%2bXivffzE%2f9f7dBTmPds0puQUX2cmd6JlBPITlusqubRJ7R6%2bsP" + "nextLink": "https://xxx.xxx.xx" } } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsListByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsListByResourceGroup.json index d9c14c7efb5f..339881635bdc 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsListByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsListByResourceGroup.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "api-version": "2021-08-01-preview", "$expand": "details", - "x-ms-client-request-id": [ - "c1514209-a439-4bd1-b040-76d7539d2509" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -43,11 +37,11 @@ }, "identity": { "type": "SystemAssigned", - "principalId": "fac84c35-5490-4b11-81b9-770053ccbe3b", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" + "principalId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, - "name": "SdkJob5928", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob5928", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" }, { @@ -73,8 +67,8 @@ "identity": { "type": "None" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName2", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName2", "type": "Microsoft.DataBox/jobs" } ] diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsListCredentials.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsListCredentials.json index 4e50361a162e..9c6151c72c07 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsListCredentials.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsListCredentials.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-08-01-preview", - "x-ms-client-request-id": [ - "cda11c92-529b-4b75-b56d-ff1a69ffeeba" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -22,55 +16,55 @@ "body": { "value": [ { - "jobName": "TJ-636646322037905056", + "jobName": "TestJobName1", "jobSecrets": { "podSecrets": [ { - "deviceSerialNumber": "testimolapod-3ecc44ce", + "deviceSerialNumber": "testserialnumber", "devicePassword": "", "networkConfigurations": [ { "name": "DataPort3", - "macAddress": "D05099C1F439" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort1", - "macAddress": "EC0D9A21A6C0" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort2", - "macAddress": "EC0D9A21A6C1" + "macAddress": "XXXXXXXXXXXX" } ], - "encodedValidationCertPubKey": "5CYoAoVKEBa4WgPVis8keX94w30pon4jGMADSqcdE/NlHLChj6Cmhbl4q9QOFKSB/US4AwhS7zY1QS3YMDrkAPfOy7Hi6kWMBpJWZidTq3oXX8FAQjg+IqQESti/2jvAlcDpO2453rgd7Yb6XZ43P8MMTpTjcarI0ImCf//eITQWnFa3AzfIJ9C+hxCCaA7HTYhwQEPUBMwyQJsI6v6WuQysROtlBgx1YtbWFhDVbcqYRSLIbaj+RdzlvxvDJSo70kv+8em5upuDTpVE7xP+WePLlARdSPNwwfRzHnvCUqC2UqXHpRUhQlYnMqAJEcjjroRnyIGumPmmQ8O155X8aw==", + "encodedValidationCertPubKey": "xxxxxxxxxx", "accountCredentialDetails": [ { - "accountName": "databoxbvttestaccount", + "accountName": "YourStorageAccountName", "dataAccountType": "StorageAccount", "accountConnectionString": "", "shareCredentialDetails": [ { - "shareName": "databoxbvttestaccount_PageBlob", + "shareName": "testsharename_PageBlob", "shareType": "PageBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_BlockBlob", + "shareName": "testsharename_BlockBlob", "shareType": "BlockBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_AzFile", + "shareName": "testsharename_AzFile", "shareType": "AzureFile", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsPatch.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsPatch.json index e63dd5afec8d..af759cc9e8d1 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsPatch.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsPatch.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-08-01-preview", "$expand": "details", - "x-ms-client-request-id": [ - "ff3829ca-bcb0-4737-b6e0-52af57f34bb7" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,21 +21,21 @@ "properties": { "details": { "contactDetails": { - "contactName": "Update Job", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" } } @@ -49,7 +43,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -64,8 +62,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsPatchCmk.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsPatchCmk.json index 92c26b0798da..374256cfa9e0 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsPatchCmk.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsPatchCmk.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7937", - "jobName": "SdkJob1735", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-08-01-preview", - "x-ms-client-request-id": [ - "fcab0fa9-7af8-47e0-b570-d703a48ee66b" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,15 +21,19 @@ "details": { "keyEncryptionKey": { "kekType": "CustomerManaged", - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } } } } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -50,8 +48,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob1735", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7937/providers/Microsoft.DataBox/jobs/SdkJob1735", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsPatchSystemAssignedToUserAssigned.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsPatchSystemAssignedToUserAssigned.json index 96fd79719a18..b227e76caf44 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsPatchSystemAssignedToUserAssigned.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/JobsPatchSystemAssignedToUserAssigned.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9765", - "jobName": "SdkJob2965", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-08-01-preview", - "x-ms-client-request-id": [ - "25b11bec-6551-47a4-9ee2-575245cbfd45" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -30,24 +24,28 @@ "identityProperties": { "type": "UserAssigned", "userAssigned": { - "resourceId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity" + "resourceId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity" } }, - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } } }, "identity": { "type": "SystemAssigned,UserAssigned", "userAssignedIdentities": { - "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity": {} + "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity": {} } } } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -62,8 +60,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob2965", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9765/providers/Microsoft.DataBox/jobs/SdkJob2965", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/MarkDevicesShipped.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/MarkDevicesShipped.json index 1d5193e231c3..bb4038fedbf8 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/MarkDevicesShipped.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/MarkDevicesShipped.json @@ -1,18 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-08-01-preview", - "x-ms-client-request-id": [ - "71d282dc-56a0-402b-a322-3b50c89711b5" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -22,8 +18,8 @@ ], "markDevicesShippedRequest": { "deliverToDcPackageDetails": { - "carrierName": "DHL", - "trackingId": "123456" + "carrierName": "testCarrier", + "trackingId": "000000" } } }, diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/OperationsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/OperationsGet.json index aa329c143c2a..a859852e77cf 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/OperationsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/OperationsGet.json @@ -1,17 +1,11 @@ { "parameters": { "api-version": "2021-08-01-preview", - "x-ms-client-request-id": [ - "b9453354-c675-40a8-99c0-8039818c85fd" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/RegionConfiguration.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/RegionConfiguration.json index 69c04befed49..08f74fa67ef1 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/RegionConfiguration.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/RegionConfiguration.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2021-08-01-preview", "regionConfigurationRequest": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/RegionConfigurationByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/RegionConfigurationByResourceGroup.json index 721467955c4a..93f2a80f3913 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/RegionConfigurationByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/RegionConfigurationByResourceGroup.json @@ -1,7 +1,7 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg4981", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2021-08-01-preview", "regionConfigurationRequest": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/ValidateAddressPost.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/ValidateAddressPost.json index 96ac22819ef9..4009f9697cd7 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/ValidateAddressPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/ValidateAddressPost.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2021-08-01-preview", - "x-ms-client-request-id": [ - "cfda3c52-b129-4568-aba7-e743edf747c2" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -24,13 +18,13 @@ "validateAddress": { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox" @@ -43,13 +37,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/ValidateInputs.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/ValidateInputs.json index db2d26cdb0e3..9b7f601d88aa 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/ValidateInputs.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/ValidateInputs.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2021-08-01-preview", - "x-ms-client-request-id": [ - "129a0589-5017-4f35-a66c-8da38e04aae1" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -30,7 +24,7 @@ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -40,13 +34,13 @@ { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox", @@ -61,7 +55,7 @@ "validationType": "ValidateSkuAvailability", "deviceType": "DataBox", "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" }, { @@ -100,13 +94,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/ValidateInputsByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/ValidateInputsByResourceGroup.json index b07b66618e33..4f2859b69c88 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/ValidateInputsByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/preview/2021-08-01-preview/examples/ValidateInputsByResourceGroup.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg6861", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2021-08-01-preview", - "x-ms-client-request-id": [ - "85f045bb-7659-4a2f-bcf5-96723954afdf" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31,7 +25,7 @@ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -41,13 +35,13 @@ { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox", @@ -62,7 +56,7 @@ "validationType": "ValidateSkuAvailability", "deviceType": "DataBox", "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" }, { @@ -101,13 +95,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], 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 52a44f69a196..c8bba275cc08 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 @@ -1,17 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2018-01-01", - "x-ms-client-request-id": [ - "a69a48a0-a372-444d-9251-83828238a521" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -20,7 +16,7 @@ "84" ], "availableSkuRequest": { - "country": "US", + "country": "XX", "location": "westus", "transferType": "ImportToAzure" } 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 86cffaf3b40b..1a6227b6ad3f 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 @@ -1,18 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2018-01-01", - "x-ms-client-request-id": [ - "8b6afb5d-ddce-481b-8621-e4bc2836a590" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -29,7 +25,7 @@ "responses": { "200": { "body": { - "confirmationNumber": "2929602E9CP", + "confirmationNumber": "XXXXXXXXXXX", "readyByTime": "2018-09-10T18:30:00Z" } } 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 53b1e531c3b8..00f0756a3e15 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,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2018-01-01", "$expand": "details", - "x-ms-client-request-id": [ - "71d282dc-56a0-402b-a322-3b50c89711b5" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "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 15419db73bfd..787e2de9c3df 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,18 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2018-01-01", - "x-ms-client-request-id": [ - "ee686d79-42c2-4b01-9afe-5e99f4cabfee" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,27 +21,27 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "destinationAccountDetails": [ { "dataDestinationType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } ] } @@ -57,7 +53,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -72,8 +72,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob8367", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "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 a1ab18e456e4..4de972225688 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,23 +1,23 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2018-01-01", "$expand": "details", - "x-ms-client-request-id": [ - "39272b77-a3c6-4cea-8476-9177cb4020d5" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "204": {} } } 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 a1d11d207fed..8695ec4fc8fc 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,11 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2018-01-01", "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -24,8 +23,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob8367", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "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 4748e6807443..8695ec4fc8fc 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 @@ -1,12 +1,11 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8120", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2018-01-01", "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -24,8 +23,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob8367", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8120/providers/Microsoft.DataBox/jobs/SdkJob8367", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "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 f775be0924c5..ce981f139e31 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,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2018-01-01", "$expand": "details", - "x-ms-client-request-id": [ - "b7369c18-a695-4b58-9839-ede7358e10c2" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -28,8 +24,8 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesSentToCloud": 0, "totalBytesToProcess": 0 } @@ -78,11 +74,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -112,13 +108,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -134,7 +130,7 @@ "destinationAccountDetails": [ { "dataDestinationType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } ], "errorDetails": [], @@ -147,8 +143,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob8367", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "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 6b9df951c043..ce981f139e31 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,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2018-01-01", "$expand": "details", - "x-ms-client-request-id": [ - "dd519084-efed-4bce-962e-529921f4ab2a" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -28,8 +24,8 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesSentToCloud": 0, "totalBytesToProcess": 0 } @@ -78,11 +74,11 @@ } ], "contactDetails": { - "contactName": "Update Job", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -112,13 +108,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -134,7 +130,7 @@ "destinationAccountDetails": [ { "dataDestinationType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } ], "errorDetails": [], @@ -147,8 +143,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob8367", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "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 2d5d43a5d4df..4546bcc02f0e 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,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2018-01-01", "$expand": "details", - "x-ms-client-request-id": [ - "2d0ac131-80ad-419a-9126-722678b09c94" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -28,8 +24,8 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesSentToCloud": 0, "totalBytesToProcess": 0 } @@ -49,11 +45,11 @@ } ], "contactDetails": { - "contactName": "Update Job", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -83,13 +79,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -105,7 +101,7 @@ "destinationAccountDetails": [ { "dataDestinationType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } ], "errorDetails": [], @@ -119,8 +115,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob8367", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "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 06e062051226..c23e1b8c55c5 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,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2018-01-01", "$expand": "details", - "x-ms-client-request-id": [ - "bdcc8e76-b662-42a4-93fd-5554809712d7" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -28,8 +24,8 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesSentToCloud": 0, "totalBytesToProcess": 0 } @@ -55,13 +51,13 @@ "notificationPreference": [] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -77,13 +73,13 @@ "destinationAccountDetails": [ { "dataDestinationType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } ], "errorDetails": [], "jobDetailsType": "DataBox", "copyLogDetails": [], - "chainOfCustodySasKey": "https://wusbeta.blob.core.windows.net/chainofcustody/dbb287f3-ded6-42ee-b673-0c49d46394dc.txt?sv=2016-05-31&sr=b&sig=ljyW4jh7VAuQg%2Bm9JPKznnKEh7kyekn4zhkZ4vIH5LY%3D&st=2018-09-11T12%3A24%3A31Z&se=2018-09-11T12%3A54%3A31Z&sp=r" + "chainOfCustodySasKey": "https://xxx.xxx.xx" }, "cancellationReason": "CancelTest" }, @@ -92,8 +88,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob8367", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "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 dfc3286b7a71..8539306dbea7 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 @@ -1,17 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "api-version": "2018-01-01", "$expand": "details", - "x-ms-client-request-id": [ - "03e7ecda-9d8a-4883-ad1e-26ce670891ee" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -31,8 +27,8 @@ "sku": { "name": "DataBoxDisk" }, - "name": "mnaustest", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/mnaustest", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" }, { @@ -48,8 +44,8 @@ "sku": { "name": "DataBoxDisk" }, - "name": "portalcontractAUS", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/portalcontractAUS", + "name": "TestJobName2", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName2", "type": "Microsoft.DataBox/jobs" }, { @@ -65,437 +61,12 @@ "sku": { "name": "DataBoxDisk" }, - "name": "testBB-diskAU", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/testBB/providers/Microsoft.DataBox/jobs/testBB-diskAU", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "status": "DeviceOrdered", - "startTime": "2018-09-08T22:46:11.5143859+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "TestPortalContract", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/TestPortalContract", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "status": "DeviceOrdered", - "startTime": "2018-08-21T15:19:38.5967539+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxHeavy" - }, - "name": "testheavy1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/autoallocation/providers/Microsoft.DataBox/jobs/testheavy1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "status": "DeviceOrdered", - "startTime": "2018-06-28T14:07:33.0497881+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "TJ-636657717727899366", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/autoallocation/providers/Microsoft.DataBox/jobs/TJ-636657717727899366", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": false, - "isShippingAddressEditable": false, - "status": "PickedUp", - "startTime": "2018-09-06T16:23:58.7665181+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxDisk" - }, - "name": "abvetestups", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/abvetestups", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "status": "DeviceOrdered", - "startTime": "2018-08-21T14:08:42.9538214+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxDisk" - }, - "name": "disksmoketest", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/disksmoketest", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "status": "DeviceOrdered", - "startTime": "2018-08-08T07:52:22.8655902+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxHeavy" - }, - "name": "heavyjob1029039", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/heavyjob1029039", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "status": "DeviceOrdered", - "startTime": "2018-08-30T14:26:12.0791245+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxHeavy" - }, - "name": "heavyjob1029039-Clone", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/heavyjob1029039-Clone", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "status": "DeviceOrdered", - "startTime": "2018-07-06T05:48:00.4841388+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "sojaintest1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/sojaintest1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "status": "DeviceOrdered", - "startTime": "2018-09-04T12:05:35.7885962+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxDisk" - }, - "name": "testacispasskey", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/testacispasskey", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "status": "DeviceOrdered", - "startTime": "2018-09-04T12:19:50.1313891+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxDisk" - }, - "name": "testacispasskey1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/testacispasskey1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "status": "DeviceOrdered", - "startTime": "2018-09-04T12:27:03.679307+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxDisk" - }, - "name": "testacispasskey2", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/testacispasskey2", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "status": "DeviceOrdered", - "startTime": "2018-09-04T02:24:49.5106952+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxDisk" - }, - "name": "testingpasskey", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/testingpasskey", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "status": "DeviceOrdered", - "startTime": "2018-09-04T03:37:18.5000801+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxDisk" - }, - "name": "testingpasskey1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/testingpasskey1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "status": "DeviceOrdered", - "startTime": "2018-06-13T14:01:22.0918861+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "TJ-636644753834613064", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636644753834613064", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": false, - "isShippingAddressEditable": false, - "status": "PickedUp", - "startTime": "2018-06-15T00:01:51.7887418+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "TJ-636645978308049673", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636645978308049673", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "status": "DeviceOrdered", - "startTime": "2018-06-15T00:00:55.8926702+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "TJ-636645978327256231", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636645978327256231", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "status": "DeviceOrdered", - "startTime": "2018-06-15T00:00:49.1912624+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "TJ-636645978337105060", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636645978337105060", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": false, - "isShippingAddressEditable": false, - "status": "Delivered", - "startTime": "2018-06-15T09:34:08.5731715+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "TJ-636646322037905056", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636646322037905056", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "status": "DeviceOrdered", - "startTime": "2018-06-15T09:33:44.4557174+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "TJ-636646322198505202", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636646322198505202", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "status": "DeviceOrdered", - "startTime": "2018-06-16T00:00:42.7564714+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "TJ-636646842116642570", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636646842116642570", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": false, - "isShippingAddressEditable": false, - "status": "DevicePrepared", - "startTime": "2018-06-16T00:00:37.1560297+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxDisk" - }, - "name": "TJ-636646842129749628", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636646842129749628", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "status": "DeviceOrdered", - "startTime": "2018-06-16T00:00:55.5759323+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "TJ-636646842130208643", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636646842130208643", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": false, - "isShippingAddressEditable": false, - "status": "PickedUp", - "startTime": "2018-06-16T00:01:43.7487451+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "TJ-636646842175867545", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636646842175867545", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "status": "DeviceOrdered", - "startTime": "2018-06-16T00:00:40.1336605+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxDisk" - }, - "name": "TJ-636646842185996513", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636646842185996513", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "status": "DeviceOrdered", - "startTime": "2018-06-17T00:00:22.60807+05:30" - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "TJ-636647706054109071", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/bvttoolrg6/providers/Microsoft.DataBox/jobs/TJ-636647706054109071", + "name": "TestJobName3", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName3", "type": "Microsoft.DataBox/jobs" } ], - "nextLink": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/jobs?api-version=2018-01-01&%24skiptoken=dVJrb5swFP0v0bZvKcaBFipVUx5A0wVCDOb1zQZCDBhYIM%2bq%2f33uonXStEr%2bYN1z7zlH99zXUZOfhxVrqn70%2bDoKDc%2fH3uhxtBuGrn%2bUJE4aUuQ8b4Y7cj3s87u05VJ%2foH26Z93A2qaXtuReAxrcjrXt9mGsEKiOdTV9GKe5nhFVkaECt1K3b48sy%2fe9ZLN03%2fbtdrhbkIHM2rNUtrT%2fTjo2PgpcUD5BIGtjIIv37Utfsc5vq7x5che6QsNTkfHgksL6SEvAbE85Ldmsptw5JlZ9SK6AZRHiK9%2bAy1L7Culi02obqB8ygWahCUioHwJL3yehckOL5eK8oFAViCrHEerEH1M41LRUnDmbFsv5VAs%2bNJXLqpxqKzmp08YRvR8s82nhmkhNLSx4A8tk1MKi709F%2bHhnKlxDrfNntImjF0BuaqskqsSM7RlC0CQU44sP0Mwx5CGMkIvkbvCb6mSbNfZ80w6s%2fhxGXZmZ1SXwA4IAPvsVMnOsGh6X47x64XGd9YQ7wzrqmF23J9%2bSPWKhZ8RrZsMd93GspuHy4jWttgKfOfrHs0cn2V%2bvE4eZJQ2S%2b7h0wjwQXhqUhMbLJA5Smda7%2bw1PShqi31okRAdczphd1tcYyqV9wysEdeDzzrEr9Sf2nXVeGRcfo8AGKk6ujhtYqezO9XUS7QDm%2bsSDgeoW4Mf7JkVuWGyxSSJkU%2bjsRMLiJtRNyutB1FUx9x%2f8lqnAPs%2b8PB0%2fv5jR29sv" + "nextLink": "https://xxx.xxx.xx" } } } 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 6caf68e9601a..3f1daff252ed 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,18 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "api-version": "2018-01-01", "$expand": "details", - "x-ms-client-request-id": [ - "62542393-3051-4952-8e59-625cc76e9abf" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -32,8 +28,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob8367", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "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 faf49bd5ee5e..ba3537d298d3 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 @@ -1,18 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2018-01-01", - "x-ms-client-request-id": [ - "1321416f-58bc-4bc7-8214-492c7cbbc310" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -20,54 +16,54 @@ "body": { "value": [ { - "jobName": "TJ-636646322037905056", + "jobName": "TestJobName1", "jobSecrets": { "podSecrets": [ { - "deviceSerialNumber": "testimolapod-3ecc44ce", + "deviceSerialNumber": "testserialnumber", "devicePassword": "", "networkConfigurations": [ { "name": "DataPort3", - "macAddress": "D05099C1F439" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort1", - "macAddress": "EC0D9A21A6C0" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort2", - "macAddress": "EC0D9A21A6C1" + "macAddress": "XXXXXXXXXXXX" } ], - "encodedValidationCertPubKey": "5CYoAoVKEBa4WgPVis8keX94w30pon4jGMADSqcdE/NlHLChj6Cmhbl4q9QOFKSB/US4AwhS7zY1QS3YMDrkAPfOy7Hi6kWMBpJWZidTq3oXX8FAQjg+IqQESti/2jvAlcDpO2453rgd7Yb6XZ43P8MMTpTjcarI0ImCf//eITQWnFa3AzfIJ9C+hxCCaA7HTYhwQEPUBMwyQJsI6v6WuQysROtlBgx1YtbWFhDVbcqYRSLIbaj+RdzlvxvDJSo70kv+8em5upuDTpVE7xP+WePLlARdSPNwwfRzHnvCUqC2UqXHpRUhQlYnMqAJEcjjroRnyIGumPmmQ8O155X8aw==", + "encodedValidationCertPubKey": "xxxxxxxxxx", "accountCredentialDetails": [ { - "accountName": "databoxbvttestaccount", + "accountName": "YourStorageAccountName", "accountConnectionString": "", "shareCredentialDetails": [ { - "shareName": "databoxbvttestaccount_PageBlob", + "shareName": "testsharename_PageBlob", "shareType": "PageBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_BlockBlob", + "shareName": "testsharename_BlockBlob", "shareType": "BlockBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_AzFile", + "shareName": "testsharename_AzFile", "shareType": "AzureFile", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" 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 2a7b81772c4d..c4b9610fae10 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,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2018-01-01", "$expand": "details", - "x-ms-client-request-id": [ - "26b53b91-d67c-4e6a-b8d6-0d01db7b6e90" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -25,21 +21,21 @@ "properties": { "details": { "contactDetails": { - "contactName": "Update Job", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" } } @@ -47,7 +43,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -62,8 +62,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob8367", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9836/providers/Microsoft.DataBox/jobs/SdkJob8367", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "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 bd86f8e89e59..aa0b75526107 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 @@ -1,15 +1,11 @@ { "parameters": { "api-version": "2018-01-01", - "x-ms-client-request-id": [ - "69fc02f6-5d9f-42d5-8d98-b5a943b8c888" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "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 a45ddf504dfd..a5da53aa3e30 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 @@ -1,17 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2018-01-01", - "x-ms-client-request-id": [ - "9f1830f8-1cf7-4145-8b34-0742d9c9be13" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -21,13 +17,13 @@ ], "validateAddress": { "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox" @@ -40,13 +36,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ] diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/AvailableSkusPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/AvailableSkusPost.json index cd0ea55aace1..d20dcb199373 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/AvailableSkusPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/AvailableSkusPost.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2019-09-01", - "x-ms-client-request-id": [ - "130a5941-a075-412d-817f-e65065af00dd" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -22,7 +16,7 @@ "84" ], "availableSkuRequest": { - "country": "US", + "country": "XX", "location": "westus", "transferType": "ImportToAzure" } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/AvailableSkusPostByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/AvailableSkusPostByResourceGroup.json index c18648eab861..af03cfb7a997 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/AvailableSkusPostByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/AvailableSkusPostByResourceGroup.json @@ -1,18 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", - "api-version": "2018-01-01", - "x-ms-client-request-id": [ - "a69a48a0-a372-444d-9251-83828238a521" - ], + "api-version": "2019-09-01", "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -21,7 +17,7 @@ "84" ], "availableSkuRequest": { - "country": "US", + "country": "XX", "location": "westus", "transferType": "ImportToAzure" } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/BookShipmentPickupPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/BookShipmentPickupPost.json index bec928ad7c87..679633c4a21d 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/BookShipmentPickupPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/BookShipmentPickupPost.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2019-09-01", - "x-ms-client-request-id": [ - "e1437186-b41d-492e-9b7a-e197c28a517a" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31,7 +25,7 @@ "responses": { "200": { "body": { - "confirmationNumber": "2929602E9CP", + "confirmationNumber": "XXXXXXXXXXX", "readyByTime": "2019-09-20T18:30:00Z" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsCancelPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsCancelPost.json index e4f188b6d49a..df58c529a939 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsCancelPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsCancelPost.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg4981", - "jobName": "SdkJob3971", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2019-09-01", "$expand": "details", - "x-ms-client-request-id": [ - "5e3d8f70-7ee0-45aa-9c12-6d505e577b54" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsCreate.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsCreate.json index f2e8809e9f1c..a40f6c2b9dda 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsCreate.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsCreate.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg4981", - "jobName": "SdkJob3971", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2019-09-01", - "x-ms-client-request-id": [ - "f0ce17be-5da4-4184-88c9-50a701ad7d11" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,26 +21,26 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "destinationAccountDetails": [ { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataDestinationType": "StorageAccount" } ] @@ -59,7 +53,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -114,11 +112,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -148,20 +146,20 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "destinationAccountDetails": [ { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataDestinationType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } ], "errorDetails": [], @@ -179,8 +177,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob3971", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg4981/providers/Microsoft.DataBox/jobs/SdkJob3971", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsDelete.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsDelete.json index d522194a2f13..c282d8484b97 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsDelete.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsDelete.json @@ -1,25 +1,23 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg4981", - "jobName": "SdkJob3971", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2019-09-01", "$expand": "details", - "x-ms-client-request-id": [ - "70328b56-a888-4a73-8b25-752da61cbc36" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ] }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "204": {} } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet.json index 4060eee65d6a..26b3c7cf1fbd 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg4981", - "jobName": "SdkJob3971", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2019-09-01", "$expand": "details", - "x-ms-client-request-id": [ - "4a4a42b7-4d1a-40d7-aca7-9364f62832e1" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ] }, "responses": { @@ -73,11 +67,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -107,20 +101,20 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "destinationAccountDetails": [ { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataDestinationType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } ], "errorDetails": [], @@ -138,8 +132,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob3971", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg4981/providers/Microsoft.DataBox/jobs/SdkJob3971", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet1.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet1.json index eb2fd114191b..94f563f22051 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet1.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet1.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg4981", - "jobName": "SdkJob3970", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2019-09-01", "$expand": "details", - "x-ms-client-request-id": [ - "5822ad95-d3d8-40d2-9a0e-c6f318e5ac45" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ] }, "responses": { @@ -30,9 +24,9 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", "dataDestinationType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesSentToCloud": 0, "totalBytesToProcess": 0 } @@ -54,17 +48,17 @@ "contactDetails": { "contactName": " ", "emailList": [], - "phone": "1234567890", + "phone": "0000000000", "notificationPreference": [] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -79,15 +73,15 @@ }, "destinationAccountDetails": [ { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataDestinationType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } ], "errorDetails": [], "jobDetailsType": "DataBox", "copyLogDetails": [], - "chainOfCustodySasKey": "https://wusbeta.blob.core.windows.net/chainofcustody/6ce2f399-1cc7-4144-ba92-c50bd5324a5c.txt?sv=2017-04-17&sr=b&sig=pWxYQP3CDKU9TzRgzvbbT%2F48a1BjLeF10Rtz86%2FZ3qI%3D&st=2019-09-21T09%3A15%3A43Z&se=2019-09-21T09%3A45%3A43Z&sp=r" + "chainOfCustodySasKey": "https://xxx.xxx.xx" }, "cancellationReason": "CancelTest", "deliveryType": "NonScheduled", @@ -98,8 +92,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob3970", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg4981/providers/Microsoft.DataBox/jobs/SdkJob3970", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet2.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet2.json index 1f406ecf4578..a834886660dc 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet2.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet2.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg4981", - "jobName": "SdkJob3971", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2019-09-01", "$expand": "details", - "x-ms-client-request-id": [ - "f5665abc-b241-4cfb-88a5-3b3d2f7863e4" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ] }, "responses": { @@ -30,9 +24,9 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", "dataDestinationType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesSentToCloud": 0, "totalBytesToProcess": 0 } @@ -52,11 +46,11 @@ } ], "contactDetails": { - "contactName": "Update Job", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -86,13 +80,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -107,9 +101,9 @@ }, "destinationAccountDetails": [ { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataDestinationType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } ], "errorDetails": [], @@ -125,8 +119,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob3971", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg4981/providers/Microsoft.DataBox/jobs/SdkJob3971", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet3.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet3.json index f3820718b0e2..e7510b728f82 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet3.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet3.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg4981", - "jobName": "SdkJob3971", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2019-09-01", "$expand": "details", - "x-ms-client-request-id": [ - "5822ad95-d3d8-40d2-9a0e-c6f318e5ac45" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ] }, "responses": { @@ -30,9 +24,9 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", "dataDestinationType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesSentToCloud": 0, "totalBytesToProcess": 0 } @@ -54,17 +48,17 @@ "contactDetails": { "contactName": " ", "emailList": [], - "phone": "1234567890", + "phone": "0000000000", "notificationPreference": [] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -79,15 +73,15 @@ }, "destinationAccountDetails": [ { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataDestinationType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } ], "errorDetails": [], "jobDetailsType": "DataBox", "copyLogDetails": [], - "chainOfCustodySasKey": "https://wusbeta.blob.core.windows.net/chainofcustody/6ce2f399-1cc7-4144-ba92-c50bd5324a5c.txt?sv=2017-04-17&sr=b&sig=pWxYQP3CDKU9TzRgzvbbT%2F48a1BjLeF10Rtz86%2FZ3qI%3D&st=2019-09-21T09%3A15%3A43Z&se=2019-09-21T09%3A45%3A43Z&sp=r" + "chainOfCustodySasKey": "https://xxx.xxx.xx" }, "cancellationReason": "CancelTest", "deliveryType": "NonScheduled", @@ -101,8 +95,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob3971", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg4981/providers/Microsoft.DataBox/jobs/SdkJob3971", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet4.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet4.json index 192e4dec9482..f19c2e9973c0 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet4.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet4.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg4981", - "jobName": "SdkJob3971", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2019-09-01", "$expand": "details", - "x-ms-client-request-id": [ - "f5665abc-b241-4cfb-88a5-3b3d2f7863e4" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ] }, "responses": { @@ -30,9 +24,9 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", "dataDestinationType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesSentToCloud": 0, "totalBytesToProcess": 0 } @@ -52,11 +46,11 @@ } ], "contactDetails": { - "contactName": "Update Job", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -86,13 +80,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -107,9 +101,9 @@ }, "destinationAccountDetails": [ { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataDestinationType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } ], "errorDetails": [], @@ -128,8 +122,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob3971", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg4981/providers/Microsoft.DataBox/jobs/SdkJob3971", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet5.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet5.json index 192e4dec9482..f19c2e9973c0 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet5.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsGet5.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg4981", - "jobName": "SdkJob3971", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2019-09-01", "$expand": "details", - "x-ms-client-request-id": [ - "f5665abc-b241-4cfb-88a5-3b3d2f7863e4" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ] }, "responses": { @@ -30,9 +24,9 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", "dataDestinationType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesSentToCloud": 0, "totalBytesToProcess": 0 } @@ -52,11 +46,11 @@ } ], "contactDetails": { - "contactName": "Update Job", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -86,13 +80,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -107,9 +101,9 @@ }, "destinationAccountDetails": [ { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataDestinationType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } ], "errorDetails": [], @@ -128,8 +122,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob3971", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg4981/providers/Microsoft.DataBox/jobs/SdkJob3971", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsList.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsList.json index 2a1efea01695..f412aad79d62 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsList.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsList.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "api-version": "2019-09-01", "$expand": "details", - "x-ms-client-request-id": [ - "a3118d2e-2b53-4e95-860e-cd141dd57b15" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ] }, "responses": { @@ -36,536 +30,8 @@ "sku": { "name": "DataBox" }, - "name": "testbadresourcegroup", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ93/providers/Microsoft.DataBox/jobs/testbadresourcegroup", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "status": "Cancelled", - "startTime": "2019-01-04T09:08:49.9928621+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "andipodtest4jan", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/andipodtest4jan", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "status": "Cancelled", - "startTime": "2019-07-04T14:01:50.9232807+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "testdeepak04-07", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdeepak04-07", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "status": "Cancelled", - "startTime": "2019-02-11T12:33:16.6231232+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxHeavy" - }, - "name": "testdurga-heavy", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurga-heavy", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "status": "Cancelled", - "startTime": "2019-02-11T12:38:49.0620094+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxHeavy" - }, - "name": "testdurga-heavy1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurga-heavy1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "status": "Cancelled", - "startTime": "2019-01-09T16:12:43.2931373+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxHeavy" - }, - "name": "testdurga2", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurga2", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "status": "Cancelled", - "startTime": "2019-01-09T15:59:47.4375821+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "testdurgad", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurgad", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "status": "Cancelled", - "startTime": "2019-01-09T19:04:31.4461343+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxDisk" - }, - "name": "testdurgadisk", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurgadisk", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "status": "Cancelled", - "startTime": "2019-01-09T19:10:08.2854968+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxDisk" - }, - "name": "testdurgadisk-Clone", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurgadisk-Clone", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "status": "Cancelled", - "startTime": "2018-12-19T14:23:06.8155601+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "testdurgam", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurgam", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "status": "Cancelled", - "startTime": "2018-12-19T16:46:12.824436+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "testdurgam-1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurgam-1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "status": "Cancelled", - "startTime": "2019-03-04T12:00:17.7643558+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "testdurgam-Clone", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurgam-Clone", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "status": "Cancelled", - "startTime": "2018-12-19T18:24:23.0774328+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "testdurgasm-1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurgasm-1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "status": "Cancelled", - "startTime": "2019-03-04T11:58:13.4876698+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "testdurgasm-1-1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurgasm-1-1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "status": "Cancelled", - "startTime": "2019-01-11T14:28:55.4375406+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "testdurgasm-1-Clone", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurgasm-1-Clone", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "status": "Cancelled", - "startTime": "2019-02-15T12:51:12.2717434+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "testdurgasm-11", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurgasm-11", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "status": "Cancelled", - "startTime": "2019-02-15T12:54:58.9886188+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "testdurgasm-12", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurgasm-12", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "status": "Cancelled", - "startTime": "2019-02-15T13:33:29.8417562+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "testdurgasm-1dssd", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurgasm-1dssd", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "status": "Cancelled", - "startTime": "2019-02-15T15:35:39.937519+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "testdurgasm-ccxcx", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurgasm-ccxcx", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "status": "Cancelled", - "startTime": "2019-01-09T15:56:58.4277564+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "testdurgasm-Clone", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurgasm-Clone", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "status": "Cancelled", - "startTime": "2019-02-10T14:46:10.401621+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "testdurgasm-Clone-Clone", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurgasm-Clone-Clone", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "status": "Cancelled", - "startTime": "2019-02-10T14:52:37.2363289+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "testdurgasm-compute", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurgasm-compute", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": false, - "isShippingAddressEditable": false, - "status": "ReadyToDispatchFromAzureDC", - "startTime": "2019-02-10T14:57:32.3159255+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "testdurgasm-compute1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurgasm-compute1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "status": "Cancelled", - "startTime": "2018-09-08T22:46:11.5143859+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "name": "TestPortalContract", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/TestPortalContract", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" }, { @@ -586,12 +52,11 @@ "sku": { "name": "DataBox" }, - "name": "testschedule01", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testschedule01", + "name": "TestJobName2", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName2", "type": "Microsoft.DataBox/jobs" } - ], - "nextLink": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/jobs?api-version=2019-09-01&$skipToken=PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTE2Ij8%2bDQo8Q29udGludWF0aW9uVG9rZW4%2bDQogIDxDb250aW51YXRpb25Ub2tlbj4NCiAgICA8VmVyc2lvbj4yLjA8L1ZlcnNpb24%2bDQogICAgPFR5cGU%2bVGFibGU8L1R5cGU%2bDQogICAgPE5leHRQYXJ0aXRpb25LZXk%2bMSE4NCFabUUyT0RBNE1tWXRPR1ptTnkwMFlUSTFMVGsxWXpjdFkyVTVaR0UxTkRFeU5ESm1YekJmYldsamNtOXpiMlowTG1SaGRHRmliM2hmTUY5cWIySno8L05leHRQYXJ0aXRpb25LZXk%2bDQogICAgPE5leHRSb3dLZXk%2bMSE3MiFjbVZ6YjNWeVkyVnRZWEJ3YVc1blh6QmZjbWRmTUY5aGEzWmxibXRoZEY4d1gzUmxjM1J6WTJobFpIVnNaVEF4TFdOc2IyNWw8L05leHRSb3dLZXk%2bDQogICAgPFRhcmdldExvY2F0aW9uPlByaW1hcnk8L1RhcmdldExvY2F0aW9uPg0KICA8L0NvbnRpbnVhdGlvblRva2VuPg0KPC9Db250aW51YXRpb25Ub2tlbj4%3d" + ] } } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsListByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsListByResourceGroup.json index 749ad0f360a9..2a6d6273abd6 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsListByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsListByResourceGroup.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg4981", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "api-version": "2019-09-01", "$expand": "details", - "x-ms-client-request-id": [ - "dc5cb221-1401-492c-abe7-9f74a5193c65" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ] }, "responses": { @@ -39,8 +33,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob3971", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg4981/providers/Microsoft.DataBox/jobs/SdkJob3971", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } ] diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsListCredentials.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsListCredentials.json index a83b444b823e..d390702d98e9 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsListCredentials.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsListCredentials.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2019-09-01", - "x-ms-client-request-id": [ - "03b50fba-1fac-429d-9edb-e3bfd95b9c20" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ] }, "responses": { @@ -22,55 +16,55 @@ "body": { "value": [ { - "jobName": "TJ-636646322037905056", + "jobName": "TestJobName1", "jobSecrets": { "podSecrets": [ { - "deviceSerialNumber": "testimolapod-3ecc44ce", + "deviceSerialNumber": "testserialnumber", "devicePassword": "", "networkConfigurations": [ { "name": "DataPort3", - "macAddress": "D05099C1F439" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort1", - "macAddress": "EC0D9A21A6C0" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort2", - "macAddress": "EC0D9A21A6C1" + "macAddress": "XXXXXXXXXXXX" } ], - "encodedValidationCertPubKey": "5CYoAoVKEBa4WgPVis8keX94w30pon4jGMADSqcdE/NlHLChj6Cmhbl4q9QOFKSB/US4AwhS7zY1QS3YMDrkAPfOy7Hi6kWMBpJWZidTq3oXX8FAQjg+IqQESti/2jvAlcDpO2453rgd7Yb6XZ43P8MMTpTjcarI0ImCf//eITQWnFa3AzfIJ9C+hxCCaA7HTYhwQEPUBMwyQJsI6v6WuQysROtlBgx1YtbWFhDVbcqYRSLIbaj+RdzlvxvDJSo70kv+8em5upuDTpVE7xP+WePLlARdSPNwwfRzHnvCUqC2UqXHpRUhQlYnMqAJEcjjroRnyIGumPmmQ8O155X8aw==", + "encodedValidationCertPubKey": "xxxxxxxxxx", "accountCredentialDetails": [ { - "accountName": "databoxbvttestaccount", + "accountName": "YourStorageAccountName", "dataDestinationType": "StorageAccount", "accountConnectionString": "", "shareCredentialDetails": [ { - "shareName": "databoxbvttestaccount_PageBlob", + "shareName": "testsharename_PageBlob", "shareType": "PageBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_BlockBlob", + "shareName": "testsharename_BlockBlob", "shareType": "BlockBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_AzFile", + "shareName": "testsharename_AzFile", "shareType": "AzureFile", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsPatch.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsPatch.json index c1ec48e1ab0d..5c460ab42b66 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsPatch.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/JobsPatch.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg4981", - "jobName": "SdkJob3971", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2019-09-01", "$expand": "details", - "x-ms-client-request-id": [ - "04bb03ba-8e90-47c8-a1af-15e083036c6f" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,21 +21,21 @@ "properties": { "details": { "contactDetails": { - "contactName": "Update Job", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" } } @@ -49,7 +43,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -61,9 +59,9 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", "dataDestinationType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesSentToCloud": 0, "totalBytesToProcess": 0 } @@ -83,11 +81,11 @@ } ], "contactDetails": { - "contactName": "Update Job", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -117,13 +115,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -138,9 +136,9 @@ }, "destinationAccountDetails": [ { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataDestinationType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } ], "errorDetails": [], @@ -156,8 +154,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob3971", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg4981/providers/Microsoft.DataBox/jobs/SdkJob3971", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/OperationsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/OperationsGet.json index 1d5ca0782cdd..b48d8bd5287e 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/OperationsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/OperationsGet.json @@ -1,15 +1,11 @@ { "parameters": { - "api-version": "2018-01-01", - "x-ms-client-request-id": [ - "69fc02f6-5d9f-42d5-8d98-b5a943b8c888" - ], + "api-version": "2019-09-01", "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ] }, "responses": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/RegionConfiguration.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/RegionConfiguration.json index e4fd5082ab41..d1f6eb0f087f 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/RegionConfiguration.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/RegionConfiguration.json @@ -1,14 +1,13 @@ { "parameters": { - "subscriptionId": "3c66da21-607e-49b4-8bdf-f25fbb8f705f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2019-09-01", "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/ValidateAddressPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/ValidateAddressPost.json index 240fa71765be..3969d6592c5e 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/ValidateAddressPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/ValidateAddressPost.json @@ -1,17 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2019-09-01", - "x-ms-client-request-id": [ - "9f1830f8-1cf7-4145-8b34-0742d9c9be13" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -22,13 +18,13 @@ "validateAddress": { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox" @@ -42,13 +38,13 @@ "validationType": "ValidateAddress", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ] diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/ValidateInputs.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/ValidateInputs.json index 21094770355d..daa146b8bdc5 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/ValidateInputs.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/ValidateInputs.json @@ -1,17 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2019-09-01", - "x-ms-client-request-id": [ - "ee686d79-42c2-4b01-9afe-5e99f4cabfee" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,7 +23,7 @@ "location": "westus", "destinationAccountDetails": [ { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataDestinationType": "StorageAccount" } ] @@ -35,13 +31,13 @@ { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox" @@ -64,13 +60,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/ValidateInputsByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/ValidateInputsByResourceGroup.json index acfc021ac02b..62886fa8ee39 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/ValidateInputsByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2019-09-01/examples/ValidateInputsByResourceGroup.json @@ -1,18 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2019-09-01", - "x-ms-client-request-id": [ - "ee686d79-42c2-4b01-9afe-5e99f4cabfee" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,7 +24,7 @@ "location": "westus", "destinationAccountDetails": [ { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataDestinationType": "StorageAccount" } ] @@ -36,13 +32,13 @@ { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox" @@ -65,13 +61,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/AvailableSkusPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/AvailableSkusPost.json index 1f8c4f4c1af2..7a32a422a4ed 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/AvailableSkusPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/AvailableSkusPost.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2020-04-01", - "x-ms-client-request-id": [ - "ce815189-a9cc-4288-8166-d78f211bed5a" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -24,7 +18,7 @@ ], "availableSkuRequest": { "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" } }, diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/BookShipmentPickupPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/BookShipmentPickupPost.json index bec928ad7c87..4f8690f79148 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/BookShipmentPickupPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/BookShipmentPickupPost.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", - "api-version": "2019-09-01", - "x-ms-client-request-id": [ - "e1437186-b41d-492e-9b7a-e197c28a517a" - ], + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2020-04-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31,7 +25,7 @@ "responses": { "200": { "body": { - "confirmationNumber": "2929602E9CP", + "confirmationNumber": "XXXXXXXXXXX", "readyByTime": "2019-09-20T18:30:00Z" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsCancelPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsCancelPost.json index b0615f487570..94e3bbc949a3 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsCancelPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsCancelPost.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-04-01", "$expand": "details", - "x-ms-client-request-id": [ - "95fc15f7-4976-46bb-8370-74ed4cb676be" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsCreate.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsCreate.json index d4c85d99bfb2..947ec5931e5c 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsCreate.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsCreate.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-04-01", - "x-ms-client-request-id": [ - "04f2835f-a2a2-4f25-96df-568460e5be24" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -62,7 +56,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -118,11 +116,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -152,13 +150,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -175,8 +173,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsCreateDevicePassword.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsCreateDevicePassword.json index 8e2382f61cc9..eb954c383d98 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsCreateDevicePassword.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsCreateDevicePassword.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7478", - "jobName": "SdkJob9640", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-04-01", - "x-ms-client-request-id": [ - "c4c8f926-ebbe-4c07-ae1a-b716911058df" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -29,28 +23,28 @@ "jobDetailsType": "DataBox", "devicePassword": "", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "sharePassword": "" } } @@ -64,7 +58,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -120,11 +118,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -154,13 +152,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -177,8 +175,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob9640", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7478/providers/Microsoft.DataBox/jobs/SdkJob9640", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsCreateExport.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsCreateExport.json index 9ed85155cd73..fdd7cc22a148 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsCreateExport.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsCreateExport.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8091", - "jobName": "SdkJob6429", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-04-01", - "x-ms-client-request-id": [ - "80eaafc7-e8b7-4c5a-ad81-b1ecb9573cd4" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,21 +22,21 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataExportDetails": [ @@ -59,7 +53,7 @@ }, "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -72,7 +66,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -128,11 +126,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -162,13 +160,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -185,8 +183,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob6429", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8091/providers/Microsoft.DataBox/jobs/SdkJob6429", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsDelete.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsDelete.json index eb1ae2a45dec..c7ad3a7337a4 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsDelete.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsDelete.json @@ -1,26 +1,24 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-04-01", "$expand": "details", - "x-ms-client-request-id": [ - "f5c227e2-13d8-4ce9-9ef2-f3c63f6935b9" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { "200": {}, - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "204": {} } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsGet.json index ba27dbca634d..0579739b65ad 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsGet.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-04-01", "$expand": "details", - "x-ms-client-request-id": [ - "e76214b0-6013-499e-8f91-3a287f421f2e" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -75,11 +69,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -109,13 +103,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -131,14 +125,14 @@ "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=urwfAELvNV69IGHdcXlRCn6o3O3dWZQKaRipmoAdrI0%3D&st=2020-08-07T05%3A10%3A58Z&se=2020-08-08T05%3A20%3A58Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" } @@ -157,8 +151,8 @@ "identity": { "type": "None" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsGetCmk.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsGetCmk.json index 4ae6cb839525..7c6fb9134bc9 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsGetCmk.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsGetCmk.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7937", - "jobName": "SdkJob1735", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-04-01", "$expand": "details", - "x-ms-client-request-id": [ - "c8cf9d3e-55f1-488f-bcee-53f4939f44e8" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -75,11 +69,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -109,13 +103,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -131,18 +125,18 @@ "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=JSZSeKrFrrwWbZ4zd7PNdGdNYKExKpxa98vRDDH6ZIk%3D&st=2020-08-07T05%3A08%3A51Z&se=2020-08-08T05%3A18%3A51Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "CustomerManaged", - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } }, "deliveryType": "NonScheduled", @@ -158,11 +152,11 @@ }, "identity": { "type": "SystemAssigned", - "principalId": "9a68a7c4-0a18-4d06-a5fb-7058e9e98458", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" + "principalId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, - "name": "SdkJob1735", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7937/providers/Microsoft.DataBox/jobs/SdkJob1735", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsGetExport.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsGetExport.json index 2544b1682896..9f665e0584ac 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsGetExport.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsGetExport.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8091", - "jobName": "SdkJob6429", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-04-01", "$expand": "details", - "x-ms-client-request-id": [ - "b3739c7c-02b6-46c2-a04c-da6f8bca279c" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -32,10 +26,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "aaaaaa2", + "storageAccountName": "YourStorageAccountName", "transferType": "ExportFromAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2", + "accountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 0, "totalBytesToProcess": 0, "isEnumerationInProgress": false @@ -58,18 +52,18 @@ "contactDetails": { "contactName": " ", "emailList": [], - "phone": "1234567890", - "phoneExtension": "1234", + "phone": "0000000000", + "phoneExtension": "", "notificationPreference": [] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -98,15 +92,15 @@ }, "logCollectionLevel": "Error", "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=04aL%2FTe7998qQJlhmGI3C0Q%2FxsCVo1t0B4uQUIx7TmQ%3D&st=2020-08-07T05%3A10%3A05Z&se=2020-08-08T05%3A20%3A05Z&sp=r", - "chainOfCustodySasKey": "https://wusbeta.blob.core.windows.net/chainofcustody/9a6ee052-bcff-4b5e-a478-7dcbfb86e9fb.txt?sv=2018-03-28&sr=b&sig=JbBBXZKharvfg35ZfmrhowO1DuOpzcZCNUdeFzklvWs%3D&st=2020-08-07T05%3A10%3A05Z&se=2020-08-07T05%3A40%3A05Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", + "chainOfCustodySasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" } @@ -126,8 +120,8 @@ "identity": { "type": "None" }, - "name": "SdkJob6429", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8091/providers/Microsoft.DataBox/jobs/SdkJob6429", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsList.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsList.json index 09068ac61e28..3252c786743a 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsList.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsList.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "api-version": "2020-04-01", "$expand": "details", - "x-ms-client-request-id": [ - "044127c5-663e-4a0f-9061-2fa0ca8058c4" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -44,8 +38,8 @@ "identity": { "type": "None" }, - "name": "mnaustest", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/mnaustest", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" }, { @@ -72,733 +66,12 @@ "identity": { "type": "None" }, - "name": "portalcontractAUS", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/portalcontractAUS", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2018-08-30T15:17:17.3753642+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "australiaeast", - "tags": {}, - "sku": { - "name": "DataBoxDisk" - }, - "identity": { - "type": "None" - }, - "name": "testBB-diskAU", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/testBB/providers/Microsoft.DataBox/jobs/testBB-diskAU", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T11:12:15.5972523+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "allXML", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/allXML", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-07T15:51:08.4479315+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "bothExportAllxml", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/bothExportAllxml", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T19:44:59.2410723+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "exportAll", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/exportAll", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T18:31:05.3036028+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "importRegressnTest", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/importRegressnTest", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-09T01:57:03.8985885+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testBotthXMLAndAll", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testBotthXMLAndAll", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-05T15:56:52.6983398+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testExportAllOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testExportAllOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T17:45:25.464989+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testPayload", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testPayload", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T10:43:04.8775864+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "xmlOnlyOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/xmlOnlyOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2018-11-27T15:17:49.0760408+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testbadresourcegroup", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ93/providers/Microsoft.DataBox/jobs/testbadresourcegroup", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-01-04T09:08:49.9928621+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "andipodtest4jan", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/andipodtest4jan", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-28T15:20:48.1058546+05:30", - "cancellationReason": "NoLongerNeeded null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "dbtest1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/dbtest1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-14T08:51:18.2067875+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautam14-04-Clone", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautam14-04-Clone", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-27T18:08:30.6622356+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamtestexport", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamtestexport", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-21T20:41:02.3837388+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "DegautamTestExportOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/DegautamTestExportOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-24T07:56:23.6839464+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamtestorder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamtestorder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-14T08:48:21.2260174+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamTestOrder14-04", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamTestOrder14-04", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-12T12:19:19.8627264+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "export", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/export", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-05T19:50:20.9692355+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "exportTestResource", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/exportTestResource", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:09:45.7080012+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportNew", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportNew", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:13:02.5724966+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-20T13:39:28.1940929+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:14:59.6879599+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld2", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld2", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-07-21T23:43:34.513148+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "saranyagorder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/saranyagorder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-07-04T14:01:50.9232807+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testdeepak04-07", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdeepak04-07", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-02-11T12:33:16.6231232+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxHeavy" - }, - "identity": { - "type": "None" - }, - "name": "testdurga-heavy", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurga-heavy", + "name": "TestJobName2", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName2", "type": "Microsoft.DataBox/jobs" } ], - "nextLink": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/jobs?api-version=2020-04-01&%24skiptoken=fVJdb5swFP0v0bq3NMaFFipVU5oATRbSxBjz8WYDIQbzoUBISNX%2fPrfVumnaJvnB8rn3nON77suoSs%2fdildFO7p%2fGfmmiz13dD%2fad13T3k8mJa1olpZp1V3Ty%2fGQXsd1OWmPrI0PvOl4XbWTHb3VgQ53Y323uxurFGpjQ4vvxnFqJFRTFajC3aQ51D1P0kM7cXh8qNt6113PaUcf6%2fMkr1n7jTZ83EtcUj5AAMEYqGOgfP3SFrzBdZFWD5u5oTL%2flCUlGWIoepYD7rjqacEfBSvXfWSLY3QBPAlQucImXOT6FWTzba1voXFMJJr4FqC%2bcSS2cYh89QPNFvPznEFNIpoSBqiRd4%2fBTrBcXc%2f4NFvMpjr51FSHVT7VV0ok4motaz9ZZtNsYyEttj3JS2yLM9uTdT9fpI83pmxjaiJ9QtswWAL6obaKgkL2OK4pBS3KPG%2fAAD2uTaXzA7RBStPhqjg5lvBcbDnEbs9%2b0OSJVQwEE4qAd8YFslJPM91SCdNiWYYiaWm57p6DhjuiPmFbcamNnlApuAP3JfZCLfYXg1vV%2bgr8y9Efnl12k%2fzyCp9nVs5IdBvmaz8l0kuFIt9c3oQkVpjY327LKGc%2beteitnnxyzNnAaojM1QTJbt45Tl3lOUhsvbfmRDY8Q1KQDhEBFkrfOpxSdTEWvYJ6ESKf8vCtoYIEoBtI%2f%2fI6y0D72nZMN8aUtkpp%2f%2bXivffzE%2f9f7dBTmPds0puQUX2cmd6JlBPITlusqubRJ7R6%2bsP" + "nextLink": "https://xxx.xxx.xx" } } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsListByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsListByResourceGroup.json index f3697a29a111..59cb05eed291 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsListByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsListByResourceGroup.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "api-version": "2020-04-01", "$expand": "details", - "x-ms-client-request-id": [ - "c1514209-a439-4bd1-b040-76d7539d2509" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -43,11 +37,11 @@ }, "identity": { "type": "SystemAssigned", - "principalId": "fac84c35-5490-4b11-81b9-770053ccbe3b", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" + "principalId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, - "name": "SdkJob5928", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob5928", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" }, { @@ -73,8 +67,8 @@ "identity": { "type": "None" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName2", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName2", "type": "Microsoft.DataBox/jobs" } ] diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsListCredentials.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsListCredentials.json index caa605b2af35..a3eba6cf6284 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsListCredentials.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsListCredentials.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-04-01", - "x-ms-client-request-id": [ - "cda11c92-529b-4b75-b56d-ff1a69ffeeba" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -22,55 +16,55 @@ "body": { "value": [ { - "jobName": "TJ-636646322037905056", + "jobName": "TestJobName1", "jobSecrets": { "podSecrets": [ { - "deviceSerialNumber": "testimolapod-3ecc44ce", + "deviceSerialNumber": "testserialnumber", "devicePassword": "", "networkConfigurations": [ { "name": "DataPort3", - "macAddress": "D05099C1F439" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort1", - "macAddress": "EC0D9A21A6C0" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort2", - "macAddress": "EC0D9A21A6C1" + "macAddress": "XXXXXXXXXXXX" } ], - "encodedValidationCertPubKey": "5CYoAoVKEBa4WgPVis8keX94w30pon4jGMADSqcdE/NlHLChj6Cmhbl4q9QOFKSB/US4AwhS7zY1QS3YMDrkAPfOy7Hi6kWMBpJWZidTq3oXX8FAQjg+IqQESti/2jvAlcDpO2453rgd7Yb6XZ43P8MMTpTjcarI0ImCf//eITQWnFa3AzfIJ9C+hxCCaA7HTYhwQEPUBMwyQJsI6v6WuQysROtlBgx1YtbWFhDVbcqYRSLIbaj+RdzlvxvDJSo70kv+8em5upuDTpVE7xP+WePLlARdSPNwwfRzHnvCUqC2UqXHpRUhQlYnMqAJEcjjroRnyIGumPmmQ8O155X8aw==", + "encodedValidationCertPubKey": "xxxxxxxxxx", "accountCredentialDetails": [ { - "accountName": "databoxbvttestaccount", + "accountName": "YourStorageAccountName", "dataAccountType": "StorageAccount", "accountConnectionString": "", "shareCredentialDetails": [ { - "shareName": "databoxbvttestaccount_PageBlob", + "shareName": "testsharename_PageBlob", "shareType": "PageBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_BlockBlob", + "shareName": "testsharename_BlockBlob", "shareType": "BlockBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_AzFile", + "shareName": "testsharename_AzFile", "shareType": "AzureFile", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsPatch.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsPatch.json index 2f34b6fd3217..8334d434d2bc 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsPatch.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsPatch.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-04-01", "$expand": "details", - "x-ms-client-request-id": [ - "ff3829ca-bcb0-4737-b6e0-52af57f34bb7" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,21 +21,21 @@ "properties": { "details": { "contactDetails": { - "contactName": "Update Job", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" } } @@ -49,7 +43,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -64,8 +62,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsPatchCmk.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsPatchCmk.json index 899ea6b87097..43792e596098 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsPatchCmk.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/JobsPatchCmk.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7937", - "jobName": "SdkJob1735", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-04-01", - "x-ms-client-request-id": [ - "fcab0fa9-7af8-47e0-b570-d703a48ee66b" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,15 +21,19 @@ "details": { "keyEncryptionKey": { "kekType": "CustomerManaged", - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } } } } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -50,8 +48,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob1735", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7937/providers/Microsoft.DataBox/jobs/SdkJob1735", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/OperationsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/OperationsGet.json index 175a10a5e8cd..eebb25f00cd0 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/OperationsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/OperationsGet.json @@ -1,17 +1,11 @@ { "parameters": { "api-version": "2020-04-01", - "x-ms-client-request-id": [ - "b9453354-c675-40a8-99c0-8039818c85fd" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/RegionConfiguration.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/RegionConfiguration.json index fe90d5aba5cb..9ed5049c705e 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/RegionConfiguration.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/RegionConfiguration.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2020-04-01", "regionConfigurationRequest": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/RegionConfigurationByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/RegionConfigurationByResourceGroup.json index a1df996e1da1..9d61eb02d09f 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/RegionConfigurationByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/RegionConfigurationByResourceGroup.json @@ -1,7 +1,7 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg4981", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2020-04-01", "regionConfigurationRequest": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/ValidateAddressPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/ValidateAddressPost.json index 76f2fa59a0bc..67c9e8c948e0 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/ValidateAddressPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/ValidateAddressPost.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2020-04-01", - "x-ms-client-request-id": [ - "cfda3c52-b129-4568-aba7-e743edf747c2" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -24,13 +18,13 @@ "validateAddress": { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox" @@ -43,13 +37,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/ValidateInputs.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/ValidateInputs.json index 820e8c21cdd4..502b0c472de8 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/ValidateInputs.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/ValidateInputs.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2020-04-01", - "x-ms-client-request-id": [ - "129a0589-5017-4f35-a66c-8da38e04aae1" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -30,7 +24,7 @@ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -40,13 +34,13 @@ { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox", @@ -61,7 +55,7 @@ "validationType": "ValidateSkuAvailability", "deviceType": "DataBox", "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" }, { @@ -100,13 +94,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/ValidateInputsByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/ValidateInputsByResourceGroup.json index 5a551216c1e0..1df4660f75e9 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/ValidateInputsByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-04-01/examples/ValidateInputsByResourceGroup.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg6861", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2020-04-01", - "x-ms-client-request-id": [ - "85f045bb-7659-4a2f-bcf5-96723954afdf" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31,7 +25,7 @@ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -41,13 +35,13 @@ { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox", @@ -62,7 +56,7 @@ "validationType": "ValidateSkuAvailability", "deviceType": "DataBox", "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" }, { @@ -101,13 +95,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/AvailableSkusPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/AvailableSkusPost.json index b152fbd9b733..c4ccd6562a33 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/AvailableSkusPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/AvailableSkusPost.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "ce815189-a9cc-4288-8166-d78f211bed5a" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -24,7 +18,7 @@ ], "availableSkuRequest": { "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" } }, diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/BookShipmentPickupPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/BookShipmentPickupPost.json index bec928ad7c87..a451a55b30a8 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/BookShipmentPickupPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/BookShipmentPickupPost.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", - "api-version": "2019-09-01", - "x-ms-client-request-id": [ - "e1437186-b41d-492e-9b7a-e197c28a517a" - ], + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2020-11-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31,7 +25,7 @@ "responses": { "200": { "body": { - "confirmationNumber": "2929602E9CP", + "confirmationNumber": "XXXXXXXXXXX", "readyByTime": "2019-09-20T18:30:00Z" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCancelPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCancelPost.json index 9203b2b65bf0..ad354eb51f65 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCancelPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCancelPost.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-11-01", "$expand": "details", - "x-ms-client-request-id": [ - "95fc15f7-4976-46bb-8370-74ed4cb676be" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCreate.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCreate.json index 00263e181498..2ed2f3ccf296 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCreate.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCreate.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "04f2835f-a2a2-4f25-96df-568460e5be24" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -62,7 +56,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -118,11 +116,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -152,13 +150,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -175,8 +173,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCreateDevicePassword.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCreateDevicePassword.json index 93da7704427d..00ea1b380ddc 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCreateDevicePassword.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCreateDevicePassword.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7478", - "jobName": "SdkJob9640", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "c4c8f926-ebbe-4c07-ae1a-b716911058df" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -29,28 +23,28 @@ "jobDetailsType": "DataBox", "devicePassword": "", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "sharePassword": "" } } @@ -64,7 +58,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -120,11 +118,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -154,13 +152,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -177,8 +175,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob9640", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7478/providers/Microsoft.DataBox/jobs/SdkJob9640", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCreateDoubleEncryption.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCreateDoubleEncryption.json index 3710dbc740bf..4c966eb4baaa 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCreateDoubleEncryption.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCreateDoubleEncryption.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg608", - "jobName": "SdkJob6599", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "c9c24c55-fd51-4374-839e-60ee5f0d8832" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -67,7 +61,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -123,11 +121,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -157,13 +155,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -180,8 +178,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob6599", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg608/providers/Microsoft.DataBox/jobs/SdkJob6599", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCreateExport.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCreateExport.json index 4356fc39fd85..95bf665c4402 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCreateExport.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCreateExport.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8091", - "jobName": "SdkJob6429", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "80eaafc7-e8b7-4c5a-ad81-b1ecb9573cd4" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,21 +22,21 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataExportDetails": [ @@ -59,7 +53,7 @@ }, "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -72,7 +66,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -128,11 +126,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -162,13 +160,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -185,8 +183,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob6429", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8091/providers/Microsoft.DataBox/jobs/SdkJob6429", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCreateWithUserAssignedIdentity.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCreateWithUserAssignedIdentity.json index ccc4f82aff22..2a56a0c491e1 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCreateWithUserAssignedIdentity.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsCreateWithUserAssignedIdentity.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7552", - "jobName": "SdkJob5337", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "618b064d-967c-4156-a8dd-a9867cc22af9" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -62,13 +56,17 @@ "identity": { "type": "UserAssigned", "userAssignedIdentities": { - "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity": {} + "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity": {} } } } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -124,11 +122,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -158,13 +156,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -181,8 +179,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob5337", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7552/providers/Microsoft.DataBox/jobs/SdkJob5337", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsDelete.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsDelete.json index c408ddf7352f..631dacff797f 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsDelete.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsDelete.json @@ -1,26 +1,24 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-11-01", "$expand": "details", - "x-ms-client-request-id": [ - "f5c227e2-13d8-4ce9-9ef2-f3c63f6935b9" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { "200": {}, - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "204": {} } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsGet.json index c8dc2863f7df..412b9f1fee88 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsGet.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-11-01", "$expand": "details", - "x-ms-client-request-id": [ - "e76214b0-6013-499e-8f91-3a287f421f2e" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -75,11 +69,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -109,13 +103,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -131,14 +125,14 @@ "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=urwfAELvNV69IGHdcXlRCn6o3O3dWZQKaRipmoAdrI0%3D&st=2020-08-07T05%3A10%3A58Z&se=2020-08-08T05%3A20%3A58Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" } @@ -157,8 +151,8 @@ "identity": { "type": "None" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsGetCmk.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsGetCmk.json index 73882b877d1f..7e8e25d3043f 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsGetCmk.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsGetCmk.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7937", - "jobName": "SdkJob1735", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-11-01", "$expand": "details", - "x-ms-client-request-id": [ - "c8cf9d3e-55f1-488f-bcee-53f4939f44e8" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -75,11 +69,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -109,13 +103,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -131,18 +125,18 @@ "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=JSZSeKrFrrwWbZ4zd7PNdGdNYKExKpxa98vRDDH6ZIk%3D&st=2020-08-07T05%3A08%3A51Z&se=2020-08-08T05%3A18%3A51Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "CustomerManaged", - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } }, "deliveryType": "NonScheduled", @@ -158,11 +152,11 @@ }, "identity": { "type": "SystemAssigned", - "principalId": "9a68a7c4-0a18-4d06-a5fb-7058e9e98458", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" + "principalId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, - "name": "SdkJob1735", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7937/providers/Microsoft.DataBox/jobs/SdkJob1735", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsGetExport.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsGetExport.json index f5a346dce6e3..d21fe0662463 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsGetExport.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsGetExport.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8091", - "jobName": "SdkJob6429", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-11-01", "$expand": "details", - "x-ms-client-request-id": [ - "b3739c7c-02b6-46c2-a04c-da6f8bca279c" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -32,10 +26,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "aaaaaa2", + "storageAccountName": "YourStorageAccountName", "transferType": "ExportFromAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2", + "accountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 0, "totalBytesToProcess": 0, "isEnumerationInProgress": false @@ -58,18 +52,18 @@ "contactDetails": { "contactName": " ", "emailList": [], - "phone": "1234567890", - "phoneExtension": "1234", + "phone": "0000000000", + "phoneExtension": "", "notificationPreference": [] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -98,15 +92,15 @@ }, "logCollectionLevel": "Error", "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=04aL%2FTe7998qQJlhmGI3C0Q%2FxsCVo1t0B4uQUIx7TmQ%3D&st=2020-08-07T05%3A10%3A05Z&se=2020-08-08T05%3A20%3A05Z&sp=r", - "chainOfCustodySasKey": "https://wusbeta.blob.core.windows.net/chainofcustody/9a6ee052-bcff-4b5e-a478-7dcbfb86e9fb.txt?sv=2018-03-28&sr=b&sig=JbBBXZKharvfg35ZfmrhowO1DuOpzcZCNUdeFzklvWs%3D&st=2020-08-07T05%3A10%3A05Z&se=2020-08-07T05%3A40%3A05Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", + "chainOfCustodySasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" } @@ -126,8 +120,8 @@ "identity": { "type": "None" }, - "name": "SdkJob6429", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8091/providers/Microsoft.DataBox/jobs/SdkJob6429", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsList.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsList.json index d64a4a51fe40..5e7f893d1f93 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsList.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsList.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "api-version": "2020-11-01", "$expand": "details", - "x-ms-client-request-id": [ - "044127c5-663e-4a0f-9061-2fa0ca8058c4" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -44,8 +38,8 @@ "identity": { "type": "None" }, - "name": "mnaustest", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/mnaustest", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" }, { @@ -72,733 +66,12 @@ "identity": { "type": "None" }, - "name": "portalcontractAUS", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/portalcontractAUS", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2018-08-30T15:17:17.3753642+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "australiaeast", - "tags": {}, - "sku": { - "name": "DataBoxDisk" - }, - "identity": { - "type": "None" - }, - "name": "testBB-diskAU", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/testBB/providers/Microsoft.DataBox/jobs/testBB-diskAU", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T11:12:15.5972523+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "allXML", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/allXML", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-07T15:51:08.4479315+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "bothExportAllxml", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/bothExportAllxml", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T19:44:59.2410723+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "exportAll", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/exportAll", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T18:31:05.3036028+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "importRegressnTest", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/importRegressnTest", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-09T01:57:03.8985885+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testBotthXMLAndAll", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testBotthXMLAndAll", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-05T15:56:52.6983398+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testExportAllOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testExportAllOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T17:45:25.464989+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testPayload", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testPayload", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T10:43:04.8775864+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "xmlOnlyOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/xmlOnlyOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2018-11-27T15:17:49.0760408+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testbadresourcegroup", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ93/providers/Microsoft.DataBox/jobs/testbadresourcegroup", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-01-04T09:08:49.9928621+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "andipodtest4jan", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/andipodtest4jan", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-28T15:20:48.1058546+05:30", - "cancellationReason": "NoLongerNeeded null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "dbtest1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/dbtest1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-14T08:51:18.2067875+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautam14-04-Clone", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautam14-04-Clone", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-27T18:08:30.6622356+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamtestexport", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamtestexport", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-21T20:41:02.3837388+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "DegautamTestExportOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/DegautamTestExportOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-24T07:56:23.6839464+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamtestorder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamtestorder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-14T08:48:21.2260174+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamTestOrder14-04", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamTestOrder14-04", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-12T12:19:19.8627264+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "export", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/export", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-05T19:50:20.9692355+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "exportTestResource", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/exportTestResource", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:09:45.7080012+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportNew", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportNew", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:13:02.5724966+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-20T13:39:28.1940929+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:14:59.6879599+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld2", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld2", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-07-21T23:43:34.513148+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "saranyagorder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/saranyagorder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-07-04T14:01:50.9232807+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testdeepak04-07", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdeepak04-07", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-02-11T12:33:16.6231232+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxHeavy" - }, - "identity": { - "type": "None" - }, - "name": "testdurga-heavy", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurga-heavy", + "name": "TestJobName2", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName2", "type": "Microsoft.DataBox/jobs" } ], - "nextLink": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/jobs?api-version=2020-11-01&%24skiptoken=fVJdb5swFP0v0bq3NMaFFipVU5oATRbSxBjz8WYDIQbzoUBISNX%2fPrfVumnaJvnB8rn3nON77suoSs%2fdildFO7p%2fGfmmiz13dD%2fad13T3k8mJa1olpZp1V3Ty%2fGQXsd1OWmPrI0PvOl4XbWTHb3VgQ53Y323uxurFGpjQ4vvxnFqJFRTFajC3aQ51D1P0kM7cXh8qNt6113PaUcf6%2fMkr1n7jTZ83EtcUj5AAMEYqGOgfP3SFrzBdZFWD5u5oTL%2flCUlGWIoepYD7rjqacEfBSvXfWSLY3QBPAlQucImXOT6FWTzba1voXFMJJr4FqC%2bcSS2cYh89QPNFvPznEFNIpoSBqiRd4%2fBTrBcXc%2f4NFvMpjr51FSHVT7VV0ok4motaz9ZZtNsYyEttj3JS2yLM9uTdT9fpI83pmxjaiJ9QtswWAL6obaKgkL2OK4pBS3KPG%2fAAD2uTaXzA7RBStPhqjg5lvBcbDnEbs9%2b0OSJVQwEE4qAd8YFslJPM91SCdNiWYYiaWm57p6DhjuiPmFbcamNnlApuAP3JfZCLfYXg1vV%2bgr8y9Efnl12k%2fzyCp9nVs5IdBvmaz8l0kuFIt9c3oQkVpjY327LKGc%2beteitnnxyzNnAaojM1QTJbt45Tl3lOUhsvbfmRDY8Q1KQDhEBFkrfOpxSdTEWvYJ6ESKf8vCtoYIEoBtI%2f%2fI6y0D72nZMN8aUtkpp%2f%2bXivffzE%2f9f7dBTmPds0puQUX2cmd6JlBPITlusqubRJ7R6%2bsP" + "nextLink": "https://xxx.xxx.xx" } } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsListByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsListByResourceGroup.json index 61e890cd477b..67ed10be2112 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsListByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsListByResourceGroup.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "api-version": "2020-11-01", "$expand": "details", - "x-ms-client-request-id": [ - "c1514209-a439-4bd1-b040-76d7539d2509" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -43,11 +37,11 @@ }, "identity": { "type": "SystemAssigned", - "principalId": "fac84c35-5490-4b11-81b9-770053ccbe3b", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" + "principalId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, - "name": "SdkJob5928", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob5928", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" }, { @@ -73,8 +67,8 @@ "identity": { "type": "None" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName2", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName2", "type": "Microsoft.DataBox/jobs" } ] diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsListCredentials.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsListCredentials.json index c5134769275f..a6ecf61eaf30 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsListCredentials.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsListCredentials.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "cda11c92-529b-4b75-b56d-ff1a69ffeeba" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -22,55 +16,55 @@ "body": { "value": [ { - "jobName": "TJ-636646322037905056", + "jobName": "TestJobName1", "jobSecrets": { "podSecrets": [ { - "deviceSerialNumber": "testimolapod-3ecc44ce", + "deviceSerialNumber": "testserialnumber", "devicePassword": "", "networkConfigurations": [ { "name": "DataPort3", - "macAddress": "D05099C1F439" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort1", - "macAddress": "EC0D9A21A6C0" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort2", - "macAddress": "EC0D9A21A6C1" + "macAddress": "XXXXXXXXXXXX" } ], - "encodedValidationCertPubKey": "5CYoAoVKEBa4WgPVis8keX94w30pon4jGMADSqcdE/NlHLChj6Cmhbl4q9QOFKSB/US4AwhS7zY1QS3YMDrkAPfOy7Hi6kWMBpJWZidTq3oXX8FAQjg+IqQESti/2jvAlcDpO2453rgd7Yb6XZ43P8MMTpTjcarI0ImCf//eITQWnFa3AzfIJ9C+hxCCaA7HTYhwQEPUBMwyQJsI6v6WuQysROtlBgx1YtbWFhDVbcqYRSLIbaj+RdzlvxvDJSo70kv+8em5upuDTpVE7xP+WePLlARdSPNwwfRzHnvCUqC2UqXHpRUhQlYnMqAJEcjjroRnyIGumPmmQ8O155X8aw==", + "encodedValidationCertPubKey": "xxxxxxxxxx", "accountCredentialDetails": [ { - "accountName": "databoxbvttestaccount", + "accountName": "YourStorageAccountName", "dataAccountType": "StorageAccount", "accountConnectionString": "", "shareCredentialDetails": [ { - "shareName": "databoxbvttestaccount_PageBlob", + "shareName": "testsharename_PageBlob", "shareType": "PageBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_BlockBlob", + "shareName": "testsharename_BlockBlob", "shareType": "BlockBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_AzFile", + "shareName": "testsharename_AzFile", "shareType": "AzureFile", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsPatch.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsPatch.json index 92febae7150b..6e4e122e622a 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsPatch.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsPatch.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-11-01", "$expand": "details", - "x-ms-client-request-id": [ - "ff3829ca-bcb0-4737-b6e0-52af57f34bb7" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,21 +21,21 @@ "properties": { "details": { "contactDetails": { - "contactName": "Update Job", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" } } @@ -49,7 +43,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -64,8 +62,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsPatchCmk.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsPatchCmk.json index 1992899e8242..4835eb782f7d 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsPatchCmk.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsPatchCmk.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7937", - "jobName": "SdkJob1735", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "fcab0fa9-7af8-47e0-b570-d703a48ee66b" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,15 +21,19 @@ "details": { "keyEncryptionKey": { "kekType": "CustomerManaged", - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } } } } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -50,8 +48,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob1735", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7937/providers/Microsoft.DataBox/jobs/SdkJob1735", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsPatchSystemAssignedToUserAssigned.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsPatchSystemAssignedToUserAssigned.json index c2d169ad6a82..02f360c48d86 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsPatchSystemAssignedToUserAssigned.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/JobsPatchSystemAssignedToUserAssigned.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9765", - "jobName": "SdkJob2965", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "25b11bec-6551-47a4-9ee2-575245cbfd45" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -30,24 +24,28 @@ "identityProperties": { "type": "UserAssigned", "userAssigned": { - "resourceId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity" + "resourceId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity" } }, - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } } }, "identity": { "type": "SystemAssigned,UserAssigned", "userAssignedIdentities": { - "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity": {} + "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity": {} } } } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -62,8 +60,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob2965", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9765/providers/Microsoft.DataBox/jobs/SdkJob2965", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/OperationsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/OperationsGet.json index f96f0598e269..3a864f8d155b 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/OperationsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/OperationsGet.json @@ -1,17 +1,11 @@ { "parameters": { "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "b9453354-c675-40a8-99c0-8039818c85fd" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/RegionConfiguration.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/RegionConfiguration.json index ea1758e64f6b..0d98dc1663e5 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/RegionConfiguration.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/RegionConfiguration.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2020-11-01", "regionConfigurationRequest": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/RegionConfigurationByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/RegionConfigurationByResourceGroup.json index 653dbcb9e19e..f8df082f03fb 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/RegionConfigurationByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/RegionConfigurationByResourceGroup.json @@ -1,7 +1,7 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg4981", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2020-11-01", "regionConfigurationRequest": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/ValidateAddressPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/ValidateAddressPost.json index 40a3f3c5037d..b70a24a00d9c 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/ValidateAddressPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/ValidateAddressPost.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "cfda3c52-b129-4568-aba7-e743edf747c2" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -24,13 +18,13 @@ "validateAddress": { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox" @@ -43,13 +37,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/ValidateInputs.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/ValidateInputs.json index cd8a27819782..169f3392a9b9 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/ValidateInputs.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/ValidateInputs.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "129a0589-5017-4f35-a66c-8da38e04aae1" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -30,7 +24,7 @@ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -40,13 +34,13 @@ { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox", @@ -61,7 +55,7 @@ "validationType": "ValidateSkuAvailability", "deviceType": "DataBox", "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" }, { @@ -100,13 +94,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/ValidateInputsByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/ValidateInputsByResourceGroup.json index c70a59c27ffe..f06f69d8507b 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/ValidateInputsByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2020-11-01/examples/ValidateInputsByResourceGroup.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg6861", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "85f045bb-7659-4a2f-bcf5-96723954afdf" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31,7 +25,7 @@ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -41,13 +35,13 @@ { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox", @@ -62,7 +56,7 @@ "validationType": "ValidateSkuAvailability", "deviceType": "DataBox", "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" }, { @@ -101,13 +95,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/AvailableSkusPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/AvailableSkusPost.json index b152fbd9b733..332cad3e3540 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/AvailableSkusPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/AvailableSkusPost.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "ce815189-a9cc-4288-8166-d78f211bed5a" - ], + "api-version": "2021-03-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -24,7 +18,7 @@ ], "availableSkuRequest": { "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" } }, diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/BookShipmentPickupPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/BookShipmentPickupPost.json index bec928ad7c87..6cf2b85b1c6e 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/BookShipmentPickupPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/BookShipmentPickupPost.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", - "api-version": "2019-09-01", - "x-ms-client-request-id": [ - "e1437186-b41d-492e-9b7a-e197c28a517a" - ], + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-03-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31,7 +25,7 @@ "responses": { "200": { "body": { - "confirmationNumber": "2929602E9CP", + "confirmationNumber": "XXXXXXXXXXX", "readyByTime": "2019-09-20T18:30:00Z" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobMitigate.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobMitigate.json index eb46de6c1f65..44ade71c0cb6 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobMitigate.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobMitigate.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-03-01", "$expand": "details", - "x-ms-client-request-id": [ - "71d282dc-56a0-402b-a322-3b50c89711b5" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCancelPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCancelPost.json index 9203b2b65bf0..96d3b5002fed 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCancelPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCancelPost.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", - "api-version": "2020-11-01", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-03-01", "$expand": "details", - "x-ms-client-request-id": [ - "95fc15f7-4976-46bb-8370-74ed4cb676be" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCreate.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCreate.json index 00263e181498..409d19bdace8 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCreate.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCreate.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "04f2835f-a2a2-4f25-96df-568460e5be24" - ], + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-03-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -62,7 +56,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -118,11 +116,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -152,13 +150,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -175,8 +173,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCreateDevicePassword.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCreateDevicePassword.json index 93da7704427d..58c1c9620dae 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCreateDevicePassword.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCreateDevicePassword.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7478", - "jobName": "SdkJob9640", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "c4c8f926-ebbe-4c07-ae1a-b716911058df" - ], + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-03-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -29,28 +23,28 @@ "jobDetailsType": "DataBox", "devicePassword": "", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "sharePassword": "" } } @@ -64,7 +58,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -120,11 +118,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -154,13 +152,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -177,8 +175,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob9640", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7478/providers/Microsoft.DataBox/jobs/SdkJob9640", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCreateDoubleEncryption.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCreateDoubleEncryption.json index 3710dbc740bf..348be112a09e 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCreateDoubleEncryption.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCreateDoubleEncryption.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg608", - "jobName": "SdkJob6599", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "c9c24c55-fd51-4374-839e-60ee5f0d8832" - ], + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-03-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -67,7 +61,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -123,11 +121,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -157,13 +155,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -180,8 +178,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob6599", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg608/providers/Microsoft.DataBox/jobs/SdkJob6599", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCreateExport.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCreateExport.json index 4356fc39fd85..3caf08ed3b8d 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCreateExport.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCreateExport.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8091", - "jobName": "SdkJob6429", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "80eaafc7-e8b7-4c5a-ad81-b1ecb9573cd4" - ], + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-03-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,21 +22,21 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataExportDetails": [ @@ -59,7 +53,7 @@ }, "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -72,7 +66,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -128,11 +126,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -162,13 +160,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -185,8 +183,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob6429", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8091/providers/Microsoft.DataBox/jobs/SdkJob6429", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCreateWithUserAssignedIdentity.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCreateWithUserAssignedIdentity.json index ccc4f82aff22..64b225e91f60 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCreateWithUserAssignedIdentity.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsCreateWithUserAssignedIdentity.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7552", - "jobName": "SdkJob5337", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "618b064d-967c-4156-a8dd-a9867cc22af9" - ], + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-03-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -62,13 +56,17 @@ "identity": { "type": "UserAssigned", "userAssignedIdentities": { - "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity": {} + "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity": {} } } } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -124,11 +122,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -158,13 +156,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -181,8 +179,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob5337", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7552/providers/Microsoft.DataBox/jobs/SdkJob5337", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsDelete.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsDelete.json index c408ddf7352f..1cb68c63eaa7 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsDelete.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsDelete.json @@ -1,26 +1,24 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", - "api-version": "2020-11-01", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-03-01", "$expand": "details", - "x-ms-client-request-id": [ - "f5c227e2-13d8-4ce9-9ef2-f3c63f6935b9" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { "200": {}, - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "204": {} } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsGet.json index c8dc2863f7df..a11974384088 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsGet.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", - "api-version": "2020-11-01", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-03-01", "$expand": "details", - "x-ms-client-request-id": [ - "e76214b0-6013-499e-8f91-3a287f421f2e" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -75,11 +69,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -109,13 +103,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -131,14 +125,14 @@ "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=urwfAELvNV69IGHdcXlRCn6o3O3dWZQKaRipmoAdrI0%3D&st=2020-08-07T05%3A10%3A58Z&se=2020-08-08T05%3A20%3A58Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" } @@ -157,8 +151,8 @@ "identity": { "type": "None" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsGetCmk.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsGetCmk.json index 73882b877d1f..f89de81e6416 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsGetCmk.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsGetCmk.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7937", - "jobName": "SdkJob1735", - "api-version": "2020-11-01", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-03-01", "$expand": "details", - "x-ms-client-request-id": [ - "c8cf9d3e-55f1-488f-bcee-53f4939f44e8" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -75,11 +69,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -109,13 +103,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -131,18 +125,18 @@ "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=JSZSeKrFrrwWbZ4zd7PNdGdNYKExKpxa98vRDDH6ZIk%3D&st=2020-08-07T05%3A08%3A51Z&se=2020-08-08T05%3A18%3A51Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "CustomerManaged", - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } }, "deliveryType": "NonScheduled", @@ -158,11 +152,11 @@ }, "identity": { "type": "SystemAssigned", - "principalId": "9a68a7c4-0a18-4d06-a5fb-7058e9e98458", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" + "principalId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, - "name": "SdkJob1735", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7937/providers/Microsoft.DataBox/jobs/SdkJob1735", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsGetCopyStuck.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsGetCopyStuck.json index 646c6d4d3a9c..04d27555b175 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsGetCopyStuck.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsGetCopyStuck.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "dmstestresource", - "jobName": "TJx-637505258985313014", - "api-version": "2020-03-01", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-03-01", "$expand": "details", - "x-ms-client-request-id": [ - "bdcc8e76-b662-42a4-93fd-5554809712d7" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -30,10 +26,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", "transferType": "ImportToAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 2000, "totalBytesToProcess": 2000, "filesProcessed": 100, @@ -98,12 +94,11 @@ } ], "contactDetails": { - "contactName": "Andrew Tribone", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "ssemmail@microsoft.com", - "vishwamdir@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -134,28 +129,28 @@ }, "shippingAddress": { "streetAddress1": "164 TOWNSEND ST", - "streetAddress2": "UNIT 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "None" }, "deliveryPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=5fb6965e-0b80-4f38-b21a-32673fed2d84", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", "trackingId": "5fb6965e-0b80-4f38-b21a-32673fed2d84" }, "returnPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=b3875a34-aad6-4dbe-83a9-3f39cb21b0e8", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", "trackingId": "b3875a34-aad6-4dbe-83a9-3f39cb21b0e8" }, "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } @@ -164,12 +159,12 @@ "preferences": {}, "copyLogDetails": [ { - "accountName": "databoxbvttestaccount", - "copyLogLink": "databoxcopylog/strtrinidad01_ZTS18520041_CopyLog_8425fb8f9c2b447288caa4dd6f5d34bb.xml", + "accountName": "YourStorageAccountName", + "copyLogLink": "databoxcopylog/xxx.xml", "copyLogDetailsType": "DataBox" } ], - "reverseShipmentLabelSasKey": "http://wusbeta.blob.core.windows.net/devstoreaccount1/f6be6ea8-77da-419b-9f6b-3043c28b04e4/ReverseShipment/b3875a34-aad6-4dbe-83a9-3f39cb21b0e8.PDF?sv=2018-03-28&sr=b&sig=%2BJmOyIkG0ALrKQp%2F7NCOBYccQ80DRLvN%2FHtb6Z97heg%3D&st=2021-03-05T09%3A45%3A05Z&se=2021-03-05T10%3A15%3A05Z&sp=r", + "reverseShipmentLabelSasKey": "http://xxx.xxx.xxx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" }, @@ -193,8 +188,8 @@ "identity": { "type": "None" }, - "name": "TJx-637505258985313014", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/dmstestresource/providers/Microsoft.DataBox/jobs/TJx-637505258985313014", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsGetExport.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsGetExport.json index f5a346dce6e3..02f1e60b6a5d 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsGetExport.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsGetExport.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8091", - "jobName": "SdkJob6429", - "api-version": "2020-11-01", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-03-01", "$expand": "details", - "x-ms-client-request-id": [ - "b3739c7c-02b6-46c2-a04c-da6f8bca279c" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -32,10 +26,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "aaaaaa2", + "storageAccountName": "YourStorageAccountName", "transferType": "ExportFromAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2", + "accountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 0, "totalBytesToProcess": 0, "isEnumerationInProgress": false @@ -58,18 +52,18 @@ "contactDetails": { "contactName": " ", "emailList": [], - "phone": "1234567890", - "phoneExtension": "1234", + "phone": "0000000000", + "phoneExtension": "", "notificationPreference": [] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -98,15 +92,15 @@ }, "logCollectionLevel": "Error", "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=04aL%2FTe7998qQJlhmGI3C0Q%2FxsCVo1t0B4uQUIx7TmQ%3D&st=2020-08-07T05%3A10%3A05Z&se=2020-08-08T05%3A20%3A05Z&sp=r", - "chainOfCustodySasKey": "https://wusbeta.blob.core.windows.net/chainofcustody/9a6ee052-bcff-4b5e-a478-7dcbfb86e9fb.txt?sv=2018-03-28&sr=b&sig=JbBBXZKharvfg35ZfmrhowO1DuOpzcZCNUdeFzklvWs%3D&st=2020-08-07T05%3A10%3A05Z&se=2020-08-07T05%3A40%3A05Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", + "chainOfCustodySasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" } @@ -126,8 +120,8 @@ "identity": { "type": "None" }, - "name": "SdkJob6429", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8091/providers/Microsoft.DataBox/jobs/SdkJob6429", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsList.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsList.json index d64a4a51fe40..192e65c2a7fd 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsList.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsList.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "api-version": "2020-11-01", + "subscriptionId": "YourSubscriptionId", + "api-version": "2021-03-01", "$expand": "details", - "x-ms-client-request-id": [ - "044127c5-663e-4a0f-9061-2fa0ca8058c4" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -44,8 +38,8 @@ "identity": { "type": "None" }, - "name": "mnaustest", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/mnaustest", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" }, { @@ -72,733 +66,12 @@ "identity": { "type": "None" }, - "name": "portalcontractAUS", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/portalcontractAUS", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2018-08-30T15:17:17.3753642+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "australiaeast", - "tags": {}, - "sku": { - "name": "DataBoxDisk" - }, - "identity": { - "type": "None" - }, - "name": "testBB-diskAU", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/testBB/providers/Microsoft.DataBox/jobs/testBB-diskAU", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T11:12:15.5972523+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "allXML", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/allXML", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-07T15:51:08.4479315+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "bothExportAllxml", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/bothExportAllxml", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T19:44:59.2410723+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "exportAll", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/exportAll", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T18:31:05.3036028+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "importRegressnTest", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/importRegressnTest", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-09T01:57:03.8985885+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testBotthXMLAndAll", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testBotthXMLAndAll", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-05T15:56:52.6983398+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testExportAllOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testExportAllOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T17:45:25.464989+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testPayload", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testPayload", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T10:43:04.8775864+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "xmlOnlyOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/xmlOnlyOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2018-11-27T15:17:49.0760408+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testbadresourcegroup", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ93/providers/Microsoft.DataBox/jobs/testbadresourcegroup", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-01-04T09:08:49.9928621+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "andipodtest4jan", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/andipodtest4jan", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-28T15:20:48.1058546+05:30", - "cancellationReason": "NoLongerNeeded null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "dbtest1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/dbtest1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-14T08:51:18.2067875+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautam14-04-Clone", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautam14-04-Clone", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-27T18:08:30.6622356+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamtestexport", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamtestexport", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-21T20:41:02.3837388+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "DegautamTestExportOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/DegautamTestExportOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-24T07:56:23.6839464+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamtestorder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamtestorder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-14T08:48:21.2260174+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamTestOrder14-04", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamTestOrder14-04", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-12T12:19:19.8627264+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "export", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/export", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-05T19:50:20.9692355+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "exportTestResource", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/exportTestResource", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:09:45.7080012+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportNew", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportNew", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:13:02.5724966+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-20T13:39:28.1940929+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:14:59.6879599+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld2", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld2", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-07-21T23:43:34.513148+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "saranyagorder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/saranyagorder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-07-04T14:01:50.9232807+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testdeepak04-07", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdeepak04-07", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-02-11T12:33:16.6231232+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxHeavy" - }, - "identity": { - "type": "None" - }, - "name": "testdurga-heavy", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurga-heavy", + "name": "TestJobName2", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName2", "type": "Microsoft.DataBox/jobs" } ], - "nextLink": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/jobs?api-version=2020-11-01&%24skiptoken=fVJdb5swFP0v0bq3NMaFFipVU5oATRbSxBjz8WYDIQbzoUBISNX%2fPrfVumnaJvnB8rn3nON77suoSs%2fdildFO7p%2fGfmmiz13dD%2fad13T3k8mJa1olpZp1V3Ty%2fGQXsd1OWmPrI0PvOl4XbWTHb3VgQ53Y323uxurFGpjQ4vvxnFqJFRTFajC3aQ51D1P0kM7cXh8qNt6113PaUcf6%2fMkr1n7jTZ83EtcUj5AAMEYqGOgfP3SFrzBdZFWD5u5oTL%2flCUlGWIoepYD7rjqacEfBSvXfWSLY3QBPAlQucImXOT6FWTzba1voXFMJJr4FqC%2bcSS2cYh89QPNFvPznEFNIpoSBqiRd4%2fBTrBcXc%2f4NFvMpjr51FSHVT7VV0ok4motaz9ZZtNsYyEttj3JS2yLM9uTdT9fpI83pmxjaiJ9QtswWAL6obaKgkL2OK4pBS3KPG%2fAAD2uTaXzA7RBStPhqjg5lvBcbDnEbs9%2b0OSJVQwEE4qAd8YFslJPM91SCdNiWYYiaWm57p6DhjuiPmFbcamNnlApuAP3JfZCLfYXg1vV%2bgr8y9Efnl12k%2fzyCp9nVs5IdBvmaz8l0kuFIt9c3oQkVpjY327LKGc%2beteitnnxyzNnAaojM1QTJbt45Tl3lOUhsvbfmRDY8Q1KQDhEBFkrfOpxSdTEWvYJ6ESKf8vCtoYIEoBtI%2f%2fI6y0D72nZMN8aUtkpp%2f%2bXivffzE%2f9f7dBTmPds0puQUX2cmd6JlBPITlusqubRJ7R6%2bsP" + "nextLink": "https://xxx.xxx.xx" } } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsListByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsListByResourceGroup.json index 61e890cd477b..d508a703a8e7 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsListByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsListByResourceGroup.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "api-version": "2020-11-01", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "api-version": "2021-03-01", "$expand": "details", - "x-ms-client-request-id": [ - "c1514209-a439-4bd1-b040-76d7539d2509" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -43,11 +37,11 @@ }, "identity": { "type": "SystemAssigned", - "principalId": "fac84c35-5490-4b11-81b9-770053ccbe3b", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" + "principalId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, - "name": "SdkJob5928", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob5928", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" }, { @@ -73,8 +67,8 @@ "identity": { "type": "None" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName2", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName2", "type": "Microsoft.DataBox/jobs" } ] diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsListCredentials.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsListCredentials.json index c5134769275f..1a3cc6b5a62a 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsListCredentials.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsListCredentials.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "cda11c92-529b-4b75-b56d-ff1a69ffeeba" - ], + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-03-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -22,55 +16,55 @@ "body": { "value": [ { - "jobName": "TJ-636646322037905056", + "jobName": "TestJobName1", "jobSecrets": { "podSecrets": [ { - "deviceSerialNumber": "testimolapod-3ecc44ce", + "deviceSerialNumber": "testserialnumber", "devicePassword": "", "networkConfigurations": [ { "name": "DataPort3", - "macAddress": "D05099C1F439" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort1", - "macAddress": "EC0D9A21A6C0" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort2", - "macAddress": "EC0D9A21A6C1" + "macAddress": "XXXXXXXXXXXX" } ], - "encodedValidationCertPubKey": "5CYoAoVKEBa4WgPVis8keX94w30pon4jGMADSqcdE/NlHLChj6Cmhbl4q9QOFKSB/US4AwhS7zY1QS3YMDrkAPfOy7Hi6kWMBpJWZidTq3oXX8FAQjg+IqQESti/2jvAlcDpO2453rgd7Yb6XZ43P8MMTpTjcarI0ImCf//eITQWnFa3AzfIJ9C+hxCCaA7HTYhwQEPUBMwyQJsI6v6WuQysROtlBgx1YtbWFhDVbcqYRSLIbaj+RdzlvxvDJSo70kv+8em5upuDTpVE7xP+WePLlARdSPNwwfRzHnvCUqC2UqXHpRUhQlYnMqAJEcjjroRnyIGumPmmQ8O155X8aw==", + "encodedValidationCertPubKey": "xxxxxxxxxx", "accountCredentialDetails": [ { - "accountName": "databoxbvttestaccount", + "accountName": "YourStorageAccountName", "dataAccountType": "StorageAccount", "accountConnectionString": "", "shareCredentialDetails": [ { - "shareName": "databoxbvttestaccount_PageBlob", + "shareName": "testsharename_PageBlob", "shareType": "PageBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_BlockBlob", + "shareName": "testsharename_BlockBlob", "shareType": "BlockBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_AzFile", + "shareName": "testsharename_AzFile", "shareType": "AzureFile", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsPatch.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsPatch.json index 92febae7150b..4d22dee768b3 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsPatch.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsPatch.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", - "api-version": "2020-11-01", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-03-01", "$expand": "details", - "x-ms-client-request-id": [ - "ff3829ca-bcb0-4737-b6e0-52af57f34bb7" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,21 +21,21 @@ "properties": { "details": { "contactDetails": { - "contactName": "Update Job", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" } } @@ -49,7 +43,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -64,8 +62,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsPatchCmk.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsPatchCmk.json index 1992899e8242..7b291be79654 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsPatchCmk.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsPatchCmk.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7937", - "jobName": "SdkJob1735", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "fcab0fa9-7af8-47e0-b570-d703a48ee66b" - ], + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-03-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,15 +21,19 @@ "details": { "keyEncryptionKey": { "kekType": "CustomerManaged", - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } } } } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -50,8 +48,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob1735", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7937/providers/Microsoft.DataBox/jobs/SdkJob1735", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsPatchSystemAssignedToUserAssigned.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsPatchSystemAssignedToUserAssigned.json index c2d169ad6a82..ff59d76c353b 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsPatchSystemAssignedToUserAssigned.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/JobsPatchSystemAssignedToUserAssigned.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9765", - "jobName": "SdkJob2965", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "25b11bec-6551-47a4-9ee2-575245cbfd45" - ], + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-03-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -30,24 +24,28 @@ "identityProperties": { "type": "UserAssigned", "userAssigned": { - "resourceId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity" + "resourceId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity" } }, - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } } }, "identity": { "type": "SystemAssigned,UserAssigned", "userAssignedIdentities": { - "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity": {} + "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity": {} } } } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -62,8 +60,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob2965", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9765/providers/Microsoft.DataBox/jobs/SdkJob2965", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/OperationsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/OperationsGet.json index f96f0598e269..8f67e5281b95 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/OperationsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/OperationsGet.json @@ -1,17 +1,11 @@ { "parameters": { - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "b9453354-c675-40a8-99c0-8039818c85fd" - ], + "api-version": "2021-03-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/RegionConfiguration.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/RegionConfiguration.json index ea1758e64f6b..84f29f46ff1e 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/RegionConfiguration.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/RegionConfiguration.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", - "api-version": "2020-11-01", + "api-version": "2021-03-01", "regionConfigurationRequest": { "scheduleAvailabilityRequest": { "storageLocation": "westus", diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/RegionConfigurationByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/RegionConfigurationByResourceGroup.json index 653dbcb9e19e..940669fb4594 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/RegionConfigurationByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/RegionConfigurationByResourceGroup.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg4981", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", - "api-version": "2020-11-01", + "api-version": "2021-03-01", "regionConfigurationRequest": { "scheduleAvailabilityRequest": { "storageLocation": "westus", diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/ValidateAddressPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/ValidateAddressPost.json index 40a3f3c5037d..7eb8643ec925 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/ValidateAddressPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/ValidateAddressPost.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "cfda3c52-b129-4568-aba7-e743edf747c2" - ], + "api-version": "2021-03-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -24,13 +18,13 @@ "validateAddress": { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox" @@ -43,13 +37,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/ValidateInputs.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/ValidateInputs.json index cd8a27819782..d4cb82f71a13 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/ValidateInputs.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/ValidateInputs.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "129a0589-5017-4f35-a66c-8da38e04aae1" - ], + "api-version": "2021-03-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -30,7 +24,7 @@ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -40,13 +34,13 @@ { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox", @@ -61,7 +55,7 @@ "validationType": "ValidateSkuAvailability", "deviceType": "DataBox", "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" }, { @@ -100,13 +94,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/ValidateInputsByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/ValidateInputsByResourceGroup.json index c70a59c27ffe..6cd2a3050177 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/ValidateInputsByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-03-01/examples/ValidateInputsByResourceGroup.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg6861", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "85f045bb-7659-4a2f-bcf5-96723954afdf" - ], + "api-version": "2021-03-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31,7 +25,7 @@ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -41,13 +35,13 @@ { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox", @@ -62,7 +56,7 @@ "validationType": "ValidateSkuAvailability", "deviceType": "DataBox", "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" }, { @@ -101,13 +95,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/AvailableSkusPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/AvailableSkusPost.json index b152fbd9b733..b1b0c0a1a87d 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/AvailableSkusPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/AvailableSkusPost.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "ce815189-a9cc-4288-8166-d78f211bed5a" - ], + "api-version": "2021-05-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -24,7 +18,7 @@ ], "availableSkuRequest": { "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" } }, diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/BookShipmentPickupPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/BookShipmentPickupPost.json index bec928ad7c87..9efcb4de1d28 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/BookShipmentPickupPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/BookShipmentPickupPost.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", - "api-version": "2019-09-01", - "x-ms-client-request-id": [ - "e1437186-b41d-492e-9b7a-e197c28a517a" - ], + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-05-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31,7 +25,7 @@ "responses": { "200": { "body": { - "confirmationNumber": "2929602E9CP", + "confirmationNumber": "XXXXXXXXXXX", "readyByTime": "2019-09-20T18:30:00Z" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobMitigate.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobMitigate.json index eb46de6c1f65..268303c57de6 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobMitigate.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobMitigate.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", - "api-version": "2021-03-01", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-05-01", "$expand": "details", - "x-ms-client-request-id": [ - "71d282dc-56a0-402b-a322-3b50c89711b5" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCancelPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCancelPost.json index 9203b2b65bf0..c64c0d8c68a4 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCancelPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCancelPost.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", - "api-version": "2020-11-01", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-05-01", "$expand": "details", - "x-ms-client-request-id": [ - "95fc15f7-4976-46bb-8370-74ed4cb676be" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCreate.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCreate.json index 00263e181498..967a8dad9c78 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCreate.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCreate.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "04f2835f-a2a2-4f25-96df-568460e5be24" - ], + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-05-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -62,7 +56,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -118,11 +116,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -152,13 +150,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -175,8 +173,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCreateDevicePassword.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCreateDevicePassword.json index 93da7704427d..3d3886103b10 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCreateDevicePassword.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCreateDevicePassword.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7478", - "jobName": "SdkJob9640", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "c4c8f926-ebbe-4c07-ae1a-b716911058df" - ], + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-05-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -29,28 +23,28 @@ "jobDetailsType": "DataBox", "devicePassword": "", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "sharePassword": "" } } @@ -64,7 +58,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -120,11 +118,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -154,13 +152,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -177,8 +175,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob9640", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7478/providers/Microsoft.DataBox/jobs/SdkJob9640", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCreateDoubleEncryption.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCreateDoubleEncryption.json index 3710dbc740bf..b074b5460edd 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCreateDoubleEncryption.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCreateDoubleEncryption.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg608", - "jobName": "SdkJob6599", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "c9c24c55-fd51-4374-839e-60ee5f0d8832" - ], + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-05-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -67,7 +61,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -123,11 +121,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -157,13 +155,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -180,8 +178,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob6599", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg608/providers/Microsoft.DataBox/jobs/SdkJob6599", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCreateExport.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCreateExport.json index 4356fc39fd85..a208413a35a5 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCreateExport.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCreateExport.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8091", - "jobName": "SdkJob6429", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "80eaafc7-e8b7-4c5a-ad81-b1ecb9573cd4" - ], + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-05-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,21 +22,21 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataExportDetails": [ @@ -59,7 +53,7 @@ }, "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -72,7 +66,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -128,11 +126,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -162,13 +160,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -185,8 +183,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob6429", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8091/providers/Microsoft.DataBox/jobs/SdkJob6429", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCreateWithUserAssignedIdentity.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCreateWithUserAssignedIdentity.json index ccc4f82aff22..c44aa19d2b05 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCreateWithUserAssignedIdentity.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsCreateWithUserAssignedIdentity.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7552", - "jobName": "SdkJob5337", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "618b064d-967c-4156-a8dd-a9867cc22af9" - ], + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-05-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -62,13 +56,17 @@ "identity": { "type": "UserAssigned", "userAssignedIdentities": { - "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity": {} + "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity": {} } } } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -124,11 +122,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -158,13 +156,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -181,8 +179,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob5337", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7552/providers/Microsoft.DataBox/jobs/SdkJob5337", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsDelete.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsDelete.json index c408ddf7352f..20852034c83f 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsDelete.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsDelete.json @@ -1,26 +1,24 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", - "api-version": "2020-11-01", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-05-01", "$expand": "details", - "x-ms-client-request-id": [ - "f5c227e2-13d8-4ce9-9ef2-f3c63f6935b9" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { "200": {}, - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "204": {} } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsGet.json index c8dc2863f7df..38e76d9bc275 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsGet.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", - "api-version": "2020-11-01", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-05-01", "$expand": "details", - "x-ms-client-request-id": [ - "e76214b0-6013-499e-8f91-3a287f421f2e" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -75,11 +69,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -109,13 +103,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -131,14 +125,14 @@ "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=urwfAELvNV69IGHdcXlRCn6o3O3dWZQKaRipmoAdrI0%3D&st=2020-08-07T05%3A10%3A58Z&se=2020-08-08T05%3A20%3A58Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" } @@ -157,8 +151,8 @@ "identity": { "type": "None" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsGetCmk.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsGetCmk.json index 73882b877d1f..976bc6a223dc 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsGetCmk.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsGetCmk.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7937", - "jobName": "SdkJob1735", - "api-version": "2020-11-01", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-05-01", "$expand": "details", - "x-ms-client-request-id": [ - "c8cf9d3e-55f1-488f-bcee-53f4939f44e8" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -75,11 +69,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -109,13 +103,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -131,18 +125,18 @@ "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=JSZSeKrFrrwWbZ4zd7PNdGdNYKExKpxa98vRDDH6ZIk%3D&st=2020-08-07T05%3A08%3A51Z&se=2020-08-08T05%3A18%3A51Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "CustomerManaged", - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } }, "deliveryType": "NonScheduled", @@ -158,11 +152,11 @@ }, "identity": { "type": "SystemAssigned", - "principalId": "9a68a7c4-0a18-4d06-a5fb-7058e9e98458", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" + "principalId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, - "name": "SdkJob1735", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7937/providers/Microsoft.DataBox/jobs/SdkJob1735", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsGetCopyStuck.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsGetCopyStuck.json index 646c6d4d3a9c..3094077938dd 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsGetCopyStuck.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsGetCopyStuck.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "dmstestresource", - "jobName": "TJx-637505258985313014", - "api-version": "2020-03-01", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-05-01", "$expand": "details", - "x-ms-client-request-id": [ - "bdcc8e76-b662-42a4-93fd-5554809712d7" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -30,10 +26,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", "transferType": "ImportToAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 2000, "totalBytesToProcess": 2000, "filesProcessed": 100, @@ -98,12 +94,11 @@ } ], "contactDetails": { - "contactName": "Andrew Tribone", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "ssemmail@microsoft.com", - "vishwamdir@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -134,28 +129,28 @@ }, "shippingAddress": { "streetAddress1": "164 TOWNSEND ST", - "streetAddress2": "UNIT 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "None" }, "deliveryPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=5fb6965e-0b80-4f38-b21a-32673fed2d84", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", "trackingId": "5fb6965e-0b80-4f38-b21a-32673fed2d84" }, "returnPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=b3875a34-aad6-4dbe-83a9-3f39cb21b0e8", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", "trackingId": "b3875a34-aad6-4dbe-83a9-3f39cb21b0e8" }, "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } @@ -164,12 +159,12 @@ "preferences": {}, "copyLogDetails": [ { - "accountName": "databoxbvttestaccount", - "copyLogLink": "databoxcopylog/strtrinidad01_ZTS18520041_CopyLog_8425fb8f9c2b447288caa4dd6f5d34bb.xml", + "accountName": "YourStorageAccountName", + "copyLogLink": "databoxcopylog/xxx.xml", "copyLogDetailsType": "DataBox" } ], - "reverseShipmentLabelSasKey": "http://wusbeta.blob.core.windows.net/devstoreaccount1/f6be6ea8-77da-419b-9f6b-3043c28b04e4/ReverseShipment/b3875a34-aad6-4dbe-83a9-3f39cb21b0e8.PDF?sv=2018-03-28&sr=b&sig=%2BJmOyIkG0ALrKQp%2F7NCOBYccQ80DRLvN%2FHtb6Z97heg%3D&st=2021-03-05T09%3A45%3A05Z&se=2021-03-05T10%3A15%3A05Z&sp=r", + "reverseShipmentLabelSasKey": "http://xxx.xxx.xxx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" }, @@ -193,8 +188,8 @@ "identity": { "type": "None" }, - "name": "TJx-637505258985313014", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/dmstestresource/providers/Microsoft.DataBox/jobs/TJx-637505258985313014", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsGetExport.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsGetExport.json index f5a346dce6e3..77c8e00ebb5f 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsGetExport.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsGetExport.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8091", - "jobName": "SdkJob6429", - "api-version": "2020-11-01", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-05-01", "$expand": "details", - "x-ms-client-request-id": [ - "b3739c7c-02b6-46c2-a04c-da6f8bca279c" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -32,10 +26,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "aaaaaa2", + "storageAccountName": "YourStorageAccountName", "transferType": "ExportFromAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2", + "accountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 0, "totalBytesToProcess": 0, "isEnumerationInProgress": false @@ -58,18 +52,18 @@ "contactDetails": { "contactName": " ", "emailList": [], - "phone": "1234567890", - "phoneExtension": "1234", + "phone": "0000000000", + "phoneExtension": "", "notificationPreference": [] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -98,15 +92,15 @@ }, "logCollectionLevel": "Error", "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=04aL%2FTe7998qQJlhmGI3C0Q%2FxsCVo1t0B4uQUIx7TmQ%3D&st=2020-08-07T05%3A10%3A05Z&se=2020-08-08T05%3A20%3A05Z&sp=r", - "chainOfCustodySasKey": "https://wusbeta.blob.core.windows.net/chainofcustody/9a6ee052-bcff-4b5e-a478-7dcbfb86e9fb.txt?sv=2018-03-28&sr=b&sig=JbBBXZKharvfg35ZfmrhowO1DuOpzcZCNUdeFzklvWs%3D&st=2020-08-07T05%3A10%3A05Z&se=2020-08-07T05%3A40%3A05Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", + "chainOfCustodySasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" } @@ -126,8 +120,8 @@ "identity": { "type": "None" }, - "name": "SdkJob6429", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8091/providers/Microsoft.DataBox/jobs/SdkJob6429", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsGetWaitingForAction.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsGetWaitingForAction.json index 3cbfdcbdacfd..34ccda2fd1b1 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsGetWaitingForAction.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsGetWaitingForAction.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "dmstestresource", - "jobName": "TJx-637505258985313014", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-05-01", "$expand": "details", - "x-ms-client-request-id": [ - "bdcc8e76-b662-42a4-93fd-5554809712d7" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -37,10 +33,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", "transferType": "ImportToAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 2000, "totalBytesToProcess": 2000, "filesProcessed": 100, @@ -56,7 +52,7 @@ { "transferType": "ImportToAzure", "dataAccountType": "ManagedDisk", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ94", + "accountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName", "bytesProcessed": 2000, "totalBytesToProcess": 2000, "filesProcessed": 100, @@ -121,12 +117,11 @@ } ], "contactDetails": { - "contactName": "Andrew Tribone", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "ssemmail@microsoft.com", - "vishwamdir@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -157,35 +152,35 @@ }, "shippingAddress": { "streetAddress1": "164 TOWNSEND ST", - "streetAddress2": "UNIT 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "None" }, "deliveryPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=6f00fcce-1eec-4ee7-99a8-0acc68efd1c7", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", - "trackingId": "6f00fcce-1eec-4ee7-99a8-0acc68efd1c7" + "trackingId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, "returnPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=79148759-b772-4a90-933b-da5ae5ac6ebb", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", - "trackingId": "79148759-b772-4a90-933b-da5ae5ac6ebb" + "trackingId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } }, { "accountDetails": { - "resourceGroupId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ94", - "stagingStorageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/manageddisktest/providers/Microsoft.Storage/storageAccounts/sojainmanageddisk", + "resourceGroupId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName", + "stagingStorageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "ManagedDisk" } } @@ -198,17 +193,17 @@ }, "copyLogDetails": [ { - "accountName": "databoxbvttestaccount", - "copyLogLink": "databoxcopylog/strtrinidad01_ZTS18520041_CopyLog_8425fb8f9c2b447288caa4dd6f5d34bb.xml", + "accountName": "YourStorageAccountName", + "copyLogLink": "databoxcopylog/xxx.xml", "copyLogDetailsType": "DataBox" }, { - "accountName": "akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ94", - "copyLogLink": "databoxcopylog/strtrinidad01_ZTS18520041_CopyLog_8425fb8f9c2b447288caa4dd6f5d34bb.xml", + "accountName": "YourResourceGroupName", + "copyLogLink": "databoxcopylog/xxx.xml", "copyLogDetailsType": "DataBox" } ], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/10dcd296-ed09-4037-ac19-2f16c4866452/ReverseShipment/79148759-b772-4a90-933b-da5ae5ac6ebb.PDF?sv=2018-03-28&sr=b&sig=bNtVcKRfYq1kiz0vxxSV%2FIZodCK8nUsCPu6MYK%2B6Erk%3D&st=2021-06-21T15%3A35%3A29Z&se=2021-06-21T16%3A05%3A29Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" }, @@ -224,14 +219,6 @@ "deliveryType": "NonScheduled", "isCancellableWithoutFee": false }, - "systemData": { - "createdBy": "5ff6737b-7c50-45d1-b2cb-63a6cd723138", - "createdByType": "Application", - "createdAt": "2021-03-14T23:49:48.349255+00:00", - "lastModifiedBy": "5ff6737b-7c50-45d1-b2cb-63a6cd723138", - "lastModifiedByType": "Application", - "lastModifiedAt": "2021-03-14T23:49:48.349255+00:00" - }, "location": "westus", "tags": { "defaultTagsKey": "defaultTagsValue" @@ -242,8 +229,8 @@ "identity": { "type": "None" }, - "name": "TJx-637505258985313014", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/dmstestresource/providers/Microsoft.DataBox/jobs/TJx-637505258985313014", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsList.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsList.json index d64a4a51fe40..13f8479fa3ce 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsList.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsList.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "api-version": "2020-11-01", + "subscriptionId": "YourSubscriptionId", + "api-version": "2021-05-01", "$expand": "details", - "x-ms-client-request-id": [ - "044127c5-663e-4a0f-9061-2fa0ca8058c4" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -44,8 +38,8 @@ "identity": { "type": "None" }, - "name": "mnaustest", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/mnaustest", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" }, { @@ -72,733 +66,12 @@ "identity": { "type": "None" }, - "name": "portalcontractAUS", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/portalcontractAUS", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2018-08-30T15:17:17.3753642+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "australiaeast", - "tags": {}, - "sku": { - "name": "DataBoxDisk" - }, - "identity": { - "type": "None" - }, - "name": "testBB-diskAU", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/testBB/providers/Microsoft.DataBox/jobs/testBB-diskAU", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T11:12:15.5972523+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "allXML", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/allXML", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-07T15:51:08.4479315+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "bothExportAllxml", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/bothExportAllxml", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T19:44:59.2410723+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "exportAll", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/exportAll", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T18:31:05.3036028+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "importRegressnTest", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/importRegressnTest", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-09T01:57:03.8985885+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testBotthXMLAndAll", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testBotthXMLAndAll", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-05T15:56:52.6983398+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testExportAllOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testExportAllOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T17:45:25.464989+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testPayload", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testPayload", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T10:43:04.8775864+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "xmlOnlyOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/xmlOnlyOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2018-11-27T15:17:49.0760408+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testbadresourcegroup", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ93/providers/Microsoft.DataBox/jobs/testbadresourcegroup", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-01-04T09:08:49.9928621+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "andipodtest4jan", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/andipodtest4jan", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-28T15:20:48.1058546+05:30", - "cancellationReason": "NoLongerNeeded null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "dbtest1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/dbtest1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-14T08:51:18.2067875+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautam14-04-Clone", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautam14-04-Clone", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-27T18:08:30.6622356+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamtestexport", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamtestexport", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-21T20:41:02.3837388+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "DegautamTestExportOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/DegautamTestExportOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-24T07:56:23.6839464+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamtestorder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamtestorder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-14T08:48:21.2260174+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamTestOrder14-04", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamTestOrder14-04", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-12T12:19:19.8627264+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "export", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/export", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-05T19:50:20.9692355+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "exportTestResource", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/exportTestResource", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:09:45.7080012+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportNew", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportNew", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:13:02.5724966+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-20T13:39:28.1940929+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:14:59.6879599+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld2", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld2", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-07-21T23:43:34.513148+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "saranyagorder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/saranyagorder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-07-04T14:01:50.9232807+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testdeepak04-07", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdeepak04-07", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-02-11T12:33:16.6231232+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxHeavy" - }, - "identity": { - "type": "None" - }, - "name": "testdurga-heavy", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurga-heavy", + "name": "TestJobName2", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName2", "type": "Microsoft.DataBox/jobs" } ], - "nextLink": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/jobs?api-version=2020-11-01&%24skiptoken=fVJdb5swFP0v0bq3NMaFFipVU5oATRbSxBjz8WYDIQbzoUBISNX%2fPrfVumnaJvnB8rn3nON77suoSs%2fdildFO7p%2fGfmmiz13dD%2fad13T3k8mJa1olpZp1V3Ty%2fGQXsd1OWmPrI0PvOl4XbWTHb3VgQ53Y323uxurFGpjQ4vvxnFqJFRTFajC3aQ51D1P0kM7cXh8qNt6113PaUcf6%2fMkr1n7jTZ83EtcUj5AAMEYqGOgfP3SFrzBdZFWD5u5oTL%2flCUlGWIoepYD7rjqacEfBSvXfWSLY3QBPAlQucImXOT6FWTzba1voXFMJJr4FqC%2bcSS2cYh89QPNFvPznEFNIpoSBqiRd4%2fBTrBcXc%2f4NFvMpjr51FSHVT7VV0ok4motaz9ZZtNsYyEttj3JS2yLM9uTdT9fpI83pmxjaiJ9QtswWAL6obaKgkL2OK4pBS3KPG%2fAAD2uTaXzA7RBStPhqjg5lvBcbDnEbs9%2b0OSJVQwEE4qAd8YFslJPM91SCdNiWYYiaWm57p6DhjuiPmFbcamNnlApuAP3JfZCLfYXg1vV%2bgr8y9Efnl12k%2fzyCp9nVs5IdBvmaz8l0kuFIt9c3oQkVpjY327LKGc%2beteitnnxyzNnAaojM1QTJbt45Tl3lOUhsvbfmRDY8Q1KQDhEBFkrfOpxSdTEWvYJ6ESKf8vCtoYIEoBtI%2f%2fI6y0D72nZMN8aUtkpp%2f%2bXivffzE%2f9f7dBTmPds0puQUX2cmd6JlBPITlusqubRJ7R6%2bsP" + "nextLink": "https://xxx.xxx.xx" } } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsListByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsListByResourceGroup.json index 61e890cd477b..18111645a6da 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsListByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsListByResourceGroup.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "api-version": "2020-11-01", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "api-version": "2021-05-01", "$expand": "details", - "x-ms-client-request-id": [ - "c1514209-a439-4bd1-b040-76d7539d2509" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -43,11 +37,11 @@ }, "identity": { "type": "SystemAssigned", - "principalId": "fac84c35-5490-4b11-81b9-770053ccbe3b", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" + "principalId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, - "name": "SdkJob5928", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob5928", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" }, { @@ -73,8 +67,8 @@ "identity": { "type": "None" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName2", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName2", "type": "Microsoft.DataBox/jobs" } ] diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsListCredentials.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsListCredentials.json index c5134769275f..2043d7632211 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsListCredentials.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsListCredentials.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "cda11c92-529b-4b75-b56d-ff1a69ffeeba" - ], + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-05-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -22,55 +16,55 @@ "body": { "value": [ { - "jobName": "TJ-636646322037905056", + "jobName": "TestJobName1", "jobSecrets": { "podSecrets": [ { - "deviceSerialNumber": "testimolapod-3ecc44ce", + "deviceSerialNumber": "testserialnumber", "devicePassword": "", "networkConfigurations": [ { "name": "DataPort3", - "macAddress": "D05099C1F439" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort1", - "macAddress": "EC0D9A21A6C0" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort2", - "macAddress": "EC0D9A21A6C1" + "macAddress": "XXXXXXXXXXXX" } ], - "encodedValidationCertPubKey": "5CYoAoVKEBa4WgPVis8keX94w30pon4jGMADSqcdE/NlHLChj6Cmhbl4q9QOFKSB/US4AwhS7zY1QS3YMDrkAPfOy7Hi6kWMBpJWZidTq3oXX8FAQjg+IqQESti/2jvAlcDpO2453rgd7Yb6XZ43P8MMTpTjcarI0ImCf//eITQWnFa3AzfIJ9C+hxCCaA7HTYhwQEPUBMwyQJsI6v6WuQysROtlBgx1YtbWFhDVbcqYRSLIbaj+RdzlvxvDJSo70kv+8em5upuDTpVE7xP+WePLlARdSPNwwfRzHnvCUqC2UqXHpRUhQlYnMqAJEcjjroRnyIGumPmmQ8O155X8aw==", + "encodedValidationCertPubKey": "xxxxxxxxxx", "accountCredentialDetails": [ { - "accountName": "databoxbvttestaccount", + "accountName": "YourStorageAccountName", "dataAccountType": "StorageAccount", "accountConnectionString": "", "shareCredentialDetails": [ { - "shareName": "databoxbvttestaccount_PageBlob", + "shareName": "testsharename_PageBlob", "shareType": "PageBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_BlockBlob", + "shareName": "testsharename_BlockBlob", "shareType": "BlockBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_AzFile", + "shareName": "testsharename_AzFile", "shareType": "AzureFile", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsPatch.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsPatch.json index 92febae7150b..9575c949c841 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsPatch.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsPatch.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", - "api-version": "2020-11-01", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-05-01", "$expand": "details", - "x-ms-client-request-id": [ - "ff3829ca-bcb0-4737-b6e0-52af57f34bb7" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,21 +21,21 @@ "properties": { "details": { "contactDetails": { - "contactName": "Update Job", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" } } @@ -49,7 +43,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -64,8 +62,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsPatchCmk.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsPatchCmk.json index 1992899e8242..f307b5fbb53c 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsPatchCmk.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsPatchCmk.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7937", - "jobName": "SdkJob1735", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "fcab0fa9-7af8-47e0-b570-d703a48ee66b" - ], + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-05-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,15 +21,19 @@ "details": { "keyEncryptionKey": { "kekType": "CustomerManaged", - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } } } } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -50,8 +48,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob1735", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7937/providers/Microsoft.DataBox/jobs/SdkJob1735", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsPatchSystemAssignedToUserAssigned.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsPatchSystemAssignedToUserAssigned.json index c2d169ad6a82..1071ff9cd2f1 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsPatchSystemAssignedToUserAssigned.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/JobsPatchSystemAssignedToUserAssigned.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9765", - "jobName": "SdkJob2965", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "25b11bec-6551-47a4-9ee2-575245cbfd45" - ], + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", + "api-version": "2021-05-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -30,24 +24,28 @@ "identityProperties": { "type": "UserAssigned", "userAssigned": { - "resourceId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity" + "resourceId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity" } }, - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } } }, "identity": { "type": "SystemAssigned,UserAssigned", "userAssignedIdentities": { - "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity": {} + "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity": {} } } } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -62,8 +60,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob2965", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9765/providers/Microsoft.DataBox/jobs/SdkJob2965", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/OperationsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/OperationsGet.json index f96f0598e269..7cd2dfdc2051 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/OperationsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/OperationsGet.json @@ -1,17 +1,11 @@ { "parameters": { - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "b9453354-c675-40a8-99c0-8039818c85fd" - ], + "api-version": "2021-05-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/RegionConfiguration.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/RegionConfiguration.json index ea1758e64f6b..ba09a67fbe96 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/RegionConfiguration.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/RegionConfiguration.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", - "api-version": "2020-11-01", + "api-version": "2021-05-01", "regionConfigurationRequest": { "scheduleAvailabilityRequest": { "storageLocation": "westus", diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/RegionConfigurationByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/RegionConfigurationByResourceGroup.json index 653dbcb9e19e..16cbfb608bc4 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/RegionConfigurationByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/RegionConfigurationByResourceGroup.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg4981", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", - "api-version": "2020-11-01", + "api-version": "2021-05-01", "regionConfigurationRequest": { "scheduleAvailabilityRequest": { "storageLocation": "westus", diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/ValidateAddressPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/ValidateAddressPost.json index 40a3f3c5037d..ae463af512a1 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/ValidateAddressPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/ValidateAddressPost.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "cfda3c52-b129-4568-aba7-e743edf747c2" - ], + "api-version": "2021-05-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -24,13 +18,13 @@ "validateAddress": { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox" @@ -43,13 +37,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/ValidateInputs.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/ValidateInputs.json index cd8a27819782..4ec96b3cc206 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/ValidateInputs.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/ValidateInputs.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "129a0589-5017-4f35-a66c-8da38e04aae1" - ], + "api-version": "2021-05-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -30,7 +24,7 @@ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -40,13 +34,13 @@ { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox", @@ -61,7 +55,7 @@ "validationType": "ValidateSkuAvailability", "deviceType": "DataBox", "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" }, { @@ -100,13 +94,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/ValidateInputsByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/ValidateInputsByResourceGroup.json index c70a59c27ffe..4c65ab5508ee 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/ValidateInputsByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-05-01/examples/ValidateInputsByResourceGroup.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg6861", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", - "api-version": "2020-11-01", - "x-ms-client-request-id": [ - "85f045bb-7659-4a2f-bcf5-96723954afdf" - ], + "api-version": "2021-05-01", "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31,7 +25,7 @@ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -41,13 +35,13 @@ { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox", @@ -62,7 +56,7 @@ "validationType": "ValidateSkuAvailability", "deviceType": "DataBox", "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" }, { @@ -101,13 +95,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/AvailableSkusPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/AvailableSkusPost.json index cbdeea21ccfd..ea60c18e0570 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/AvailableSkusPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/AvailableSkusPost.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2021-12-01", - "x-ms-client-request-id": [ - "ce815189-a9cc-4288-8166-d78f211bed5a" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -24,7 +18,7 @@ ], "availableSkuRequest": { "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" } }, diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/BookShipmentPickupPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/BookShipmentPickupPost.json index 8cbf3208d831..03650b08f899 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/BookShipmentPickupPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/BookShipmentPickupPost.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-12-01", - "x-ms-client-request-id": [ - "e1437186-b41d-492e-9b7a-e197c28a517a" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31,7 +25,7 @@ "responses": { "200": { "body": { - "confirmationNumber": "2929602E9CP", + "confirmationNumber": "XXXXXXXXXXX", "readyByTime": "2019-09-20T18:30:00Z" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobMitigate.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobMitigate.json index 869049021135..ecf66acb6644 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobMitigate.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobMitigate.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-12-01", "$expand": "details", - "x-ms-client-request-id": [ - "71d282dc-56a0-402b-a322-3b50c89711b5" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCancelPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCancelPost.json index 36466d579446..626ad8fa11f7 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCancelPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCancelPost.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-12-01", "$expand": "details", - "x-ms-client-request-id": [ - "95fc15f7-4976-46bb-8370-74ed4cb676be" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCreate.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCreate.json index 21d887b2d0b6..65f8087edafa 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCreate.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCreate.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-12-01", - "x-ms-client-request-id": [ - "04f2835f-a2a2-4f25-96df-568460e5be24" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -62,7 +56,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -118,11 +116,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -152,13 +150,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -175,8 +173,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCreateDevicePassword.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCreateDevicePassword.json index 6079e66a21a7..77608c51cdb2 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCreateDevicePassword.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCreateDevicePassword.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7478", - "jobName": "SdkJob9640", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-12-01", - "x-ms-client-request-id": [ - "c4c8f926-ebbe-4c07-ae1a-b716911058df" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -29,28 +23,28 @@ "jobDetailsType": "DataBox", "devicePassword": "", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "sharePassword": "" } } @@ -64,7 +58,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -120,11 +118,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -154,13 +152,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -177,8 +175,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob9640", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7478/providers/Microsoft.DataBox/jobs/SdkJob9640", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCreateDoubleEncryption.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCreateDoubleEncryption.json index f8c43a30ab02..07cb16ed57a9 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCreateDoubleEncryption.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCreateDoubleEncryption.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg608", - "jobName": "SdkJob6599", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-12-01", - "x-ms-client-request-id": [ - "c9c24c55-fd51-4374-839e-60ee5f0d8832" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -67,7 +61,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -123,11 +121,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -157,13 +155,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -180,8 +178,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob6599", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg608/providers/Microsoft.DataBox/jobs/SdkJob6599", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCreateExport.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCreateExport.json index f81518238903..0f18b7dcbf00 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCreateExport.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCreateExport.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8091", - "jobName": "SdkJob6429", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-12-01", - "x-ms-client-request-id": [ - "80eaafc7-e8b7-4c5a-ad81-b1ecb9573cd4" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,21 +22,21 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataExportDetails": [ @@ -59,7 +53,7 @@ }, "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -72,7 +66,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -128,11 +126,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -162,13 +160,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -185,8 +183,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob6429", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8091/providers/Microsoft.DataBox/jobs/SdkJob6429", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCreateWithUserAssignedIdentity.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCreateWithUserAssignedIdentity.json index cf46fb4ba847..f21bd3162a16 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCreateWithUserAssignedIdentity.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsCreateWithUserAssignedIdentity.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7552", - "jobName": "SdkJob5337", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-12-01", - "x-ms-client-request-id": [ - "618b064d-967c-4156-a8dd-a9867cc22af9" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -62,13 +56,17 @@ "identity": { "type": "UserAssigned", "userAssignedIdentities": { - "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity": {} + "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity": {} } } } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -124,11 +122,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -158,13 +156,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -181,8 +179,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob5337", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7552/providers/Microsoft.DataBox/jobs/SdkJob5337", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsDelete.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsDelete.json index dc6b64c9920c..ae35ce42a6e0 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsDelete.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsDelete.json @@ -1,26 +1,24 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-12-01", "$expand": "details", - "x-ms-client-request-id": [ - "f5c227e2-13d8-4ce9-9ef2-f3c63f6935b9" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { "200": {}, - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "204": {} } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsGet.json index 8840301cb4a7..6439bbc86b16 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsGet.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-12-01", "$expand": "details", - "x-ms-client-request-id": [ - "e76214b0-6013-499e-8f91-3a287f421f2e" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -75,11 +69,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -109,13 +103,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -131,14 +125,14 @@ "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=urwfAELvNV69IGHdcXlRCn6o3O3dWZQKaRipmoAdrI0%3D&st=2020-08-07T05%3A10%3A58Z&se=2020-08-08T05%3A20%3A58Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" } @@ -157,8 +151,8 @@ "identity": { "type": "None" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsGetCmk.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsGetCmk.json index 69d5ff4b01ad..84fdf14218f6 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsGetCmk.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsGetCmk.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7937", - "jobName": "SdkJob1735", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-12-01", "$expand": "details", - "x-ms-client-request-id": [ - "c8cf9d3e-55f1-488f-bcee-53f4939f44e8" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -75,11 +69,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -109,13 +103,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -131,18 +125,18 @@ "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=JSZSeKrFrrwWbZ4zd7PNdGdNYKExKpxa98vRDDH6ZIk%3D&st=2020-08-07T05%3A08%3A51Z&se=2020-08-08T05%3A18%3A51Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "CustomerManaged", - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } }, "deliveryType": "NonScheduled", @@ -158,11 +152,11 @@ }, "identity": { "type": "SystemAssigned", - "principalId": "9a68a7c4-0a18-4d06-a5fb-7058e9e98458", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" + "principalId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, - "name": "SdkJob1735", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7937/providers/Microsoft.DataBox/jobs/SdkJob1735", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsGetCopyStuck.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsGetCopyStuck.json index 05aa435c18a5..d06b363525ee 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsGetCopyStuck.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsGetCopyStuck.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "dmstestresource", - "jobName": "TJx-637505258985313014", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-12-01", "$expand": "details", - "x-ms-client-request-id": [ - "bdcc8e76-b662-42a4-93fd-5554809712d7" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -30,10 +26,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", "transferType": "ImportToAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 2000, "totalBytesToProcess": 2000, "filesProcessed": 100, @@ -98,12 +94,11 @@ } ], "contactDetails": { - "contactName": "Andrew Tribone", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "ssemmail@microsoft.com", - "vishwamdir@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -134,28 +129,28 @@ }, "shippingAddress": { "streetAddress1": "164 TOWNSEND ST", - "streetAddress2": "UNIT 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "None" }, "deliveryPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=5fb6965e-0b80-4f38-b21a-32673fed2d84", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", "trackingId": "5fb6965e-0b80-4f38-b21a-32673fed2d84" }, "returnPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=b3875a34-aad6-4dbe-83a9-3f39cb21b0e8", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", "trackingId": "b3875a34-aad6-4dbe-83a9-3f39cb21b0e8" }, "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } @@ -164,12 +159,12 @@ "preferences": {}, "copyLogDetails": [ { - "accountName": "databoxbvttestaccount", - "copyLogLink": "databoxcopylog/strtrinidad01_ZTS18520041_CopyLog_8425fb8f9c2b447288caa4dd6f5d34bb.xml", + "accountName": "YourStorageAccountName", + "copyLogLink": "databoxcopylog/xxx.xml", "copyLogDetailsType": "DataBox" } ], - "reverseShipmentLabelSasKey": "http://wusbeta.blob.core.windows.net/devstoreaccount1/f6be6ea8-77da-419b-9f6b-3043c28b04e4/ReverseShipment/b3875a34-aad6-4dbe-83a9-3f39cb21b0e8.PDF?sv=2018-03-28&sr=b&sig=%2BJmOyIkG0ALrKQp%2F7NCOBYccQ80DRLvN%2FHtb6Z97heg%3D&st=2021-03-05T09%3A45%3A05Z&se=2021-03-05T10%3A15%3A05Z&sp=r", + "reverseShipmentLabelSasKey": "http://xxx.xxx.xxx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" }, @@ -193,8 +188,8 @@ "identity": { "type": "None" }, - "name": "TJx-637505258985313014", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/dmstestresource/providers/Microsoft.DataBox/jobs/TJx-637505258985313014", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsGetExport.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsGetExport.json index 549f09614374..db178abe2884 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsGetExport.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsGetExport.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8091", - "jobName": "SdkJob6429", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-12-01", "$expand": "details", - "x-ms-client-request-id": [ - "b3739c7c-02b6-46c2-a04c-da6f8bca279c" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -32,10 +26,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "aaaaaa2", + "storageAccountName": "YourStorageAccountName", "transferType": "ExportFromAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2", + "accountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 0, "totalBytesToProcess": 0, "isEnumerationInProgress": false @@ -58,18 +52,18 @@ "contactDetails": { "contactName": " ", "emailList": [], - "phone": "1234567890", - "phoneExtension": "1234", + "phone": "0000000000", + "phoneExtension": "", "notificationPreference": [] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -98,15 +92,15 @@ }, "logCollectionLevel": "Error", "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=04aL%2FTe7998qQJlhmGI3C0Q%2FxsCVo1t0B4uQUIx7TmQ%3D&st=2020-08-07T05%3A10%3A05Z&se=2020-08-08T05%3A20%3A05Z&sp=r", - "chainOfCustodySasKey": "https://wusbeta.blob.core.windows.net/chainofcustody/9a6ee052-bcff-4b5e-a478-7dcbfb86e9fb.txt?sv=2018-03-28&sr=b&sig=JbBBXZKharvfg35ZfmrhowO1DuOpzcZCNUdeFzklvWs%3D&st=2020-08-07T05%3A10%3A05Z&se=2020-08-07T05%3A40%3A05Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", + "chainOfCustodySasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" } @@ -126,8 +120,8 @@ "identity": { "type": "None" }, - "name": "SdkJob6429", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8091/providers/Microsoft.DataBox/jobs/SdkJob6429", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsGetWaitingForAction.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsGetWaitingForAction.json index d26c14d80fd9..07da64c93baf 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsGetWaitingForAction.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsGetWaitingForAction.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "dmstestresource", - "jobName": "TJx-637505258985313014", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-12-01", "$expand": "details", - "x-ms-client-request-id": [ - "bdcc8e76-b662-42a4-93fd-5554809712d7" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -37,10 +33,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", "transferType": "ImportToAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 2000, "totalBytesToProcess": 2000, "filesProcessed": 100, @@ -56,7 +52,7 @@ { "transferType": "ImportToAzure", "dataAccountType": "ManagedDisk", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ94", + "accountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName", "bytesProcessed": 2000, "totalBytesToProcess": 2000, "filesProcessed": 100, @@ -121,12 +117,11 @@ } ], "contactDetails": { - "contactName": "Andrew Tribone", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "ssemmail@microsoft.com", - "vishwamdir@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -157,35 +152,35 @@ }, "shippingAddress": { "streetAddress1": "164 TOWNSEND ST", - "streetAddress2": "UNIT 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "None" }, "deliveryPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=6f00fcce-1eec-4ee7-99a8-0acc68efd1c7", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", - "trackingId": "6f00fcce-1eec-4ee7-99a8-0acc68efd1c7" + "trackingId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, "returnPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=79148759-b772-4a90-933b-da5ae5ac6ebb", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", - "trackingId": "79148759-b772-4a90-933b-da5ae5ac6ebb" + "trackingId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } }, { "accountDetails": { - "resourceGroupId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ94", - "stagingStorageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/manageddisktest/providers/Microsoft.Storage/storageAccounts/sojainmanageddisk", + "resourceGroupId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName", + "stagingStorageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "ManagedDisk" } } @@ -198,17 +193,17 @@ }, "copyLogDetails": [ { - "accountName": "databoxbvttestaccount", - "copyLogLink": "databoxcopylog/strtrinidad01_ZTS18520041_CopyLog_8425fb8f9c2b447288caa4dd6f5d34bb.xml", + "accountName": "YourStorageAccountName", + "copyLogLink": "databoxcopylog/xxx.xml", "copyLogDetailsType": "DataBox" }, { - "accountName": "akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ94", - "copyLogLink": "databoxcopylog/strtrinidad01_ZTS18520041_CopyLog_8425fb8f9c2b447288caa4dd6f5d34bb.xml", + "accountName": "YourResourceGroupName", + "copyLogLink": "databoxcopylog/xxx.xml", "copyLogDetailsType": "DataBox" } ], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/10dcd296-ed09-4037-ac19-2f16c4866452/ReverseShipment/79148759-b772-4a90-933b-da5ae5ac6ebb.PDF?sv=2018-03-28&sr=b&sig=bNtVcKRfYq1kiz0vxxSV%2FIZodCK8nUsCPu6MYK%2B6Erk%3D&st=2021-06-21T15%3A35%3A29Z&se=2021-06-21T16%3A05%3A29Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" }, @@ -224,14 +219,6 @@ "deliveryType": "NonScheduled", "isCancellableWithoutFee": false }, - "systemData": { - "createdBy": "5ff6737b-7c50-45d1-b2cb-63a6cd723138", - "createdByType": "Application", - "createdAt": "2021-03-14T23:49:48.349255+00:00", - "lastModifiedBy": "5ff6737b-7c50-45d1-b2cb-63a6cd723138", - "lastModifiedByType": "Application", - "lastModifiedAt": "2021-03-14T23:49:48.349255+00:00" - }, "location": "westus", "tags": { "defaultTagsKey": "defaultTagsValue" @@ -242,8 +229,8 @@ "identity": { "type": "None" }, - "name": "TJx-637505258985313014", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/dmstestresource/providers/Microsoft.DataBox/jobs/TJx-637505258985313014", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsList.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsList.json index ee9a2cf97d5d..ad9fd02de168 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsList.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsList.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "api-version": "2021-12-01", "$expand": "details", - "x-ms-client-request-id": [ - "044127c5-663e-4a0f-9061-2fa0ca8058c4" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -44,8 +38,8 @@ "identity": { "type": "None" }, - "name": "mnaustest", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/mnaustest", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" }, { @@ -72,733 +66,12 @@ "identity": { "type": "None" }, - "name": "portalcontractAUS", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/portalcontractAUS", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2018-08-30T15:17:17.3753642+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "australiaeast", - "tags": {}, - "sku": { - "name": "DataBoxDisk" - }, - "identity": { - "type": "None" - }, - "name": "testBB-diskAU", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/testBB/providers/Microsoft.DataBox/jobs/testBB-diskAU", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T11:12:15.5972523+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "allXML", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/allXML", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-07T15:51:08.4479315+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "bothExportAllxml", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/bothExportAllxml", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T19:44:59.2410723+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "exportAll", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/exportAll", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T18:31:05.3036028+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "importRegressnTest", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/importRegressnTest", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-09T01:57:03.8985885+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testBotthXMLAndAll", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testBotthXMLAndAll", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-05T15:56:52.6983398+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testExportAllOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testExportAllOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T17:45:25.464989+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testPayload", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testPayload", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T10:43:04.8775864+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "xmlOnlyOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/xmlOnlyOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2018-11-27T15:17:49.0760408+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testbadresourcegroup", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ93/providers/Microsoft.DataBox/jobs/testbadresourcegroup", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-01-04T09:08:49.9928621+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "andipodtest4jan", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/andipodtest4jan", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-28T15:20:48.1058546+05:30", - "cancellationReason": "NoLongerNeeded null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "dbtest1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/dbtest1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-14T08:51:18.2067875+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautam14-04-Clone", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautam14-04-Clone", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-27T18:08:30.6622356+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamtestexport", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamtestexport", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-21T20:41:02.3837388+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "DegautamTestExportOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/DegautamTestExportOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-24T07:56:23.6839464+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamtestorder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamtestorder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-14T08:48:21.2260174+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamTestOrder14-04", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamTestOrder14-04", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-12T12:19:19.8627264+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "export", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/export", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-05T19:50:20.9692355+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "exportTestResource", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/exportTestResource", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:09:45.7080012+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportNew", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportNew", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:13:02.5724966+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-20T13:39:28.1940929+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:14:59.6879599+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld2", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld2", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-07-21T23:43:34.513148+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "saranyagorder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/saranyagorder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-07-04T14:01:50.9232807+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testdeepak04-07", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdeepak04-07", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-02-11T12:33:16.6231232+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxHeavy" - }, - "identity": { - "type": "None" - }, - "name": "testdurga-heavy", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurga-heavy", + "name": "TestJobName2", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName2", "type": "Microsoft.DataBox/jobs" } ], - "nextLink": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/jobs?api-version=2020-11-01&%24skiptoken=fVJdb5swFP0v0bq3NMaFFipVU5oATRbSxBjz8WYDIQbzoUBISNX%2fPrfVumnaJvnB8rn3nON77suoSs%2fdildFO7p%2fGfmmiz13dD%2fad13T3k8mJa1olpZp1V3Ty%2fGQXsd1OWmPrI0PvOl4XbWTHb3VgQ53Y323uxurFGpjQ4vvxnFqJFRTFajC3aQ51D1P0kM7cXh8qNt6113PaUcf6%2fMkr1n7jTZ83EtcUj5AAMEYqGOgfP3SFrzBdZFWD5u5oTL%2flCUlGWIoepYD7rjqacEfBSvXfWSLY3QBPAlQucImXOT6FWTzba1voXFMJJr4FqC%2bcSS2cYh89QPNFvPznEFNIpoSBqiRd4%2fBTrBcXc%2f4NFvMpjr51FSHVT7VV0ok4motaz9ZZtNsYyEttj3JS2yLM9uTdT9fpI83pmxjaiJ9QtswWAL6obaKgkL2OK4pBS3KPG%2fAAD2uTaXzA7RBStPhqjg5lvBcbDnEbs9%2b0OSJVQwEE4qAd8YFslJPM91SCdNiWYYiaWm57p6DhjuiPmFbcamNnlApuAP3JfZCLfYXg1vV%2bgr8y9Efnl12k%2fzyCp9nVs5IdBvmaz8l0kuFIt9c3oQkVpjY327LKGc%2beteitnnxyzNnAaojM1QTJbt45Tl3lOUhsvbfmRDY8Q1KQDhEBFkrfOpxSdTEWvYJ6ESKf8vCtoYIEoBtI%2f%2fI6y0D72nZMN8aUtkpp%2f%2bXivffzE%2f9f7dBTmPds0puQUX2cmd6JlBPITlusqubRJ7R6%2bsP" + "nextLink": "https://xxx.xxx.xx" } } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsListByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsListByResourceGroup.json index c20d9d60ef15..69334426ad8a 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsListByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsListByResourceGroup.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "api-version": "2021-12-01", "$expand": "details", - "x-ms-client-request-id": [ - "c1514209-a439-4bd1-b040-76d7539d2509" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -43,11 +37,11 @@ }, "identity": { "type": "SystemAssigned", - "principalId": "fac84c35-5490-4b11-81b9-770053ccbe3b", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" + "principalId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, - "name": "SdkJob5928", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob5928", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" }, { @@ -73,8 +67,8 @@ "identity": { "type": "None" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName2", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName2", "type": "Microsoft.DataBox/jobs" } ] diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsListCredentials.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsListCredentials.json index a41c718e40fc..5b35dd7162d0 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsListCredentials.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsListCredentials.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-12-01", - "x-ms-client-request-id": [ - "cda11c92-529b-4b75-b56d-ff1a69ffeeba" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -22,55 +16,55 @@ "body": { "value": [ { - "jobName": "TJ-636646322037905056", + "jobName": "TestJobName1", "jobSecrets": { "podSecrets": [ { - "deviceSerialNumber": "testimolapod-3ecc44ce", + "deviceSerialNumber": "testserialnumber", "devicePassword": "", "networkConfigurations": [ { "name": "DataPort3", - "macAddress": "D05099C1F439" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort1", - "macAddress": "EC0D9A21A6C0" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort2", - "macAddress": "EC0D9A21A6C1" + "macAddress": "XXXXXXXXXXXX" } ], - "encodedValidationCertPubKey": "5CYoAoVKEBa4WgPVis8keX94w30pon4jGMADSqcdE/NlHLChj6Cmhbl4q9QOFKSB/US4AwhS7zY1QS3YMDrkAPfOy7Hi6kWMBpJWZidTq3oXX8FAQjg+IqQESti/2jvAlcDpO2453rgd7Yb6XZ43P8MMTpTjcarI0ImCf//eITQWnFa3AzfIJ9C+hxCCaA7HTYhwQEPUBMwyQJsI6v6WuQysROtlBgx1YtbWFhDVbcqYRSLIbaj+RdzlvxvDJSo70kv+8em5upuDTpVE7xP+WePLlARdSPNwwfRzHnvCUqC2UqXHpRUhQlYnMqAJEcjjroRnyIGumPmmQ8O155X8aw==", + "encodedValidationCertPubKey": "xxxxxxxxxx", "accountCredentialDetails": [ { - "accountName": "databoxbvttestaccount", + "accountName": "YourStorageAccountName", "dataAccountType": "StorageAccount", "accountConnectionString": "", "shareCredentialDetails": [ { - "shareName": "databoxbvttestaccount_PageBlob", + "shareName": "testsharename_PageBlob", "shareType": "PageBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_BlockBlob", + "shareName": "testsharename_BlockBlob", "shareType": "BlockBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_AzFile", + "shareName": "testsharename_AzFile", "shareType": "AzureFile", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsPatch.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsPatch.json index 43a03e16431e..bf4c2360e6a4 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsPatch.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsPatch.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-12-01", "$expand": "details", - "x-ms-client-request-id": [ - "ff3829ca-bcb0-4737-b6e0-52af57f34bb7" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,21 +21,21 @@ "properties": { "details": { "contactDetails": { - "contactName": "Update Job", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" } } @@ -49,7 +43,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -64,8 +62,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsPatchCmk.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsPatchCmk.json index 874df15e9a09..6c598f7daea4 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsPatchCmk.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsPatchCmk.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7937", - "jobName": "SdkJob1735", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-12-01", - "x-ms-client-request-id": [ - "fcab0fa9-7af8-47e0-b570-d703a48ee66b" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,15 +21,19 @@ "details": { "keyEncryptionKey": { "kekType": "CustomerManaged", - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } } } } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -50,8 +48,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob1735", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7937/providers/Microsoft.DataBox/jobs/SdkJob1735", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsPatchSystemAssignedToUserAssigned.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsPatchSystemAssignedToUserAssigned.json index 8f02c4c00162..9beeaa72a8fa 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsPatchSystemAssignedToUserAssigned.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/JobsPatchSystemAssignedToUserAssigned.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9765", - "jobName": "SdkJob2965", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-12-01", - "x-ms-client-request-id": [ - "25b11bec-6551-47a4-9ee2-575245cbfd45" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -30,24 +24,28 @@ "identityProperties": { "type": "UserAssigned", "userAssigned": { - "resourceId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity" + "resourceId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity" } }, - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } } }, "identity": { "type": "SystemAssigned,UserAssigned", "userAssignedIdentities": { - "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity": {} + "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity": {} } } } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -62,8 +60,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob2965", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9765/providers/Microsoft.DataBox/jobs/SdkJob2965", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/MarkDevicesShipped.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/MarkDevicesShipped.json index 9e949f51cf80..83af60b53f97 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/MarkDevicesShipped.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/MarkDevicesShipped.json @@ -1,18 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2021-12-01", - "x-ms-client-request-id": [ - "71d282dc-56a0-402b-a322-3b50c89711b5" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -22,8 +18,8 @@ ], "markDevicesShippedRequest": { "deliverToDcPackageDetails": { - "carrierName": "DHL", - "trackingId": "123456" + "carrierName": "testCarrier", + "trackingId": "000000" } } }, diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/OperationsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/OperationsGet.json index e13b975e086e..ce41f9de47e0 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/OperationsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/OperationsGet.json @@ -1,17 +1,11 @@ { "parameters": { "api-version": "2021-12-01", - "x-ms-client-request-id": [ - "b9453354-c675-40a8-99c0-8039818c85fd" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/RegionConfiguration.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/RegionConfiguration.json index 29584581f202..6e21f36babb1 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/RegionConfiguration.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/RegionConfiguration.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2021-12-01", "regionConfigurationRequest": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/RegionConfigurationByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/RegionConfigurationByResourceGroup.json index 361cd1e9447c..316649194472 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/RegionConfigurationByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/RegionConfigurationByResourceGroup.json @@ -1,7 +1,7 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg4981", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2021-12-01", "regionConfigurationRequest": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/ValidateAddressPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/ValidateAddressPost.json index d33f158c5718..fe40b9c08ece 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/ValidateAddressPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/ValidateAddressPost.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2021-12-01", - "x-ms-client-request-id": [ - "cfda3c52-b129-4568-aba7-e743edf747c2" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -24,13 +18,13 @@ "validateAddress": { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox" @@ -43,13 +37,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/ValidateInputs.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/ValidateInputs.json index fb815e66a7e7..880ada69dfcf 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/ValidateInputs.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/ValidateInputs.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2021-12-01", - "x-ms-client-request-id": [ - "129a0589-5017-4f35-a66c-8da38e04aae1" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -30,7 +24,7 @@ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -40,13 +34,13 @@ { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox", @@ -61,7 +55,7 @@ "validationType": "ValidateSkuAvailability", "deviceType": "DataBox", "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" }, { @@ -100,13 +94,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/ValidateInputsByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/ValidateInputsByResourceGroup.json index f5403930d588..d27ffea8a97a 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/ValidateInputsByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/examples/ValidateInputsByResourceGroup.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg6861", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2021-12-01", - "x-ms-client-request-id": [ - "85f045bb-7659-4a2f-bcf5-96723954afdf" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31,7 +25,7 @@ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -41,13 +35,13 @@ { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox", @@ -62,7 +56,7 @@ "validationType": "ValidateSkuAvailability", "deviceType": "DataBox", "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" }, { @@ -101,13 +95,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/AvailableSkusPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/AvailableSkusPost.json index 5c12b84f7645..917e5cc6eed8 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/AvailableSkusPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/AvailableSkusPost.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2022-02-01", - "x-ms-client-request-id": [ - "ce815189-a9cc-4288-8166-d78f211bed5a" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -24,7 +18,7 @@ ], "availableSkuRequest": { "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" } }, diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/BookShipmentPickupPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/BookShipmentPickupPost.json index 085940e67c87..d1116a2962d0 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/BookShipmentPickupPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/BookShipmentPickupPost.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-02-01", - "x-ms-client-request-id": [ - "e1437186-b41d-492e-9b7a-e197c28a517a" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31,7 +25,7 @@ "responses": { "200": { "body": { - "confirmationNumber": "2929602E9CP", + "confirmationNumber": "XXXXXXXXXXX", "readyByTime": "2019-09-20T18:30:00Z" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobMitigate.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobMitigate.json index 6ff9748a11f3..a4e4fd2483f9 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobMitigate.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobMitigate.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-02-01", "$expand": "details", - "x-ms-client-request-id": [ - "71d282dc-56a0-402b-a322-3b50c89711b5" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCancelPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCancelPost.json index 9660ef672af7..239f1f6abfc5 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCancelPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCancelPost.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-02-01", "$expand": "details", - "x-ms-client-request-id": [ - "95fc15f7-4976-46bb-8370-74ed4cb676be" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCreate.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCreate.json index 6b70bc71a57a..ebaefd05a2b3 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCreate.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCreate.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-02-01", - "x-ms-client-request-id": [ - "04f2835f-a2a2-4f25-96df-568460e5be24" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -62,7 +56,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -118,11 +116,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -152,13 +150,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -175,8 +173,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCreateDevicePassword.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCreateDevicePassword.json index 130c20217d84..c7a7c455dc4a 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCreateDevicePassword.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCreateDevicePassword.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7478", - "jobName": "SdkJob9640", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-02-01", - "x-ms-client-request-id": [ - "c4c8f926-ebbe-4c07-ae1a-b716911058df" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -29,28 +23,28 @@ "jobDetailsType": "DataBox", "devicePassword": "", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "sharePassword": "" } } @@ -64,7 +58,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -120,11 +118,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -154,13 +152,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -177,8 +175,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob9640", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7478/providers/Microsoft.DataBox/jobs/SdkJob9640", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCreateDoubleEncryption.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCreateDoubleEncryption.json index e279960823c2..95e98bd4a96f 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCreateDoubleEncryption.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCreateDoubleEncryption.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg608", - "jobName": "SdkJob6599", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-02-01", - "x-ms-client-request-id": [ - "c9c24c55-fd51-4374-839e-60ee5f0d8832" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -67,7 +61,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -123,11 +121,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -157,13 +155,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -180,8 +178,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob6599", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg608/providers/Microsoft.DataBox/jobs/SdkJob6599", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCreateExport.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCreateExport.json index c3b339e5f27b..7bba2cdf6174 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCreateExport.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCreateExport.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8091", - "jobName": "SdkJob6429", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-02-01", - "x-ms-client-request-id": [ - "80eaafc7-e8b7-4c5a-ad81-b1ecb9573cd4" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,21 +22,21 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataExportDetails": [ @@ -59,7 +53,7 @@ }, "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -72,7 +66,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -128,11 +126,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -162,13 +160,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -185,8 +183,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob6429", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8091/providers/Microsoft.DataBox/jobs/SdkJob6429", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCreateWithUserAssignedIdentity.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCreateWithUserAssignedIdentity.json index c2db697bab7f..6ceef56a993e 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCreateWithUserAssignedIdentity.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsCreateWithUserAssignedIdentity.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7552", - "jobName": "SdkJob5337", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-02-01", - "x-ms-client-request-id": [ - "618b064d-967c-4156-a8dd-a9867cc22af9" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -62,13 +56,17 @@ "identity": { "type": "UserAssigned", "userAssignedIdentities": { - "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity": {} + "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity": {} } } } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -124,11 +122,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -158,13 +156,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -181,8 +179,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob5337", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7552/providers/Microsoft.DataBox/jobs/SdkJob5337", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsDelete.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsDelete.json index a012489d04ef..8f86192ee455 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsDelete.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsDelete.json @@ -1,26 +1,24 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-02-01", "$expand": "details", - "x-ms-client-request-id": [ - "f5c227e2-13d8-4ce9-9ef2-f3c63f6935b9" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { "200": {}, - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "204": {} } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsGet.json index 23c8ec138f1a..52e946bc522b 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsGet.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-02-01", "$expand": "details", - "x-ms-client-request-id": [ - "e76214b0-6013-499e-8f91-3a287f421f2e" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -75,11 +69,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -109,13 +103,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -131,14 +125,14 @@ "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=urwfAELvNV69IGHdcXlRCn6o3O3dWZQKaRipmoAdrI0%3D&st=2020-08-07T05%3A10%3A58Z&se=2020-08-08T05%3A20%3A58Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" } @@ -157,8 +151,8 @@ "identity": { "type": "None" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsGetCmk.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsGetCmk.json index eb3a38e5379c..8738e049d703 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsGetCmk.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsGetCmk.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7937", - "jobName": "SdkJob1735", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-02-01", "$expand": "details", - "x-ms-client-request-id": [ - "c8cf9d3e-55f1-488f-bcee-53f4939f44e8" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -75,11 +69,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -109,13 +103,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -131,18 +125,18 @@ "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=JSZSeKrFrrwWbZ4zd7PNdGdNYKExKpxa98vRDDH6ZIk%3D&st=2020-08-07T05%3A08%3A51Z&se=2020-08-08T05%3A18%3A51Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "CustomerManaged", - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } }, "deliveryType": "NonScheduled", @@ -158,11 +152,11 @@ }, "identity": { "type": "SystemAssigned", - "principalId": "9a68a7c4-0a18-4d06-a5fb-7058e9e98458", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" + "principalId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, - "name": "SdkJob1735", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7937/providers/Microsoft.DataBox/jobs/SdkJob1735", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsGetCopyStuck.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsGetCopyStuck.json index 4d1f1133d7ae..07b803675e8d 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsGetCopyStuck.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsGetCopyStuck.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "dmstestresource", - "jobName": "TJx-637505258985313014", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-02-01", "$expand": "details", - "x-ms-client-request-id": [ - "bdcc8e76-b662-42a4-93fd-5554809712d7" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -30,10 +26,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", "transferType": "ImportToAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 2000, "totalBytesToProcess": 2000, "filesProcessed": 100, @@ -98,12 +94,11 @@ } ], "contactDetails": { - "contactName": "Andrew Tribone", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "ssemmail@microsoft.com", - "vishwamdir@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -134,28 +129,28 @@ }, "shippingAddress": { "streetAddress1": "164 TOWNSEND ST", - "streetAddress2": "UNIT 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "None" }, "deliveryPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=5fb6965e-0b80-4f38-b21a-32673fed2d84", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", "trackingId": "5fb6965e-0b80-4f38-b21a-32673fed2d84" }, "returnPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=b3875a34-aad6-4dbe-83a9-3f39cb21b0e8", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", "trackingId": "b3875a34-aad6-4dbe-83a9-3f39cb21b0e8" }, "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } @@ -164,12 +159,12 @@ "preferences": {}, "copyLogDetails": [ { - "accountName": "databoxbvttestaccount", - "copyLogLink": "databoxcopylog/strtrinidad01_ZTS18520041_CopyLog_8425fb8f9c2b447288caa4dd6f5d34bb.xml", + "accountName": "YourStorageAccountName", + "copyLogLink": "databoxcopylog/xxx.xml", "copyLogDetailsType": "DataBox" } ], - "reverseShipmentLabelSasKey": "http://wusbeta.blob.core.windows.net/devstoreaccount1/f6be6ea8-77da-419b-9f6b-3043c28b04e4/ReverseShipment/b3875a34-aad6-4dbe-83a9-3f39cb21b0e8.PDF?sv=2018-03-28&sr=b&sig=%2BJmOyIkG0ALrKQp%2F7NCOBYccQ80DRLvN%2FHtb6Z97heg%3D&st=2021-03-05T09%3A45%3A05Z&se=2021-03-05T10%3A15%3A05Z&sp=r", + "reverseShipmentLabelSasKey": "http://xxx.xxx.xxx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" }, @@ -193,8 +188,8 @@ "identity": { "type": "None" }, - "name": "TJx-637505258985313014", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/dmstestresource/providers/Microsoft.DataBox/jobs/TJx-637505258985313014", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsGetExport.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsGetExport.json index 2b751bdac2ff..f750b5e0a573 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsGetExport.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsGetExport.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8091", - "jobName": "SdkJob6429", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-02-01", "$expand": "details", - "x-ms-client-request-id": [ - "b3739c7c-02b6-46c2-a04c-da6f8bca279c" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -32,10 +26,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "aaaaaa2", + "storageAccountName": "YourStorageAccountName", "transferType": "ExportFromAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2", + "accountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 0, "totalBytesToProcess": 0, "isEnumerationInProgress": false @@ -58,18 +52,18 @@ "contactDetails": { "contactName": " ", "emailList": [], - "phone": "1234567890", - "phoneExtension": "1234", + "phone": "0000000000", + "phoneExtension": "", "notificationPreference": [] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -98,15 +92,15 @@ }, "logCollectionLevel": "Error", "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=04aL%2FTe7998qQJlhmGI3C0Q%2FxsCVo1t0B4uQUIx7TmQ%3D&st=2020-08-07T05%3A10%3A05Z&se=2020-08-08T05%3A20%3A05Z&sp=r", - "chainOfCustodySasKey": "https://wusbeta.blob.core.windows.net/chainofcustody/9a6ee052-bcff-4b5e-a478-7dcbfb86e9fb.txt?sv=2018-03-28&sr=b&sig=JbBBXZKharvfg35ZfmrhowO1DuOpzcZCNUdeFzklvWs%3D&st=2020-08-07T05%3A10%3A05Z&se=2020-08-07T05%3A40%3A05Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", + "chainOfCustodySasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" } @@ -126,8 +120,8 @@ "identity": { "type": "None" }, - "name": "SdkJob6429", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8091/providers/Microsoft.DataBox/jobs/SdkJob6429", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsGetWaitingForAction.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsGetWaitingForAction.json index 9e829304e439..aa747cef3298 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsGetWaitingForAction.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsGetWaitingForAction.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "dmstestresource", - "jobName": "TJx-637505258985313014", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-02-01", "$expand": "details", - "x-ms-client-request-id": [ - "bdcc8e76-b662-42a4-93fd-5554809712d7" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -37,10 +33,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", "transferType": "ImportToAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 2000, "totalBytesToProcess": 2000, "filesProcessed": 100, @@ -56,7 +52,7 @@ { "transferType": "ImportToAzure", "dataAccountType": "ManagedDisk", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ94", + "accountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName", "bytesProcessed": 2000, "totalBytesToProcess": 2000, "filesProcessed": 100, @@ -121,12 +117,11 @@ } ], "contactDetails": { - "contactName": "Andrew Tribone", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "ssemmail@microsoft.com", - "vishwamdir@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -157,35 +152,35 @@ }, "shippingAddress": { "streetAddress1": "164 TOWNSEND ST", - "streetAddress2": "UNIT 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "None" }, "deliveryPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=6f00fcce-1eec-4ee7-99a8-0acc68efd1c7", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", - "trackingId": "6f00fcce-1eec-4ee7-99a8-0acc68efd1c7" + "trackingId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, "returnPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=79148759-b772-4a90-933b-da5ae5ac6ebb", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", - "trackingId": "79148759-b772-4a90-933b-da5ae5ac6ebb" + "trackingId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } }, { "accountDetails": { - "resourceGroupId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ94", - "stagingStorageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/manageddisktest/providers/Microsoft.Storage/storageAccounts/sojainmanageddisk", + "resourceGroupId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName", + "stagingStorageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "ManagedDisk" } } @@ -198,17 +193,17 @@ }, "copyLogDetails": [ { - "accountName": "databoxbvttestaccount", - "copyLogLink": "databoxcopylog/strtrinidad01_ZTS18520041_CopyLog_8425fb8f9c2b447288caa4dd6f5d34bb.xml", + "accountName": "YourStorageAccountName", + "copyLogLink": "databoxcopylog/xxx.xml", "copyLogDetailsType": "DataBox" }, { - "accountName": "akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ94", - "copyLogLink": "databoxcopylog/strtrinidad01_ZTS18520041_CopyLog_8425fb8f9c2b447288caa4dd6f5d34bb.xml", + "accountName": "YourResourceGroupName", + "copyLogLink": "databoxcopylog/xxx.xml", "copyLogDetailsType": "DataBox" } ], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/10dcd296-ed09-4037-ac19-2f16c4866452/ReverseShipment/79148759-b772-4a90-933b-da5ae5ac6ebb.PDF?sv=2018-03-28&sr=b&sig=bNtVcKRfYq1kiz0vxxSV%2FIZodCK8nUsCPu6MYK%2B6Erk%3D&st=2021-06-21T15%3A35%3A29Z&se=2021-06-21T16%3A05%3A29Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" }, @@ -224,14 +219,6 @@ "deliveryType": "NonScheduled", "isCancellableWithoutFee": false }, - "systemData": { - "createdBy": "5ff6737b-7c50-45d1-b2cb-63a6cd723138", - "createdByType": "Application", - "createdAt": "2021-03-14T23:49:48.349255+00:00", - "lastModifiedBy": "5ff6737b-7c50-45d1-b2cb-63a6cd723138", - "lastModifiedByType": "Application", - "lastModifiedAt": "2021-03-14T23:49:48.349255+00:00" - }, "location": "westus", "tags": { "defaultTagsKey": "defaultTagsValue" @@ -242,8 +229,8 @@ "identity": { "type": "None" }, - "name": "TJx-637505258985313014", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/dmstestresource/providers/Microsoft.DataBox/jobs/TJx-637505258985313014", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsList.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsList.json index b7c434ceb7eb..6c6868b7ec31 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsList.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsList.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "api-version": "2022-02-01", "$expand": "details", - "x-ms-client-request-id": [ - "044127c5-663e-4a0f-9061-2fa0ca8058c4" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -44,8 +38,8 @@ "identity": { "type": "None" }, - "name": "mnaustest", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/mnaustest", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" }, { @@ -72,733 +66,12 @@ "identity": { "type": "None" }, - "name": "portalcontractAUS", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/portalcontractAUS", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2018-08-30T15:17:17.3753642+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "australiaeast", - "tags": {}, - "sku": { - "name": "DataBoxDisk" - }, - "identity": { - "type": "None" - }, - "name": "testBB-diskAU", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/testBB/providers/Microsoft.DataBox/jobs/testBB-diskAU", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T11:12:15.5972523+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "allXML", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/allXML", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-07T15:51:08.4479315+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "bothExportAllxml", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/bothExportAllxml", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T19:44:59.2410723+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "exportAll", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/exportAll", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T18:31:05.3036028+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "importRegressnTest", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/importRegressnTest", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-09T01:57:03.8985885+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testBotthXMLAndAll", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testBotthXMLAndAll", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-05T15:56:52.6983398+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testExportAllOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testExportAllOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T17:45:25.464989+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testPayload", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testPayload", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T10:43:04.8775864+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "xmlOnlyOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/xmlOnlyOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2018-11-27T15:17:49.0760408+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testbadresourcegroup", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ93/providers/Microsoft.DataBox/jobs/testbadresourcegroup", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-01-04T09:08:49.9928621+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "andipodtest4jan", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/andipodtest4jan", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-28T15:20:48.1058546+05:30", - "cancellationReason": "NoLongerNeeded null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "dbtest1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/dbtest1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-14T08:51:18.2067875+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautam14-04-Clone", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautam14-04-Clone", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-27T18:08:30.6622356+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamtestexport", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamtestexport", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-21T20:41:02.3837388+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "DegautamTestExportOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/DegautamTestExportOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-24T07:56:23.6839464+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamtestorder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamtestorder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-14T08:48:21.2260174+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamTestOrder14-04", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamTestOrder14-04", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-12T12:19:19.8627264+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "export", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/export", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-05T19:50:20.9692355+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "exportTestResource", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/exportTestResource", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:09:45.7080012+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportNew", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportNew", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:13:02.5724966+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-20T13:39:28.1940929+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:14:59.6879599+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld2", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld2", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-07-21T23:43:34.513148+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "saranyagorder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/saranyagorder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-07-04T14:01:50.9232807+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testdeepak04-07", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdeepak04-07", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-02-11T12:33:16.6231232+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxHeavy" - }, - "identity": { - "type": "None" - }, - "name": "testdurga-heavy", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurga-heavy", + "name": "TestJobName2", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName2", "type": "Microsoft.DataBox/jobs" } ], - "nextLink": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/jobs?api-version=2020-11-01&%24skiptoken=fVJdb5swFP0v0bq3NMaFFipVU5oATRbSxBjz8WYDIQbzoUBISNX%2fPrfVumnaJvnB8rn3nON77suoSs%2fdildFO7p%2fGfmmiz13dD%2fad13T3k8mJa1olpZp1V3Ty%2fGQXsd1OWmPrI0PvOl4XbWTHb3VgQ53Y323uxurFGpjQ4vvxnFqJFRTFajC3aQ51D1P0kM7cXh8qNt6113PaUcf6%2fMkr1n7jTZ83EtcUj5AAMEYqGOgfP3SFrzBdZFWD5u5oTL%2flCUlGWIoepYD7rjqacEfBSvXfWSLY3QBPAlQucImXOT6FWTzba1voXFMJJr4FqC%2bcSS2cYh89QPNFvPznEFNIpoSBqiRd4%2fBTrBcXc%2f4NFvMpjr51FSHVT7VV0ok4motaz9ZZtNsYyEttj3JS2yLM9uTdT9fpI83pmxjaiJ9QtswWAL6obaKgkL2OK4pBS3KPG%2fAAD2uTaXzA7RBStPhqjg5lvBcbDnEbs9%2b0OSJVQwEE4qAd8YFslJPM91SCdNiWYYiaWm57p6DhjuiPmFbcamNnlApuAP3JfZCLfYXg1vV%2bgr8y9Efnl12k%2fzyCp9nVs5IdBvmaz8l0kuFIt9c3oQkVpjY327LKGc%2beteitnnxyzNnAaojM1QTJbt45Tl3lOUhsvbfmRDY8Q1KQDhEBFkrfOpxSdTEWvYJ6ESKf8vCtoYIEoBtI%2f%2fI6y0D72nZMN8aUtkpp%2f%2bXivffzE%2f9f7dBTmPds0puQUX2cmd6JlBPITlusqubRJ7R6%2bsP" + "nextLink": "https://xxx.xxx.xx" } } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsListByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsListByResourceGroup.json index 211c21bca05b..4afbc75081e5 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsListByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsListByResourceGroup.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "api-version": "2022-02-01", "$expand": "details", - "x-ms-client-request-id": [ - "c1514209-a439-4bd1-b040-76d7539d2509" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -43,11 +37,11 @@ }, "identity": { "type": "SystemAssigned", - "principalId": "fac84c35-5490-4b11-81b9-770053ccbe3b", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" + "principalId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, - "name": "SdkJob5928", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob5928", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" }, { @@ -73,8 +67,8 @@ "identity": { "type": "None" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName2", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName2", "type": "Microsoft.DataBox/jobs" } ] diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsListCredentials.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsListCredentials.json index fad60e9522ad..dd0eb36acbf9 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsListCredentials.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsListCredentials.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-02-01", - "x-ms-client-request-id": [ - "cda11c92-529b-4b75-b56d-ff1a69ffeeba" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -22,55 +16,55 @@ "body": { "value": [ { - "jobName": "TJ-636646322037905056", + "jobName": "TestJobName1", "jobSecrets": { "podSecrets": [ { - "deviceSerialNumber": "testimolapod-3ecc44ce", + "deviceSerialNumber": "testserialnumber", "devicePassword": "", "networkConfigurations": [ { "name": "DataPort3", - "macAddress": "D05099C1F439" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort1", - "macAddress": "EC0D9A21A6C0" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort2", - "macAddress": "EC0D9A21A6C1" + "macAddress": "XXXXXXXXXXXX" } ], - "encodedValidationCertPubKey": "5CYoAoVKEBa4WgPVis8keX94w30pon4jGMADSqcdE/NlHLChj6Cmhbl4q9QOFKSB/US4AwhS7zY1QS3YMDrkAPfOy7Hi6kWMBpJWZidTq3oXX8FAQjg+IqQESti/2jvAlcDpO2453rgd7Yb6XZ43P8MMTpTjcarI0ImCf//eITQWnFa3AzfIJ9C+hxCCaA7HTYhwQEPUBMwyQJsI6v6WuQysROtlBgx1YtbWFhDVbcqYRSLIbaj+RdzlvxvDJSo70kv+8em5upuDTpVE7xP+WePLlARdSPNwwfRzHnvCUqC2UqXHpRUhQlYnMqAJEcjjroRnyIGumPmmQ8O155X8aw==", + "encodedValidationCertPubKey": "xxxxxxxxxx", "accountCredentialDetails": [ { - "accountName": "databoxbvttestaccount", + "accountName": "YourStorageAccountName", "dataAccountType": "StorageAccount", "accountConnectionString": "", "shareCredentialDetails": [ { - "shareName": "databoxbvttestaccount_PageBlob", + "shareName": "testsharename_PageBlob", "shareType": "PageBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_BlockBlob", + "shareName": "testsharename_BlockBlob", "shareType": "BlockBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_AzFile", + "shareName": "testsharename_AzFile", "shareType": "AzureFile", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsPatch.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsPatch.json index f6a49f15468e..0eda6c759221 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsPatch.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsPatch.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-02-01", "$expand": "details", - "x-ms-client-request-id": [ - "ff3829ca-bcb0-4737-b6e0-52af57f34bb7" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,21 +21,21 @@ "properties": { "details": { "contactDetails": { - "contactName": "Update Job", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" } } @@ -49,7 +43,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -64,8 +62,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsPatchCmk.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsPatchCmk.json index aada1f6475a5..1232cb4db4ad 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsPatchCmk.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsPatchCmk.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7937", - "jobName": "SdkJob1735", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-02-01", - "x-ms-client-request-id": [ - "fcab0fa9-7af8-47e0-b570-d703a48ee66b" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,15 +21,19 @@ "details": { "keyEncryptionKey": { "kekType": "CustomerManaged", - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } } } } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -50,8 +48,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob1735", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7937/providers/Microsoft.DataBox/jobs/SdkJob1735", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsPatchSystemAssignedToUserAssigned.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsPatchSystemAssignedToUserAssigned.json index c4bdb1db94fe..71cfe9256bde 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsPatchSystemAssignedToUserAssigned.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/JobsPatchSystemAssignedToUserAssigned.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9765", - "jobName": "SdkJob2965", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-02-01", - "x-ms-client-request-id": [ - "25b11bec-6551-47a4-9ee2-575245cbfd45" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -30,24 +24,28 @@ "identityProperties": { "type": "UserAssigned", "userAssigned": { - "resourceId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity" + "resourceId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity" } }, - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } } }, "identity": { "type": "SystemAssigned,UserAssigned", "userAssignedIdentities": { - "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity": {} + "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity": {} } } } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -62,8 +60,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob2965", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9765/providers/Microsoft.DataBox/jobs/SdkJob2965", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/MarkDevicesShipped.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/MarkDevicesShipped.json index c452604e281c..f191c451e2d2 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/MarkDevicesShipped.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/MarkDevicesShipped.json @@ -1,18 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-02-01", - "x-ms-client-request-id": [ - "71d282dc-56a0-402b-a322-3b50c89711b5" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -22,8 +18,8 @@ ], "markDevicesShippedRequest": { "deliverToDcPackageDetails": { - "carrierName": "DHL", - "trackingId": "123456" + "carrierName": "testCarrier", + "trackingId": "000000" } } }, diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/OperationsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/OperationsGet.json index 8aa5deee67d7..96ee95447e55 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/OperationsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/OperationsGet.json @@ -1,17 +1,11 @@ { "parameters": { "api-version": "2022-02-01", - "x-ms-client-request-id": [ - "b9453354-c675-40a8-99c0-8039818c85fd" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/RegionConfiguration.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/RegionConfiguration.json index b9bebf21e8d6..6e85f68ed2ab 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/RegionConfiguration.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/RegionConfiguration.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2022-02-01", "regionConfigurationRequest": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/RegionConfigurationByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/RegionConfigurationByResourceGroup.json index aac12c1c6c58..d1407d88e2b7 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/RegionConfigurationByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/RegionConfigurationByResourceGroup.json @@ -1,7 +1,7 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg4981", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2022-02-01", "regionConfigurationRequest": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/ValidateAddressPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/ValidateAddressPost.json index 7bc3623da04e..0e66966ac1ba 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/ValidateAddressPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/ValidateAddressPost.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2022-02-01", - "x-ms-client-request-id": [ - "cfda3c52-b129-4568-aba7-e743edf747c2" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -24,13 +18,13 @@ "validateAddress": { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox" @@ -43,13 +37,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/ValidateInputs.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/ValidateInputs.json index 2d84bbb1c6e6..0003ec928bdc 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/ValidateInputs.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/ValidateInputs.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2022-02-01", - "x-ms-client-request-id": [ - "129a0589-5017-4f35-a66c-8da38e04aae1" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -30,7 +24,7 @@ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -40,13 +34,13 @@ { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox", @@ -61,7 +55,7 @@ "validationType": "ValidateSkuAvailability", "deviceType": "DataBox", "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" }, { @@ -100,13 +94,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/ValidateInputsByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/ValidateInputsByResourceGroup.json index 58f6a9976bfa..13e9adc9dbd2 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/ValidateInputsByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/examples/ValidateInputsByResourceGroup.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg6861", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2022-02-01", - "x-ms-client-request-id": [ - "85f045bb-7659-4a2f-bcf5-96723954afdf" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31,7 +25,7 @@ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -41,13 +35,13 @@ { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox", @@ -62,7 +56,7 @@ "validationType": "ValidateSkuAvailability", "deviceType": "DataBox", "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" }, { @@ -101,13 +95,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/AvailableSkusPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/AvailableSkusPost.json index fcd285e24d29..14042d334d84 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/AvailableSkusPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/AvailableSkusPost.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2022-09-01", - "x-ms-client-request-id": [ - "ce815189-a9cc-4288-8166-d78f211bed5a" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -24,7 +18,7 @@ ], "availableSkuRequest": { "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" } }, @@ -111,7 +105,7 @@ ], "disabledReason": "None", "countriesWithinCommerceBoundary": [ - "US" + "XX" ] } }, @@ -194,7 +188,7 @@ ], "disabledReason": "None", "countriesWithinCommerceBoundary": [ - "US" + "XX" ] } }, @@ -278,7 +272,7 @@ "disabledReason": "None", "requiredFeature": "HeavyCreateAccess", "countriesWithinCommerceBoundary": [ - "US" + "XX" ] } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/BookShipmentPickupPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/BookShipmentPickupPost.json index 648e6b1bc0d1..223a2d4f7f27 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/BookShipmentPickupPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/BookShipmentPickupPost.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-09-01", - "x-ms-client-request-id": [ - "e1437186-b41d-492e-9b7a-e197c28a517a" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31,7 +25,7 @@ "responses": { "200": { "body": { - "confirmationNumber": "2929602E9CP", + "confirmationNumber": "XXXXXXXXXXX", "readyByTime": "2019-09-20T18:30:00Z" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobMitigate.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobMitigate.json index dfa5b1318657..319c06be7912 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobMitigate.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobMitigate.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-09-01", "$expand": "details", - "x-ms-client-request-id": [ - "71d282dc-56a0-402b-a322-3b50c89711b5" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCancelPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCancelPost.json index ab109cdc27ad..e8700c448204 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCancelPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCancelPost.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-09-01", "$expand": "details", - "x-ms-client-request-id": [ - "95fc15f7-4976-46bb-8370-74ed4cb676be" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCreate.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCreate.json index 6d80e8c2cb02..fb7f246a94e8 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCreate.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCreate.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-09-01", - "x-ms-client-request-id": [ - "04f2835f-a2a2-4f25-96df-568460e5be24" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -62,7 +56,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -118,11 +116,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -152,13 +150,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -175,8 +173,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCreateDevicePassword.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCreateDevicePassword.json index 773f4ecd6e0e..b586e3c1520a 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCreateDevicePassword.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCreateDevicePassword.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7478", - "jobName": "SdkJob9640", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-09-01", - "x-ms-client-request-id": [ - "c4c8f926-ebbe-4c07-ae1a-b716911058df" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -29,28 +23,28 @@ "jobDetailsType": "DataBox", "devicePassword": "", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "sharePassword": "" } } @@ -64,7 +58,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -120,11 +118,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -154,13 +152,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -177,8 +175,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob9640", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7478/providers/Microsoft.DataBox/jobs/SdkJob9640", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCreateDoubleEncryption.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCreateDoubleEncryption.json index a033a6cc73bf..6a4013ce2a54 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCreateDoubleEncryption.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCreateDoubleEncryption.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg608", - "jobName": "SdkJob6599", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-09-01", - "x-ms-client-request-id": [ - "c9c24c55-fd51-4374-839e-60ee5f0d8832" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -67,7 +61,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -123,11 +121,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -157,13 +155,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -180,8 +178,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob6599", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg608/providers/Microsoft.DataBox/jobs/SdkJob6599", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCreateExport.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCreateExport.json index 57ddb4582cc7..a87941c48dc1 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCreateExport.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCreateExport.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8091", - "jobName": "SdkJob6429", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-09-01", - "x-ms-client-request-id": [ - "80eaafc7-e8b7-4c5a-ad81-b1ecb9573cd4" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,21 +22,21 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataExportDetails": [ @@ -59,7 +53,7 @@ }, "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -72,7 +66,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -128,11 +126,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -162,13 +160,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -185,8 +183,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob6429", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8091/providers/Microsoft.DataBox/jobs/SdkJob6429", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCreateWithUserAssignedIdentity.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCreateWithUserAssignedIdentity.json index 7e365bceaf6d..64ee133bcf61 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCreateWithUserAssignedIdentity.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsCreateWithUserAssignedIdentity.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7552", - "jobName": "SdkJob5337", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-09-01", - "x-ms-client-request-id": [ - "618b064d-967c-4156-a8dd-a9867cc22af9" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -62,13 +56,17 @@ "identity": { "type": "UserAssigned", "userAssignedIdentities": { - "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity": {} + "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity": {} } } } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -124,11 +122,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -158,13 +156,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -181,8 +179,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob5337", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7552/providers/Microsoft.DataBox/jobs/SdkJob5337", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsDelete.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsDelete.json index 184db80b493a..1cce002a58b1 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsDelete.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsDelete.json @@ -1,28 +1,22 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-09-01", "$expand": "details", - "x-ms-client-request-id": [ - "f5c227e2-13d8-4ce9-9ef2-f3c63f6935b9" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { "200": {}, "202": { "headers": { - "location": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/locations/westus/operationResults/e1fb035c-d0d1-47b9-92fc-4c814eb79571?api-version=2022-09-01" + "location": "https://xxx.xxx.xx" } }, "204": {} diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsGet.json index c33b25ebb4a2..eaf7725c5f44 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsGet.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-09-01", "$expand": "details", - "x-ms-client-request-id": [ - "e76214b0-6013-499e-8f91-3a287f421f2e" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -75,11 +69,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -109,13 +103,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -131,14 +125,14 @@ "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=urwfAELvNV69IGHdcXlRCn6o3O3dWZQKaRipmoAdrI0%3D&st=2020-08-07T05%3A10%3A58Z&se=2020-08-08T05%3A20%3A58Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" } @@ -157,8 +151,8 @@ "identity": { "type": "None" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsGetCmk.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsGetCmk.json index 4af8f3699d1a..66faaef94235 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsGetCmk.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsGetCmk.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7937", - "jobName": "SdkJob1735", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-09-01", "$expand": "details", - "x-ms-client-request-id": [ - "c8cf9d3e-55f1-488f-bcee-53f4939f44e8" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -75,11 +69,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -109,13 +103,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -131,18 +125,18 @@ "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=JSZSeKrFrrwWbZ4zd7PNdGdNYKExKpxa98vRDDH6ZIk%3D&st=2020-08-07T05%3A08%3A51Z&se=2020-08-08T05%3A18%3A51Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "CustomerManaged", - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } }, "deliveryType": "NonScheduled", @@ -158,11 +152,11 @@ }, "identity": { "type": "SystemAssigned", - "principalId": "9a68a7c4-0a18-4d06-a5fb-7058e9e98458", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" + "principalId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, - "name": "SdkJob1735", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7937/providers/Microsoft.DataBox/jobs/SdkJob1735", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsGetCopyStuck.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsGetCopyStuck.json index 1979bcc52a08..3e6b1d9fd98f 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsGetCopyStuck.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsGetCopyStuck.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "dmstestresource", - "jobName": "TJx-637505258985313014", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-09-01", "$expand": "details", - "x-ms-client-request-id": [ - "bdcc8e76-b662-42a4-93fd-5554809712d7" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -30,10 +26,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", "transferType": "ImportToAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 2000, "totalBytesToProcess": 2000, "filesProcessed": 100, @@ -98,12 +94,11 @@ } ], "contactDetails": { - "contactName": "Andrew Tribone", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "ssemmail@microsoft.com", - "vishwamdir@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -134,28 +129,28 @@ }, "shippingAddress": { "streetAddress1": "164 TOWNSEND ST", - "streetAddress2": "UNIT 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "None" }, "deliveryPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=5fb6965e-0b80-4f38-b21a-32673fed2d84", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", "trackingId": "5fb6965e-0b80-4f38-b21a-32673fed2d84" }, "returnPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=b3875a34-aad6-4dbe-83a9-3f39cb21b0e8", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", "trackingId": "b3875a34-aad6-4dbe-83a9-3f39cb21b0e8" }, "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } @@ -164,12 +159,12 @@ "preferences": {}, "copyLogDetails": [ { - "accountName": "databoxbvttestaccount", - "copyLogLink": "databoxcopylog/strtrinidad01_ZTS18520041_CopyLog_8425fb8f9c2b447288caa4dd6f5d34bb.xml", + "accountName": "YourStorageAccountName", + "copyLogLink": "databoxcopylog/xxx.xml", "copyLogDetailsType": "DataBox" } ], - "reverseShipmentLabelSasKey": "http://wusbeta.blob.core.windows.net/devstoreaccount1/f6be6ea8-77da-419b-9f6b-3043c28b04e4/ReverseShipment/b3875a34-aad6-4dbe-83a9-3f39cb21b0e8.PDF?sv=2018-03-28&sr=b&sig=%2BJmOyIkG0ALrKQp%2F7NCOBYccQ80DRLvN%2FHtb6Z97heg%3D&st=2021-03-05T09%3A45%3A05Z&se=2021-03-05T10%3A15%3A05Z&sp=r", + "reverseShipmentLabelSasKey": "http://xxx.xxx.xxx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" }, @@ -193,8 +188,8 @@ "identity": { "type": "None" }, - "name": "TJx-637505258985313014", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/dmstestresource/providers/Microsoft.DataBox/jobs/TJx-637505258985313014", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsGetExport.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsGetExport.json index 8ca852db048e..454031dedcf9 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsGetExport.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsGetExport.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8091", - "jobName": "SdkJob6429", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-09-01", "$expand": "details", - "x-ms-client-request-id": [ - "b3739c7c-02b6-46c2-a04c-da6f8bca279c" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -32,10 +26,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "aaaaaa2", + "storageAccountName": "YourStorageAccountName", "transferType": "ExportFromAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2", + "accountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 0, "totalBytesToProcess": 0, "isEnumerationInProgress": false @@ -58,18 +52,18 @@ "contactDetails": { "contactName": " ", "emailList": [], - "phone": "1234567890", - "phoneExtension": "1234", + "phone": "0000000000", + "phoneExtension": "", "notificationPreference": [] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -98,15 +92,15 @@ }, "logCollectionLevel": "Error", "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=04aL%2FTe7998qQJlhmGI3C0Q%2FxsCVo1t0B4uQUIx7TmQ%3D&st=2020-08-07T05%3A10%3A05Z&se=2020-08-08T05%3A20%3A05Z&sp=r", - "chainOfCustodySasKey": "https://wusbeta.blob.core.windows.net/chainofcustody/9a6ee052-bcff-4b5e-a478-7dcbfb86e9fb.txt?sv=2018-03-28&sr=b&sig=JbBBXZKharvfg35ZfmrhowO1DuOpzcZCNUdeFzklvWs%3D&st=2020-08-07T05%3A10%3A05Z&se=2020-08-07T05%3A40%3A05Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", + "chainOfCustodySasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" } @@ -126,8 +120,8 @@ "identity": { "type": "None" }, - "name": "SdkJob6429", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8091/providers/Microsoft.DataBox/jobs/SdkJob6429", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsGetWaitingForAction.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsGetWaitingForAction.json index 5bb51b3abbbf..fb9a49a366f8 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsGetWaitingForAction.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsGetWaitingForAction.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "dmstestresource", - "jobName": "TJx-637505258985313014", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-09-01", "$expand": "details", - "x-ms-client-request-id": [ - "bdcc8e76-b662-42a4-93fd-5554809712d7" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -37,10 +33,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", "transferType": "ImportToAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 2000, "totalBytesToProcess": 2000, "filesProcessed": 100, @@ -56,7 +52,7 @@ { "transferType": "ImportToAzure", "dataAccountType": "ManagedDisk", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ94", + "accountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName", "bytesProcessed": 2000, "totalBytesToProcess": 2000, "filesProcessed": 100, @@ -121,12 +117,11 @@ } ], "contactDetails": { - "contactName": "Andrew Tribone", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "ssemmail@microsoft.com", - "vishwamdir@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -157,35 +152,35 @@ }, "shippingAddress": { "streetAddress1": "164 TOWNSEND ST", - "streetAddress2": "UNIT 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "None" }, "deliveryPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=6f00fcce-1eec-4ee7-99a8-0acc68efd1c7", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", - "trackingId": "6f00fcce-1eec-4ee7-99a8-0acc68efd1c7" + "trackingId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, "returnPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=79148759-b772-4a90-933b-da5ae5ac6ebb", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", - "trackingId": "79148759-b772-4a90-933b-da5ae5ac6ebb" + "trackingId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } }, { "accountDetails": { - "resourceGroupId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ94", - "stagingStorageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/manageddisktest/providers/Microsoft.Storage/storageAccounts/sojainmanageddisk", + "resourceGroupId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName", + "stagingStorageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "ManagedDisk" } } @@ -198,17 +193,17 @@ }, "copyLogDetails": [ { - "accountName": "databoxbvttestaccount", - "copyLogLink": "databoxcopylog/strtrinidad01_ZTS18520041_CopyLog_8425fb8f9c2b447288caa4dd6f5d34bb.xml", + "accountName": "YourStorageAccountName", + "copyLogLink": "databoxcopylog/xxx.xml", "copyLogDetailsType": "DataBox" }, { - "accountName": "akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ94", - "copyLogLink": "databoxcopylog/strtrinidad01_ZTS18520041_CopyLog_8425fb8f9c2b447288caa4dd6f5d34bb.xml", + "accountName": "YourResourceGroupName", + "copyLogLink": "databoxcopylog/xxx.xml", "copyLogDetailsType": "DataBox" } ], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/10dcd296-ed09-4037-ac19-2f16c4866452/ReverseShipment/79148759-b772-4a90-933b-da5ae5ac6ebb.PDF?sv=2018-03-28&sr=b&sig=bNtVcKRfYq1kiz0vxxSV%2FIZodCK8nUsCPu6MYK%2B6Erk%3D&st=2021-06-21T15%3A35%3A29Z&se=2021-06-21T16%3A05%3A29Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" }, @@ -224,14 +219,6 @@ "deliveryType": "NonScheduled", "isCancellableWithoutFee": false }, - "systemData": { - "createdBy": "5ff6737b-7c50-45d1-b2cb-63a6cd723138", - "createdByType": "Application", - "createdAt": "2021-03-14T23:49:48.349255+00:00", - "lastModifiedBy": "5ff6737b-7c50-45d1-b2cb-63a6cd723138", - "lastModifiedByType": "Application", - "lastModifiedAt": "2021-03-14T23:49:48.349255+00:00" - }, "location": "westus", "tags": { "defaultTagsKey": "defaultTagsValue" @@ -242,8 +229,8 @@ "identity": { "type": "None" }, - "name": "TJx-637505258985313014", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/dmstestresource/providers/Microsoft.DataBox/jobs/TJx-637505258985313014", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsList.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsList.json index b09504b82234..c6b8712dd696 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsList.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsList.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "api-version": "2022-09-01", "$expand": "details", - "x-ms-client-request-id": [ - "044127c5-663e-4a0f-9061-2fa0ca8058c4" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -44,8 +38,8 @@ "identity": { "type": "None" }, - "name": "mnaustest", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/mnaustest", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" }, { @@ -72,733 +66,12 @@ "identity": { "type": "None" }, - "name": "portalcontractAUS", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/portalcontractAUS", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2018-08-30T15:17:17.3753642+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "australiaeast", - "tags": {}, - "sku": { - "name": "DataBoxDisk" - }, - "identity": { - "type": "None" - }, - "name": "testBB-diskAU", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/testBB/providers/Microsoft.DataBox/jobs/testBB-diskAU", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T11:12:15.5972523+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "allXML", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/allXML", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-07T15:51:08.4479315+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "bothExportAllxml", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/bothExportAllxml", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T19:44:59.2410723+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "exportAll", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/exportAll", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T18:31:05.3036028+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "importRegressnTest", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/importRegressnTest", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-09T01:57:03.8985885+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testBotthXMLAndAll", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testBotthXMLAndAll", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-05T15:56:52.6983398+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testExportAllOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testExportAllOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T17:45:25.464989+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testPayload", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testPayload", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T10:43:04.8775864+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "xmlOnlyOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/xmlOnlyOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2018-11-27T15:17:49.0760408+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testbadresourcegroup", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ93/providers/Microsoft.DataBox/jobs/testbadresourcegroup", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-01-04T09:08:49.9928621+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "andipodtest4jan", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/andipodtest4jan", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-28T15:20:48.1058546+05:30", - "cancellationReason": "NoLongerNeeded null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "dbtest1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/dbtest1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-14T08:51:18.2067875+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautam14-04-Clone", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautam14-04-Clone", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-27T18:08:30.6622356+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamtestexport", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamtestexport", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-21T20:41:02.3837388+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "DegautamTestExportOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/DegautamTestExportOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-24T07:56:23.6839464+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamtestorder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamtestorder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-14T08:48:21.2260174+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamTestOrder14-04", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamTestOrder14-04", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-12T12:19:19.8627264+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "export", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/export", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-05T19:50:20.9692355+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "exportTestResource", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/exportTestResource", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:09:45.7080012+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportNew", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportNew", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:13:02.5724966+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-20T13:39:28.1940929+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:14:59.6879599+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld2", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld2", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-07-21T23:43:34.513148+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "saranyagorder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/saranyagorder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-07-04T14:01:50.9232807+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testdeepak04-07", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdeepak04-07", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-02-11T12:33:16.6231232+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxHeavy" - }, - "identity": { - "type": "None" - }, - "name": "testdurga-heavy", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurga-heavy", + "name": "TestJobName2", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName2", "type": "Microsoft.DataBox/jobs" } ], - "nextLink": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/jobs?api-version=2020-11-01&%24skiptoken=fVJdb5swFP0v0bq3NMaFFipVU5oATRbSxBjz8WYDIQbzoUBISNX%2fPrfVumnaJvnB8rn3nON77suoSs%2fdildFO7p%2fGfmmiz13dD%2fad13T3k8mJa1olpZp1V3Ty%2fGQXsd1OWmPrI0PvOl4XbWTHb3VgQ53Y323uxurFGpjQ4vvxnFqJFRTFajC3aQ51D1P0kM7cXh8qNt6113PaUcf6%2fMkr1n7jTZ83EtcUj5AAMEYqGOgfP3SFrzBdZFWD5u5oTL%2flCUlGWIoepYD7rjqacEfBSvXfWSLY3QBPAlQucImXOT6FWTzba1voXFMJJr4FqC%2bcSS2cYh89QPNFvPznEFNIpoSBqiRd4%2fBTrBcXc%2f4NFvMpjr51FSHVT7VV0ok4motaz9ZZtNsYyEttj3JS2yLM9uTdT9fpI83pmxjaiJ9QtswWAL6obaKgkL2OK4pBS3KPG%2fAAD2uTaXzA7RBStPhqjg5lvBcbDnEbs9%2b0OSJVQwEE4qAd8YFslJPM91SCdNiWYYiaWm57p6DhjuiPmFbcamNnlApuAP3JfZCLfYXg1vV%2bgr8y9Efnl12k%2fzyCp9nVs5IdBvmaz8l0kuFIt9c3oQkVpjY327LKGc%2beteitnnxyzNnAaojM1QTJbt45Tl3lOUhsvbfmRDY8Q1KQDhEBFkrfOpxSdTEWvYJ6ESKf8vCtoYIEoBtI%2f%2fI6y0D72nZMN8aUtkpp%2f%2bXivffzE%2f9f7dBTmPds0puQUX2cmd6JlBPITlusqubRJ7R6%2bsP" + "nextLink": "https://xxx.xxx.xx" } } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsListByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsListByResourceGroup.json index 1edc5e88f3fd..3b117fc8b394 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsListByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsListByResourceGroup.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "api-version": "2022-09-01", "$expand": "details", - "x-ms-client-request-id": [ - "c1514209-a439-4bd1-b040-76d7539d2509" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -43,11 +37,11 @@ }, "identity": { "type": "SystemAssigned", - "principalId": "fac84c35-5490-4b11-81b9-770053ccbe3b", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" + "principalId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, - "name": "SdkJob5928", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob5928", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" }, { @@ -73,8 +67,8 @@ "identity": { "type": "None" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName2", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName2", "type": "Microsoft.DataBox/jobs" } ] diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsListCredentials.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsListCredentials.json index c2693febbf60..d31f5b759acf 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsListCredentials.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsListCredentials.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-09-01", - "x-ms-client-request-id": [ - "cda11c92-529b-4b75-b56d-ff1a69ffeeba" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -22,55 +16,55 @@ "body": { "value": [ { - "jobName": "TJ-636646322037905056", + "jobName": "TestJobName1", "jobSecrets": { "podSecrets": [ { - "deviceSerialNumber": "testimolapod-3ecc44ce", + "deviceSerialNumber": "testserialnumber", "devicePassword": "", "networkConfigurations": [ { "name": "DataPort3", - "macAddress": "D05099C1F439" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort1", - "macAddress": "EC0D9A21A6C0" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort2", - "macAddress": "EC0D9A21A6C1" + "macAddress": "XXXXXXXXXXXX" } ], - "encodedValidationCertPubKey": "5CYoAoVKEBa4WgPVis8keX94w30pon4jGMADSqcdE/NlHLChj6Cmhbl4q9QOFKSB/US4AwhS7zY1QS3YMDrkAPfOy7Hi6kWMBpJWZidTq3oXX8FAQjg+IqQESti/2jvAlcDpO2453rgd7Yb6XZ43P8MMTpTjcarI0ImCf//eITQWnFa3AzfIJ9C+hxCCaA7HTYhwQEPUBMwyQJsI6v6WuQysROtlBgx1YtbWFhDVbcqYRSLIbaj+RdzlvxvDJSo70kv+8em5upuDTpVE7xP+WePLlARdSPNwwfRzHnvCUqC2UqXHpRUhQlYnMqAJEcjjroRnyIGumPmmQ8O155X8aw==", + "encodedValidationCertPubKey": "xxxxxxxxxx", "accountCredentialDetails": [ { - "accountName": "databoxbvttestaccount", + "accountName": "YourStorageAccountName", "dataAccountType": "StorageAccount", "accountConnectionString": "", "shareCredentialDetails": [ { - "shareName": "databoxbvttestaccount_PageBlob", + "shareName": "testsharename_PageBlob", "shareType": "PageBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_BlockBlob", + "shareName": "testsharename_BlockBlob", "shareType": "BlockBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_AzFile", + "shareName": "testsharename_AzFile", "shareType": "AzureFile", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsPatch.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsPatch.json index 550db2a90000..ead154a6cb5e 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsPatch.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsPatch.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-09-01", "$expand": "details", - "x-ms-client-request-id": [ - "ff3829ca-bcb0-4737-b6e0-52af57f34bb7" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,21 +21,21 @@ "properties": { "details": { "contactDetails": { - "contactName": "Update Job", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" } } @@ -51,7 +45,7 @@ "responses": { "202": { "headers": { - "location": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/locations/westus/operationResults/e1fb035c-d0d1-47b9-92fc-4c814eb79571?api-version=2022-09-01" + "location": "https://xxx.xxx.xx" } }, "200": { @@ -68,8 +62,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsPatchCmk.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsPatchCmk.json index cddc2541c781..2ba17d0e84cd 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsPatchCmk.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsPatchCmk.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7937", - "jobName": "SdkJob1735", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-09-01", - "x-ms-client-request-id": [ - "fcab0fa9-7af8-47e0-b570-d703a48ee66b" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,8 +21,8 @@ "details": { "keyEncryptionKey": { "kekType": "CustomerManaged", - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } } } @@ -37,7 +31,7 @@ "responses": { "202": { "headers": { - "location": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/locations/westus/operationResults/e1fb035c-d0d1-47b9-92fc-4c814eb79571?api-version=2022-09-01" + "location": "https://xxx.xxx.xx" } }, "200": { @@ -54,8 +48,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob1735", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7937/providers/Microsoft.DataBox/jobs/SdkJob1735", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsPatchSystemAssignedToUserAssigned.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsPatchSystemAssignedToUserAssigned.json index 5973fe18a6f3..2486c5434eb2 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsPatchSystemAssignedToUserAssigned.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/JobsPatchSystemAssignedToUserAssigned.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9765", - "jobName": "SdkJob2965", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-09-01", - "x-ms-client-request-id": [ - "25b11bec-6551-47a4-9ee2-575245cbfd45" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -30,18 +24,18 @@ "identityProperties": { "type": "UserAssigned", "userAssigned": { - "resourceId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity" + "resourceId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity" } }, - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } } }, "identity": { "type": "SystemAssigned,UserAssigned", "userAssignedIdentities": { - "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity": {} + "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity": {} } } } @@ -49,7 +43,7 @@ "responses": { "202": { "headers": { - "location": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/locations/westus/operationResults/e1fb035c-d0d1-47b9-92fc-4c814eb79571?api-version=2022-09-01" + "location": "https://xxx.xxx.xx" } }, "200": { @@ -66,8 +60,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob2965", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9765/providers/Microsoft.DataBox/jobs/SdkJob2965", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/MarkDevicesShipped.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/MarkDevicesShipped.json index 08e9bf7700a6..c27522774d7e 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/MarkDevicesShipped.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/MarkDevicesShipped.json @@ -1,18 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-09-01", - "x-ms-client-request-id": [ - "71d282dc-56a0-402b-a322-3b50c89711b5" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -22,8 +18,8 @@ ], "markDevicesShippedRequest": { "deliverToDcPackageDetails": { - "carrierName": "DHL", - "trackingId": "123456" + "carrierName": "testCarrier", + "trackingId": "000000" } } }, diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/OperationsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/OperationsGet.json index 9dc344ca2370..99187933a755 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/OperationsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/OperationsGet.json @@ -1,17 +1,11 @@ { "parameters": { "api-version": "2022-09-01", - "x-ms-client-request-id": [ - "b9453354-c675-40a8-99c0-8039818c85fd" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/RegionConfiguration.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/RegionConfiguration.json index 4c8ad8c97c5b..7914329d2956 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/RegionConfiguration.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/RegionConfiguration.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2022-09-01", "regionConfigurationRequest": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/RegionConfigurationByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/RegionConfigurationByResourceGroup.json index 98b95daef33b..5eb39a37fb05 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/RegionConfigurationByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/RegionConfigurationByResourceGroup.json @@ -1,7 +1,7 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg4981", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2022-09-01", "regionConfigurationRequest": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/ValidateAddressPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/ValidateAddressPost.json index 913eeba5e523..3d0410e49c18 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/ValidateAddressPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/ValidateAddressPost.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2022-09-01", - "x-ms-client-request-id": [ - "cfda3c52-b129-4568-aba7-e743edf747c2" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -24,13 +18,13 @@ "validateAddress": { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox" @@ -43,13 +37,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/ValidateInputs.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/ValidateInputs.json index a2c8f0c25a2a..b7da5a739482 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/ValidateInputs.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/ValidateInputs.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2022-09-01", - "x-ms-client-request-id": [ - "129a0589-5017-4f35-a66c-8da38e04aae1" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -30,7 +24,7 @@ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -40,13 +34,13 @@ { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox", @@ -61,7 +55,7 @@ "validationType": "ValidateSkuAvailability", "deviceType": "DataBox", "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" }, { @@ -100,13 +94,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/ValidateInputsByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/ValidateInputsByResourceGroup.json index 0c9482b8b504..138fdc274a06 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/ValidateInputsByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-09-01/examples/ValidateInputsByResourceGroup.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg6861", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2022-09-01", - "x-ms-client-request-id": [ - "85f045bb-7659-4a2f-bcf5-96723954afdf" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31,7 +25,7 @@ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -41,13 +35,13 @@ { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox", @@ -62,7 +56,7 @@ "validationType": "ValidateSkuAvailability", "deviceType": "DataBox", "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" }, { @@ -101,13 +95,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/AvailableSkusPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/AvailableSkusPost.json index 5bf197309c6e..d492bfb64bb4 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/AvailableSkusPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/AvailableSkusPost.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2022-10-01", - "x-ms-client-request-id": [ - "ce815189-a9cc-4288-8166-d78f211bed5a" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -24,7 +18,7 @@ ], "availableSkuRequest": { "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" } }, @@ -111,7 +105,7 @@ ], "disabledReason": "None", "countriesWithinCommerceBoundary": [ - "US" + "XX" ] } }, @@ -194,7 +188,7 @@ ], "disabledReason": "None", "countriesWithinCommerceBoundary": [ - "US" + "XX" ] } }, @@ -278,7 +272,7 @@ "disabledReason": "None", "requiredFeature": "HeavyCreateAccess", "countriesWithinCommerceBoundary": [ - "US" + "XX" ] } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/BookShipmentPickupPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/BookShipmentPickupPost.json index c31c67021363..88b226e649ac 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/BookShipmentPickupPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/BookShipmentPickupPost.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-10-01", - "x-ms-client-request-id": [ - "e1437186-b41d-492e-9b7a-e197c28a517a" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31,7 +25,7 @@ "responses": { "200": { "body": { - "confirmationNumber": "2929602E9CP", + "confirmationNumber": "XXXXXXXXXXX", "readyByTime": "2019-09-20T18:30:00Z" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobMitigate.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobMitigate.json index 3ab45ff73e80..3ab9b23849a5 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobMitigate.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobMitigate.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-10-01", "$expand": "details", - "x-ms-client-request-id": [ - "71d282dc-56a0-402b-a322-3b50c89711b5" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCancelPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCancelPost.json index 36bda0881eca..b7131d4a8883 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCancelPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCancelPost.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-10-01", "$expand": "details", - "x-ms-client-request-id": [ - "95fc15f7-4976-46bb-8370-74ed4cb676be" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCreate.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCreate.json index 5fb9d08d23f0..53743b8b3fd1 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCreate.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCreate.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-10-01", - "x-ms-client-request-id": [ - "04f2835f-a2a2-4f25-96df-568460e5be24" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -62,7 +56,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -118,11 +116,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -152,13 +150,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -175,8 +173,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCreateDevicePassword.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCreateDevicePassword.json index 0715a41bdd7b..425e6e2f7d4f 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCreateDevicePassword.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCreateDevicePassword.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7478", - "jobName": "SdkJob9640", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-10-01", - "x-ms-client-request-id": [ - "c4c8f926-ebbe-4c07-ae1a-b716911058df" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -29,28 +23,28 @@ "jobDetailsType": "DataBox", "devicePassword": "", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "sharePassword": "" } } @@ -64,7 +58,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -120,11 +118,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -154,13 +152,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -177,8 +175,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob9640", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7478/providers/Microsoft.DataBox/jobs/SdkJob9640", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCreateDoubleEncryption.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCreateDoubleEncryption.json index bd6e3ab08e4b..6389ce4e9a60 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCreateDoubleEncryption.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCreateDoubleEncryption.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg608", - "jobName": "SdkJob6599", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-10-01", - "x-ms-client-request-id": [ - "c9c24c55-fd51-4374-839e-60ee5f0d8832" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -67,7 +61,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -123,11 +121,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -157,13 +155,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -180,8 +178,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob6599", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg608/providers/Microsoft.DataBox/jobs/SdkJob6599", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCreateExport.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCreateExport.json index 599e37fa53a9..687ac8c349c6 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCreateExport.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCreateExport.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8091", - "jobName": "SdkJob6429", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-10-01", - "x-ms-client-request-id": [ - "80eaafc7-e8b7-4c5a-ad81-b1ecb9573cd4" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,21 +22,21 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataExportDetails": [ @@ -59,7 +53,7 @@ }, "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -72,7 +66,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -128,11 +126,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -162,13 +160,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -185,8 +183,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob6429", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8091/providers/Microsoft.DataBox/jobs/SdkJob6429", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCreateWithUserAssignedIdentity.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCreateWithUserAssignedIdentity.json index aff7720b4fa2..e753ee580e00 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCreateWithUserAssignedIdentity.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsCreateWithUserAssignedIdentity.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7552", - "jobName": "SdkJob5337", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-10-01", - "x-ms-client-request-id": [ - "618b064d-967c-4156-a8dd-a9867cc22af9" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -62,13 +56,17 @@ "identity": { "type": "UserAssigned", "userAssignedIdentities": { - "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity": {} + "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity": {} } } } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -124,11 +122,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -158,13 +156,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -181,8 +179,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob5337", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7552/providers/Microsoft.DataBox/jobs/SdkJob5337", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsDelete.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsDelete.json index 520c40866aa1..e5173e8c9424 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsDelete.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsDelete.json @@ -1,28 +1,22 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-10-01", "$expand": "details", - "x-ms-client-request-id": [ - "f5c227e2-13d8-4ce9-9ef2-f3c63f6935b9" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { "200": {}, "202": { "headers": { - "location": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/locations/westus/operationResults/e1fb035c-d0d1-47b9-92fc-4c814eb79571?api-version=2022-09-01" + "location": "https://xxx.xxx.xx" } }, "204": {} diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsGet.json index 030d9124a383..6cc4b3d07a49 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsGet.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-10-01", "$expand": "details", - "x-ms-client-request-id": [ - "e76214b0-6013-499e-8f91-3a287f421f2e" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -75,11 +69,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -109,13 +103,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -131,14 +125,14 @@ "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=urwfAELvNV69IGHdcXlRCn6o3O3dWZQKaRipmoAdrI0%3D&st=2020-08-07T05%3A10%3A58Z&se=2020-08-08T05%3A20%3A58Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" } @@ -157,8 +151,8 @@ "identity": { "type": "None" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsGetCmk.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsGetCmk.json index 82220fee6bb5..42facbd022ef 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsGetCmk.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsGetCmk.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7937", - "jobName": "SdkJob1735", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-10-01", "$expand": "details", - "x-ms-client-request-id": [ - "c8cf9d3e-55f1-488f-bcee-53f4939f44e8" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -75,11 +69,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -109,13 +103,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -131,18 +125,18 @@ "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=JSZSeKrFrrwWbZ4zd7PNdGdNYKExKpxa98vRDDH6ZIk%3D&st=2020-08-07T05%3A08%3A51Z&se=2020-08-08T05%3A18%3A51Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "CustomerManaged", - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } }, "deliveryType": "NonScheduled", @@ -158,11 +152,11 @@ }, "identity": { "type": "SystemAssigned", - "principalId": "9a68a7c4-0a18-4d06-a5fb-7058e9e98458", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" + "principalId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, - "name": "SdkJob1735", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7937/providers/Microsoft.DataBox/jobs/SdkJob1735", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsGetCopyStuck.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsGetCopyStuck.json index de8976fa11bb..03dce1a7e6aa 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsGetCopyStuck.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsGetCopyStuck.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "dmstestresource", - "jobName": "TJx-637505258985313014", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-10-01", "$expand": "details", - "x-ms-client-request-id": [ - "bdcc8e76-b662-42a4-93fd-5554809712d7" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -30,10 +26,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", "transferType": "ImportToAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 2000, "totalBytesToProcess": 2000, "filesProcessed": 100, @@ -98,12 +94,11 @@ } ], "contactDetails": { - "contactName": "Andrew Tribone", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "ssemmail@microsoft.com", - "vishwamdir@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -134,28 +129,28 @@ }, "shippingAddress": { "streetAddress1": "164 TOWNSEND ST", - "streetAddress2": "UNIT 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "None" }, "deliveryPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=5fb6965e-0b80-4f38-b21a-32673fed2d84", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", "trackingId": "5fb6965e-0b80-4f38-b21a-32673fed2d84" }, "returnPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=b3875a34-aad6-4dbe-83a9-3f39cb21b0e8", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", "trackingId": "b3875a34-aad6-4dbe-83a9-3f39cb21b0e8" }, "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } @@ -164,12 +159,12 @@ "preferences": {}, "copyLogDetails": [ { - "accountName": "databoxbvttestaccount", - "copyLogLink": "databoxcopylog/strtrinidad01_ZTS18520041_CopyLog_8425fb8f9c2b447288caa4dd6f5d34bb.xml", + "accountName": "YourStorageAccountName", + "copyLogLink": "databoxcopylog/xxx.xml", "copyLogDetailsType": "DataBox" } ], - "reverseShipmentLabelSasKey": "http://wusbeta.blob.core.windows.net/devstoreaccount1/f6be6ea8-77da-419b-9f6b-3043c28b04e4/ReverseShipment/b3875a34-aad6-4dbe-83a9-3f39cb21b0e8.PDF?sv=2018-03-28&sr=b&sig=%2BJmOyIkG0ALrKQp%2F7NCOBYccQ80DRLvN%2FHtb6Z97heg%3D&st=2021-03-05T09%3A45%3A05Z&se=2021-03-05T10%3A15%3A05Z&sp=r", + "reverseShipmentLabelSasKey": "http://xxx.xxx.xxx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" }, @@ -193,8 +188,8 @@ "identity": { "type": "None" }, - "name": "TJx-637505258985313014", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/dmstestresource/providers/Microsoft.DataBox/jobs/TJx-637505258985313014", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsGetExport.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsGetExport.json index 99096ffdd950..f81927176053 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsGetExport.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsGetExport.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8091", - "jobName": "SdkJob6429", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-10-01", "$expand": "details", - "x-ms-client-request-id": [ - "b3739c7c-02b6-46c2-a04c-da6f8bca279c" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -32,10 +26,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "aaaaaa2", + "storageAccountName": "YourStorageAccountName", "transferType": "ExportFromAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2", + "accountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 0, "totalBytesToProcess": 0, "isEnumerationInProgress": false @@ -58,18 +52,18 @@ "contactDetails": { "contactName": " ", "emailList": [], - "phone": "1234567890", - "phoneExtension": "1234", + "phone": "0000000000", + "phoneExtension": "", "notificationPreference": [] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -98,15 +92,15 @@ }, "logCollectionLevel": "Error", "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=04aL%2FTe7998qQJlhmGI3C0Q%2FxsCVo1t0B4uQUIx7TmQ%3D&st=2020-08-07T05%3A10%3A05Z&se=2020-08-08T05%3A20%3A05Z&sp=r", - "chainOfCustodySasKey": "https://wusbeta.blob.core.windows.net/chainofcustody/9a6ee052-bcff-4b5e-a478-7dcbfb86e9fb.txt?sv=2018-03-28&sr=b&sig=JbBBXZKharvfg35ZfmrhowO1DuOpzcZCNUdeFzklvWs%3D&st=2020-08-07T05%3A10%3A05Z&se=2020-08-07T05%3A40%3A05Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", + "chainOfCustodySasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" } @@ -126,8 +120,8 @@ "identity": { "type": "None" }, - "name": "SdkJob6429", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8091/providers/Microsoft.DataBox/jobs/SdkJob6429", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsGetWaitingForAction.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsGetWaitingForAction.json index af2ce26a6141..4a5e884e011e 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsGetWaitingForAction.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsGetWaitingForAction.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "dmstestresource", - "jobName": "TJx-637505258985313014", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-10-01", "$expand": "details", - "x-ms-client-request-id": [ - "bdcc8e76-b662-42a4-93fd-5554809712d7" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -37,10 +33,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", "transferType": "ImportToAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 2000, "totalBytesToProcess": 2000, "filesProcessed": 100, @@ -56,7 +52,7 @@ { "transferType": "ImportToAzure", "dataAccountType": "ManagedDisk", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ94", + "accountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName", "bytesProcessed": 2000, "totalBytesToProcess": 2000, "filesProcessed": 100, @@ -121,12 +117,11 @@ } ], "contactDetails": { - "contactName": "Andrew Tribone", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "ssemmail@microsoft.com", - "vishwamdir@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -157,35 +152,35 @@ }, "shippingAddress": { "streetAddress1": "164 TOWNSEND ST", - "streetAddress2": "UNIT 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "None" }, "deliveryPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=6f00fcce-1eec-4ee7-99a8-0acc68efd1c7", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", - "trackingId": "6f00fcce-1eec-4ee7-99a8-0acc68efd1c7" + "trackingId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, "returnPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=79148759-b772-4a90-933b-da5ae5ac6ebb", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", - "trackingId": "79148759-b772-4a90-933b-da5ae5ac6ebb" + "trackingId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } }, { "accountDetails": { - "resourceGroupId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ94", - "stagingStorageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/manageddisktest/providers/Microsoft.Storage/storageAccounts/sojainmanageddisk", + "resourceGroupId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName", + "stagingStorageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "ManagedDisk" } } @@ -198,17 +193,17 @@ }, "copyLogDetails": [ { - "accountName": "databoxbvttestaccount", - "copyLogLink": "databoxcopylog/strtrinidad01_ZTS18520041_CopyLog_8425fb8f9c2b447288caa4dd6f5d34bb.xml", + "accountName": "YourStorageAccountName", + "copyLogLink": "databoxcopylog/xxx.xml", "copyLogDetailsType": "DataBox" }, { - "accountName": "akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ94", - "copyLogLink": "databoxcopylog/strtrinidad01_ZTS18520041_CopyLog_8425fb8f9c2b447288caa4dd6f5d34bb.xml", + "accountName": "YourResourceGroupName", + "copyLogLink": "databoxcopylog/xxx.xml", "copyLogDetailsType": "DataBox" } ], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/10dcd296-ed09-4037-ac19-2f16c4866452/ReverseShipment/79148759-b772-4a90-933b-da5ae5ac6ebb.PDF?sv=2018-03-28&sr=b&sig=bNtVcKRfYq1kiz0vxxSV%2FIZodCK8nUsCPu6MYK%2B6Erk%3D&st=2021-06-21T15%3A35%3A29Z&se=2021-06-21T16%3A05%3A29Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" }, @@ -224,14 +219,6 @@ "deliveryType": "NonScheduled", "isCancellableWithoutFee": false }, - "systemData": { - "createdBy": "5ff6737b-7c50-45d1-b2cb-63a6cd723138", - "createdByType": "Application", - "createdAt": "2021-03-14T23:49:48.349255+00:00", - "lastModifiedBy": "5ff6737b-7c50-45d1-b2cb-63a6cd723138", - "lastModifiedByType": "Application", - "lastModifiedAt": "2021-03-14T23:49:48.349255+00:00" - }, "location": "westus", "tags": { "defaultTagsKey": "defaultTagsValue" @@ -242,8 +229,8 @@ "identity": { "type": "None" }, - "name": "TJx-637505258985313014", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/dmstestresource/providers/Microsoft.DataBox/jobs/TJx-637505258985313014", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsList.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsList.json index 5563b3f296df..d7d207c3d0c8 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsList.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsList.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "api-version": "2022-10-01", "$expand": "details", - "x-ms-client-request-id": [ - "044127c5-663e-4a0f-9061-2fa0ca8058c4" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -44,8 +38,8 @@ "identity": { "type": "None" }, - "name": "mnaustest", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/mnaustest", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" }, { @@ -72,733 +66,12 @@ "identity": { "type": "None" }, - "name": "portalcontractAUS", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/portalcontractAUS", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2018-08-30T15:17:17.3753642+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "australiaeast", - "tags": {}, - "sku": { - "name": "DataBoxDisk" - }, - "identity": { - "type": "None" - }, - "name": "testBB-diskAU", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/testBB/providers/Microsoft.DataBox/jobs/testBB-diskAU", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T11:12:15.5972523+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "allXML", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/allXML", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-07T15:51:08.4479315+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "bothExportAllxml", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/bothExportAllxml", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T19:44:59.2410723+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "exportAll", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/exportAll", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T18:31:05.3036028+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "importRegressnTest", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/importRegressnTest", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-09T01:57:03.8985885+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testBotthXMLAndAll", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testBotthXMLAndAll", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-05T15:56:52.6983398+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testExportAllOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testExportAllOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T17:45:25.464989+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testPayload", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testPayload", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T10:43:04.8775864+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "xmlOnlyOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/xmlOnlyOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2018-11-27T15:17:49.0760408+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testbadresourcegroup", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ93/providers/Microsoft.DataBox/jobs/testbadresourcegroup", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-01-04T09:08:49.9928621+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "andipodtest4jan", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/andipodtest4jan", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-28T15:20:48.1058546+05:30", - "cancellationReason": "NoLongerNeeded null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "dbtest1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/dbtest1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-14T08:51:18.2067875+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautam14-04-Clone", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautam14-04-Clone", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-27T18:08:30.6622356+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamtestexport", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamtestexport", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-21T20:41:02.3837388+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "DegautamTestExportOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/DegautamTestExportOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-24T07:56:23.6839464+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamtestorder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamtestorder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-14T08:48:21.2260174+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamTestOrder14-04", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamTestOrder14-04", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-12T12:19:19.8627264+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "export", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/export", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-05T19:50:20.9692355+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "exportTestResource", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/exportTestResource", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:09:45.7080012+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportNew", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportNew", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:13:02.5724966+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-20T13:39:28.1940929+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:14:59.6879599+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld2", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld2", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-07-21T23:43:34.513148+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "saranyagorder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/saranyagorder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-07-04T14:01:50.9232807+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testdeepak04-07", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdeepak04-07", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-02-11T12:33:16.6231232+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxHeavy" - }, - "identity": { - "type": "None" - }, - "name": "testdurga-heavy", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurga-heavy", + "name": "TestJobName2", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName2", "type": "Microsoft.DataBox/jobs" } ], - "nextLink": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/jobs?api-version=2020-11-01&%24skiptoken=fVJdb5swFP0v0bq3NMaFFipVU5oATRbSxBjz8WYDIQbzoUBISNX%2fPrfVumnaJvnB8rn3nON77suoSs%2fdildFO7p%2fGfmmiz13dD%2fad13T3k8mJa1olpZp1V3Ty%2fGQXsd1OWmPrI0PvOl4XbWTHb3VgQ53Y323uxurFGpjQ4vvxnFqJFRTFajC3aQ51D1P0kM7cXh8qNt6113PaUcf6%2fMkr1n7jTZ83EtcUj5AAMEYqGOgfP3SFrzBdZFWD5u5oTL%2flCUlGWIoepYD7rjqacEfBSvXfWSLY3QBPAlQucImXOT6FWTzba1voXFMJJr4FqC%2bcSS2cYh89QPNFvPznEFNIpoSBqiRd4%2fBTrBcXc%2f4NFvMpjr51FSHVT7VV0ok4motaz9ZZtNsYyEttj3JS2yLM9uTdT9fpI83pmxjaiJ9QtswWAL6obaKgkL2OK4pBS3KPG%2fAAD2uTaXzA7RBStPhqjg5lvBcbDnEbs9%2b0OSJVQwEE4qAd8YFslJPM91SCdNiWYYiaWm57p6DhjuiPmFbcamNnlApuAP3JfZCLfYXg1vV%2bgr8y9Efnl12k%2fzyCp9nVs5IdBvmaz8l0kuFIt9c3oQkVpjY327LKGc%2beteitnnxyzNnAaojM1QTJbt45Tl3lOUhsvbfmRDY8Q1KQDhEBFkrfOpxSdTEWvYJ6ESKf8vCtoYIEoBtI%2f%2fI6y0D72nZMN8aUtkpp%2f%2bXivffzE%2f9f7dBTmPds0puQUX2cmd6JlBPITlusqubRJ7R6%2bsP" + "nextLink": "https://xxx.xxx.xx" } } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsListByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsListByResourceGroup.json index ddbc028fc35b..411d97391abd 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsListByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsListByResourceGroup.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "api-version": "2022-10-01", "$expand": "details", - "x-ms-client-request-id": [ - "c1514209-a439-4bd1-b040-76d7539d2509" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -43,11 +37,11 @@ }, "identity": { "type": "SystemAssigned", - "principalId": "fac84c35-5490-4b11-81b9-770053ccbe3b", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" + "principalId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, - "name": "SdkJob5928", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob5928", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" }, { @@ -73,8 +67,8 @@ "identity": { "type": "None" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName2", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName2", "type": "Microsoft.DataBox/jobs" } ] diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsListCredentials.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsListCredentials.json index 67dc3b1ad104..5dd7504b14f7 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsListCredentials.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsListCredentials.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-10-01", - "x-ms-client-request-id": [ - "cda11c92-529b-4b75-b56d-ff1a69ffeeba" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -22,55 +16,55 @@ "body": { "value": [ { - "jobName": "TJ-636646322037905056", + "jobName": "TestJobName1", "jobSecrets": { "podSecrets": [ { - "deviceSerialNumber": "testimolapod-3ecc44ce", + "deviceSerialNumber": "testserialnumber", "devicePassword": "", "networkConfigurations": [ { "name": "DataPort3", - "macAddress": "D05099C1F439" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort1", - "macAddress": "EC0D9A21A6C0" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort2", - "macAddress": "EC0D9A21A6C1" + "macAddress": "XXXXXXXXXXXX" } ], - "encodedValidationCertPubKey": "5CYoAoVKEBa4WgPVis8keX94w30pon4jGMADSqcdE/NlHLChj6Cmhbl4q9QOFKSB/US4AwhS7zY1QS3YMDrkAPfOy7Hi6kWMBpJWZidTq3oXX8FAQjg+IqQESti/2jvAlcDpO2453rgd7Yb6XZ43P8MMTpTjcarI0ImCf//eITQWnFa3AzfIJ9C+hxCCaA7HTYhwQEPUBMwyQJsI6v6WuQysROtlBgx1YtbWFhDVbcqYRSLIbaj+RdzlvxvDJSo70kv+8em5upuDTpVE7xP+WePLlARdSPNwwfRzHnvCUqC2UqXHpRUhQlYnMqAJEcjjroRnyIGumPmmQ8O155X8aw==", + "encodedValidationCertPubKey": "xxxxxxxxxx", "accountCredentialDetails": [ { - "accountName": "databoxbvttestaccount", + "accountName": "YourStorageAccountName", "dataAccountType": "StorageAccount", "accountConnectionString": "", "shareCredentialDetails": [ { - "shareName": "databoxbvttestaccount_PageBlob", + "shareName": "testsharename_PageBlob", "shareType": "PageBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_BlockBlob", + "shareName": "testsharename_BlockBlob", "shareType": "BlockBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_AzFile", + "shareName": "testsharename_AzFile", "shareType": "AzureFile", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsPatch.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsPatch.json index 9502636bc8c0..1a6472f350d3 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsPatch.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsPatch.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-10-01", "$expand": "details", - "x-ms-client-request-id": [ - "ff3829ca-bcb0-4737-b6e0-52af57f34bb7" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,21 +21,21 @@ "properties": { "details": { "contactDetails": { - "contactName": "Update Job", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" } } @@ -51,7 +45,7 @@ "responses": { "202": { "headers": { - "location": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/locations/westus/operationResults/e1fb035c-d0d1-47b9-92fc-4c814eb79571?api-version=2022-09-01" + "location": "https://xxx.xxx.xx" } }, "200": { @@ -68,8 +62,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsPatchCmk.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsPatchCmk.json index b4232cf6a6b8..0184a3fc9feb 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsPatchCmk.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsPatchCmk.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7937", - "jobName": "SdkJob1735", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-10-01", - "x-ms-client-request-id": [ - "fcab0fa9-7af8-47e0-b570-d703a48ee66b" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,8 +21,8 @@ "details": { "keyEncryptionKey": { "kekType": "CustomerManaged", - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } } } @@ -37,7 +31,7 @@ "responses": { "202": { "headers": { - "location": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/locations/westus/operationResults/e1fb035c-d0d1-47b9-92fc-4c814eb79571?api-version=2022-09-01" + "location": "https://xxx.xxx.xx" } }, "200": { @@ -54,8 +48,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob1735", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7937/providers/Microsoft.DataBox/jobs/SdkJob1735", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsPatchSystemAssignedToUserAssigned.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsPatchSystemAssignedToUserAssigned.json index 6ce05d7749d5..1cc07305be09 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsPatchSystemAssignedToUserAssigned.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/JobsPatchSystemAssignedToUserAssigned.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9765", - "jobName": "SdkJob2965", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-10-01", - "x-ms-client-request-id": [ - "25b11bec-6551-47a4-9ee2-575245cbfd45" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -30,18 +24,18 @@ "identityProperties": { "type": "UserAssigned", "userAssigned": { - "resourceId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity" + "resourceId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity" } }, - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } } }, "identity": { "type": "SystemAssigned,UserAssigned", "userAssignedIdentities": { - "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity": {} + "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity": {} } } } @@ -49,7 +43,7 @@ "responses": { "202": { "headers": { - "location": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/locations/westus/operationResults/e1fb035c-d0d1-47b9-92fc-4c814eb79571?api-version=2022-09-01" + "location": "https://xxx.xxx.xx" } }, "200": { @@ -66,8 +60,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob2965", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9765/providers/Microsoft.DataBox/jobs/SdkJob2965", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/MarkDevicesShipped.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/MarkDevicesShipped.json index fa9973ac1a21..a31a8572837c 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/MarkDevicesShipped.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/MarkDevicesShipped.json @@ -1,18 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-10-01", - "x-ms-client-request-id": [ - "71d282dc-56a0-402b-a322-3b50c89711b5" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -22,8 +18,8 @@ ], "markDevicesShippedRequest": { "deliverToDcPackageDetails": { - "carrierName": "DHL", - "trackingId": "123456" + "carrierName": "testCarrier", + "trackingId": "000000" } } }, diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/OperationsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/OperationsGet.json index 110db9eb2091..0b3de0ddaa21 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/OperationsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/OperationsGet.json @@ -1,17 +1,11 @@ { "parameters": { "api-version": "2022-10-01", - "x-ms-client-request-id": [ - "b9453354-c675-40a8-99c0-8039818c85fd" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/RegionConfiguration.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/RegionConfiguration.json index 3735c434ccbc..b9398fa564b2 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/RegionConfiguration.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/RegionConfiguration.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2022-10-01", "regionConfigurationRequest": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/RegionConfigurationByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/RegionConfigurationByResourceGroup.json index fd8f3158b5d6..127e7bfb62ec 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/RegionConfigurationByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/RegionConfigurationByResourceGroup.json @@ -1,7 +1,7 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg4981", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2022-10-01", "regionConfigurationRequest": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/ValidateAddressPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/ValidateAddressPost.json index 323cc6458eac..d1417afef126 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/ValidateAddressPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/ValidateAddressPost.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2022-10-01", - "x-ms-client-request-id": [ - "cfda3c52-b129-4568-aba7-e743edf747c2" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -24,13 +18,13 @@ "validateAddress": { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox" @@ -43,13 +37,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/ValidateInputs.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/ValidateInputs.json index abb1d811cde2..bb850e41117c 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/ValidateInputs.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/ValidateInputs.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2022-10-01", - "x-ms-client-request-id": [ - "129a0589-5017-4f35-a66c-8da38e04aae1" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -30,7 +24,7 @@ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -40,13 +34,13 @@ { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox", @@ -61,7 +55,7 @@ "validationType": "ValidateSkuAvailability", "deviceType": "DataBox", "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" }, { @@ -100,13 +94,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/ValidateInputsByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/ValidateInputsByResourceGroup.json index 8b804bfd3f3a..7c993cd67d29 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/ValidateInputsByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-10-01/examples/ValidateInputsByResourceGroup.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg6861", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2022-10-01", - "x-ms-client-request-id": [ - "85f045bb-7659-4a2f-bcf5-96723954afdf" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31,7 +25,7 @@ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -41,13 +35,13 @@ { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox", @@ -62,7 +56,7 @@ "validationType": "ValidateSkuAvailability", "deviceType": "DataBox", "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" }, { @@ -101,13 +95,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/AvailableSkusPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/AvailableSkusPost.json index 4bb9786463b7..eefee87a4a02 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/AvailableSkusPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/AvailableSkusPost.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2022-12-01", - "x-ms-client-request-id": [ - "ce815189-a9cc-4288-8166-d78f211bed5a" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -24,7 +18,7 @@ ], "availableSkuRequest": { "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" } }, @@ -111,7 +105,7 @@ ], "disabledReason": "None", "countriesWithinCommerceBoundary": [ - "US" + "XX" ] } }, @@ -194,7 +188,7 @@ ], "disabledReason": "None", "countriesWithinCommerceBoundary": [ - "US" + "XX" ] } }, @@ -278,7 +272,7 @@ "disabledReason": "None", "requiredFeature": "HeavyCreateAccess", "countriesWithinCommerceBoundary": [ - "US" + "XX" ] } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/BookShipmentPickupPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/BookShipmentPickupPost.json index e5db3ea61d98..1a1a37cde7d4 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/BookShipmentPickupPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/BookShipmentPickupPost.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-12-01", - "x-ms-client-request-id": [ - "e1437186-b41d-492e-9b7a-e197c28a517a" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31,7 +25,7 @@ "responses": { "200": { "body": { - "confirmationNumber": "2929602E9CP", + "confirmationNumber": "XXXXXXXXXXX", "readyByTime": "2019-09-20T18:30:00Z" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobMitigate.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobMitigate.json index 6d7bce4b51d4..2b746181853f 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobMitigate.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobMitigate.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-12-01", "$expand": "details", - "x-ms-client-request-id": [ - "71d282dc-56a0-402b-a322-3b50c89711b5" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCancelPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCancelPost.json index 9288904d26ca..0d7ad225023a 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCancelPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCancelPost.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-12-01", "$expand": "details", - "x-ms-client-request-id": [ - "95fc15f7-4976-46bb-8370-74ed4cb676be" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCreate.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCreate.json index b32c3fc2758c..81e78a4cbae9 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCreate.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCreate.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-12-01", - "x-ms-client-request-id": [ - "04f2835f-a2a2-4f25-96df-568460e5be24" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -62,7 +56,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -118,11 +116,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -152,13 +150,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -175,8 +173,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCreateDevicePassword.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCreateDevicePassword.json index 9facd6b825cc..33bfaacf2b96 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCreateDevicePassword.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCreateDevicePassword.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7478", - "jobName": "SdkJob9640", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-12-01", - "x-ms-client-request-id": [ - "c4c8f926-ebbe-4c07-ae1a-b716911058df" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -29,28 +23,28 @@ "jobDetailsType": "DataBox", "devicePassword": "", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "sharePassword": "" } } @@ -64,7 +58,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -120,11 +118,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -154,13 +152,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -177,8 +175,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob9640", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7478/providers/Microsoft.DataBox/jobs/SdkJob9640", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCreateDoubleEncryption.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCreateDoubleEncryption.json index de8e74a57756..68f24f65557a 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCreateDoubleEncryption.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCreateDoubleEncryption.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg608", - "jobName": "SdkJob6599", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-12-01", - "x-ms-client-request-id": [ - "c9c24c55-fd51-4374-839e-60ee5f0d8832" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -67,7 +61,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -123,11 +121,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -157,13 +155,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -180,8 +178,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob6599", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg608/providers/Microsoft.DataBox/jobs/SdkJob6599", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCreateExport.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCreateExport.json index 194066f0982d..ff78529e29b4 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCreateExport.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCreateExport.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8091", - "jobName": "SdkJob6429", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-12-01", - "x-ms-client-request-id": [ - "80eaafc7-e8b7-4c5a-ad81-b1ecb9573cd4" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,21 +22,21 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataExportDetails": [ @@ -59,7 +53,7 @@ }, "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -72,7 +66,11 @@ } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -128,11 +126,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -162,13 +160,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -185,8 +183,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob6429", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8091/providers/Microsoft.DataBox/jobs/SdkJob6429", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCreateWithUserAssignedIdentity.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCreateWithUserAssignedIdentity.json index 8993712209a5..cd5a7148574d 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCreateWithUserAssignedIdentity.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsCreateWithUserAssignedIdentity.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7552", - "jobName": "SdkJob5337", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-12-01", - "x-ms-client-request-id": [ - "618b064d-967c-4156-a8dd-a9867cc22af9" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -28,28 +22,28 @@ "details": { "jobDetailsType": "DataBox", "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "dataImportDetails": [ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ] @@ -62,13 +56,17 @@ "identity": { "type": "UserAssigned", "userAssignedIdentities": { - "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity": {} + "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity": {} } } } }, "responses": { - "202": {}, + "202": { + "headers": { + "location": "https://xxx.xxx.xx" + } + }, "200": { "body": { "properties": { @@ -124,11 +122,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -158,13 +156,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "jobDetailsType": "DataBox", @@ -181,8 +179,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob5337", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7552/providers/Microsoft.DataBox/jobs/SdkJob5337", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsDelete.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsDelete.json index 71cf1c75a5f8..ab1fa929a52f 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsDelete.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsDelete.json @@ -1,28 +1,22 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-12-01", "$expand": "details", - "x-ms-client-request-id": [ - "f5c227e2-13d8-4ce9-9ef2-f3c63f6935b9" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { "200": {}, "202": { "headers": { - "location": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/locations/westus/operationResults/e1fb035c-d0d1-47b9-92fc-4c814eb79571?api-version=2022-09-01" + "location": "https://xxx.xxx.xx" } }, "204": {} diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGet.json index 4287f8d27ba0..73c5864bed67 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGet.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-12-01", "$expand": "details", - "x-ms-client-request-id": [ - "e76214b0-6013-499e-8f91-3a287f421f2e" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -75,11 +69,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -109,13 +103,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -131,14 +125,14 @@ "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=urwfAELvNV69IGHdcXlRCn6o3O3dWZQKaRipmoAdrI0%3D&st=2020-08-07T05%3A10%3A58Z&se=2020-08-08T05%3A20%3A58Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" } @@ -157,8 +151,8 @@ "identity": { "type": "None" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGetCmk.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGetCmk.json index ff8c8ad5d54a..4a7e328b3e77 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGetCmk.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGetCmk.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7937", - "jobName": "SdkJob1735", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-12-01", "$expand": "details", - "x-ms-client-request-id": [ - "c8cf9d3e-55f1-488f-bcee-53f4939f44e8" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -75,11 +69,11 @@ } ], "contactDetails": { - "contactName": "Public SDK Test", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -109,13 +103,13 @@ ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -131,18 +125,18 @@ "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/databoxbvt1/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=JSZSeKrFrrwWbZ4zd7PNdGdNYKExKpxa98vRDDH6ZIk%3D&st=2020-08-07T05%3A08%3A51Z&se=2020-08-08T05%3A18%3A51Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "CustomerManaged", - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } }, "deliveryType": "NonScheduled", @@ -158,11 +152,11 @@ }, "identity": { "type": "SystemAssigned", - "principalId": "9a68a7c4-0a18-4d06-a5fb-7058e9e98458", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" + "principalId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, - "name": "SdkJob1735", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7937/providers/Microsoft.DataBox/jobs/SdkJob1735", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGetCopyStuck.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGetCopyStuck.json index c3d342472440..493f59686792 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGetCopyStuck.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGetCopyStuck.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "dmstestresource", - "jobName": "TJx-637505258985313014", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-12-01", "$expand": "details", - "x-ms-client-request-id": [ - "bdcc8e76-b662-42a4-93fd-5554809712d7" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -30,10 +26,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", "transferType": "ImportToAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 2000, "totalBytesToProcess": 2000, "filesProcessed": 100, @@ -98,12 +94,11 @@ } ], "contactDetails": { - "contactName": "Andrew Tribone", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "ssemmail@microsoft.com", - "vishwamdir@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -134,28 +129,28 @@ }, "shippingAddress": { "streetAddress1": "164 TOWNSEND ST", - "streetAddress2": "UNIT 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "None" }, "deliveryPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=5fb6965e-0b80-4f38-b21a-32673fed2d84", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", "trackingId": "5fb6965e-0b80-4f38-b21a-32673fed2d84" }, "returnPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=b3875a34-aad6-4dbe-83a9-3f39cb21b0e8", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", "trackingId": "b3875a34-aad6-4dbe-83a9-3f39cb21b0e8" }, "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } @@ -164,12 +159,12 @@ "preferences": {}, "copyLogDetails": [ { - "accountName": "databoxbvttestaccount", - "copyLogLink": "databoxcopylog/strtrinidad01_ZTS18520041_CopyLog_8425fb8f9c2b447288caa4dd6f5d34bb.xml", + "accountName": "YourStorageAccountName", + "copyLogLink": "databoxcopylog/xxx.xml", "copyLogDetailsType": "DataBox" } ], - "reverseShipmentLabelSasKey": "http://wusbeta.blob.core.windows.net/devstoreaccount1/f6be6ea8-77da-419b-9f6b-3043c28b04e4/ReverseShipment/b3875a34-aad6-4dbe-83a9-3f39cb21b0e8.PDF?sv=2018-03-28&sr=b&sig=%2BJmOyIkG0ALrKQp%2F7NCOBYccQ80DRLvN%2FHtb6Z97heg%3D&st=2021-03-05T09%3A45%3A05Z&se=2021-03-05T10%3A15%3A05Z&sp=r", + "reverseShipmentLabelSasKey": "http://xxx.xxx.xxx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" }, @@ -193,8 +188,8 @@ "identity": { "type": "None" }, - "name": "TJx-637505258985313014", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/dmstestresource/providers/Microsoft.DataBox/jobs/TJx-637505258985313014", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGetExport.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGetExport.json index a5488e82b7f3..b8dff9cc1421 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGetExport.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGetExport.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg8091", - "jobName": "SdkJob6429", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-12-01", "$expand": "details", - "x-ms-client-request-id": [ - "b3739c7c-02b6-46c2-a04c-da6f8bca279c" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -32,10 +26,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "aaaaaa2", + "storageAccountName": "YourStorageAccountName", "transferType": "ExportFromAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2", + "accountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 0, "totalBytesToProcess": 0, "isEnumerationInProgress": false @@ -58,18 +52,18 @@ "contactDetails": { "contactName": " ", "emailList": [], - "phone": "1234567890", - "phoneExtension": "1234", + "phone": "0000000000", + "phoneExtension": "", "notificationPreference": [] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deliveryPackage": { @@ -98,15 +92,15 @@ }, "logCollectionLevel": "Error", "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.Storage/storageAccounts/aaaaaa2", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } } ], "jobDetailsType": "DataBox", "copyLogDetails": [], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/customer-reverse-shipment-instructions/CustomerShipmentInstructions_MicrosoftManaged.PDF?sv=2018-03-28&sr=b&sig=04aL%2FTe7998qQJlhmGI3C0Q%2FxsCVo1t0B4uQUIx7TmQ%3D&st=2020-08-07T05%3A10%3A05Z&se=2020-08-08T05%3A20%3A05Z&sp=r", - "chainOfCustodySasKey": "https://wusbeta.blob.core.windows.net/chainofcustody/9a6ee052-bcff-4b5e-a478-7dcbfb86e9fb.txt?sv=2018-03-28&sr=b&sig=JbBBXZKharvfg35ZfmrhowO1DuOpzcZCNUdeFzklvWs%3D&st=2020-08-07T05%3A10%3A05Z&se=2020-08-07T05%3A40%3A05Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", + "chainOfCustodySasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" } @@ -126,8 +120,8 @@ "identity": { "type": "None" }, - "name": "SdkJob6429", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg8091/providers/Microsoft.DataBox/jobs/SdkJob6429", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGetWaitingForAction.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGetWaitingForAction.json index c9040793bd0d..65bc0b71ac7c 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGetWaitingForAction.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsGetWaitingForAction.json @@ -1,19 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "dmstestresource", - "jobName": "TJx-637505258985313014", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-12-01", "$expand": "details", - "x-ms-client-request-id": [ - "bdcc8e76-b662-42a4-93fd-5554809712d7" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -37,10 +33,10 @@ "details": { "copyProgress": [ { - "storageAccountName": "databoxbvttestaccount", + "storageAccountName": "YourStorageAccountName", "transferType": "ImportToAzure", "dataAccountType": "StorageAccount", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "accountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "bytesProcessed": 2000, "totalBytesToProcess": 2000, "filesProcessed": 100, @@ -56,7 +52,7 @@ { "transferType": "ImportToAzure", "dataAccountType": "ManagedDisk", - "accountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ94", + "accountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName", "bytesProcessed": 2000, "totalBytesToProcess": 2000, "filesProcessed": 100, @@ -121,12 +117,11 @@ } ], "contactDetails": { - "contactName": "Andrew Tribone", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "ssemmail@microsoft.com", - "vishwamdir@microsoft.com" + "xxxx@xxxx.xxx" ], "notificationPreference": [ { @@ -157,35 +152,35 @@ }, "shippingAddress": { "streetAddress1": "164 TOWNSEND ST", - "streetAddress2": "UNIT 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "None" }, "deliveryPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=6f00fcce-1eec-4ee7-99a8-0acc68efd1c7", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", - "trackingId": "6f00fcce-1eec-4ee7-99a8-0acc68efd1c7" + "trackingId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, "returnPackage": { - "trackingUrl": "https://wwwapps.ups.com/WebTracking/track?track=yes&trackNums=79148759-b772-4a90-933b-da5ae5ac6ebb", + "trackingUrl": "https://xxx.xxx.xx", "carrierName": "Ups", - "trackingId": "79148759-b772-4a90-933b-da5ae5ac6ebb" + "trackingId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, "dataImportDetails": [ { "accountDetails": { - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount", + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "StorageAccount" } }, { "accountDetails": { - "resourceGroupId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ94", - "stagingStorageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/manageddisktest/providers/Microsoft.Storage/storageAccounts/sojainmanageddisk", + "resourceGroupId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName", + "stagingStorageAccountId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName", "dataAccountType": "ManagedDisk" } } @@ -198,17 +193,17 @@ }, "copyLogDetails": [ { - "accountName": "databoxbvttestaccount", - "copyLogLink": "databoxcopylog/strtrinidad01_ZTS18520041_CopyLog_8425fb8f9c2b447288caa4dd6f5d34bb.xml", + "accountName": "YourStorageAccountName", + "copyLogLink": "databoxcopylog/xxx.xml", "copyLogDetailsType": "DataBox" }, { - "accountName": "akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ94", - "copyLogLink": "databoxcopylog/strtrinidad01_ZTS18520041_CopyLog_8425fb8f9c2b447288caa4dd6f5d34bb.xml", + "accountName": "YourResourceGroupName", + "copyLogLink": "databoxcopylog/xxx.xml", "copyLogDetailsType": "DataBox" } ], - "reverseShipmentLabelSasKey": "https://wusbeta.blob.core.windows.net/10dcd296-ed09-4037-ac19-2f16c4866452/ReverseShipment/79148759-b772-4a90-933b-da5ae5ac6ebb.PDF?sv=2018-03-28&sr=b&sig=bNtVcKRfYq1kiz0vxxSV%2FIZodCK8nUsCPu6MYK%2B6Erk%3D&st=2021-06-21T15%3A35%3A29Z&se=2021-06-21T16%3A05%3A29Z&sp=r", + "reverseShipmentLabelSasKey": "https://xxx.xxx.xx", "keyEncryptionKey": { "kekType": "MicrosoftManaged" }, @@ -224,14 +219,6 @@ "deliveryType": "NonScheduled", "isCancellableWithoutFee": false }, - "systemData": { - "createdBy": "5ff6737b-7c50-45d1-b2cb-63a6cd723138", - "createdByType": "Application", - "createdAt": "2021-03-14T23:49:48.349255+00:00", - "lastModifiedBy": "5ff6737b-7c50-45d1-b2cb-63a6cd723138", - "lastModifiedByType": "Application", - "lastModifiedAt": "2021-03-14T23:49:48.349255+00:00" - }, "location": "westus", "tags": { "defaultTagsKey": "defaultTagsValue" @@ -242,8 +229,8 @@ "identity": { "type": "None" }, - "name": "TJx-637505258985313014", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/dmstestresource/providers/Microsoft.DataBox/jobs/TJx-637505258985313014", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsList.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsList.json index 4a966907e98c..c22d2f8015d1 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsList.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsList.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "api-version": "2022-12-01", "$expand": "details", - "x-ms-client-request-id": [ - "044127c5-663e-4a0f-9061-2fa0ca8058c4" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -44,8 +38,8 @@ "identity": { "type": "None" }, - "name": "mnaustest", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/mnaustest", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" }, { @@ -72,733 +66,12 @@ "identity": { "type": "None" }, - "name": "portalcontractAUS", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/ausresgrpmn/providers/Microsoft.DataBox/jobs/portalcontractAUS", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2018-08-30T15:17:17.3753642+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "australiaeast", - "tags": {}, - "sku": { - "name": "DataBoxDisk" - }, - "identity": { - "type": "None" - }, - "name": "testBB-diskAU", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/testBB/providers/Microsoft.DataBox/jobs/testBB-diskAU", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T11:12:15.5972523+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "allXML", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/allXML", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-07T15:51:08.4479315+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "bothExportAllxml", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/bothExportAllxml", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T19:44:59.2410723+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "exportAll", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/exportAll", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T18:31:05.3036028+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "importRegressnTest", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/importRegressnTest", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-09T01:57:03.8985885+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testBotthXMLAndAll", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testBotthXMLAndAll", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-05T15:56:52.6983398+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testExportAllOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testExportAllOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T17:45:25.464989+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testPayload", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/testPayload", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-04T10:43:04.8775864+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "xmlOnlyOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat12/providers/Microsoft.DataBox/jobs/xmlOnlyOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2018-11-27T15:17:49.0760408+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testbadresourcegroup", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat3198inh0-9)inh(il(h)_fyoin)(upf(yLASD0-FJ(hal-DSNWP0JDS0P3-0SJ93/providers/Microsoft.DataBox/jobs/testbadresourcegroup", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-01-04T09:08:49.9928621+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "andipodtest4jan", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/andipodtest4jan", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-05-28T15:20:48.1058546+05:30", - "cancellationReason": "NoLongerNeeded null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "dbtest1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/dbtest1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-14T08:51:18.2067875+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautam14-04-Clone", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautam14-04-Clone", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-27T18:08:30.6622356+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamtestexport", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamtestexport", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-21T20:41:02.3837388+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "DegautamTestExportOrder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/DegautamTestExportOrder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-24T07:56:23.6839464+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamtestorder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamtestorder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-14T08:48:21.2260174+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "degautamTestOrder14-04", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/degautamTestOrder14-04", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-05-12T12:19:19.8627264+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "export", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/export", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-05T19:50:20.9692355+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "exportTestResource", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/exportTestResource", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:09:45.7080012+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportNew", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportNew", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:13:02.5724966+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ExportFromAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-20T13:39:28.1940929+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld1", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld1", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2020-04-10T15:14:59.6879599+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "sanakTestImportOld2", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.DataBox/jobs/sanakTestImportOld2", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": true, - "isDeletable": false, - "isShippingAddressEditable": true, - "isPrepareToShipEnabled": false, - "status": "DeviceOrdered", - "startTime": "2020-07-21T23:43:34.513148+05:30", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": true - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "saranyagorder", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/saranyagorder", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-07-04T14:01:50.9232807+05:30", - "cancellationReason": "IncorrectOrder null", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBox" - }, - "identity": { - "type": "None" - }, - "name": "testdeepak04-07", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdeepak04-07", - "type": "Microsoft.DataBox/jobs" - }, - { - "properties": { - "transferType": "ImportToAzure", - "isCancellable": false, - "isDeletable": true, - "isShippingAddressEditable": false, - "isPrepareToShipEnabled": false, - "status": "Cancelled", - "startTime": "2019-02-11T12:33:16.6231232+05:30", - "cancellationReason": "Old job which is still in ordered state cancelled by the service", - "deliveryType": "NonScheduled", - "deliveryInfo": { - "scheduledDateTime": "0001-01-01T05:30:00+05:30" - }, - "isCancellableWithoutFee": false - }, - "location": "westus", - "tags": {}, - "sku": { - "name": "DataBoxHeavy" - }, - "identity": { - "type": "None" - }, - "name": "testdurga-heavy", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/akvenkat/providers/Microsoft.DataBox/jobs/testdurga-heavy", + "name": "TestJobName2", + "id": "/subscriptions/YourSubscriptionId/resourcegroups/TestResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName2", "type": "Microsoft.DataBox/jobs" } ], - "nextLink": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/jobs?api-version=2020-11-01&%24skiptoken=fVJdb5swFP0v0bq3NMaFFipVU5oATRbSxBjz8WYDIQbzoUBISNX%2fPrfVumnaJvnB8rn3nON77suoSs%2fdildFO7p%2fGfmmiz13dD%2fad13T3k8mJa1olpZp1V3Ty%2fGQXsd1OWmPrI0PvOl4XbWTHb3VgQ53Y323uxurFGpjQ4vvxnFqJFRTFajC3aQ51D1P0kM7cXh8qNt6113PaUcf6%2fMkr1n7jTZ83EtcUj5AAMEYqGOgfP3SFrzBdZFWD5u5oTL%2flCUlGWIoepYD7rjqacEfBSvXfWSLY3QBPAlQucImXOT6FWTzba1voXFMJJr4FqC%2bcSS2cYh89QPNFvPznEFNIpoSBqiRd4%2fBTrBcXc%2f4NFvMpjr51FSHVT7VV0ok4motaz9ZZtNsYyEttj3JS2yLM9uTdT9fpI83pmxjaiJ9QtswWAL6obaKgkL2OK4pBS3KPG%2fAAD2uTaXzA7RBStPhqjg5lvBcbDnEbs9%2b0OSJVQwEE4qAd8YFslJPM91SCdNiWYYiaWm57p6DhjuiPmFbcamNnlApuAP3JfZCLfYXg1vV%2bgr8y9Efnl12k%2fzyCp9nVs5IdBvmaz8l0kuFIt9c3oQkVpjY327LKGc%2beteitnnxyzNnAaojM1QTJbt45Tl3lOUhsvbfmRDY8Q1KQDhEBFkrfOpxSdTEWvYJ6ESKf8vCtoYIEoBtI%2f%2fI6y0D72nZMN8aUtkpp%2f%2bXivffzE%2f9f7dBTmPds0puQUX2cmd6JlBPITlusqubRJ7R6%2bsP" + "nextLink": "https://xxx.xxx.xx" } } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsListByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsListByResourceGroup.json index 825d45684368..39cba928585d 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsListByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsListByResourceGroup.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "api-version": "2022-12-01", "$expand": "details", - "x-ms-client-request-id": [ - "c1514209-a439-4bd1-b040-76d7539d2509" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -43,11 +37,11 @@ }, "identity": { "type": "SystemAssigned", - "principalId": "fac84c35-5490-4b11-81b9-770053ccbe3b", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" + "principalId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", + "tenantId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, - "name": "SdkJob5928", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob5928", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" }, { @@ -73,8 +67,8 @@ "identity": { "type": "None" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName2", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName2", "type": "Microsoft.DataBox/jobs" } ] diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsListCredentials.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsListCredentials.json index 69335e673b6a..9bc7ff76728a 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsListCredentials.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsListCredentials.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "bvttoolrg6", - "jobName": "TJ-636646322037905056", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-12-01", - "x-ms-client-request-id": [ - "cda11c92-529b-4b75-b56d-ff1a69ffeeba" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { @@ -22,55 +16,55 @@ "body": { "value": [ { - "jobName": "TJ-636646322037905056", + "jobName": "TestJobName1", "jobSecrets": { "podSecrets": [ { - "deviceSerialNumber": "testimolapod-3ecc44ce", + "deviceSerialNumber": "testserialnumber", "devicePassword": "", "networkConfigurations": [ { "name": "DataPort3", - "macAddress": "D05099C1F439" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort1", - "macAddress": "EC0D9A21A6C0" + "macAddress": "XXXXXXXXXXXX" }, { "name": "DataPort2", - "macAddress": "EC0D9A21A6C1" + "macAddress": "XXXXXXXXXXXX" } ], - "encodedValidationCertPubKey": "5CYoAoVKEBa4WgPVis8keX94w30pon4jGMADSqcdE/NlHLChj6Cmhbl4q9QOFKSB/US4AwhS7zY1QS3YMDrkAPfOy7Hi6kWMBpJWZidTq3oXX8FAQjg+IqQESti/2jvAlcDpO2453rgd7Yb6XZ43P8MMTpTjcarI0ImCf//eITQWnFa3AzfIJ9C+hxCCaA7HTYhwQEPUBMwyQJsI6v6WuQysROtlBgx1YtbWFhDVbcqYRSLIbaj+RdzlvxvDJSo70kv+8em5upuDTpVE7xP+WePLlARdSPNwwfRzHnvCUqC2UqXHpRUhQlYnMqAJEcjjroRnyIGumPmmQ8O155X8aw==", + "encodedValidationCertPubKey": "xxxxxxxxxx", "accountCredentialDetails": [ { - "accountName": "databoxbvttestaccount", + "accountName": "YourStorageAccountName", "dataAccountType": "StorageAccount", "accountConnectionString": "", "shareCredentialDetails": [ { - "shareName": "databoxbvttestaccount_PageBlob", + "shareName": "testsharename_PageBlob", "shareType": "PageBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_BlockBlob", + "shareName": "testsharename_BlockBlob", "shareType": "BlockBlob", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" ] }, { - "shareName": "databoxbvttestaccount_AzFile", + "shareName": "testsharename_AzFile", "shareType": "AzureFile", - "userName": "databoxbvttestac_903", + "userName": "testusername", "password": "", "supportedAccessProtocols": [ "SMB" diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsPatch.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsPatch.json index 7c20d2c5a249..e715c42fbc0c 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsPatch.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsPatch.json @@ -1,21 +1,15 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg5154", - "jobName": "SdkJob952", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-12-01", "$expand": "details", - "x-ms-client-request-id": [ - "ff3829ca-bcb0-4737-b6e0-52af57f34bb7" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,21 +21,21 @@ "properties": { "details": { "contactDetails": { - "contactName": "Update Job", - "phone": "1234567890", - "phoneExtension": "1234", + "contactName": "XXXX XXXX", + "phone": "0000000000", + "phoneExtension": "", "emailList": [ - "testing@microsoft.com" + "xxxx@xxxx.xxx" ] }, "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" } } @@ -51,7 +45,7 @@ "responses": { "202": { "headers": { - "location": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/locations/westus/operationResults/e1fb035c-d0d1-47b9-92fc-4c814eb79571?api-version=2022-09-01" + "location": "https://xxx.xxx.xx" } }, "200": { @@ -68,8 +62,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob952", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg5154/providers/Microsoft.DataBox/jobs/SdkJob952", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsPatchCmk.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsPatchCmk.json index f6f6cc2f5fc4..f123387cf05e 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsPatchCmk.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsPatchCmk.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg7937", - "jobName": "SdkJob1735", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-12-01", - "x-ms-client-request-id": [ - "fcab0fa9-7af8-47e0-b570-d703a48ee66b" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -27,8 +21,8 @@ "details": { "keyEncryptionKey": { "kekType": "CustomerManaged", - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } } } @@ -37,7 +31,7 @@ "responses": { "202": { "headers": { - "location": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/locations/westus/operationResults/e1fb035c-d0d1-47b9-92fc-4c814eb79571?api-version=2022-09-01" + "location": "https://xxx.xxx.xx" } }, "200": { @@ -54,8 +48,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob1735", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg7937/providers/Microsoft.DataBox/jobs/SdkJob1735", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsPatchSystemAssignedToUserAssigned.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsPatchSystemAssignedToUserAssigned.json index b8c9e26aca6f..e807773894b2 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsPatchSystemAssignedToUserAssigned.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/JobsPatchSystemAssignedToUserAssigned.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9765", - "jobName": "SdkJob2965", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-12-01", - "x-ms-client-request-id": [ - "25b11bec-6551-47a4-9ee2-575245cbfd45" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29220.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19041.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.2.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -30,18 +24,18 @@ "identityProperties": { "type": "UserAssigned", "userAssigned": { - "resourceId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity" + "resourceId": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity" } }, - "kekUrl": "https://sdkkeyvault.vault.azure.net/keys/SSDKEY/", - "kekVaultResourceID": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.KeyVault/vaults/SDKKeyVault" + "kekUrl": "https://xxx.xxx.xx", + "kekVaultResourceID": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.KeyVault/vaults/YourKeyVaultName" } } }, "identity": { "type": "SystemAssigned,UserAssigned", "userAssignedIdentities": { - "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/akvenkat/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdkIdentity": {} + "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testIdentity": {} } } } @@ -49,7 +43,7 @@ "responses": { "202": { "headers": { - "location": "https://management.azure.com/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/providers/Microsoft.DataBox/locations/westus/operationResults/e1fb035c-d0d1-47b9-92fc-4c814eb79571?api-version=2022-09-01" + "location": "https://xxx.xxx.xx" } }, "200": { @@ -66,8 +60,8 @@ "sku": { "name": "DataBox" }, - "name": "SdkJob2965", - "id": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourceGroups/SdkRg9765/providers/Microsoft.DataBox/jobs/SdkJob2965", + "name": "TestJobName1", + "id": "/subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroupName/providers/Microsoft.DataBox/jobs/TestJobName1", "type": "Microsoft.DataBox/jobs" } } diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/MarkDevicesShipped.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/MarkDevicesShipped.json index d405b825d9ec..6b641d11eceb 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/MarkDevicesShipped.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/MarkDevicesShipped.json @@ -1,18 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg9836", - "jobName": "SdkJob8367", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", + "jobName": "TestJobName1", "api-version": "2022-12-01", - "x-ms-client-request-id": [ - "71d282dc-56a0-402b-a322-3b50c89711b5" - ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -22,8 +18,8 @@ ], "markDevicesShippedRequest": { "deliverToDcPackageDetails": { - "carrierName": "DHL", - "trackingId": "123456" + "carrierName": "testCarrier", + "trackingId": "000000" } } }, diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/OperationsGet.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/OperationsGet.json index 64404f1d9b47..0f2e3c526790 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/OperationsGet.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/OperationsGet.json @@ -1,17 +1,11 @@ { "parameters": { "api-version": "2022-12-01", - "x-ms-client-request-id": [ - "b9453354-c675-40a8-99c0-8039818c85fd" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ] }, "responses": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/RegionConfiguration.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/RegionConfiguration.json index 6c15b6e8e92e..9d3b42253416 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/RegionConfiguration.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/RegionConfiguration.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2022-12-01", "regionConfigurationRequest": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/RegionConfigurationByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/RegionConfigurationByResourceGroup.json index 553330909195..78a87a3809b4 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/RegionConfigurationByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/RegionConfigurationByResourceGroup.json @@ -1,7 +1,7 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg4981", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2022-12-01", "regionConfigurationRequest": { diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/ValidateAddressPost.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/ValidateAddressPost.json index 640a2cb640ae..56fd2d3d4ba0 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/ValidateAddressPost.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/ValidateAddressPost.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2022-12-01", - "x-ms-client-request-id": [ - "cfda3c52-b129-4568-aba7-e743edf747c2" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -24,13 +18,13 @@ "validateAddress": { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox" @@ -43,13 +37,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/ValidateInputs.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/ValidateInputs.json index 39712215a8d4..5cfade754064 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/ValidateInputs.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/ValidateInputs.json @@ -1,19 +1,13 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", + "subscriptionId": "YourSubscriptionId", "location": "westus", "api-version": "2022-12-01", - "x-ms-client-request-id": [ - "129a0589-5017-4f35-a66c-8da38e04aae1" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -30,7 +24,7 @@ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -40,13 +34,13 @@ { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox", @@ -61,7 +55,7 @@ "validationType": "ValidateSkuAvailability", "deviceType": "DataBox", "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" }, { @@ -100,13 +94,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ], diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/ValidateInputsByResourceGroup.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/ValidateInputsByResourceGroup.json index fee753c81697..046baccae953 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/ValidateInputsByResourceGroup.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-12-01/examples/ValidateInputsByResourceGroup.json @@ -1,20 +1,14 @@ { "parameters": { - "subscriptionId": "fa68082f-8ff7-4a25-95c7-ce9da541242f", - "resourceGroupName": "SdkRg6861", + "subscriptionId": "YourSubscriptionId", + "resourceGroupName": "YourResourceGroupName", "location": "westus", "api-version": "2022-12-01", - "x-ms-client-request-id": [ - "85f045bb-7659-4a2f-bcf5-96723954afdf" - ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29017.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.DataBox.DataBoxManagementClient/1.1.0" + "vscode-restclient" ], "Content-Type": [ "application/json; charset=utf-8" @@ -31,7 +25,7 @@ { "accountDetails": { "dataAccountType": "StorageAccount", - "storageAccountId": "/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/resourcegroups/databoxbvt/providers/Microsoft.Storage/storageAccounts/databoxbvttestaccount" + "storageAccountId": "/subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroupName/providers/Microsoft.Storage/storageAccounts/YourStorageAccountName" } } ], @@ -41,13 +35,13 @@ { "validationType": "ValidateAddress", "shippingAddress": { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", - "city": "San Francisco", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", - "companyName": "Microsoft", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", + "companyName": "XXXX XXXX", "addressType": "Commercial" }, "deviceType": "DataBox", @@ -62,7 +56,7 @@ "validationType": "ValidateSkuAvailability", "deviceType": "DataBox", "transferType": "ImportToAzure", - "country": "US", + "country": "XX", "location": "westus" }, { @@ -101,13 +95,13 @@ "validationStatus": "Valid", "alternateAddresses": [ { - "streetAddress1": "16 TOWNSEND ST", - "streetAddress2": "Unit 1", + "streetAddress1": "XXXX XXXX", + "streetAddress2": "XXXX XXXX", "streetAddress3": "", - "city": "SAN FRANCISCO", - "stateOrProvince": "CA", - "country": "US", - "postalCode": "94107", + "city": "XXXX XXXX", + "stateOrProvince": "XX", + "country": "XX", + "postalCode": "00000", "addressType": "None" } ],