From d3333bb83ada13c81066ec399547ececca4d4adf Mon Sep 17 00:00:00 2001 From: Sumukha K Date: Thu, 12 May 2022 14:09:29 +0530 Subject: [PATCH 01/54] Adding new Tracked Resource Type for Microsoft.Migrate RP with new Api Version --- .../DeployedResource_Get.json | 36 + .../DeployedResource_List.json | 63 + .../MigrateAgent/MigrateAgent_Delete.json | 20 + .../MigrateAgent/MigrateAgent_Get.json | 40 + .../MigrateAgent/MigrateAgent_List.json | 71 + .../MigrateAgent_OperationStatus.json | 21 + .../MigrateAgent/MigrateAgent_Patch.json | 90 + .../MigrateAgent/MigrateAgent_Post.json | 19 + .../MigrateAgent/MigrateAgent_Put.json | 90 + .../MigrateDataCenter_Delete.json | 19 + .../MigrateDataCenter_Get.json | 31 + .../MigrateDataCenter_List.json | 72 + .../MigrateDataCenter_ListRg.json | 73 + .../MigrateDataCenter_Operation.json | 21 + .../MigrateDataCenter_Patch.json | 61 + .../MigrateDataCenter_Put.json | 69 + .../MigrateDataCenter_Statistics.json | 136 + .../examples/Workflow/Workflow_Get.json | 54 + .../examples/Workflow/Workflow_List.json | 58 + .../Workflow/Workflow_OperationStatus.json | 21 + .../WorkloadDeployment_BuildImage.json | 31 + .../WorkloadDeployment_CompleteMigrate.json | 18 + .../WorkloadDeployment_Delete.json | 20 + .../WorkloadDeployment_Get.json | 56 + .../WorkloadDeployment_GetSecret.json | 56 + .../WorkloadDeployment_List.json | 62 + .../WorkloadDeployment_Migrate.json | 25 + .../WorkloadDeployment_OperationStatus.json | 21 + .../WorkloadDeployment_Patch.json | 118 + .../WorkloadDeployment_Put.json | 120 + .../WorkloadDeployment_TestMigrate.json | 25 + ...WorkloadDeployment_TestMigrateCleanup.json | 23 + .../WorkloadInstance_Delete.json | 20 + .../WorkloadInstance_Get.json | 44 + .../WorkloadInstance_List.json | 48 + .../WorkloadInstance_OperationStatus.json | 21 + .../WorkloadInstance_Patch.json | 97 + .../WorkloadInstance_Put.json | 91 + .../preview/2022-05-01-preview/migrate.json | 5305 +++++++++++++++++ 39 files changed, 7266 insertions(+) create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource/DeployedResource_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource/DeployedResource_List.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Delete.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_List.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_OperationStatus.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Patch.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Post.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Put.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Delete.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_List.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_ListRg.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Operation.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Patch.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Put.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Statistics.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow/Workflow_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow/Workflow_List.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow/Workflow_OperationStatus.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_BuildImage.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_CompleteMigrate.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Delete.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_GetSecret.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_List.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Migrate.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_OperationStatus.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Patch.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Put.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_TestMigrate.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_TestMigrateCleanup.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Delete.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_List.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_OperationStatus.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Patch.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Put.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrate.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource/DeployedResource_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource/DeployedResource_Get.json new file mode 100644 index 000000000000..2b05b382ab51 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource/DeployedResource_Get.json @@ -0,0 +1,36 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "deployedResourceName": "iisWorkload", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "deploymentDetails": null, + "workloadDeploymentId": "15dec7ce-2514-4fa9-8d23-ef82aaeead54", + "displayName": "iisWorkload", + "context": null, + "status": null, + "type": "IISWorkload", + "healthErrors": null + }, + "id": null, + "name": "iisWorkload", + "type": "IISWorkload", + "systemData": { + "createdBy": null, + "createdByType": null, + "createdAt": "2022-05-10T19:29:42.338Z", + "lastModifiedBy": null, + "lastModifiedByType": null, + "lastModifiedAt": "2022-05-10T19:29:42.338Z" + }, + "tags": {} + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource/DeployedResource_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource/DeployedResource_List.json new file mode 100644 index 000000000000..9e698e0d26f1 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource/DeployedResource_List.json @@ -0,0 +1,63 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "deploymentDetails": null, + "workloadDeploymentId": "15dec7ce-2514-4fa9-8d23-ef82aaeead54", + "displayName": "iisWorkload", + "context": null, + "status": null, + "type": "IISWorkload", + "healthErrors": null + }, + "id": null, + "name": "iisWorkload", + "type": "IISWorkload", + "systemData": { + "createdBy": null, + "createdByType": null, + "createdAt": "2022-05-10T19:29:42.338Z", + "lastModifiedBy": null, + "lastModifiedByType": null, + "lastModifiedAt": "2022-05-10T19:29:42.338Z" + }, + "tags": {} + }, + { + "properties": { + "deploymentDetails": null, + "workloadDeploymentId": "5d074944-8c9a-4e79-bc16-efe49c8cd77d", + "displayName": "iisWorkload1", + "context": null, + "status": null, + "type": "IISWorkload", + "healthErrors": null + }, + "id": null, + "name": "iisWorkload1", + "type": "IISWorkload", + "systemData": { + "createdBy": null, + "createdByType": null, + "createdAt": "2022-05-10T19:32:43.286Z", + "lastModifiedBy": null, + "lastModifiedByType": null, + "lastModifiedAt": "2022-05-10T19:32:43.286Z" + }, + "tags": {} + } + ], + "nextLink": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Delete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Delete.json new file mode 100644 index 000000000000..b73c3a329800 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Delete.json @@ -0,0 +1,20 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "agentName": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": {}, + "204": {}, + "202": { + "headers": { + "Retry-After": "15", + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6b9055d0-354d-4d2c-a233-b1f22c71638a?api-version=2022-05-01-preview&OperationType=Delete", + "Location": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6b9055d0-354d-4d2c-a233-b1f22c71638a?api-version=2022-05-01-preview&OperationType=Delete" + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Get.json new file mode 100644 index 000000000000..44bb3084acb0 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Get.json @@ -0,0 +1,40 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "agentName": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "correlationId": null, + "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", + "machineName": "M1_name", + "authenticationIdentity": { + "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", + "applicationId": "C1", + "objectId": "O1", + "audience": "AUD1", + "aadAuthority": "AUT1" + }, + "isResponsive": "false", + "lastHeartbeat": "2022-05-10T10:58:01.266Z", + "versionNumber": null, + "provisioningState": "Canceled", + "healthErrors": null, + "customProperties": { + "instanceType": "TestFabricExtension" + } + }, + "id": null, + "name": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "type": null, + "systemData": null, + "tags": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_List.json new file mode 100644 index 000000000000..b9a743cb79dc --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_List.json @@ -0,0 +1,71 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "correlationId": null, + "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", + "machineName": "M1_name", + "authenticationIdentity": { + "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", + "applicationId": "C1", + "objectId": "O1", + "audience": "AUD1", + "aadAuthority": "AUT1" + }, + "isResponsive": "false", + "lastHeartbeat": "2022-05-10T10:58:01.266Z", + "versionNumber": null, + "provisioningState": "Succeeded", + "healthErrors": null, + "customProperties": { + "instanceType": "TestFabricExtension" + } + }, + "id": null, + "name": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "type": null, + "systemData": null, + "tags": null + }, + { + "properties": { + "correlationId": null, + "machineId": "M2-b08bc015-820f-47c1-9b78-e26f1a921533", + "machineName": "M2_name", + "authenticationIdentity": { + "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", + "applicationId": "C1", + "objectId": "O1", + "audience": "AUD1", + "aadAuthority": "AUT1" + }, + "isResponsive": "false", + "lastHeartbeat": "2022-05-10T10:58:01.266Z", + "versionNumber": null, + "provisioningState": "Succeeded", + "healthErrors": null, + "customProperties": { + "instanceType": "TestFabricExtension" + } + }, + "id": null, + "name": "35a8344d-1365-4192-bbfc-e252a174ff4b", + "type": null, + "systemData": null, + "tags": null + } + ], + "nextLink": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_OperationStatus.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_OperationStatus.json new file mode 100644 index 000000000000..28d5ff4e251a --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_OperationStatus.json @@ -0,0 +1,21 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "agentName": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "operationId": "6318f6b9-2656-490c-a1fc-2a5956909112", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "id": "subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6318f6b9-2656-490c-a1fc-2a5956909112", + "name": "56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", + "status": "Succeeded", + "startTime": null, + "endTime": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Patch.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Patch.json new file mode 100644 index 000000000000..87ae7c8ebef6 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Patch.json @@ -0,0 +1,90 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "agentName": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "api-version": "2022-05-01-preview", + "parameters": { + "properties": { + "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", + "machineName": "M1_name", + "authenticationIdentity": { + "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", + "applicationId": "C1", + "objectId": "O1", + "audience": "AUD1", + "aadAuthority": "AUT1" + }, + "customProperties": { + "instanceType": "TestFabricExtension" + } + }, + "tags": { + "newTag": "newTagValue" + } + } + }, + "responses": { + "202": { + "properties": { + "correlationId": null, + "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", + "machineName": "M1_name", + "authenticationIdentity": { + "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", + "applicationId": "C1", + "objectId": "O1", + "audience": "AUD1", + "aadAuthority": "AUT1" + }, + "isResponsive": "false", + "lastHeartbeat": "2022-05-10T10:58:01.266Z", + "versionNumber": null, + "provisioningState": "Updating", + "healthErrors": null, + "customProperties": { + "instanceType": "TestFabricExtension" + } + }, + "id": null, + "name": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "type": null, + "systemData": null, + "tags": { + "newTag": "newTagValue" + } + }, + "200": { + "body": { + "properties": { + "correlationId": null, + "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", + "machineName": "M1_name", + "authenticationIdentity": { + "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", + "applicationId": "C1", + "objectId": "O1", + "audience": "AUD1", + "aadAuthority": "AUT1" + }, + "isResponsive": "false", + "lastHeartbeat": "2022-05-10T10:58:01.266Z", + "versionNumber": null, + "provisioningState": "Updating", + "healthErrors": null, + "customProperties": { + "instanceType": "TestFabricExtension" + } + }, + "id": null, + "name": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "type": null, + "systemData": null, + "tags": { + "newTag": "newTagValue" + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Post.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Post.json new file mode 100644 index 000000000000..7a1e7810395d --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Post.json @@ -0,0 +1,19 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "agentName": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": {}, + "202": { + "headers": { + "Retry-After": "15", + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6318f6b9-2656-490c-a1fc-2a5956909112?api-version=2022-05-01-preview", + "Location": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6318f6b9-2656-490c-a1fc-2a5956909112?api-version=2022-05-01-preview" + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Put.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Put.json new file mode 100644 index 000000000000..95519aec9681 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Put.json @@ -0,0 +1,90 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "agentName": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "api-version": "2022-05-01-preview", + "parameters": { + "properties": { + "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", + "machineName": "M1_name", + "authenticationIdentity": { + "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", + "applicationId": "C1", + "objectId": "O1", + "audience": "AUD1", + "aadAuthority": "AUT1" + }, + "customProperties": { + "instanceType": "TestFabricExtension" + } + }, + "tags": {} + } + }, + "responses": { + "201": { + "body": { + "properties": { + "correlationId": null, + "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", + "machineName": "M1_name", + "authenticationIdentity": { + "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", + "applicationId": "C1", + "objectId": "O1", + "audience": "AUD1", + "aadAuthority": "AUT1" + }, + "isResponsive": "false", + "lastHeartbeat": "2022-05-10T10:58:01.266Z", + "versionNumber": null, + "provisioningState": "Canceled", + "healthErrors": null, + "customProperties": { + "instanceType": "TestFabricExtension" + } + }, + "id": null, + "name": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "type": null, + "systemData": null, + "tags": null + }, + "headers": { + "Retry-After": "15", + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/0c47930b-5f4c-4361-8de2-a44fa885ad70?api-version=2022-05-01-preview" + } + }, + "200": { + "body": { + "properties": { + "correlationId": null, + "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", + "machineName": "M1_name", + "authenticationIdentity": { + "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", + "applicationId": "C1", + "objectId": "O1", + "audience": "AUD1", + "aadAuthority": "AUT1" + }, + "isResponsive": "false", + "lastHeartbeat": "2022-05-10T10:58:01.266Z", + "versionNumber": null, + "provisioningState": "Canceled", + "healthErrors": null, + "customProperties": { + "instanceType": "TestFabricExtension" + } + }, + "id": null, + "name": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "type": null, + "systemData": null, + "tags": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Delete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Delete.json new file mode 100644 index 000000000000..04dec74b46dc --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Delete.json @@ -0,0 +1,19 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": {}, + "204": {}, + "202": { + "headers": { + "Retry-After": "15", + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview&OperationType=Delete", + "Location": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview&OperationType=Delete" + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Get.json new file mode 100644 index 000000000000..2b8a5316efa6 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Get.json @@ -0,0 +1,31 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "location": "southeastasia", + "properties": { + "provisioningState": "Succeeded", + "serviceResourceId": "12cad00a-bde4-4e4f-be92-850901bda1fc", + "serviceEndpoint": null, + "migrationConfiguration": { + "storageAccountResourceId": null, + "keyVaultResourceId": null, + "migrationSolutionResourceId": null, + "linkedAgents": null + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1", + "name": "datacenter1", + "type": "Microsoft.Migrate/migrateDataCenters", + "systemData": null, + "tags": {} + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_List.json new file mode 100644 index 000000000000..37d267805da9 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_List.json @@ -0,0 +1,72 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "continuationToken": "", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "location": "Central India", + "properties": { + "provisioningState": "Succeeded", + "serviceResourceId": "d1007b59-3b95-4749-808d-9d3bedea0e54", + "serviceEndpoint": null, + "migrationConfiguration": { + "storageAccountResourceId": null, + "keyVaultResourceId": null, + "migrationSolutionResourceId": null, + "linkedAgents": null + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/AMEDEV-RG/providers/Microsoft.Migrate/migrateDataCenters/CreateMigrat-5a1bf7cb-aedd-4599-a64b-6c09ce0f243f", + "name": "CreateMigrat-5a1bf7cb-aedd-4599-a64b-6c09ce0f243f", + "type": "Microsoft.Migrate/migrateDataCenters", + "systemData": { + "createdBy": null, + "createdByType": null, + "createdAt": null, + "lastModifiedBy": null, + "lastModifiedByType": null, + "lastModifiedAt": null + }, + "tags": { + "amemigrateDataCenter": "In use by AME" + } + }, + { + "location": "Central India", + "properties": { + "provisioningState": "Succeeded", + "serviceResourceId": "8e8558a1-7ba6-48b1-8c53-99140425e676", + "serviceEndpoint": null, + "migrationConfiguration": { + "storageAccountResourceId": null, + "keyVaultResourceId": null, + "migrationSolutionResourceId": null, + "linkedAgents": null + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/AMEDEV-RG/providers/Microsoft.Migrate/migrateDataCenters/ListMigrateDcb640792-655c-411c-b272-d83580af2717", + "name": "ListMigrateDcb640792-655c-411c-b272-d83580af2717", + "type": "Microsoft.Migrate/migrateDataCenters", + "systemData": { + "createdBy": null, + "createdByType": null, + "createdAt": null, + "lastModifiedBy": null, + "lastModifiedByType": null, + "lastModifiedAt": null + }, + "tags": { + "amemigrateDataCenter": "In use by AME" + } + } + ], + "nextLink": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/providers/Microsoft.Migrate/migrateDataCenters?api-version=2022-05-01-preview&continuationToken=%5b%7b%22token%22%3a%22%2bRID%3a%7eYqFcALBLOYyYAwAAAAAAAA%3d%3d%23RT%3a1%23TRC%3a300%23ISV%3a2%23IEO%3a65567%23FPC%3aAgEAAABMAJ8DABFAjxkBuJkBuswA2ZgB5DHDgw88vABgf2YEIJcZFcCgzQwE8Jg%2fgJ0ZIB0zPDy8AF1mAHA%2fM%2bBHRRYebGYE0GMG8DIAfpkBesw%3d%22%2c%22range%22%3a%7b%22min%22%3a%22%22%2c%22max%22%3a%22FF%22%7d%7d%5d" + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_ListRg.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_ListRg.json new file mode 100644 index 000000000000..38ae69b0a69d --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_ListRg.json @@ -0,0 +1,73 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "AMEDEV-RG", + "continuationToken": "", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "location": "Central India", + "properties": { + "provisioningState": "Succeeded", + "serviceResourceId": "d1007b59-3b95-4749-808d-9d3bedea0e54", + "serviceEndpoint": null, + "migrationConfiguration": { + "storageAccountResourceId": null, + "keyVaultResourceId": null, + "migrationSolutionResourceId": null, + "linkedAgents": null + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/AMEDEV-RG/providers/Microsoft.Migrate/migrateDataCenters/CreateMigrat-5a1bf7cb-aedd-4599-a64b-6c09ce0f243f", + "name": "CreateMigrat-5a1bf7cb-aedd-4599-a64b-6c09ce0f243f", + "type": "Microsoft.Migrate/migrateDataCenters", + "systemData": { + "createdBy": null, + "createdByType": null, + "createdAt": null, + "lastModifiedBy": null, + "lastModifiedByType": null, + "lastModifiedAt": null + }, + "tags": { + "amemigrateDataCenter": "In use by AME" + } + }, + { + "location": "Central India", + "properties": { + "provisioningState": "Succeeded", + "serviceResourceId": "8e8558a1-7ba6-48b1-8c53-99140425e676", + "serviceEndpoint": null, + "migrationConfiguration": { + "storageAccountResourceId": null, + "keyVaultResourceId": null, + "migrationSolutionResourceId": null, + "linkedAgents": null + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/AMEDEV-RG/providers/Microsoft.Migrate/migrateDataCenters/ListMigrateDcb640792-655c-411c-b272-d83580af2717", + "name": "ListMigrateDcb640792-655c-411c-b272-d83580af2717", + "type": "Microsoft.Migrate/migrateDataCenters", + "systemData": { + "createdBy": null, + "createdByType": null, + "createdAt": null, + "lastModifiedBy": null, + "lastModifiedByType": null, + "lastModifiedAt": null + }, + "tags": { + "amemigrateDataCenter": "In use by AME" + } + } + ], + "nextLink": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/providers/Microsoft.Migrate/migrateDataCenters?api-version=2022-05-01-preview&continuationToken=%5b%7b%22token%22%3a%22%2bRID%3a%7eYqFcALBLOYyYAwAAAAAAAA%3d%3d%23RT%3a1%23TRC%3a300%23ISV%3a2%23IEO%3a65567%23FPC%3aAgEAAABMAJ8DABFAjxkBuJkBuswA2ZgB5DHDgw88vABgf2YEIJcZFcCgzQwE8Jg%2fgJ0ZIB0zPDy8AF1mAHA%2fM%2bBHRRYebGYE0GMG8DIAfpkBesw%3d%22%2c%22range%22%3a%7b%22min%22%3a%22%22%2c%22max%22%3a%22FF%22%7d%7d%5d" + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Operation.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Operation.json new file mode 100644 index 000000000000..221e5327d797 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Operation.json @@ -0,0 +1,21 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "operationId": "56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", + "operationType": "Delete", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", + "name": "56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", + "status": "Succeeded", + "startTime": null, + "endTime": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Patch.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Patch.json new file mode 100644 index 000000000000..7fde874485c3 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Patch.json @@ -0,0 +1,61 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "api-version": "2022-05-01-preview", + "parameters": { + "tags": { + "newTag": "newTagValue" + } + } + }, + "responses": { + "202": { + "location": null, + "properties": { + "provisioningState": "Updating", + "serviceResourceId": null, + "serviceEndpoint": null, + "migrationConfiguration": null + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1", + "name": "datacenter1", + "type": "Microsoft.Migrate/migrateDataCenters", + "systemData": null, + "tags": { + "newTag": "newTagValue" + } + }, + "200": { + "body": { + "location": "southeastasia", + "properties": { + "provisioningState": "Canceled", + "serviceResourceId": null, + "serviceEndpoint": null, + "migrationConfiguration": { + "storageAccountResourceId": "amesa", + "keyVaultResourceId": "amekv", + "migrationSolutionResourceId": "migrateSln", + "linkedAgents": null + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1", + "name": "datacenter1", + "type": "Microsoft.Migrate/migrateDataCenters", + "systemData": { + "createdBy": null, + "createdByType": null, + "createdAt": "2022-05-06T19:21:27.651Z", + "lastModifiedBy": null, + "lastModifiedByType": null, + "lastModifiedAt": "2022-05-06T19:21:27.651Z" + }, + "tags": { + "newTag": "newTagValue" + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Put.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Put.json new file mode 100644 index 000000000000..4d19946cb189 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Put.json @@ -0,0 +1,69 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "api-version": "2022-05-01-preview", + "parameters": { + "location": "southeastasia", + "properties": { + "migrationConfiguration": { + "storageAccountResourceId": "amesa", + "keyVaultResourceId": "amekv", + "migrationSolutionResourceId": "migrateSln" + } + }, + "tags": { + + } + } + }, + "responses": { + "201": { + "body": { + "location": "southeastasia", + "properties": { + "provisioningState": "Creating", + "serviceResourceId": null, + "serviceEndpoint": null, + "migrationConfiguration": { + "storageAccountResourceId": "amesa", + "keyVaultResourceId": "amekv", + "migrationSolutionResourceId": "migrateSln", + "linkedAgents": null + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1", + "name": "datacenter1", + "type": "Microsoft.Migrate/migrateDataCenters", + "systemData": null, + "tags": {} + }, + "headers": { + "Retry-After": "15", + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" + } + }, + "200": { + "body": { + "location": "southeastasia", + "properties": { + "provisioningState": "Canceled", + "serviceResourceId": null, + "serviceEndpoint": null, + "migrationConfiguration": { + "storageAccountResourceId": "amesa", + "keyVaultResourceId": "amekv", + "migrationSolutionResourceId": "migrateSln", + "linkedAgents": null + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1", + "name": "datacenter1", + "type": "Microsoft.Migrate/migrateDataCenters", + "systemData": null, + "tags": {} + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Statistics.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Statistics.json new file mode 100644 index 000000000000..54667bcbe920 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Statistics.json @@ -0,0 +1,136 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "workloadDeploymentStatistics": { + "healthErrors": [ + { + "affectedResourceType": null, + "affectedResourceCorrelationIds": [ + null + ], + "childErrors": [ + { + "code": null, + "healthCategory": null, + "category": null, + "severity": null, + "source": null, + "creationTime": "2022-05-06T19:41:03.854Z", + "isCustomerResolvable": true, + "summary": null, + "message": null, + "causes": null, + "recommendation": null + } + ], + "code": null, + "healthCategory": null, + "category": null, + "severity": null, + "source": null, + "creationTime": "2022-05-06T19:41:03.854Z", + "isCustomerResolvable": true, + "summary": null, + "message": null, + "causes": null, + "recommendation": null + } + ], + "count": 0, + "categorizedCounts": { + "additionalProp1": 0, + "additionalProp2": 0, + "additionalProp3": 0 + } + }, + "jobStatistics": { + "count": 0, + "categorizedCounts": { + "additionalProp1": 0, + "additionalProp2": 0, + "additionalProp3": 0 + } + }, + "workloadStatistics": { + "workloadInstanceErrors": [ + { + "affectedResourceType": null, + "affectedResourceCorrelationIds": [ + null + ], + "childErrors": [ + { + "code": null, + "healthCategory": null, + "category": null, + "severity": null, + "source": null, + "creationTime": "2022-05-06T19:41:03.854Z", + "isCustomerResolvable": true, + "summary": null, + "message": null, + "causes": null, + "recommendation": null + } + ], + "code": null, + "healthCategory": null, + "category": null, + "severity": null, + "source": null, + "creationTime": "2022-05-06T19:41:03.854Z", + "isCustomerResolvable": true, + "summary": null, + "message": null, + "causes": null, + "recommendation": null + } + ] + }, + "migrateDataCenterErrors": [ + { + "affectedResourceType": null, + "affectedResourceCorrelationIds": [ + null + ], + "childErrors": [ + { + "code": null, + "healthCategory": null, + "category": null, + "severity": null, + "source": null, + "creationTime": "2022-05-06T19:41:03.854Z", + "isCustomerResolvable": true, + "summary": null, + "message": null, + "causes": null, + "recommendation": null + } + ], + "code": null, + "healthCategory": null, + "category": null, + "severity": null, + "source": null, + "creationTime": "2022-05-06T19:41:03.854Z", + "isCustomerResolvable": true, + "summary": null, + "message": null, + "causes": null, + "recommendation": null + } + ] + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow/Workflow_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow/Workflow_Get.json new file mode 100644 index 000000000000..1bca2258fc76 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow/Workflow_Get.json @@ -0,0 +1,54 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "workflowName": "AddOrUpdateMigrateDataCenterWorkflow", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "displayName": "AddOrUpdateMigrateDataCenter", + "state": "Pending", + "startTime": "2022-05-10T19:52:16.636Z", + "endTime": "2022-05-10T19:52:16.636Z", + "objectId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1", + "objectName": "datacenter1", + "objectInternalId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1", + "objectInternalName": "datacenter1", + "objectType": "MigrateDataCenter", + "workloadInstanceProviderId": "629a2b32-76af-482d-aa14-7d663356e4bd", + "workloadDeploymentProviderId": "0bf53161-5f12-4fd2-8ba4-37663039db37", + "allowedActions": [ + "Add", + "Update" + ], + "activityId": "string", + "tasks": [ + { + "taskName": "AddOrUpdateMigrateDataCenterTask", + "state": "Pending", + "startTime": "2022-05-10T19:52:16.636Z", + "endTime": "2022-05-10T19:52:16.636Z", + "customProperties": { + "instanceType": "IISWorkload" + } + } + ], + "errors": null, + "customProperties": { + "instanceType": "SampleWorkflow", + "affectedObjectDetails": null + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/jobs/AddOrUpdateMigrateDataCenterWorkflow", + "name": "AddOrUpdateMigrateDataCenterWorkflow", + "type": null, + "systemData": null, + "tags": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow/Workflow_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow/Workflow_List.json new file mode 100644 index 000000000000..43b8f966bf8d --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow/Workflow_List.json @@ -0,0 +1,58 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "displayName": "AddOrUpdateMigrateDataCenter", + "state": "Pending", + "startTime": "2022-05-10T19:52:16.636Z", + "endTime": "2022-05-10T19:52:16.636Z", + "objectId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1", + "objectName": "datacenter1", + "objectInternalId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1", + "objectInternalName": "datacenter1", + "objectType": "MigrateDataCenter", + "workloadInstanceProviderId": "629a2b32-76af-482d-aa14-7d663356e4bd", + "workloadDeploymentProviderId": "0bf53161-5f12-4fd2-8ba4-37663039db37", + "allowedActions": [ + "Add", + "Update" + ], + "activityId": "string", + "tasks": [ + { + "taskName": "AddOrUpdateMigrateDataCenterTask", + "state": "Pending", + "startTime": "2022-05-10T19:52:16.636Z", + "endTime": "2022-05-10T19:52:16.636Z", + "customProperties": { + "instanceType": "IISWorkload" + } + } + ], + "errors": null, + "customProperties": { + "instanceType": "SampleWorkflow", + "affectedObjectDetails": null + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/jobs/AddOrUpdateMigrateDataCenterWorkflow", + "name": "AddOrUpdateMigrateDataCenterWorkflow", + "type": null, + "systemData": null, + "tags": null + } + ], + "nextLink": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow/Workflow_OperationStatus.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow/Workflow_OperationStatus.json new file mode 100644 index 000000000000..4036c640d44c --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow/Workflow_OperationStatus.json @@ -0,0 +1,21 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter2", + "operationId": "1e308341-ad5f-490c-bb6c-fb19b39c6710", + "workflowName": "AddOrUpdateMigrateDataCenterWorkflow", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter2/jobs/AddOrUpdateMigrateDataCenterWorkflow/operations/1e308341-ad5f-490c-bb6c-fb19b39c6710", + "name": "1e308341-ad5f-490c-bb6c-fb19b39c6710", + "status": "Succeeded", + "startTime": "2022-05-06T20:02:29.7628343Z", + "endTime": "2022-05-06T20:02:33.0000000Z" + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_BuildImage.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_BuildImage.json new file mode 100644 index 000000000000..15e9b3d2a461 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_BuildImage.json @@ -0,0 +1,31 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "workloadDeploymentName": "aksDeployment", + "api-version": "2022-05-01-preview", + "parameters": { + "properties": { + "dockerfile": "sampleDockerFile", + "registryProperties": { + "registryName": "ACR", + "tenantId": "string", + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroup": "ame-dev" + }, + "imageTag": "latest", + "imageName": "ubuntu" + } + } + }, + "responses": { + "204": {}, + "202": { + "headers": { + "Retry-After": "15", + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/buildContainerImage/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview" + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_CompleteMigrate.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_CompleteMigrate.json new file mode 100644 index 000000000000..f02b42aa358f --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_CompleteMigrate.json @@ -0,0 +1,18 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "workloadDeploymentName": "aksDeployment", + "api-version": "2022-05-01-preview" + }, + "responses": { + "204": {}, + "202": { + "headers": { + "Retry-After": "15", + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/completeMigration/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview" + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Delete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Delete.json new file mode 100644 index 000000000000..211091294826 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Delete.json @@ -0,0 +1,20 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "workloadDeploymentName": "aksDeployment", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": {}, + "204": {}, + "202": { + "headers": { + "Retry-After": "15", + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview&OperationType=Delete", + "Location": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview&OperationType=Delete" + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Get.json new file mode 100644 index 000000000000..ea06fda39b9b --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Get.json @@ -0,0 +1,56 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "workloadDeploymentName": "aksDeployment", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Canceled", + "status": "InitialReplication", + "replicationState": "NotReplicatedStatesBegin", + "replicationStateDescription": null, + "testMigrateState": "None", + "testMigrateStateDescription": null, + "migrateState": "None", + "migrateStateDescription": null, + "displayName": "iisWorkloadDeployment", + "targetPlatform": "AzureKubernetesService", + "workloadInstanceProperties": { + "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "instanceType": "IISWorkload", + "displayName": "iisworkload", + "replicationState": "NotReplicatedStatesBegin", + "replicationHealth": "Normal", + "healthErrors": null + }, + "correlationId": null, + "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", + "currentJob": null, + "allowedOperations": [ + "Add", + "Update" + ], + "lastFailedEnableReplicationJob": null, + "lastTestMigrateJob": null, + "replicationHealth": "Normal", + "healthErrors": null, + "customProperties": { + "instanceType": "IISAKSWorkloadDeployment" + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", + "name": "aksDeployment", + "type": null, + "systemData": null, + "tags": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_GetSecret.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_GetSecret.json new file mode 100644 index 000000000000..b9d5b0b99972 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_GetSecret.json @@ -0,0 +1,56 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "workloadDeploymentName": "aksDeployment", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Canceled", + "status": "InitialReplication", + "replicationState": "NotReplicatedStatesBegin", + "replicationStateDescription": null, + "testMigrateState": "None", + "testMigrateStateDescription": null, + "migrateState": "None", + "migrateStateDescription": null, + "displayName": "iisWorkloadDeployment", + "targetPlatform": "AzureKubernetesService", + "workloadInstanceProperties": { + "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "instanceType": "IISWorkload", + "displayName": "iisworkload", + "replicationState": "NotReplicatedStatesBegin", + "replicationHealth": "Normal", + "healthErrors": null + }, + "correlationId": null, + "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", + "currentJob": null, + "allowedOperations": [ + "Add", + "Update" + ], + "lastFailedEnableReplicationJob": null, + "lastTestMigrateJob": null, + "replicationHealth": "Normal", + "healthErrors": null, + "customProperties": { + "instanceType": "IISAKSWorkloadDeployment" + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment//subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/getSecrets", + "name": "aksDeployment", + "type": null, + "systemData": null, + "tags": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_List.json new file mode 100644 index 000000000000..30aeecdadcdb --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_List.json @@ -0,0 +1,62 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "body": { + "properties": { + "provisioningState": "Canceled", + "status": "InitialReplication", + "replicationState": "NotReplicatedStatesBegin", + "replicationStateDescription": null, + "testMigrateState": "None", + "testMigrateStateDescription": null, + "migrateState": "None", + "migrateStateDescription": null, + "displayName": "iisWorkloadDeployment", + "targetPlatform": "AzureKubernetesService", + "workloadInstanceProperties": { + "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "instanceType": "IISWorkload", + "displayName": "iisworkload", + "replicationState": "NotReplicatedStatesBegin", + "replicationHealth": "Normal", + "healthErrors": null + }, + "correlationId": null, + "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", + "currentJob": null, + "allowedOperations": [ + "Add", + "Update" + ], + "lastFailedEnableReplicationJob": null, + "lastTestMigrateJob": null, + "replicationHealth": "Normal", + "healthErrors": null, + "customProperties": { + "instanceType": "IISAKSWorkloadDeployment" + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", + "name": "aksDeployment", + "type": null, + "systemData": null, + "tags": null + } + } + ], + "nextLink": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Migrate.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Migrate.json new file mode 100644 index 000000000000..cd17fb4f0f2f --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Migrate.json @@ -0,0 +1,25 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "workloadDeploymentName": "aksDeployment", + "api-version": "2022-05-01-preview", + "parameters": { + "properties": { + "customProperties": { + "instanceType": "IISAKSWorkloadDeployment" + } + } + } + }, + "responses": { + "204": {}, + "202": { + "headers": { + "Retry-After": "15", + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/migrate/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview" + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_OperationStatus.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_OperationStatus.json new file mode 100644 index 000000000000..08b94b194bbf --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_OperationStatus.json @@ -0,0 +1,21 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter2", + "workloadDeploymentName": "aksDeployment", + "operationId": "1e308341-ad5f-490c-bb6c-fb19b39c6710", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "id": "subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/operations/1e308341-ad5f-490c-bb6c-fb19b39c6710", + "name": "1e308341-ad5f-490c-bb6c-fb19b39c6710", + "status": "Succeeded", + "startTime": "2022-05-06T20:02:29.7628343Z", + "endTime": "2022-05-06T20:02:33.0000000Z" + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Patch.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Patch.json new file mode 100644 index 000000000000..a8bc0830cf44 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Patch.json @@ -0,0 +1,118 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "workloadDeploymentName": "aksDeployment", + "api-version": "2022-05-01-preview", + "parameters": { + "properties": { + "displayName": "AKSDeployment", + "targetPlatform": "AzureKubernetesService", + "workloadInstanceProperties": { + "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "instanceType": "IISWorkload", + "displayName": "iisWorkload" + }, + "customProperties": { + "instanceType": "IISAKSWorkloadDeployment" + } + }, + "tags": { + "newTag": "newTagValue" + } + } + }, + "responses": { + "202": { + "properties": { + "provisioningState": "Canceled", + "status": "InitialReplication", + "replicationState": "NotReplicatedStatesBegin", + "replicationStateDescription": null, + "testMigrateState": "None", + "testMigrateStateDescription": null, + "migrateState": "None", + "migrateStateDescription": null, + "displayName": "iisWorkloadDeployment", + "targetPlatform": "AzureKubernetesService", + "workloadInstanceProperties": { + "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "instanceType": "IISWorkload", + "displayName": "iisworkload", + "replicationState": "NotReplicatedStatesBegin", + "replicationHealth": "Normal", + "healthErrors": null + }, + "correlationId": null, + "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", + "currentJob": null, + "allowedOperations": [ + "Add", + "Update" + ], + "lastFailedEnableReplicationJob": null, + "lastTestMigrateJob": null, + "replicationHealth": "Normal", + "healthErrors": null, + "customProperties": { + "instanceType": "IISAKSWorkloadDeployment" + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", + "name": "aksDeployment", + "type": null, + "systemData": null, + "tags": { + "newTag": "newTagValue" + } + }, + "200": { + "properties": { + "provisioningState": "Canceled", + "status": "InitialReplication", + "replicationState": "NotReplicatedStatesBegin", + "replicationStateDescription": null, + "testMigrateState": "None", + "testMigrateStateDescription": null, + "migrateState": "None", + "migrateStateDescription": null, + "displayName": "iisWorkloadDeployment", + "targetPlatform": "AzureKubernetesService", + "workloadInstanceProperties": { + "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "instanceType": "IISWorkload", + "displayName": "iisworkload", + "replicationState": "NotReplicatedStatesBegin", + "replicationHealth": "Normal", + "healthErrors": null + }, + "correlationId": null, + "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", + "currentJob": null, + "allowedOperations": [ + "Add", + "Update" + ], + "lastFailedEnableReplicationJob": null, + "lastTestMigrateJob": null, + "replicationHealth": "Normal", + "healthErrors": null, + "customProperties": { + "instanceType": "IISAKSWorkloadDeployment" + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", + "name": "aksDeployment", + "type": null, + "systemData": null, + "tags": { + "newTag": "newTagValue" + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Put.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Put.json new file mode 100644 index 000000000000..2038fad38574 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Put.json @@ -0,0 +1,120 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "workloadDeploymentName": "aksDeployment", + "api-version": "2022-05-01-preview", + "parameters": { + "properties": { + "displayName": "AKSDeployment", + "targetPlatform": "AzureKubernetesService", + "workloadInstanceProperties": { + "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "instanceType": "IISWorkload", + "displayName": "iisWorkload" + }, + "customProperties": { + "instanceType": "IISAKSWorkloadDeployment" + } + }, + "tags": {} + } + }, + "responses": { + "201": { + "body": { + "properties": { + "provisioningState": "Canceled", + "status": "InitialReplication", + "replicationState": "NotReplicatedStatesBegin", + "replicationStateDescription": null, + "testMigrateState": "None", + "testMigrateStateDescription": null, + "migrateState": "None", + "migrateStateDescription": null, + "displayName": "iisWorkloadDeployment", + "targetPlatform": "AzureKubernetesService", + "workloadInstanceProperties": { + "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "instanceType": "IISWorkload", + "displayName": "iisworkload", + "replicationState": "NotReplicatedStatesBegin", + "replicationHealth": "Normal", + "healthErrors": null + }, + "correlationId": null, + "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", + "currentJob": null, + "allowedOperations": [ + "Add", + "Update" + ], + "lastFailedEnableReplicationJob": null, + "lastTestMigrateJob": null, + "replicationHealth": "Normal", + "healthErrors": null, + "customProperties": { + "instanceType": "IISAKSWorkloadDeployment" + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", + "name": "aksDeployment", + "type": null, + "systemData": null, + "tags": null + }, + "headers": { + "Retry-After": "15", + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" + } + }, + "200": { + "body": { + "properties": { + "provisioningState": "Canceled", + "status": "InitialReplication", + "replicationState": "NotReplicatedStatesBegin", + "replicationStateDescription": null, + "testMigrateState": "None", + "testMigrateStateDescription": null, + "migrateState": "None", + "migrateStateDescription": null, + "displayName": "iisWorkloadDeployment", + "targetPlatform": "AzureKubernetesService", + "workloadInstanceProperties": { + "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "instanceType": "IISWorkload", + "displayName": "iisworkload", + "replicationState": "NotReplicatedStatesBegin", + "replicationHealth": "Normal", + "healthErrors": null + }, + "correlationId": null, + "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", + "currentJob": null, + "allowedOperations": [ + "Add", + "Update" + ], + "lastFailedEnableReplicationJob": null, + "lastTestMigrateJob": null, + "replicationHealth": "Normal", + "healthErrors": null, + "customProperties": { + "instanceType": "IISAKSWorkloadDeployment" + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", + "name": "aksDeployment", + "type": null, + "systemData": null, + "tags": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_TestMigrate.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_TestMigrate.json new file mode 100644 index 000000000000..cd6e22cee330 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_TestMigrate.json @@ -0,0 +1,25 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "workloadDeploymentName": "aksDeployment", + "api-version": "2022-05-01-preview", + "parameters": { + "properties": { + "customProperties": { + "instanceType": "IISAKSWorkloadDeployment" + } + } + } + }, + "responses": { + "204": {}, + "202": { + "headers": { + "Retry-After": "15", + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/testMigrate/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview" + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_TestMigrateCleanup.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_TestMigrateCleanup.json new file mode 100644 index 000000000000..e55efdecd357 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_TestMigrateCleanup.json @@ -0,0 +1,23 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "workloadDeploymentName": "aksDeployment", + "api-version": "2022-05-01-preview", + "parameters": { + "properties": { + "comments": "cleanup" + } + } + }, + "responses": { + "204": {}, + "202": { + "headers": { + "Retry-After": "15", + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/testMigrateCleanup/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview" + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Delete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Delete.json new file mode 100644 index 000000000000..b147e34b3bbe --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Delete.json @@ -0,0 +1,20 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "workloadInstanceName": "iisWorkload", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": {}, + "204": {}, + "202": { + "headers": { + "Retry-After": "15", + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview&OperationType=Delete", + "Location": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview&OperationType=Delete" + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Get.json new file mode 100644 index 000000000000..c9301d2b49ca --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Get.json @@ -0,0 +1,44 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "workloadInstanceName": "iisWorkload", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Canceled", + "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "displayName": "AmeMigrationAgent", + "replicationHealth": "Normal", + "replicationState": "NotReplicatedStatesBegin", + "healthErrors": null, + "currentJob": { + "scenarioName": "AddOrUpdateMigrateDataCenter", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/jobs/AddOrUpdateMigrateDataCenterWorkflow", + "name": "AddOrUpdateMigrateDataCenterWorkflow", + "displayName": "AddOrUpdateMigrateDataCenter", + "state": "Pending", + "startTime": "2022-05-10T20:18:28.037Z", + "endTime": "2022-05-10T20:18:28.037Z" + }, + "allowedOperations": [ + "Add", + "Update" + ], + "customProperties": { + "instanceType": "IISWorkload" + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "name": "iisWorkload", + "type": null, + "systemData": null, + "tags": {} + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_List.json new file mode 100644 index 000000000000..42bc325f11b2 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_List.json @@ -0,0 +1,48 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "provisioningState": "Canceled", + "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "displayName": "AmeMigrationAgent", + "replicationHealth": "Normal", + "replicationState": "NotReplicatedStatesBegin", + "healthErrors": null, + "currentJob": { + "scenarioName": "AddOrUpdateMigrateDataCenter", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/jobs/AddOrUpdateMigrateDataCenterWorkflow", + "name": "AddOrUpdateMigrateDataCenterWorkflow", + "displayName": "AddOrUpdateMigrateDataCenter", + "state": "Pending", + "startTime": "2022-05-10T20:18:28.037Z", + "endTime": "2022-05-10T20:18:28.037Z" + }, + "allowedOperations": [ + "Add", + "Update" + ], + "customProperties": { + "instanceType": "IISWorkload" + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "name": "iisWorkload", + "type": null, + "systemData": null, + "tags": {} + } + ], + "nextLink": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_OperationStatus.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_OperationStatus.json new file mode 100644 index 000000000000..4118efd3a9f8 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_OperationStatus.json @@ -0,0 +1,21 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter2", + "workloadInstanceName": "iisWorkload", + "operationId": "1e308341-ad5f-490c-bb6c-fb19b39c6710", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "id": "subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload/operations/1e308341-ad5f-490c-bb6c-fb19b39c6710", + "name": "1e308341-ad5f-490c-bb6c-fb19b39c6710", + "status": "Succeeded", + "startTime": "2022-05-06T20:02:29.7628343Z", + "endTime": "2022-05-06T20:02:33.0000000Z" + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Patch.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Patch.json new file mode 100644 index 000000000000..3cd92db03ac2 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Patch.json @@ -0,0 +1,97 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "workloadInstanceName": "iisWorkload", + "api-version": "2022-05-01-preview", + "parameters": { + "properties": { + "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "displayName": "AmeMigrationAgent", + "customProperties": { + "instanceType": "IISWorkload" + } + }, + "tags": { + "newTag": "newTagValue" + } + } + }, + "responses": { + "201": { + "body": { + "properties": { + "provisioningState": "Canceled", + "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "displayName": "AmeMigrationAgent", + "replicationHealth": "Normal", + "replicationState": "NotReplicatedStatesBegin", + "healthErrors": null, + "currentJob": { + "scenarioName": "AddOrUpdateMigrateDataCenter", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/jobs/AddOrUpdateMigrateDataCenterWorkflow", + "name": "AddOrUpdateMigrateDataCenterWorkflow", + "displayName": "AddOrUpdateMigrateDataCenter", + "state": "Pending", + "startTime": "2022-05-10T20:18:28.037Z", + "endTime": "2022-05-10T20:18:28.037Z" + }, + "allowedOperations": [ + "Add", + "Update" + ], + "customProperties": { + "instanceType": "IISWorkload" + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "name": "iisWorkload", + "type": null, + "systemData": null, + "tags": { + "newTag": "newTagValue" + } + }, + "headers": { + "Retry-After": "15", + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" + } + }, + "200": { + "body": { + "properties": { + "provisioningState": "Canceled", + "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "displayName": "AmeMigrationAgent", + "replicationHealth": "Normal", + "replicationState": "NotReplicatedStatesBegin", + "healthErrors": null, + "currentJob": { + "scenarioName": "AddOrUpdateMigrateDataCenter", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/jobs/AddOrUpdateMigrateDataCenterWorkflow", + "name": "AddOrUpdateMigrateDataCenterWorkflow", + "displayName": "AddOrUpdateMigrateDataCenter", + "state": "Pending", + "startTime": "2022-05-10T20:18:28.037Z", + "endTime": "2022-05-10T20:18:28.037Z" + }, + "allowedOperations": [ + "Add", + "Update" + ], + "customProperties": { + "instanceType": "IISWorkload" + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "name": "iisWorkload", + "type": null, + "systemData": null, + "tags": { + "newTag": "newTagValue" + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Put.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Put.json new file mode 100644 index 000000000000..dbbdb07f18fe --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Put.json @@ -0,0 +1,91 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", + "migrateDataCenterName": "datacenter1", + "workloadInstanceName": "iisWorkload", + "api-version": "2022-05-01-preview", + "parameters": { + "properties": { + "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "displayName": "AmeMigrationAgent", + "customProperties": { + "instanceType": "IISWorkload" + } + }, + "tags": {} + } + }, + "responses": { + "201": { + "body": { + "properties": { + "provisioningState": "Canceled", + "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "displayName": "AmeMigrationAgent", + "replicationHealth": "Normal", + "replicationState": "NotReplicatedStatesBegin", + "healthErrors": null, + "currentJob": { + "scenarioName": "AddOrUpdateMigrateDataCenter", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/jobs/AddOrUpdateMigrateDataCenterWorkflow", + "name": "AddOrUpdateMigrateDataCenterWorkflow", + "displayName": "AddOrUpdateMigrateDataCenter", + "state": "Pending", + "startTime": "2022-05-10T20:18:28.037Z", + "endTime": "2022-05-10T20:18:28.037Z" + }, + "allowedOperations": [ + "Add", + "Update" + ], + "customProperties": { + "instanceType": "IISWorkload" + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "name": "iisWorkload", + "type": null, + "systemData": null, + "tags": {} + }, + "headers": { + "Retry-After": "15", + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" + } + }, + "200": { + "body": { + "properties": { + "provisioningState": "Canceled", + "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "displayName": "AmeMigrationAgent", + "replicationHealth": "Normal", + "replicationState": "NotReplicatedStatesBegin", + "healthErrors": null, + "currentJob": { + "scenarioName": "AddOrUpdateMigrateDataCenter", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/jobs/AddOrUpdateMigrateDataCenterWorkflow", + "name": "AddOrUpdateMigrateDataCenterWorkflow", + "displayName": "AddOrUpdateMigrateDataCenter", + "state": "Pending", + "startTime": "2022-05-10T20:18:28.037Z", + "endTime": "2022-05-10T20:18:28.037Z" + }, + "allowedOperations": [ + "Add", + "Update" + ], + "customProperties": { + "instanceType": "IISWorkload" + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "name": "iisWorkload", + "type": null, + "systemData": null, + "tags": {} + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrate.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrate.json new file mode 100644 index 000000000000..a6467557726d --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrate.json @@ -0,0 +1,5305 @@ +{ + "swagger": "2.0", + "info": { + "title": "Azure Migrate Engine APIs", + "description": "A first party Azure service for migrating data centre workloads.", + "version": "2022-05-01-preview" + }, + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/deployedResources/{deployedResourceName}": { + "get": { + "tags": [ + "DeployedResource" + ], + "summary": "Gets the deployed resource.", + "description": "Gets the details of the deployed resource.", + "operationId": "DeployedResource_Get", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "deployedResourceName", + "description": "Workload deployment name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Returns DeployedResource Model on success.", + "schema": { + "$ref": "#/definitions/DeployedResourceModel" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-examples": { + "DeployedResource_Get": { + "$ref": "./examples/DeployedResource_Get.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/deployedResources": { + "get": { + "tags": [ + "DeployedResource" + ], + "summary": "Lists the deployed resources.", + "description": "Gets the list of deployed resources in the given migrateDataCenter.", + "operationId": "DeployedResource_List", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Returns DeployedResource Model Collection on success.", + "schema": { + "$ref": "#/definitions/DeployedResourceModelCollection" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "DeployedResource_List": { + "$ref": "./examples/DeployedResource_List.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/migrateAgents/{agentName}": { + "get": { + "tags": [ + "MigrateAgent" + ], + "summary": "Gets the MigrateAgent.", + "description": "Gets the details of the migrateDataCenter agent.", + "operationId": "MigrateAgent_Get", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "agentName", + "description": "MigrateAgent name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Returns MigrateAgent Model on success.", + "schema": { + "$ref": "#/definitions/MigrateAgentModel" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-examples": { + "MigrateAgent_Get": { + "$ref": "./examples/MigrateAgent_Get.json" + } + } + }, + "put": { + "tags": [ + "MigrateAgent" + ], + "summary": "Puts the MigrateAgent.", + "description": "Creates the migrateDataCenter agent.", + "operationId": "MigrateAgent_Create", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "agentName", + "description": "MigrateAgent name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + }, + { + "in": "body", + "name": "body", + "description": "MigrateAgent model.", + "schema": { + "$ref": "#/definitions/MigrateAgentModel" + } + } + ], + "responses": { + "201": { + "description": "Success", + "schema": { + "$ref": "#/definitions/MigrateAgentModel" + } + }, + "200": { + "description": "Success", + "schema": { + "$ref": "#/definitions/MigrateAgentModel" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + }, + "202": { + "description": "Returns success on creation.", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "MigrateAgent_Create": { + "$ref": "./examples/MigrateAgent_Create.json" + } + } + }, + "patch": { + "tags": [ + "MigrateAgent" + ], + "summary": "Updates the MigrateAgent.", + "description": "Updates the migrateDataCenter agent.", + "operationId": "MigrateAgent_Update", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "agentName", + "description": "MigrateAgent name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + }, + { + "in": "body", + "name": "body", + "description": "MigrateAgent model.", + "schema": { + "$ref": "#/definitions/MigrateAgentModel" + } + } + ], + "responses": { + "202": { + "description": "Success", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "200": { + "description": "Success", + "schema": { + "$ref": "#/definitions/MigrateAgentModel" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "MigrateAgent_Update": { + "$ref": "./examples/MigrateAgent_Update.json" + } + } + }, + "delete": { + "tags": [ + "MigrateAgent" + ], + "summary": "Deletes the MigrateAgent.", + "description": "Deletes the migrateDataCenter agent.", + "operationId": "MigrateAgent_Delete", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter Name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "agentName", + "description": "MigrateAgent Name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Success" + }, + "202": { + "description": "Returns success on deletion.", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "204": { + "description": "Success" + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "MigrateAgent_Delete": { + "$ref": "./examples/MigrateAgent_Delete.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/migrateAgents": { + "get": { + "tags": [ + "MigrateAgent" + ], + "summary": "Lists the MigrateAgents.", + "description": "Gets the list of migrateDataCenter agents in the given migrateDataCenter.", + "operationId": "MigrateAgent_List", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Returns MigrateAgent Model Collection on success.", + "schema": { + "$ref": "#/definitions/MigrateAgentModelCollection" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-examples": { + "MigrateAgent_List": { + "$ref": "./examples/MigrateAgent_List.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/migrateAgents/{agentName}/refresh": { + "post": { + "tags": [ + "MigrateAgent" + ], + "summary": "Refreshes the MigrateAgent.", + "description": "Refreshes the migrateDataCenter agent.", + "operationId": "MigrateAgent_Refresh", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "agentName", + "description": "MigrateAgent name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Success" + }, + "202": { + "description": "Returns success on refresh.", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "MigrateAgent_Refresh": { + "$ref": "./examples/MigrateAgent_Refresh.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/migrateAgents/{agentName}/operations/{operationId}": { + "get": { + "tags": [ + "MigrateAgent" + ], + "summary": "Gets the MigrateAgent operation status.", + "description": "Tracks the results of an asynchronous operation on the migrateDataCenter agent.", + "operationId": "MigrateAgentOperationStatus_Get", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "agentName", + "description": "MigrateAgent name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "operationId", + "description": "Operation Id.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { + "$ref": "#/definitions/OperationStatus" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-examples": { + "MigrateAgentOperationStatus_Get": { + "$ref": "./examples/MigrateAgentOperationStatus_Get.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}": { + "get": { + "tags": [ + "MigrateDataCenter" + ], + "summary": "Gets the migrate data center.", + "description": "Gets the details of the migrate data center.", + "operationId": "MigrateDataCenter_Get", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "Migrate data center name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Returns MigrateDataCenter Model on success.", + "schema": { + "$ref": "#/definitions/MigrateDataCenterModel" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-examples": { + "MigrateDataCenter_Get": { + "$ref": "./examples/MigrateDataCenter_Get.json" + } + } + }, + "put": { + "tags": [ + "MigrateDataCenter" + ], + "summary": "Puts the migrateDataCenter.", + "description": "Creates the migrateDataCenter.", + "operationId": "MigrateDataCenter_Create", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter Name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + }, + { + "in": "body", + "name": "body", + "description": "MigrateDataCenter properties.", + "schema": { + "$ref": "#/definitions/MigrateDataCenterModel" + } + } + ], + "responses": { + "201": { + "description": "Success", + "schema": { + "$ref": "#/definitions/MigrateDataCenterModel" + } + }, + "200": { + "description": "Success", + "schema": { + "$ref": "#/definitions/MigrateDataCenterModel" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + }, + "202": { + "description": "Returns success on creation.", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "MigrateDataCenter_Create": { + "$ref": "./examples/MigrateDataCenter_Create.json" + } + } + }, + "patch": { + "tags": [ + "MigrateDataCenter" + ], + "summary": "Updates the migrateDataCenter.", + "description": "Performs update on the migrateDataCenter.", + "operationId": "MigrateDataCenter_Update", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter Name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + }, + { + "in": "body", + "name": "body", + "description": "MigrateDataCenter properties.", + "schema": { + "$ref": "#/definitions/MigrateDataCenterModel" + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { + "$ref": "#/definitions/MigrateDataCenterModel" + } + }, + "202": { + "description": "Returns success on update.", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "MigrateDataCenter_Update": { + "$ref": "./examples/MigrateDataCenter_Update.json" + } + } + }, + "delete": { + "tags": [ + "MigrateDataCenter" + ], + "summary": "Deletes the migrateDataCenter.", + "description": "Removes the migrateDataCenter.", + "operationId": "MigrateDataCenter_Delete", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter Name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Success" + }, + "202": { + "description": "Returns success on deletion.", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "204": { + "description": "Success" + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "MigrateDataCenter_Delete": { + "$ref": "./examples/MigrateDataCenter_Delete.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/providers/Microsoft.Migrate/migrateDataCenters": { + "get": { + "tags": [ + "MigrateDataCenter" + ], + "summary": "Lists the migrateDataCenters.", + "description": "Gets the list of migrateDataCenters in the given subscription.", + "operationId": "MigrateDataCenter_ListBySubscription", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "in": "query", + "name": "continuationToken", + "description": "Continuation token from the previous call.", + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Returns MigrateDataCenter Model Collection on success.", + "schema": { + "$ref": "#/definitions/MigrateDataCenterModelCollection" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "MigrateDataCenter_ListBySubscription": { + "$ref": "./examples/MigrateDataCenter_ListBySubscription.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters": { + "get": { + "tags": [ + "MigrateDataCenter" + ], + "summary": "Lists the migrateDataCenters.", + "description": "Gets the list of migrateDataCenters in the given subscription and resource group.", + "operationId": "MigrateDataCenter_List", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "query", + "name": "continuationToken", + "description": "Continuation token from the previous call.", + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Returns MigrateDataCenter Model Collection on success.", + "schema": { + "$ref": "#/definitions/MigrateDataCenterModelCollection" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "MigrateDataCenter_List": { + "$ref": "./examples/MigrateDataCenter_List.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/statistics": { + "get": { + "tags": [ + "MigrateDataCenter" + ], + "summary": "Gets the migrateDataCenter statistics.", + "description": "Gets the statistics for the migrateDataCenter.", + "operationId": "MigrateDataCenterStatistics_Get", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Returns MigrateDataCenterStatistics Model on success.", + "schema": { + "$ref": "#/definitions/MigrateDataCenterStatisticsModel" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-examples": { + "MigrateDataCenterStatistics_Get": { + "$ref": "./examples/MigrateDataCenterStatistics_Get.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/operations/{operationId}": { + "get": { + "tags": [ + "MigrateDataCenter" + ], + "summary": "Gets the migrateDataCenter operation status.", + "description": "Tracks the results of an asynchronous operation on the migrateDataCenter.", + "operationId": "MigrateDataCenterOperationStatus_Get", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "operationId", + "description": "Operation Id.", + "required": true, + "type": "string" + }, + { + "in": "query", + "name": "OperationType", + "description": "The operation type.", + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { + "$ref": "#/definitions/OperationStatus" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-examples": { + "MigrateDataCenterOperationStatus_Get": { + "$ref": "./examples/MigrateDataCenterOperationStatus_Get.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/jobs/{workflowName}": { + "get": { + "tags": [ + "Workflow" + ], + "summary": "Gets the workflow.", + "description": "Gets the details of the job.", + "operationId": "Workflow_Get", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "workflowName", + "description": "Workflow name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Returns Workflow Model on success.", + "schema": { + "$ref": "#/definitions/WorkflowModel" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-examples": { + "Workflow_Get": { + "$ref": "./examples/Workflow_Get.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/jobs": { + "get": { + "tags": [ + "Workflow" + ], + "summary": "Lists the workflows.", + "description": "Gets the list of jobs in the given migrateDataCenter.", + "operationId": "Workflow_List", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "query", + "name": "$filter", + "description": "Filter string.", + "type": "string" + }, + { + "in": "query", + "name": "continuationToken", + "description": "Continuation token.", + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Returns Workflow Model Collection on success.", + "schema": { + "$ref": "#/definitions/WorkflowModelCollection" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Workflow_List": { + "$ref": "./examples/Workflow_List.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/jobs/{workflowName}/operations/{operationId}": { + "get": { + "tags": [ + "Workflow" + ], + "summary": "Gets the workflow operation status.", + "description": "Tracks the results of an asynchronous operation on the job.", + "operationId": "WorkflowOperationStatus_Get", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "workflowName", + "description": "Workflow name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "operationId", + "description": "Operation Id.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { + "$ref": "#/definitions/OperationStatus" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-examples": { + "WorkflowOperationStatus_Get": { + "$ref": "./examples/WorkflowOperationStatus_Get.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}": { + "get": { + "tags": [ + "WorkloadDeployment" + ], + "summary": "Gets the workload deployment.", + "description": "Gets the details of the workload deployment.", + "operationId": "WorkloadDeployment_Get", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "workloadDeploymentName", + "description": "Workload deployment name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Returns WorkloadDeployment Model on success.", + "schema": { + "$ref": "#/definitions/WorkloadDeploymentModel" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-examples": { + "WorkloadDeployment_Get": { + "$ref": "./examples/WorkloadDeployment_Get.json" + } + } + }, + "put": { + "tags": [ + "WorkloadDeployment" + ], + "summary": "Puts the workload deployment.", + "description": "Creates the workload deployment.", + "operationId": "WorkloadDeployment_Create", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "workloadDeploymentName", + "description": "Workload deployment name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + }, + { + "in": "body", + "name": "body", + "description": "Workload deployment model.", + "schema": { + "$ref": "#/definitions/WorkloadDeploymentModel" + } + } + ], + "responses": { + "201": { + "description": "Success", + "schema": { + "$ref": "#/definitions/WorkloadDeploymentModel" + } + }, + "200": { + "description": "Success", + "schema": { + "$ref": "#/definitions/WorkloadDeploymentModel" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + }, + "202": { + "description": "Returns success on creation.", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "WorkloadDeployment_Create": { + "$ref": "./examples/WorkloadDeployment_Create.json" + } + } + }, + "patch": { + "tags": [ + "WorkloadDeployment" + ], + "summary": "Updates the workload deployment.", + "description": "Performs update on the workload deployment.", + "operationId": "WorkloadDeployment_Update", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "workloadDeploymentName", + "description": "Workload deployment name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + }, + { + "in": "body", + "name": "body", + "description": "Workload deployment model.", + "schema": { + "$ref": "#/definitions/WorkloadDeploymentModel" + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { + "$ref": "#/definitions/WorkloadDeploymentModel" + } + }, + "202": { + "description": "Success", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "WorkloadDeployment_Update": { + "$ref": "./examples/WorkloadDeployment_Update.json" + } + } + }, + "delete": { + "tags": [ + "WorkloadDeployment" + ], + "summary": "Deletes the workload deployment.", + "description": "Removes the workload deployment.", + "operationId": "WorkloadDeployment_Delete", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "workloadDeploymentName", + "description": "Workload deployment name.", + "required": true, + "type": "string" + }, + { + "in": "query", + "name": "forceDelete", + "description": "A flag indicating whether to do force delete or not.", + "type": "boolean" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Success" + }, + "202": { + "description": "Success", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "204": { + "description": "Success" + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "WorkloadDeployment_Delete": { + "$ref": "./examples/WorkloadDeployment_Delete.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments": { + "get": { + "tags": [ + "WorkloadDeployment" + ], + "summary": "Lists the workload deployments.", + "description": "Gets the list of workload deployments in the given migrateDataCenter.", + "operationId": "WorkloadDeployment_List", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Returns WorkloadDeployment Model Collection on success.", + "schema": { + "$ref": "#/definitions/WorkloadDeploymentModelCollection" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "WorkloadDeployment_List": { + "$ref": "./examples/WorkloadDeployment_List.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/getSecrets": { + "post": { + "tags": [ + "WorkloadDeployment" + ], + "summary": "Gets the workload deployment secrets.", + "description": "Gets the secrets of the workload deployment.", + "operationId": "WorkloadDeployment_GetSecretConfigurations", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "workloadDeploymentName", + "description": "Workload deployment name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Returns WorkloadDeployment Model on success.", + "schema": { + "$ref": "#/definitions/WorkloadDeploymentModel" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-examples": { + "WorkloadDeployment_GetSecretConfigurations": { + "$ref": "./examples/WorkloadDeployment_GetSecretConfigurations.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/buildContainerImage": { + "post": { + "tags": [ + "WorkloadDeployment" + ], + "summary": "Build container image.", + "description": "Performs the build container image action on the workload deployment.", + "operationId": "WorkloadDeployment_BuildContainerImage", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "workloadDeploymentName", + "description": "Workload deployment name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + }, + { + "in": "body", + "name": "body", + "description": "Build container image model.", + "schema": { + "$ref": "#/definitions/BuildContainerImageModel" + } + } + ], + "responses": { + "202": { + "description": "Success", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "204": { + "description": "Success" + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "WorkloadDeployment_BuildContainerImage": { + "$ref": "./examples/WorkloadDeployment_BuildContainerImage.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/testMigrate": { + "post": { + "tags": [ + "WorkloadDeployment" + ], + "summary": "Performs test migrate.", + "description": "Performs the test migrate on the workload deployment.", + "operationId": "WorkloadDeployment_TestMigrate", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "workloadDeploymentName", + "description": "Workload deployment name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + }, + { + "in": "body", + "name": "body", + "description": "Test migrate model.", + "schema": { + "$ref": "#/definitions/TestMigrateModel" + } + } + ], + "responses": { + "202": { + "description": "Success", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "204": { + "description": "Success" + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "WorkloadDeployment_TestMigrate": { + "$ref": "./examples/WorkloadDeployment_TestMigrate.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/testMigrateCleanup": { + "post": { + "tags": [ + "WorkloadDeployment" + ], + "summary": "Performs test migrate cleanup.", + "description": "Performs the test migrate cleanup on the workload deployment.", + "operationId": "WorkloadDeployment_TestMigrateCleanup", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "workloadDeploymentName", + "description": "Workload deployment name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + }, + { + "in": "body", + "name": "body", + "description": "Test migrate cleanup model.", + "schema": { + "$ref": "#/definitions/TestMigrateCleanupModel" + } + } + ], + "responses": { + "202": { + "description": "Success", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "204": { + "description": "Success" + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "WorkloadDeployment_TestMigrateCleanup": { + "$ref": "./examples/WorkloadDeployment_TestMigrateCleanup.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/migrate": { + "post": { + "tags": [ + "WorkloadDeployment" + ], + "summary": "Performs migrate.", + "description": "Performs migrate on the workload deployment.", + "operationId": "WorkloadDeployment_Migrate", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "workloadDeploymentName", + "description": "Workload deployment name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + }, + { + "in": "body", + "name": "body", + "description": "Migrate model.", + "schema": { + "$ref": "#/definitions/MigrateModel" + } + } + ], + "responses": { + "202": { + "description": "Success", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "204": { + "description": "Success" + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "WorkloadDeployment_Migrate": { + "$ref": "./examples/WorkloadDeployment_Migrate.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/completeMigration": { + "post": { + "tags": [ + "WorkloadDeployment" + ], + "summary": "Performs complete migrate.", + "description": "Performs the complete migrate on the workload deployment.", + "operationId": "WorkloadDeployment_MigrateComplete", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "workloadDeploymentName", + "description": "Workload deployment name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "202": { + "description": "Success", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "204": { + "description": "Success" + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "WorkloadDeployment_MigrateComplete": { + "$ref": "./examples/WorkloadDeployment_MigrateComplete.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/operations/{operationId}": { + "get": { + "tags": [ + "WorkloadDeployment" + ], + "summary": "Gets the workload deployment operation status.", + "description": "Tracks the results of an asynchronous operation on the workload deployment.", + "operationId": "WorkloadDeploymentOperationStatus_Get", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "workloadDeploymentName", + "description": "Protected Item name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "operationId", + "description": "Operation Id.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { + "$ref": "#/definitions/OperationStatus" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-examples": { + "WorkloadDeploymentOperationStatus_Get": { + "$ref": "./examples/WorkloadDeploymentOperationStatus_Get.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadInstances/{workloadInstanceName}": { + "get": { + "tags": [ + "WorkloadInstance" + ], + "summary": "Gets the workload instance.", + "description": "Gets the details of the workload instance.", + "operationId": "WorkloadInstance_Get", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "workloadInstanceName", + "description": "Workload instance name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Returns Workload instance Model on success.", + "schema": { + "$ref": "#/definitions/WorkloadInstanceModel" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-examples": { + "WorkloadInstance_Get": { + "$ref": "./examples/WorkloadInstance_Get.json" + } + } + }, + "put": { + "tags": [ + "WorkloadInstance" + ], + "summary": "Puts the workload instance.", + "description": "Creates the workload instance in the given migrateDataCenter.", + "operationId": "WorkloadInstance_Create", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "workloadInstanceName", + "description": "Workload instance name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + }, + { + "in": "body", + "name": "body", + "description": "Workload instance model.", + "schema": { + "$ref": "#/definitions/WorkloadInstanceModel" + } + } + ], + "responses": { + "201": { + "description": "Success", + "schema": { + "$ref": "#/definitions/WorkloadInstanceModel" + } + }, + "200": { + "description": "Success", + "schema": { + "$ref": "#/definitions/WorkloadInstanceModel" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + }, + "202": { + "description": "Returns success on creation.", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "WorkloadInstance_Create": { + "$ref": "./examples/WorkloadInstance_Create.json" + } + } + }, + "patch": { + "tags": [ + "WorkloadInstance" + ], + "summary": "Updates the workload instance.", + "description": "Updates the workload instance in the given migrateDataCenter.", + "operationId": "WorkloadInstance_Update", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "workloadInstanceName", + "description": "Workload instance name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + }, + { + "in": "body", + "name": "body", + "description": "Workload instance model.", + "schema": { + "$ref": "#/definitions/WorkloadInstanceModel" + } + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { + "$ref": "#/definitions/WorkloadInstanceModel" + } + }, + "202": { + "description": "Success", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "WorkloadInstance_Update": { + "$ref": "./examples/WorkloadInstance_Update.json" + } + } + }, + "delete": { + "tags": [ + "WorkloadInstance" + ], + "summary": "Deletes the workload instance.", + "description": "Deletes the workload instance in the given migrateDataCenter.", + "operationId": "WorkloadInstance_Delete", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter Name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "workloadInstanceName", + "description": "Workload instance name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Success" + }, + "202": { + "description": "Returns success on deletion.", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "204": { + "description": "Success" + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "WorkloadInstance_Delete": { + "$ref": "./examples/WorkloadInstance_Delete.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadInstances": { + "get": { + "tags": [ + "WorkloadInstance" + ], + "summary": "Lists the workload instances.", + "description": "Gets the list of workload instances in the given migrateDataCenter.", + "operationId": "WorkloadInstance_List", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Returns Workload instance Model Collection on success.", + "schema": { + "$ref": "#/definitions/WorkloadInstanceModelCollection" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "WorkloadInstance_List": { + "$ref": "./examples/WorkloadInstance_List.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadInstances/{workloadInstanceName}/operations/{operationId}": { + "get": { + "tags": [ + "WorkloadInstance" + ], + "summary": "Gets the workload instance operation status.", + "description": "Tracks the results of an asynchronous operation on the workload instance.", + "operationId": "WorkloadInstanceOperationStatus_Get", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "migrateDataCenterName", + "description": "MigrateDataCenter name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "workloadInstanceName", + "description": "Workload instance name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "operationId", + "description": "Operation Id.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { + "$ref": "#/definitions/OperationStatus" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-examples": { + "WorkloadInstanceOperationStatus_Get": { + "$ref": "./examples/WorkloadInstanceOperationStatus_Get.json" + } + } + } + } + }, + "definitions": { + "ACRProperties": { + "description": "Class for ACR Properties.", + "type": "object", + "properties": { + "registryName": { + "description": "Gets or sets the azure container registry name.", + "type": "string" + }, + "tenantId": { + "description": "Gets or sets the tenant id.", + "type": "string" + }, + "subscriptionId": { + "description": "Gets or sets the subscription id of the resource.", + "type": "string" + }, + "resourceGroup": { + "description": "Gets or sets the resource group of the resource.", + "type": "string" + } + } + }, + "AKSDeploymentProperties": { + "description": "Class for AKSDeployment Properties.", + "type": "object", + "properties": { + "aksClusterName": { + "description": "Gets or sets the AKS cluster name.", + "type": "string" + }, + "tenantId": { + "description": "Gets or sets the tenant id.", + "type": "string" + }, + "subscriptionId": { + "description": "Gets or sets the subscription id of the resource.", + "type": "string" + }, + "resourceGroup": { + "description": "Gets or sets the resource group of the resource.", + "type": "string" + } + } + }, + "AKSDeploymentSpecification": { + "description": "AKS Deployment Specification.", + "type": "object", + "properties": { + "kubernetesObjectsYaml": { + "description": "Gets or sets the Merged Deployment and service Yaml.", + "type": "string" + }, + "replicaCount": { + "description": "Gets or sets the replica count to be created in AKS.", + "type": "string" + }, + "loadBalancerType": { + "description": "Gets or sets the load balancer type.", + "enum": [ + "Private", + "Public" + ], + "type": "string", + "x-ms-enum": { + "name": "LoadBalancerType", + "modelAsString": true + } + } + } + }, + "ApacheTomcatAKSWorkloadDeployment": { + "description": "ApacheTomcat web application.", + "type": "object", + "properties": { + "clusterProperties": { + "$ref": "#/definitions/AKSDeploymentProperties" + }, + "deploymentSpec": { + "$ref": "#/definitions/AKSDeploymentSpecification" + }, + "monitoringProperties": { + "$ref": "#/definitions/AppInsightMonitoringProperties" + }, + "deploymentHistory": { + "description": "Gets or sets the deployment history.", + "type": "array", + "items": { + "$ref": "#/definitions/DeployedResourcesProperties" + }, + "readOnly": true + }, + "deploymentNamePrefix": { + "description": "Gets or sets the deployment name prefix.", + "type": "string" + }, + "automationArtifactProperties": { + "$ref": "#/definitions/AutomationArtifact" + }, + "directories": { + "description": "Gets or sets application directories.", + "type": "array", + "items": { + "$ref": "#/definitions/WebApplicationDirectory" + } + }, + "configurations": { + "description": "Gets or sets application configuration.", + "type": "array", + "items": { + "$ref": "#/definitions/WebApplicationConfiguration" + } + }, + "containerImageProperties": { + "$ref": "#/definitions/ContainerImageProperties" + }, + "buildContainerImages": { + "description": "Gets or sets the build container images.", + "type": "array", + "items": { + "$ref": "#/definitions/ContainerImageProperties" + } + }, + "bindings": { + "description": "Gets or sets the bindings for the application.", + "type": "array", + "items": { + "$ref": "#/definitions/Binding" + } + }, + "requests": { + "$ref": "#/definitions/ResourceRequirements" + }, + "limits": { + "$ref": "#/definitions/ResourceRequirements" + }, + "targetPlatformIdentity": { + "description": "Gets or sets the target platform managed identity.", + "type": "string" + } + } + }, + "ApacheTomcatAKSWorkloadDeploymentModelCustomProperties": { + "description": "ApacheTomcat workload instance model custom properties.", + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/WorkloadDeploymentModelCustomProperties" + } + ], + "properties": { + "apacheTomcatAksWorkloadDeploymentProperties": { + "$ref": "#/definitions/ApacheTomcatAKSWorkloadDeployment" + } + } + }, + "ApacheTomcatWebApplication": { + "description": "ApacheTomcat web application.", + "type": "object", + "properties": { + "applicationId": { + "description": "Gets the web application id.", + "type": "string", + "readOnly": true + }, + "applicationName": { + "description": "Gets the web application name.", + "type": "string", + "readOnly": true + }, + "webServerId": { + "description": "Gets the web server id.", + "type": "string", + "readOnly": true + }, + "webServerName": { + "description": "Gets the web server name.", + "type": "string", + "readOnly": true + }, + "displayName": { + "description": "Gets the display name.", + "type": "string", + "readOnly": true + }, + "directories": { + "description": "Gets or sets application directories.", + "type": "array", + "items": { + "$ref": "#/definitions/WebApplicationDirectory" + } + }, + "configurations": { + "description": "Gets or sets application configuration.", + "type": "array", + "items": { + "$ref": "#/definitions/WebApplicationConfiguration" + } + }, + "path": { + "$ref": "#/definitions/DirectoryPath" + }, + "bindings": { + "description": "Gets or sets the bindings for the application.", + "type": "array", + "items": { + "$ref": "#/definitions/Binding" + } + }, + "primaryFramework": { + "$ref": "#/definitions/WebApplicationFramework" + }, + "discoveredFrameworks": { + "description": "Gets or sets the discovered frameworks of application.", + "type": "array", + "items": { + "$ref": "#/definitions/WebApplicationFramework" + } + }, + "requests": { + "$ref": "#/definitions/ResourceRequirements" + }, + "limits": { + "$ref": "#/definitions/ResourceRequirements" + } + } + }, + "ApacheTomcatWorkloadInstanceModelCustomProperties": { + "description": "ApacheTomcat workload instance model custom properties.", + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/WorkloadInstanceModelCustomProperties" + } + ], + "properties": { + "apacheTomcatWebApplication": { + "$ref": "#/definitions/ApacheTomcatWebApplication" + } + } + }, + "AppInsightMonitoringProperties": { + "description": "Class for app insight monitoring properties.", + "type": "object", + "properties": { + "subscriptionId": { + "description": "Gets or sets the subscription id of the resource.", + "type": "string" + }, + "resourceGroup": { + "description": "Gets or sets the resource group of the resource.", + "type": "string" + }, + "appInsightsName": { + "description": "Gets or sets the app insights name.", + "type": "string" + }, + "region": { + "description": "Gets or sets the region.", + "type": "string" + }, + "isEnabled": { + "description": "Gets or sets a value indicating whether monitoring is enabled.", + "type": "boolean" + }, + "secretStoreDetails": { + "$ref": "#/definitions/SecretStoreDetails" + } + } + }, + "ArmError": { + "description": "ARM error.", + "type": "object", + "properties": { + "Error": { + "$ref": "#/definitions/ArmErrorInfo" + } + } + }, + "ArmErrorInfo": { + "description": "Arm error information.", + "type": "object", + "properties": { + "Code": { + "description": "Gets or sets the error code returned by the service.", + "type": "string" + }, + "Message": { + "description": "Gets or sets error Message returned by the service.", + "type": "string" + } + } + }, + "AutomationArtifact": { + "description": "Class for automation artifact.", + "type": "object", + "properties": { + "artifacts": { + "description": "Gets or sets the artifacts.", + "type": "object", + "additionalProperties": { + "type": "string" + } + } + } + }, + "AzureFileShareHydrationProfile": { + "description": "Azure file share profile for hydration of application folders not mounted on\r\nthe container file system.", + "type": "object", + "properties": { + "azureFileShareName": { + "description": "Gets or sets the name of the azure file share.", + "type": "string" + }, + "azureFileShareSubscriptionId": { + "description": "Gets or sets the subscription id of the azure file share.", + "type": "string" + }, + "azureFileShareResourceGroup": { + "description": "Gets or sets the name of the azure file share resource group.", + "type": "string" + }, + "azureFileShareStorageAccount": { + "description": "Gets or sets the name of the azure file share storage account.", + "type": "string" + } + } + }, + "Binding": { + "description": "Binding for a web application.", + "type": "object", + "properties": { + "port": { + "description": "Gets or sets the application port.", + "type": "string" + }, + "portMapping": { + "$ref": "#/definitions/PortMapping" + }, + "cert": { + "$ref": "#/definitions/Cert" + }, + "hostName": { + "description": "Gets or sets the binding host name.", + "type": "string" + }, + "protocol": { + "description": "Gets or sets the protocol.", + "type": "string" + }, + "ipAddress": { + "description": "Gets or sets the IP Address.", + "type": "string" + } + } + }, + "BuildContainerImageModel": { + "description": "BuildContainerImage model.", + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/ContainerImageProperties" + } + } + }, + "Cert": { + "description": "WebApplication certificate.", + "type": "object", + "properties": { + "certNeeded": { + "description": "Gets or sets a value indicating whether certificate is needed or not.", + "type": "boolean" + }, + "certProvided": { + "description": "Gets or sets a value indicating whether certificate is provided or not.", + "type": "boolean" + }, + "secretStore": { + "description": "Gets or sets the type of secret store for the certificate.", + "enum": [ + "None", + "KubeSecret", + "KeyVaultSecret", + "AppServiceAppSettings" + ], + "type": "string", + "x-ms-enum": { + "name": "SecretStoreType", + "modelAsString": true + } + } + } + }, + "ContainerImageProperties": { + "description": "Class for container image properties.", + "type": "object", + "properties": { + "dockerfile": { + "description": "Gets or sets the dockerfile for the container image.", + "type": "string" + }, + "registryProperties": { + "$ref": "#/definitions/ACRProperties" + }, + "imageTag": { + "description": "Gets or sets the container image tag.", + "type": "string" + }, + "imageName": { + "description": "Gets or sets the container image name.", + "type": "string" + } + } + }, + "DeployedResourceModel": { + "description": "DeployedResource model.", + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/DeployedResourceModelProperties" + }, + "id": { + "description": "Gets or sets the Id of the resource.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "Gets or sets the name of the resource.", + "type": "string", + "readOnly": true + }, + "type": { + "description": "Gets or sets the type of the resource.", + "type": "string", + "readOnly": true + }, + "systemData": { + "allOf": [ + { + "$ref": "#/definitions/SystemDataModel" + } + ], + "readOnly": true + }, + "tags": { + "description": "Gets or sets the resource tags.", + "type": "object", + "additionalProperties": { + "type": "string" + } + } + }, + "x-ms-azure-resource": true + }, + "DeployedResourceModelCollection": { + "description": "DeployedResource model collection.", + "type": "object", + "properties": { + "value": { + "description": "Gets or sets the list of deployedResources.", + "type": "array", + "items": { + "$ref": "#/definitions/DeployedResourceModel" + } + }, + "nextLink": { + "description": "Gets or sets the value of next link.", + "type": "string" + } + } + }, + "DeployedResourceModelProperties": { + "description": "DeployedResource properties.", + "type": "object", + "properties": { + "deploymentDetails": { + "description": "Gets or sets the deployment details.", + "type": "object", + "additionalProperties": { + "type": "string" + }, + "readOnly": true + }, + "workloadDeploymentId": { + "description": "Gets or sets the workload deployment id.", + "type": "string", + "readOnly": true + }, + "displayName": { + "description": "Gets or sets the name of deployed resources.", + "type": "string", + "readOnly": true + }, + "context": { + "description": "Gets or sets the context of deployed resources.", + "type": "string", + "readOnly": true + }, + "status": { + "description": "Gets or sets the status of deployed resources.", + "type": "string", + "readOnly": true + }, + "type": { + "description": "Gets or sets the type of deployed resources.", + "type": "string", + "readOnly": true + }, + "healthErrors": { + "description": "Gets or sets the list of health errors.", + "type": "array", + "items": { + "$ref": "#/definitions/HealthErrorModel" + }, + "readOnly": true + } + } + }, + "DeployedResourcesProperties": { + "description": "Class for deployed resource properties.", + "type": "object", + "properties": { + "deployedResourceId": { + "description": "Gets or sets the deployed resource id.", + "type": "string", + "readOnly": true + }, + "displayName": { + "description": "Gets or sets the name of deployed resources.", + "type": "string", + "readOnly": true + }, + "context": { + "description": "Gets or sets the context of deployed resources.", + "type": "string", + "readOnly": true + }, + "status": { + "description": "Gets or sets the status of deployed resources.", + "type": "string", + "readOnly": true + }, + "type": { + "description": "Gets or sets the type of deployed resources.", + "type": "string", + "readOnly": true + }, + "healthErrors": { + "description": "Gets or sets the list of health errors.", + "type": "array", + "items": { + "$ref": "#/definitions/HealthErrorModel" + }, + "readOnly": true + } + } + }, + "DirectoryPath": { + "description": "Second level entity for virtual directories.", + "type": "object", + "properties": { + "virtual": { + "description": "Gets or sets the virtual path for the directory.", + "type": "string" + }, + "physical": { + "description": "Gets or sets the physical path of the directory on the web server.", + "type": "string" + } + } + }, + "ErrorModel": { + "description": "Error model.", + "type": "object", + "properties": { + "code": { + "description": "Gets or sets the error code.", + "type": "string", + "readOnly": true + }, + "type": { + "description": "Gets or sets the error type.", + "type": "string", + "readOnly": true + }, + "severity": { + "description": "Gets or sets the error severity.", + "type": "string", + "readOnly": true + }, + "creationTime": { + "format": "date-time", + "description": "Gets or sets the creation time of error.", + "type": "string", + "readOnly": true + }, + "message": { + "description": "Gets or sets the error message.", + "type": "string", + "readOnly": true + }, + "causes": { + "description": "Gets or sets the possible causes of error.", + "type": "string", + "readOnly": true + }, + "recommendation": { + "description": "Gets or sets the recommended action to resolve error.", + "type": "string", + "readOnly": true + } + } + }, + "HealthErrorModel": { + "description": "Health error model.", + "type": "object", + "properties": { + "affectedResourceType": { + "description": "Gets or sets the type of affected resource type.", + "type": "string" + }, + "affectedResourceCorrelationIds": { + "description": "Gets or sets the list of affected resource correlation Ids. This can be used to\r\nuniquely identify the count of items affected by a specific category and severity\r\nas well as count of item affected by an specific issue.", + "type": "array", + "items": { + "type": "string" + } + }, + "childErrors": { + "description": "Gets or sets a list of child health errors associated with this error.", + "type": "array", + "items": { + "$ref": "#/definitions/InnerHealthErrorModel" + } + }, + "code": { + "description": "Gets or sets the error code.", + "type": "string", + "readOnly": true + }, + "healthCategory": { + "description": "Gets or sets the health category.", + "type": "string", + "readOnly": true + }, + "category": { + "description": "Gets or sets the error category.", + "type": "string", + "readOnly": true + }, + "severity": { + "description": "Gets or sets the error severity.", + "type": "string", + "readOnly": true + }, + "source": { + "description": "Gets or sets the error source.", + "type": "string", + "readOnly": true + }, + "creationTime": { + "format": "date-time", + "description": "Gets or sets the error creation time.", + "type": "string", + "readOnly": true + }, + "isCustomerResolvable": { + "description": "Gets or sets a value indicating whether the error is customer resolvable.", + "type": "boolean", + "readOnly": true + }, + "summary": { + "description": "Gets or sets the error summary.", + "type": "string", + "readOnly": true + }, + "message": { + "description": "Gets or sets the error message.", + "type": "string", + "readOnly": true + }, + "causes": { + "description": "Gets or sets possible causes of the error.", + "type": "string", + "readOnly": true + }, + "recommendation": { + "description": "Gets or sets recommended action to resolve the error.", + "type": "string", + "readOnly": true + } + } + }, + "IdentityModel": { + "description": "Identity model.", + "type": "object", + "properties": { + "tenantId": { + "description": "Gets or sets the tenant Id of the SPN with which MigrateAgent communicates to service.", + "type": "string" + }, + "applicationId": { + "description": "Gets or sets the client/application Id of the SPN with which MigrateAgent communicates to\r\nservice.", + "type": "string" + }, + "objectId": { + "description": "Gets or sets the object Id of the SPN with which MigrateAgent communicates to service.", + "type": "string" + }, + "audience": { + "description": "Gets or sets the audience of the SPN with which MigrateAgent communicates to service.", + "type": "string" + }, + "aadAuthority": { + "description": "Gets or sets the authority of the SPN with which MigrateAgent communicates to service.", + "type": "string" + } + } + }, + "IISAKSWorkloadDeployment": { + "description": "IIS AKS workload deployment.", + "type": "object", + "properties": { + "clusterProperties": { + "$ref": "#/definitions/AKSDeploymentProperties" + }, + "deploymentSpec": { + "$ref": "#/definitions/AKSDeploymentSpecification" + }, + "monitoringProperties": { + "$ref": "#/definitions/AppInsightMonitoringProperties" + }, + "deploymentHistory": { + "description": "Gets or sets the deployment history.", + "type": "array", + "items": { + "$ref": "#/definitions/DeployedResourcesProperties" + }, + "readOnly": true + }, + "deploymentNamePrefix": { + "description": "Gets or sets the deployment name prefix.", + "type": "string" + }, + "automationArtifactProperties": { + "$ref": "#/definitions/AutomationArtifact" + }, + "directories": { + "description": "Gets or sets application directories.", + "type": "array", + "items": { + "$ref": "#/definitions/WebApplicationDirectory" + } + }, + "configurations": { + "description": "Gets or sets application configuration.", + "type": "array", + "items": { + "$ref": "#/definitions/WebApplicationConfiguration" + } + }, + "containerImageProperties": { + "$ref": "#/definitions/ContainerImageProperties" + }, + "buildContainerImages": { + "description": "Gets or sets the build container images.", + "type": "array", + "items": { + "$ref": "#/definitions/ContainerImageProperties" + } + }, + "bindings": { + "description": "Gets or sets the bindings for the application.", + "type": "array", + "items": { + "$ref": "#/definitions/Binding" + } + }, + "requests": { + "$ref": "#/definitions/ResourceRequirements" + }, + "limits": { + "$ref": "#/definitions/ResourceRequirements" + }, + "targetPlatformIdentity": { + "description": "Gets or sets the target platform managed identity.", + "type": "string" + } + } + }, + "IISAKSWorkloadDeploymentModelCustomProperties": { + "description": "IIS workload instance model custom properties.", + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/WorkloadDeploymentModelCustomProperties" + } + ], + "properties": { + "iisAksWorkloadDeploymentProperties": { + "$ref": "#/definitions/IISAKSWorkloadDeployment" + } + } + }, + "IISApplicationDetails": { + "description": "IISApplication details.", + "type": "object", + "properties": { + "applicationPoolName": { + "description": "Gets or sets the application pool name.", + "type": "string" + }, + "managedPipelineMode": { + "description": "Gets or sets the managed pipeline mode.", + "type": "string" + }, + "runtimeVersion": { + "description": "Gets or sets the runtime version.", + "type": "string" + }, + "enable32BitApiOnWin64": { + "description": "Gets or sets a value indicating whether 32 bit applications are allowed to run on 64 bit.", + "type": "boolean" + }, + "path": { + "$ref": "#/definitions/DirectoryPath" + }, + "directories": { + "description": "Gets or sets the list of directories.", + "type": "array", + "items": { + "$ref": "#/definitions/DirectoryPath" + } + } + } + }, + "IISVirtualApplicationDetails": { + "description": "IIS virtual application details.", + "type": "object", + "properties": { + "isVirtualDirectory": { + "description": "Gets a value indicating whether the application corresponds to a directory.", + "type": "boolean", + "readOnly": true + }, + "path": { + "$ref": "#/definitions/DirectoryPath" + }, + "directories": { + "description": "Gets or sets the list of directories.", + "type": "array", + "items": { + "$ref": "#/definitions/DirectoryPath" + } + } + } + }, + "IISWebApplication": { + "description": "IISWeb application.", + "type": "object", + "properties": { + "applications": { + "description": "Gets or sets the list of applications for the IIS web site.", + "type": "array", + "items": { + "$ref": "#/definitions/IISApplicationDetails" + } + }, + "virtualApplications": { + "description": "Gets or sets the list of application units for the web site.", + "type": "array", + "items": { + "$ref": "#/definitions/IISVirtualApplicationDetails" + } + }, + "iisWebServer": { + "$ref": "#/definitions/IISWebServer" + }, + "applicationId": { + "description": "Gets the web application id.", + "type": "string", + "readOnly": true + }, + "applicationName": { + "description": "Gets the web application name.", + "type": "string", + "readOnly": true + }, + "webServerId": { + "description": "Gets the web server id.", + "type": "string", + "readOnly": true + }, + "webServerName": { + "description": "Gets the web server name.", + "type": "string", + "readOnly": true + }, + "displayName": { + "description": "Gets the display name.", + "type": "string", + "readOnly": true + }, + "directories": { + "description": "Gets or sets application directories.", + "type": "array", + "items": { + "$ref": "#/definitions/WebApplicationDirectory" + } + }, + "configurations": { + "description": "Gets or sets application configuration.", + "type": "array", + "items": { + "$ref": "#/definitions/WebApplicationConfiguration" + } + }, + "path": { + "$ref": "#/definitions/DirectoryPath" + }, + "bindings": { + "description": "Gets or sets the bindings for the application.", + "type": "array", + "items": { + "$ref": "#/definitions/Binding" + } + }, + "primaryFramework": { + "$ref": "#/definitions/WebApplicationFramework" + }, + "discoveredFrameworks": { + "description": "Gets or sets the discovered frameworks of application.", + "type": "array", + "items": { + "$ref": "#/definitions/WebApplicationFramework" + } + }, + "requests": { + "$ref": "#/definitions/ResourceRequirements" + }, + "limits": { + "$ref": "#/definitions/ResourceRequirements" + } + } + }, + "IISWebServer": { + "description": "IISWeb server.", + "type": "object", + "properties": { + "serverId": { + "description": "Gets the web server id.", + "type": "string", + "readOnly": true + }, + "serverName": { + "description": "Gets the web server name.", + "type": "string", + "readOnly": true + }, + "rootConfigurationLocation": { + "description": "Gets the server root configuration location.", + "type": "string", + "readOnly": true + }, + "version": { + "description": "Gets the server version.", + "type": "string", + "readOnly": true + }, + "machines": { + "description": "Gets the list of machines.", + "type": "array", + "items": { + "type": "string" + }, + "readOnly": true + }, + "webApplications": { + "description": "Gets the list of web applications.", + "type": "array", + "items": { + "type": "string" + }, + "readOnly": true + }, + "displayName": { + "description": "Gets the display name.", + "type": "string", + "readOnly": true + }, + "serverFqdn": { + "description": "Gets the server FQDN.", + "type": "string", + "readOnly": true + }, + "runAsAccountId": { + "description": "Gets the run as account id.", + "type": "string", + "readOnly": true + }, + "operatingSystemDetails": { + "$ref": "#/definitions/OperatingSystemDetails" + } + } + }, + "IISWorkloadInstanceModelCustomProperties": { + "description": "IIS workload instance model custom properties.", + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/WorkloadInstanceModelCustomProperties" + } + ], + "properties": { + "iisWebApplication": { + "$ref": "#/definitions/IISWebApplication" + } + } + }, + "InnerHealthErrorModel": { + "description": "Inner health error model.", + "type": "object", + "properties": { + "code": { + "description": "Gets or sets the error code.", + "type": "string", + "readOnly": true + }, + "healthCategory": { + "description": "Gets or sets the health category.", + "type": "string", + "readOnly": true + }, + "category": { + "description": "Gets or sets the error category.", + "type": "string", + "readOnly": true + }, + "severity": { + "description": "Gets or sets the error severity.", + "type": "string", + "readOnly": true + }, + "source": { + "description": "Gets or sets the error source.", + "type": "string", + "readOnly": true + }, + "creationTime": { + "format": "date-time", + "description": "Gets or sets the error creation time.", + "type": "string", + "readOnly": true + }, + "isCustomerResolvable": { + "description": "Gets or sets a value indicating whether the error is customer resolvable.", + "type": "boolean", + "readOnly": true + }, + "summary": { + "description": "Gets or sets the error summary.", + "type": "string", + "readOnly": true + }, + "message": { + "description": "Gets or sets the error message.", + "type": "string", + "readOnly": true + }, + "causes": { + "description": "Gets or sets possible causes of the error.", + "type": "string", + "readOnly": true + }, + "recommendation": { + "description": "Gets or sets recommended action to resolve the error.", + "type": "string", + "readOnly": true + } + } + }, + "MigrateAgentModel": { + "description": "MigrateAgent model.", + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/MigrateAgentModelProperties" + }, + "id": { + "description": "Gets or sets the Id of the resource.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "Gets or sets the name of the resource.", + "type": "string", + "readOnly": true + }, + "type": { + "description": "Gets or sets the type of the resource.", + "type": "string", + "readOnly": true + }, + "systemData": { + "allOf": [ + { + "$ref": "#/definitions/SystemDataModel" + } + ], + "readOnly": true + }, + "tags": { + "description": "Gets or sets the resource tags.", + "type": "object", + "additionalProperties": { + "type": "string" + } + } + }, + "x-ms-azure-resource": true + }, + "MigrateAgentModelCollection": { + "description": "MigrateAgent model collection.", + "type": "object", + "properties": { + "value": { + "description": "Gets or sets the list of agents.", + "type": "array", + "items": { + "$ref": "#/definitions/MigrateAgentModel" + } + }, + "nextLink": { + "description": "Gets or sets the value of next link.", + "type": "string" + } + } + }, + "MigrateAgentModelCustomProperties": { + "description": "MigrateAgent model custom properties.", + "required": [ + "instanceType" + ], + "type": "object", + "properties": { + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "string" + } + }, + "discriminator": "instanceType" + }, + "MigrateAgentModelProperties": { + "description": "MigrateAgent model properties.", + "type": "object", + "properties": { + "correlationId": { + "description": "Gets or sets the MigrateAgent correlation Id.", + "type": "string", + "readOnly": true + }, + "machineId": { + "description": "Gets or sets the machine Id where MigrateAgent is running.", + "type": "string" + }, + "machineName": { + "description": "Gets or sets the machine name where MigrateAgent is running.", + "type": "string" + }, + "authenticationIdentity": { + "$ref": "#/definitions/IdentityModel" + }, + "isResponsive": { + "description": "Gets or sets a value indicating whether MigrateAgent is responsive.", + "type": "boolean", + "readOnly": true + }, + "lastHeartbeat": { + "format": "date-time", + "description": "Gets or sets the time when last heartbeat was sent by the MigrateAgent.", + "type": "string", + "readOnly": true + }, + "versionNumber": { + "description": "Gets or sets the MigrateAgent version.", + "type": "string", + "readOnly": true + }, + "provisioningState": { + "description": "Gets or sets the provisioning state of the MigrateAgent.", + "enum": [ + "Canceled", + "Creating", + "Deleting", + "Deleted", + "Failed", + "Succeeded", + "Updating" + ], + "type": "string", + "readOnly": true, + "x-ms-enum": { + "name": "ProvisioningState", + "modelAsString": true + } + }, + "healthErrors": { + "description": "Gets or sets the list of health errors.", + "type": "array", + "items": { + "$ref": "#/definitions/HealthErrorModel" + }, + "readOnly": true + }, + "customProperties": { + "$ref": "#/definitions/MigrateAgentModelCustomProperties" + } + } + }, + "MigrateDataCenterModel": { + "description": "MigrateDataCenter model.", + "type": "object", + "properties": { + "location": { + "description": "Gets or sets the location of the migrateDataCenter.", + "type": "string" + }, + "properties": { + "$ref": "#/definitions/MigrateDataCenterModelProperties" + }, + "id": { + "description": "Gets or sets the Id of the resource.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "Gets or sets the name of the resource.", + "type": "string", + "readOnly": true + }, + "type": { + "description": "Gets or sets the type of the resource.", + "type": "string", + "readOnly": true + }, + "systemData": { + "allOf": [ + { + "$ref": "#/definitions/SystemDataModel" + } + ], + "readOnly": true + }, + "tags": { + "description": "Gets or sets the resource tags.", + "type": "object", + "additionalProperties": { + "type": "string" + } + } + }, + "x-ms-azure-resource": true + }, + "MigrateDataCenterModelCollection": { + "description": "MigrateDataCenter model collection.", + "type": "object", + "properties": { + "value": { + "description": "Gets or sets the list of migrateDataCenters.", + "type": "array", + "items": { + "$ref": "#/definitions/MigrateDataCenterModel" + } + }, + "nextLink": { + "description": "Gets or sets the value of next link.", + "type": "string" + } + } + }, + "MigrateDataCenterModelProperties": { + "description": "MigrateDataCenter properties.", + "type": "object", + "properties": { + "provisioningState": { + "description": "Gets or sets the provisioning state of the migrateDataCenter.", + "enum": [ + "Canceled", + "Creating", + "Deleting", + "Deleted", + "Failed", + "Succeeded", + "Updating" + ], + "type": "string", + "readOnly": true, + "x-ms-enum": { + "name": "ProvisioningState", + "modelAsString": true + } + }, + "serviceResourceId": { + "description": "Gets or sets the service resource Id.", + "type": "string", + "readOnly": true + }, + "serviceEndpoint": { + "description": "Gets or sets the service endpoint.", + "type": "string", + "readOnly": true + }, + "migrationConfiguration": { + "$ref": "#/definitions/MigrationConfiguration" + } + } + }, + "MigrateDataCenterStatisticsModel": { + "description": "MigrateDataCenter statistics model.", + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/MigrateDataCenterStatisticsModelProperties" + } + } + }, + "MigrateDataCenterStatisticsModelProperties": { + "description": "MigrateDataCenter statistics properties.", + "type": "object", + "properties": { + "workloadDeploymentStatistics": { + "allOf": [ + { + "$ref": "#/definitions/WorkloadDeploymentStatisticsModel" + } + ], + "readOnly": true + }, + "jobStatistics": { + "allOf": [ + { + "$ref": "#/definitions/WorkflowStatisticsModel" + } + ], + "readOnly": true + }, + "workloadStatistics": { + "allOf": [ + { + "$ref": "#/definitions/WorkloadInstanceStatisticsModel" + } + ], + "readOnly": true + }, + "migrateDataCenterErrors": { + "description": "Gets or sets the list of migrateDataCenter health errors.", + "type": "array", + "items": { + "$ref": "#/definitions/HealthErrorModel" + }, + "readOnly": true + } + } + }, + "MigrateModel": { + "description": "Migrate model.", + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/MigrateModelProperties" + } + } + }, + "MigrateModelCustomProperties": { + "description": "Migrate model custom properties.", + "type": "object", + "properties": { + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "string" + } + } + }, + "MigrateModelProperties": { + "description": "Migrate model properties.", + "type": "object", + "properties": { + "customProperties": { + "$ref": "#/definitions/MigrateModelCustomProperties" + } + } + }, + "MigrateWorkflowModelCustomProperties": { + "description": "Migrate workflow model custom properties.", + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/WorkflowModelCustomProperties" + } + ], + "properties": { + "workloadDeploymentDetails": { + "description": "Gets or sets the failed over workload deployment details.", + "type": "array", + "items": { + "$ref": "#/definitions/MigrateWorkloadDeploymentProperties" + }, + "readOnly": true + } + } + }, + "MigrateWorkloadDeploymentProperties": { + "description": "Migrate properties of the workload deployment.", + "type": "object", + "properties": { + "workloadDeploymentName": { + "description": "Gets or sets the workload deployment name.", + "type": "string", + "readOnly": true + }, + "vmName": { + "description": "Gets or sets the VM name.", + "type": "string", + "readOnly": true + }, + "testVmName": { + "description": "Gets or sets the test VM name.", + "type": "string", + "readOnly": true + }, + "recoveryPointId": { + "description": "Gets or sets the recovery point Id.", + "type": "string", + "readOnly": true + }, + "recoveryPointTime": { + "format": "date-time", + "description": "Gets or sets the recovery point time.", + "type": "string", + "readOnly": true + }, + "networkName": { + "description": "Gets or sets the network name.", + "type": "string", + "readOnly": true + }, + "subnet": { + "description": "Gets or sets the network subnet.", + "type": "string", + "readOnly": true + } + } + }, + "MigrationConfiguration": { + "description": "MigrateDataCenter properties.", + "type": "object", + "properties": { + "storageAccountResourceId": { + "description": "Gets or sets the storage account resource Id.", + "type": "string" + }, + "keyVaultResourceId": { + "description": "Gets or sets the key vault resource Id.", + "type": "string" + }, + "migrationSolutionResourceId": { + "description": "Gets or sets the migration solution resource Id.", + "type": "string" + }, + "linkedAgents": { + "description": "Gets or sets the link agents.", + "type": "array", + "items": { + "type": "string" + }, + "readOnly": true + } + } + }, + "OperatingSystemDetails": { + "type": "object", + "properties": { + "OS": { + "enum": [ + "Windows", + "Linux" + ], + "type": "string", + "x-ms-enum": { + "name": "OperatingSystemType", + "modelAsString": true + } + }, + "OSName": { + "type": "string" + }, + "OSVersion": { + "type": "string" + } + } + }, + "OperationStatus": { + "description": "Defines the operation status.", + "type": "object", + "properties": { + "id": { + "description": "Gets or sets the Id.", + "type": "string" + }, + "name": { + "description": "Gets or sets the operation name.", + "type": "string" + }, + "status": { + "description": "Gets or sets the status of the operation. ARM expects the terminal status to be one of\r\nSucceeded/ Failed/ Canceled. All other values imply that the operation is still running.", + "type": "string" + }, + "startTime": { + "description": "Gets or sets the start time.", + "type": "string" + }, + "endTime": { + "description": "Gets or sets the end time.", + "type": "string" + } + } + }, + "PortMapping": { + "description": "WebApplication port mapping.", + "type": "object", + "properties": { + "internalPort": { + "format": "int32", + "description": "Gets or sets the Internal Port.", + "type": "integer" + }, + "externalPort": { + "format": "int32", + "description": "Gets or sets the External Port.", + "type": "integer" + } + } + }, + "ResourceRequirements": { + "description": "Resource Requirements.", + "type": "object", + "properties": { + "cpu": { + "description": "Gets or sets the Cpu requirement.", + "type": "string" + }, + "memory": { + "description": "Gets or sets the Memory requirement.", + "type": "string" + } + } + }, + "SecretStoreDetails": { + "type": "object", + "properties": { + "secretStore": { + "enum": [ + "None", + "KubeSecret", + "KeyVaultSecret", + "AppServiceAppSettings" + ], + "type": "string", + "x-ms-enum": { + "name": "SecretStoreType", + "modelAsString": true + } + }, + "secretStoreProperties": { + "$ref": "#/definitions/SecretStoreProperties" + } + } + }, + "SecretStoreProperties": { + "type": "object", + "properties": { + "secretStoreId": { + "type": "string" + } + } + }, + "SystemDataModel": { + "description": "System data required to be defined for Azure resources.", + "type": "object", + "properties": { + "createdBy": { + "description": "Gets or sets identity that created the resource.", + "type": "string" + }, + "createdByType": { + "description": "Gets or sets the type of identity that created the resource: user, application,\r\nmanagedIdentity.", + "type": "string" + }, + "createdAt": { + "format": "date-time", + "description": "Gets or sets the timestamp of resource creation (UTC).", + "type": "string" + }, + "lastModifiedBy": { + "description": "Gets or sets the identity that last modified the resource.", + "type": "string" + }, + "lastModifiedByType": { + "description": "Gets or sets the type of identity that last modified the resource: user, application,\r\nmanagedIdentity.", + "type": "string" + }, + "lastModifiedAt": { + "format": "date-time", + "description": "Gets or sets the timestamp of resource last modification (UTC).", + "type": "string" + } + } + }, + "TargetStorageProfile": { + "description": "Storage profile for the directory on the target container.", + "type": "object", + "properties": { + "storageAccessType": { + "description": "Gets or sets the target storage access type.", + "enum": [ + "Shared", + "Exclusive" + ], + "type": "string", + "x-ms-enum": { + "name": "TargetStorageAccessType", + "modelAsString": true + } + }, + "storageProjectionType": { + "description": "Gets or sets the target projection type.", + "enum": [ + "ContainerFileSystem", + "PersistentVolume" + ], + "type": "string", + "x-ms-enum": { + "name": "TargetStorageProjectionType", + "modelAsString": true + } + }, + "hydrationStorageProviderType": { + "description": "Gets or sets the storage provider type on the target.\r\nApplicable when StorageProjectionType is not ContainerFileSystem.", + "enum": [ + "AzureFileShare" + ], + "type": "string", + "x-ms-enum": { + "name": "TargetHydrationStorageProviderType", + "modelAsString": true + } + }, + "persistentVolumeId": { + "description": "Gets or sets the target persistent volume id.\r\nApplicable when StorageProjectionType is PersistentVolume and on using an\r\nexisting PersistentVolume.", + "type": "string" + }, + "targetName": { + "description": "Gets or sets the name of the projected volume on the target environment.", + "type": "string" + }, + "targetSize": { + "description": "Gets or sets the storage size on the target.\r\nApplicable when StorageProjectionType is PersistentVolume and on creating a new\r\nPersistentVolume.", + "type": "string" + }, + "azureFileShareProfile": { + "$ref": "#/definitions/AzureFileShareHydrationProfile" + } + } + }, + "TaskModel": { + "description": "Task model.", + "type": "object", + "properties": { + "taskName": { + "description": "Gets or sets the task name.", + "type": "string", + "readOnly": true + }, + "state": { + "description": "Gets or sets the task state.", + "enum": [ + "Pending", + "Started", + "Succeeded", + "Failed", + "Cancelled", + "Skipped" + ], + "type": "string", + "readOnly": true, + "x-ms-enum": { + "name": "TaskState", + "modelAsString": true + } + }, + "startTime": { + "format": "date-time", + "description": "Gets or sets the start time.", + "type": "string", + "readOnly": true + }, + "endTime": { + "format": "date-time", + "description": "Gets or sets the end time.", + "type": "string", + "readOnly": true + }, + "customProperties": { + "$ref": "#/definitions/TaskModelCustomProperties" + } + } + }, + "TaskModelCustomProperties": { + "description": "Task model custom properties.", + "type": "object", + "properties": { + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "string" + } + } + }, + "TestMigrateCleanupModel": { + "description": "Test migrate cleanup model.", + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/TestMigrateCleanupModelProperties" + } + } + }, + "TestMigrateCleanupModelProperties": { + "description": "Test migrate cleanup model properties.", + "type": "object", + "properties": { + "comments": { + "description": "Gets or sets the test migrate cleanup comments.", + "maxLength": 1024, + "type": "string" + } + } + }, + "TestMigrateCleanupWorkflowModelCustomProperties": { + "description": "Test migrate cleanup workflow model custom properties.", + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/WorkflowModelCustomProperties" + } + ], + "properties": { + "comments": { + "description": "Gets or sets the test migrate cleanup comments.", + "type": "string", + "readOnly": true + } + } + }, + "TestMigrateModel": { + "description": "Test migrate model.", + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/TestMigrateModelProperties" + } + } + }, + "TestMigrateModelProperties": { + "description": "Test migrate model properties.", + "type": "object", + "properties": { + "customProperties": { + "$ref": "#/definitions/WorkloadDeploymentModelCustomProperties" + } + } + }, + "TestMigrateWorkflowModelCustomProperties": { + "description": "Test migrate workflow model custom properties.", + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/WorkflowModelCustomProperties" + } + ], + "properties": { + "workloadDeploymentDetails": { + "description": "Gets or sets the test VM details.", + "type": "array", + "items": { + "$ref": "#/definitions/MigrateWorkloadDeploymentProperties" + }, + "readOnly": true + } + } + }, + "VMwareMigrateAgentModelCustomProperties": { + "description": "VMware MigrateAgent model custom properties.", + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/MigrateAgentModelCustomProperties" + } + ], + "properties": { + "biosId": { + "description": "Gets or sets the BIOS Id of the MigrateAgent machine.", + "type": "string" + } + } + }, + "WebApplicationConfiguration": { + "description": "Class for web application configurations.", + "type": "object", + "properties": { + "name": { + "description": "Gets or sets the configuration name.", + "type": "string" + }, + "filePath": { + "description": "Gets or sets the configuration file path.", + "type": "string" + }, + "section": { + "description": "Gets or sets the configuration section in the file.", + "type": "string" + }, + "type": { + "description": "Gets or sets the configuration type.", + "enum": [ + "IISConnectionString", + "IISAuthentication", + "ApacheTomcatContextResource" + ], + "type": "string", + "x-ms-enum": { + "name": "ConfigurationType", + "modelAsString": true + } + }, + "isDeploymentTimeEditable": { + "description": "Gets or sets a value indicating whether the configuration is edited or not by the user.", + "type": "boolean" + }, + "value": { + "description": "Gets or sets the configuration value.", + "type": "string" + }, + "identifier": { + "description": "Gets or sets the identifier for the configuration.", + "type": "string" + }, + "secretStoreDetails": { + "$ref": "#/definitions/SecretStoreDetails" + } + } + }, + "WebApplicationDirectory": { + "description": "WebApplication directory structure.", + "type": "object", + "properties": { + "id": { + "description": "Gets the unique id corresponding to the application directory.", + "type": "string", + "readOnly": true + }, + "isEditable": { + "description": "Gets or sets a value indicating whether the directory object is editable.\r\nTrue when the directory is added as an optional directory, false when discovery is done\r\nmanually.", + "type": "boolean" + }, + "sourcePaths": { + "description": "Gets or sets the paths of the directory on the source machine.", + "type": "array", + "items": { + "type": "string" + } + }, + "sourceSize": { + "description": "Gets or sets the size of the directory on the source machine.", + "type": "string" + }, + "storageProfile": { + "$ref": "#/definitions/TargetStorageProfile" + } + } + }, + "WebApplicationFramework": { + "description": "Framework specific data for a web application.", + "type": "object", + "properties": { + "name": { + "description": "Gets or sets Name of the framework.", + "type": "string" + }, + "version": { + "description": "Gets or sets Version of the framework.", + "type": "string" + } + } + }, + "WorkflowModel": { + "description": "Workflow model.", + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/WorkflowModelProperties" + }, + "id": { + "description": "Gets or sets the Id of the resource.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "Gets or sets the name of the resource.", + "type": "string", + "readOnly": true + }, + "type": { + "description": "Gets or sets the type of the resource.", + "type": "string", + "readOnly": true + }, + "systemData": { + "allOf": [ + { + "$ref": "#/definitions/SystemDataModel" + } + ], + "readOnly": true + }, + "tags": { + "description": "Gets or sets the resource tags.", + "type": "object", + "additionalProperties": { + "type": "string" + } + } + }, + "x-ms-azure-resource": true + }, + "WorkflowModelCollection": { + "description": "Workflow model collection.", + "type": "object", + "properties": { + "value": { + "description": "Gets or sets the list of workflows.", + "type": "array", + "items": { + "$ref": "#/definitions/WorkflowModel" + } + }, + "nextLink": { + "description": "Gets or sets the value of next link.", + "type": "string" + } + } + }, + "WorkflowModelCustomProperties": { + "description": "Workflow model custom properties.", + "required": [ + "instanceType" + ], + "type": "object", + "properties": { + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "string" + }, + "affectedObjectDetails": { + "description": "Gets or sets any custom properties of the affected object.", + "type": "object", + "additionalProperties": { + "type": "string" + }, + "readOnly": true + } + }, + "discriminator": "instanceType" + }, + "WorkflowModelProperties": { + "description": "Workflow model properties.", + "type": "object", + "properties": { + "displayName": { + "description": "Gets or sets the friendly display name.", + "type": "string", + "readOnly": true + }, + "state": { + "description": "Gets or sets the workflow state.", + "enum": [ + "Pending", + "Started", + "Cancelling", + "Succeeded", + "Failed", + "Cancelled", + "CompletedWithInformation", + "CompletedWithWarnings", + "CompletedWithErrors" + ], + "type": "string", + "readOnly": true, + "x-ms-enum": { + "name": "WorkflowState", + "modelAsString": true + } + }, + "startTime": { + "format": "date-time", + "description": "Gets or sets the start time.", + "type": "string", + "readOnly": true + }, + "endTime": { + "format": "date-time", + "description": "Gets or sets the end time.", + "type": "string", + "readOnly": true + }, + "objectId": { + "description": "Gets or sets the affected object Id.", + "type": "string", + "readOnly": true + }, + "objectName": { + "description": "Gets or sets the affected object name.", + "type": "string", + "readOnly": true + }, + "objectInternalId": { + "description": "Gets or sets the affected object internal Id.", + "type": "string", + "readOnly": true + }, + "objectInternalName": { + "description": "Gets or sets the affected object internal name.", + "type": "string", + "readOnly": true + }, + "objectType": { + "description": "Gets or sets the object type.", + "enum": [ + "MigrateDataCenter", + "MigrateAgent", + "WorkloadInstance", + "WorkloadDeployment" + ], + "type": "string", + "readOnly": true, + "x-ms-enum": { + "name": "WorkflowObjectType", + "modelAsString": true + } + }, + "workloadInstanceProviderId": { + "description": "Gets or sets the workload instance provider.", + "type": "string", + "readOnly": true + }, + "workloadDeploymentProviderId": { + "description": "Gets or sets the workload deployment provider.", + "type": "string", + "readOnly": true + }, + "allowedActions": { + "description": "Gets or sets the list of allowed actions on the workflow.", + "type": "array", + "items": { + "type": "string" + }, + "readOnly": true + }, + "activityId": { + "description": "Gets or sets the workflow activity id.", + "type": "string", + "readOnly": true + }, + "tasks": { + "description": "Gets or sets the list of tasks.", + "type": "array", + "items": { + "$ref": "#/definitions/TaskModel" + }, + "readOnly": true + }, + "errors": { + "description": "Gets or sets the list of errors.", + "type": "array", + "items": { + "$ref": "#/definitions/ErrorModel" + }, + "readOnly": true + }, + "customProperties": { + "$ref": "#/definitions/WorkflowModelCustomProperties" + } + } + }, + "WorkflowStatisticsModel": { + "description": "Workflow statistics.", + "type": "object", + "properties": { + "count": { + "format": "int64", + "description": "Gets or sets the resource count.", + "type": "integer", + "readOnly": true + }, + "categorizedCounts": { + "description": "Gets or sets the categorized resource counts.", + "type": "object", + "additionalProperties": { + "format": "int64", + "type": "integer" + }, + "readOnly": true + } + } + }, + "WorkloadDeploymentModel": { + "description": "Workload deployment model.", + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/WorkloadDeploymentModelProperties" + }, + "id": { + "description": "Gets or sets the Id of the resource.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "Gets or sets the name of the resource.", + "type": "string", + "readOnly": true + }, + "type": { + "description": "Gets or sets the type of the resource.", + "type": "string", + "readOnly": true + }, + "systemData": { + "allOf": [ + { + "$ref": "#/definitions/SystemDataModel" + } + ], + "readOnly": true + }, + "tags": { + "description": "Gets or sets the resource tags.", + "type": "object", + "additionalProperties": { + "type": "string" + } + } + }, + "x-ms-azure-resource": true + }, + "WorkloadDeploymentModelCollection": { + "description": "Workload deployment model collection.", + "type": "object", + "properties": { + "value": { + "description": "Gets or sets the list of workload deployments.", + "type": "array", + "items": { + "$ref": "#/definitions/WorkloadDeploymentModel" + } + }, + "nextLink": { + "description": "Gets or sets the value of next link.", + "type": "string" + } + } + }, + "WorkloadDeploymentModelCustomProperties": { + "description": "Workload deployment model custom properties.", + "required": [ + "instanceType" + ], + "type": "object", + "properties": { + "instanceType": { + "description": "Gets or sets the instance type.", + "enum": [ + "IISAKSWorkloadDeployment", + "ApacheTomcatAKSWorkloadDeployment" + ], + "type": "string", + "x-ms-enum": { + "name": "WorkloadDeploymentType", + "modelAsString": true + } + } + }, + "discriminator": "instanceType" + }, + "WorkloadDeploymentModelProperties": { + "description": "Workload deployment model properties.", + "type": "object", + "properties": { + "provisioningState": { + "description": "Gets or sets the provisioning state of the workload deployment.", + "enum": [ + "Canceled", + "Creating", + "Deleting", + "Deleted", + "Failed", + "Succeeded", + "Updating" + ], + "type": "string", + "readOnly": true, + "x-ms-enum": { + "name": "ProvisioningState", + "modelAsString": true + } + }, + "status": { + "description": "Gets or sets the workload deployment status.", + "enum": [ + "InitialReplication", + "ImageBuildPending", + "ReadyToTestMigrate", + "TestMigrating", + "CleanUpPending", + "ReadyToMigrate", + "Migrating", + "Migrated" + ], + "type": "string", + "readOnly": true, + "x-ms-enum": { + "name": "WorkloadStatus", + "modelAsString": true + } + }, + "replicationState": { + "description": "Gets or sets the workload replication state.", + "enum": [ + "NotReplicatedStatesBegin", + "EnablingReplication", + "EnablingFailed", + "DisablingReplication", + "MarkedForDeletion", + "DisablingFailed", + "NotReplicatedStatesEnd", + "InitialReplicationStatesBegin", + "InitialReplicationInProgress", + "InitialReplicationCompleted", + "InitialReplicationFailed", + "InitialReplicationStatesEnd", + "ReplicatedStatesBegin", + "Replicated", + "ReplicatedStatesEnd" + ], + "type": "string", + "readOnly": true, + "x-ms-enum": { + "name": "ReplicationState", + "modelAsString": true + } + }, + "replicationStateDescription": { + "description": "Gets or sets the workload replication state description.", + "type": "string", + "readOnly": true + }, + "testMigrateState": { + "description": "Gets or sets the test migrate state.", + "enum": [ + "None", + "TestMigrateTransitionStatesBegin", + "TestMigrateInitiated", + "TestMigrateCompleting", + "TestMigrateCompleted", + "TestMigrateFailed", + "TestMigrateCompletionFailed", + "TestMigrateCleanupInitiated", + "TestMigrateCleanupCompleting", + "MarkedForDeletion", + "TestMigrateTransitionStatesEnd" + ], + "type": "string", + "readOnly": true, + "x-ms-enum": { + "name": "TestMigrateState", + "modelAsString": true + } + }, + "testMigrateStateDescription": { + "description": "Gets or sets the Test migrate state description.", + "type": "string", + "readOnly": true + }, + "migrateState": { + "description": "Gets or sets the migrate state.", + "enum": [ + "None", + "MigrateTransitionStatesBegin", + "MigrateInitiated", + "MigrateCompleting", + "MigrateCompleted", + "MigrateFailed", + "MigrateCompletionFailed", + "MigrateTransitionStatesEnd", + "CommitMigrateStatesBegin", + "CommitMigrateInProgressOnPrimary", + "CommitMigrateInProgressOnRecovery", + "CommitMigrateCompleted", + "CommitMigrateFailedOnPrimary", + "CommitMigrateFailedOnRecovery", + "CommitMigrateStatesEnd", + "CancelMigrateStatesBegin", + "CancelMigrateInProgressOnPrimary", + "CancelMigrateInProgressOnRecovery", + "CancelMigrateFailedOnPrimary", + "CancelMigrateFailedOnRecovery", + "CancelMigrateStatesEnd", + "ChangeRecoveryPointStatesBegin", + "ChangeRecoveryPointInitiated", + "ChangeRecoveryPointCompleted", + "ChangeRecoveryPointFailed", + "ChangeRecoveryPointStatesEnd" + ], + "type": "string", + "readOnly": true, + "x-ms-enum": { + "name": "MigrateState", + "modelAsString": true + } + }, + "migrateStateDescription": { + "description": "Gets or sets the migrate state description.", + "type": "string", + "readOnly": true + }, + "displayName": { + "description": "Gets or sets the display name.", + "type": "string" + }, + "targetPlatform": { + "description": "Gets or sets the deployment target platform.", + "enum": [ + "AzureKubernetesService", + "AzureAppServiceContainer", + "AzureAppServiceNative" + ], + "type": "string", + "x-ms-enum": { + "name": "WorkloadDeploymentTarget", + "modelAsString": true + } + }, + "workloadInstanceProperties": { + "$ref": "#/definitions/WorkloadInstanceProperties" + }, + "correlationId": { + "description": "Gets or sets the workload deployment correlation Id.", + "type": "string", + "readOnly": true + }, + "lastSuccessfulReplicationCycleTime": { + "format": "date-time", + "description": "Gets or sets the Last successful replication cycle time.", + "type": "string", + "readOnly": true + }, + "lastSuccessfulMigrateTime": { + "format": "date-time", + "description": "Gets or sets the Last successful unplanned migrate time.", + "type": "string", + "readOnly": true + }, + "lastSuccessfulTestMigrateTime": { + "format": "date-time", + "description": "Gets or sets the Last successful test migrate time.", + "type": "string", + "readOnly": true + }, + "currentJob": { + "allOf": [ + { + "$ref": "#/definitions/WorkloadJobProperties" + } + ], + "readOnly": true + }, + "allowedOperations": { + "description": "Gets or sets the allowed scenarios on the workload deployment.", + "type": "array", + "items": { + "type": "string" + }, + "readOnly": true + }, + "lastFailedEnableReplicationJob": { + "allOf": [ + { + "$ref": "#/definitions/WorkloadJobProperties" + } + ], + "readOnly": true + }, + "lastTestMigrateJob": { + "allOf": [ + { + "$ref": "#/definitions/WorkloadJobProperties" + } + ], + "readOnly": true + }, + "replicationHealth": { + "description": "Gets or sets workload deployment replication health.", + "enum": [ + "Normal", + "Warning", + "Critical" + ], + "type": "string", + "readOnly": true, + "x-ms-enum": { + "name": "HealthStatus", + "modelAsString": true + } + }, + "healthErrors": { + "description": "Gets or sets the list of health errors.", + "type": "array", + "items": { + "$ref": "#/definitions/HealthErrorModel" + }, + "readOnly": true + }, + "customProperties": { + "$ref": "#/definitions/WorkloadDeploymentModelCustomProperties" + } + } + }, + "WorkloadDeploymentStatisticsModel": { + "description": "Workload deployment statistics.", + "type": "object", + "properties": { + "healthErrors": { + "description": "Gets or sets the list of health errors.", + "type": "array", + "items": { + "$ref": "#/definitions/HealthErrorModel" + }, + "readOnly": true + }, + "count": { + "format": "int64", + "description": "Gets or sets the resource count.", + "type": "integer", + "readOnly": true + }, + "categorizedCounts": { + "description": "Gets or sets the categorized resource counts.", + "type": "object", + "additionalProperties": { + "format": "int64", + "type": "integer" + }, + "readOnly": true + } + } + }, + "WorkloadInstanceModel": { + "description": "Workload instance model.", + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/WorkloadInstanceModelProperties" + }, + "id": { + "description": "Gets or sets the Id of the resource.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "Gets or sets the name of the resource.", + "type": "string", + "readOnly": true + }, + "type": { + "description": "Gets or sets the type of the resource.", + "type": "string", + "readOnly": true + }, + "systemData": { + "allOf": [ + { + "$ref": "#/definitions/SystemDataModel" + } + ], + "readOnly": true + }, + "tags": { + "description": "Gets or sets the resource tags.", + "type": "object", + "additionalProperties": { + "type": "string" + } + } + }, + "x-ms-azure-resource": true + }, + "WorkloadInstanceModelCollection": { + "description": "Workload instance model collection.", + "type": "object", + "properties": { + "value": { + "description": "Gets or sets the list of workload instances.", + "type": "array", + "items": { + "$ref": "#/definitions/WorkloadInstanceModel" + } + }, + "nextLink": { + "description": "Gets or sets the value of next link.", + "type": "string" + } + } + }, + "WorkloadInstanceModelCustomProperties": { + "description": "Workload instance model custom properties.", + "required": [ + "instanceType" + ], + "type": "object", + "properties": { + "instanceType": { + "description": "Gets or sets the instance type.", + "enum": [ + "IISWorkload", + "ApacheTomcatWorkload" + ], + "type": "string", + "x-ms-enum": { + "name": "WorkloadType", + "modelAsString": true + } + } + }, + "discriminator": "instanceType" + }, + "WorkloadInstanceModelProperties": { + "description": "Workload instance model properties.", + "type": "object", + "properties": { + "provisioningState": { + "description": "Gets or sets the provisioning state of the workload instance.", + "enum": [ + "Canceled", + "Creating", + "Deleting", + "Deleted", + "Failed", + "Succeeded", + "Updating" + ], + "type": "string", + "readOnly": true, + "x-ms-enum": { + "name": "ProvisioningState", + "modelAsString": true + } + }, + "migrateAgentId": { + "description": "Gets or sets the migrate agent id associated with the workload instance.", + "type": "string" + }, + "displayName": { + "description": "Gets or sets the display name.", + "type": "string" + }, + "replicationHealth": { + "description": "Gets or sets the replication health of the workload instance.", + "enum": [ + "Normal", + "Warning", + "Critical" + ], + "type": "string", + "readOnly": true, + "x-ms-enum": { + "name": "HealthStatus", + "modelAsString": true + } + }, + "replicationState": { + "description": "Gets or sets the replication state of the workload instance.", + "enum": [ + "NotReplicatedStatesBegin", + "EnablingReplication", + "EnablingFailed", + "DisablingReplication", + "MarkedForDeletion", + "DisablingFailed", + "NotReplicatedStatesEnd", + "InitialReplicationStatesBegin", + "InitialReplicationInProgress", + "InitialReplicationCompleted", + "InitialReplicationFailed", + "InitialReplicationStatesEnd", + "ReplicatedStatesBegin", + "Replicated", + "ReplicatedStatesEnd" + ], + "type": "string", + "readOnly": true, + "x-ms-enum": { + "name": "ReplicationState", + "modelAsString": true + } + }, + "healthErrors": { + "description": "Gets or sets the list of health errors.", + "type": "array", + "items": { + "$ref": "#/definitions/HealthErrorModel" + }, + "readOnly": true + }, + "currentJob": { + "allOf": [ + { + "$ref": "#/definitions/WorkloadJobProperties" + } + ], + "readOnly": true + }, + "allowedOperations": { + "description": "Gets or sets the allowed scenarios on the workload instance.", + "type": "array", + "items": { + "type": "string" + }, + "readOnly": true + }, + "customProperties": { + "$ref": "#/definitions/WorkloadInstanceModelCustomProperties" + } + } + }, + "WorkloadInstanceProperties": { + "description": "Workload instance properties.", + "type": "object", + "properties": { + "workloadInstanceId": { + "description": "Gets or sets the workload instance id.", + "type": "string" + }, + "instanceType": { + "description": "Gets or sets the instance type.", + "enum": [ + "IISWorkload", + "ApacheTomcatWorkload" + ], + "type": "string", + "x-ms-enum": { + "name": "WorkloadType", + "modelAsString": true + } + }, + "displayName": { + "description": "Gets or sets the display name.", + "type": "string" + }, + "replicationState": { + "description": "Gets or sets the replication state of the workload instance.", + "enum": [ + "NotReplicatedStatesBegin", + "EnablingReplication", + "EnablingFailed", + "DisablingReplication", + "MarkedForDeletion", + "DisablingFailed", + "NotReplicatedStatesEnd", + "InitialReplicationStatesBegin", + "InitialReplicationInProgress", + "InitialReplicationCompleted", + "InitialReplicationFailed", + "InitialReplicationStatesEnd", + "ReplicatedStatesBegin", + "Replicated", + "ReplicatedStatesEnd" + ], + "type": "string", + "readOnly": true, + "x-ms-enum": { + "name": "ReplicationState", + "modelAsString": true + } + }, + "replicationHealth": { + "description": "Gets or sets the replication health of the workload instance.", + "enum": [ + "Normal", + "Warning", + "Critical" + ], + "type": "string", + "readOnly": true, + "x-ms-enum": { + "name": "HealthStatus", + "modelAsString": true + } + }, + "healthErrors": { + "description": "Gets or sets the list of health errors.", + "type": "array", + "items": { + "$ref": "#/definitions/HealthErrorModel" + }, + "readOnly": true + } + } + }, + "WorkloadInstanceStatisticsModel": { + "description": "Workload instance statistics model.", + "type": "object", + "properties": { + "workloadInstanceErrors": { + "description": "Gets or sets the list of workload instance health errors.", + "type": "array", + "items": { + "$ref": "#/definitions/HealthErrorModel" + }, + "readOnly": true + } + } + }, + "WorkloadJobProperties": { + "description": "Workload job properties.", + "type": "object", + "properties": { + "scenarioName": { + "description": "Gets or sets workload scenario name.", + "type": "string", + "readOnly": true + }, + "id": { + "description": "Gets or sets workflow Id.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "Gets or sets workflow name.", + "type": "string", + "readOnly": true + }, + "displayName": { + "description": "Gets or sets the workflow friendly display name.", + "type": "string", + "readOnly": true + }, + "state": { + "description": "Gets or sets workflow state.", + "type": "string", + "readOnly": true + }, + "startTime": { + "format": "date-time", + "description": "Gets or sets start time of the workflow.", + "type": "string", + "readOnly": true + }, + "endTime": { + "format": "date-time", + "description": "Gets or sets end time of the workflow.", + "type": "string", + "readOnly": true + } + } + } + }, + "parameters": { + "subscriptionId": { + "in": "path", + "name": "subscriptionId", + "description": "The Subscription ID.", + "required": true, + "type": "string" + }, + "resourceGroupName": { + "in": "path", + "name": "resourceGroupName", + "description": "Resource group name.", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + }, + "api-version": { + "in": "query", + "name": "api-version", + "description": "Client Api Version.", + "required": true, + "type": "string" + } + }, + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "flow": "implicit", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "scopes": { + "user_impersonation": "impersonate your user account" + }, + "description": "Azure Active Directory OAuth2 Flow" + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "tags": [ + { + "name": "DeployedResource", + "description": "Deployed resources controller." + }, + { + "name": "MigrateAgent", + "description": "MigrateAgent Controller." + }, + { + "name": "MigrateDataCenter", + "description": "MigrateDataCenter Controller." + }, + { + "name": "Workflow", + "description": "Workflow controller." + }, + { + "name": "WorkloadDeployment", + "description": "Workload deployments controller." + }, + { + "name": "WorkloadInstance", + "description": "Workload instance controller." + } + ] +} + From e01bf464c72a585577b7e6de4edef51e0f998c0e Mon Sep 17 00:00:00 2001 From: Sumukha K Date: Fri, 13 May 2022 13:29:19 +0530 Subject: [PATCH 02/54] Adding tag in readme and IISAKS to custom words --- custom-words.txt | 1 + .../{migrate.json => migrateEngine.json} | 0 specification/migrate/resource-manager/readme.md | 8 ++++++++ 3 files changed, 9 insertions(+) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/{migrate.json => migrateEngine.json} (100%) diff --git a/custom-words.txt b/custom-words.txt index a965a8dd7d73..4a00151c932e 100644 --- a/custom-words.txt +++ b/custom-words.txt @@ -935,6 +935,7 @@ IDNS IDPs IDRG IKEV +IISAKS ilearner illumos iloveyou diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrate.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrate.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json diff --git a/specification/migrate/resource-manager/readme.md b/specification/migrate/resource-manager/readme.md index 9d72ce5bd0e2..edfb604a2ce6 100644 --- a/specification/migrate/resource-manager/readme.md +++ b/specification/migrate/resource-manager/readme.md @@ -136,6 +136,14 @@ input-file: - Microsoft.OffAzure/stable/2020-07-07/migrate.json ``` +### Tag: package-2022-05 + +These settings apply only when `--tag=package-2022-05` is specified on the command line. + +``` yaml $(tag) == 'package-2022-05' +input-file: +- Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json + ## Suppression ``` yaml From 6d7efeae8a992c6a3d020359aeab0a3291c9f4e7 Mon Sep 17 00:00:00 2001 From: Sumukha K Date: Fri, 13 May 2022 13:48:28 +0530 Subject: [PATCH 03/54] Restructuring example files --- .../examples/{DeployedResource => }/DeployedResource_Get.json | 0 .../examples/{DeployedResource => }/DeployedResource_List.json | 0 .../examples/{MigrateAgent => }/MigrateAgent_Delete.json | 0 .../examples/{MigrateAgent => }/MigrateAgent_Get.json | 0 .../examples/{MigrateAgent => }/MigrateAgent_List.json | 0 .../examples/{MigrateAgent => }/MigrateAgent_OperationStatus.json | 0 .../examples/{MigrateAgent => }/MigrateAgent_Patch.json | 0 .../examples/{MigrateAgent => }/MigrateAgent_Post.json | 0 .../examples/{MigrateAgent => }/MigrateAgent_Put.json | 0 .../{MigrateDataCenter => }/MigrateDataCenter_Delete.json | 0 .../examples/{MigrateDataCenter => }/MigrateDataCenter_Get.json | 0 .../examples/{MigrateDataCenter => }/MigrateDataCenter_List.json | 0 .../{MigrateDataCenter => }/MigrateDataCenter_ListRg.json | 0 .../{MigrateDataCenter => }/MigrateDataCenter_Operation.json | 0 .../examples/{MigrateDataCenter => }/MigrateDataCenter_Patch.json | 0 .../examples/{MigrateDataCenter => }/MigrateDataCenter_Put.json | 0 .../{MigrateDataCenter => }/MigrateDataCenter_Statistics.json | 0 .../2022-05-01-preview/examples/{Workflow => }/Workflow_Get.json | 0 .../2022-05-01-preview/examples/{Workflow => }/Workflow_List.json | 0 .../examples/{Workflow => }/Workflow_OperationStatus.json | 0 .../{WorkloadDeployment => }/WorkloadDeployment_BuildImage.json | 0 .../WorkloadDeployment_CompleteMigrate.json | 0 .../{WorkloadDeployment => }/WorkloadDeployment_Delete.json | 0 .../examples/{WorkloadDeployment => }/WorkloadDeployment_Get.json | 0 .../{WorkloadDeployment => }/WorkloadDeployment_GetSecret.json | 0 .../{WorkloadDeployment => }/WorkloadDeployment_List.json | 0 .../{WorkloadDeployment => }/WorkloadDeployment_Migrate.json | 0 .../WorkloadDeployment_OperationStatus.json | 0 .../{WorkloadDeployment => }/WorkloadDeployment_Patch.json | 0 .../examples/{WorkloadDeployment => }/WorkloadDeployment_Put.json | 0 .../{WorkloadDeployment => }/WorkloadDeployment_TestMigrate.json | 0 .../WorkloadDeployment_TestMigrateCleanup.json | 0 .../examples/{WorkloadInstance => }/WorkloadInstance_Delete.json | 0 .../examples/{WorkloadInstance => }/WorkloadInstance_Get.json | 0 .../examples/{WorkloadInstance => }/WorkloadInstance_List.json | 0 .../{WorkloadInstance => }/WorkloadInstance_OperationStatus.json | 0 .../examples/{WorkloadInstance => }/WorkloadInstance_Patch.json | 0 .../examples/{WorkloadInstance => }/WorkloadInstance_Put.json | 0 38 files changed, 0 insertions(+), 0 deletions(-) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{DeployedResource => }/DeployedResource_Get.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{DeployedResource => }/DeployedResource_List.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateAgent => }/MigrateAgent_Delete.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateAgent => }/MigrateAgent_Get.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateAgent => }/MigrateAgent_List.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateAgent => }/MigrateAgent_OperationStatus.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateAgent => }/MigrateAgent_Patch.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateAgent => }/MigrateAgent_Post.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateAgent => }/MigrateAgent_Put.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateDataCenter => }/MigrateDataCenter_Delete.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateDataCenter => }/MigrateDataCenter_Get.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateDataCenter => }/MigrateDataCenter_List.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateDataCenter => }/MigrateDataCenter_ListRg.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateDataCenter => }/MigrateDataCenter_Operation.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateDataCenter => }/MigrateDataCenter_Patch.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateDataCenter => }/MigrateDataCenter_Put.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateDataCenter => }/MigrateDataCenter_Statistics.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{Workflow => }/Workflow_Get.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{Workflow => }/Workflow_List.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{Workflow => }/Workflow_OperationStatus.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadDeployment => }/WorkloadDeployment_BuildImage.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadDeployment => }/WorkloadDeployment_CompleteMigrate.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadDeployment => }/WorkloadDeployment_Delete.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadDeployment => }/WorkloadDeployment_Get.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadDeployment => }/WorkloadDeployment_GetSecret.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadDeployment => }/WorkloadDeployment_List.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadDeployment => }/WorkloadDeployment_Migrate.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadDeployment => }/WorkloadDeployment_OperationStatus.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadDeployment => }/WorkloadDeployment_Patch.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadDeployment => }/WorkloadDeployment_Put.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadDeployment => }/WorkloadDeployment_TestMigrate.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadDeployment => }/WorkloadDeployment_TestMigrateCleanup.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadInstance => }/WorkloadInstance_Delete.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadInstance => }/WorkloadInstance_Get.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadInstance => }/WorkloadInstance_List.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadInstance => }/WorkloadInstance_OperationStatus.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadInstance => }/WorkloadInstance_Patch.json (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadInstance => }/WorkloadInstance_Put.json (100%) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource/DeployedResource_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource/DeployedResource_Get.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource/DeployedResource_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource/DeployedResource_List.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Delete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Delete.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Get.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_List.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_OperationStatus.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_OperationStatus.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_OperationStatus.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_OperationStatus.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Patch.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Patch.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Patch.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Patch.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Post.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Post.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Post.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Post.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Put.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Put.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent/MigrateAgent_Put.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Put.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Delete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Delete.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Delete.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Delete.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Get.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Get.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Get.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_List.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_List.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_List.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_ListRg.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_ListRg.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_ListRg.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_ListRg.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Operation.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Operation.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Operation.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Operation.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Patch.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Patch.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Patch.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Patch.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Put.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Put.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Put.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Put.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Statistics.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Statistics.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter/MigrateDataCenter_Statistics.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Statistics.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow/Workflow_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow/Workflow_Get.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow/Workflow_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow/Workflow_List.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow/Workflow_OperationStatus.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_OperationStatus.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow/Workflow_OperationStatus.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_OperationStatus.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_BuildImage.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildImage.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_BuildImage.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildImage.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_CompleteMigrate.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_CompleteMigrate.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_CompleteMigrate.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_CompleteMigrate.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Delete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Delete.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Get.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_GetSecret.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecret.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_GetSecret.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecret.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_List.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Migrate.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Migrate.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_OperationStatus.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_OperationStatus.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_OperationStatus.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_OperationStatus.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Patch.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Patch.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Patch.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Patch.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Put.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Put.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_Put.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Put.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_TestMigrate.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_TestMigrate.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_TestMigrateCleanup.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment/WorkloadDeployment_TestMigrateCleanup.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Delete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Delete.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Get.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_List.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_OperationStatus.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_OperationStatus.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_OperationStatus.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_OperationStatus.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Patch.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Patch.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Patch.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Patch.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Put.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Put.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance/WorkloadInstance_Put.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Put.json From b0cc74ab66761b1bfa54f02b78c5e66703d5d4f0 Mon Sep 17 00:00:00 2001 From: Sumukha K Date: Sun, 15 May 2022 23:30:04 +0530 Subject: [PATCH 04/54] Renaming files --- ...tatus.json => MigrateAgentOperationStatus_Get.json} | 0 ...{MigrateAgent_Put.json => MigrateAgent_Create.json} | 0 ...igrateAgent_Post.json => MigrateAgent_Refresh.json} | 0 ...igrateAgent_Patch.json => MigrateAgent_Update.json} | 0 ....json => MigrateDataCenterOperationStatus_Get.json} | 0 ...stics.json => MigrateDataCenterStatistics_Get.json} | 0 ...taCenter_Put.json => MigrateDataCenter_Create.json} | 0 ....json => MigrateDataCenter_ListBySubscription.json} | 0 ...Center_Patch.json => MigrateDataCenter_Update.json} | 0 ...ionStatus.json => WorkflowOperationStatus_Get.json} | 0 ...json => WorkloadDeploymentOperationStatus_Get.json} | 0 ...son => WorkloadDeployment_BuildContainerImage.json} | 0 ...loyment_Put.json => WorkloadDeployment_Create.json} | 0 ...te.json => WorkloadDeployment_MigrateComplete.json} | 0 ...yment_Patch.json => WorkloadDeployment_Update.json} | 0 ...s.json => WorkloadInstanceOperationStatus_Get.json} | 0 ...dInstance_Put.json => WorkloadInstance_Create.json} | 0 ...nstance_Patch.json => WorkloadInstance_Update.json} | 0 .../preview/2022-05-01-preview/migrateEngine.json | 10 ++++++++++ specification/migrate/resource-manager/readme.md | 1 + 20 files changed, 11 insertions(+) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateAgent_OperationStatus.json => MigrateAgentOperationStatus_Get.json} (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateAgent_Put.json => MigrateAgent_Create.json} (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateAgent_Post.json => MigrateAgent_Refresh.json} (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateAgent_Patch.json => MigrateAgent_Update.json} (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateDataCenter_Operation.json => MigrateDataCenterOperationStatus_Get.json} (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateDataCenter_Statistics.json => MigrateDataCenterStatistics_Get.json} (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateDataCenter_Put.json => MigrateDataCenter_Create.json} (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateDataCenter_ListRg.json => MigrateDataCenter_ListBySubscription.json} (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateDataCenter_Patch.json => MigrateDataCenter_Update.json} (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{Workflow_OperationStatus.json => WorkflowOperationStatus_Get.json} (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadDeployment_OperationStatus.json => WorkloadDeploymentOperationStatus_Get.json} (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadDeployment_BuildImage.json => WorkloadDeployment_BuildContainerImage.json} (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadDeployment_Put.json => WorkloadDeployment_Create.json} (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadDeployment_CompleteMigrate.json => WorkloadDeployment_MigrateComplete.json} (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadDeployment_Patch.json => WorkloadDeployment_Update.json} (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadInstance_OperationStatus.json => WorkloadInstanceOperationStatus_Get.json} (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadInstance_Put.json => WorkloadInstance_Create.json} (100%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadInstance_Patch.json => WorkloadInstance_Update.json} (100%) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_OperationStatus.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_OperationStatus.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Put.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Put.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Post.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Post.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Patch.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Update.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Patch.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Update.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Operation.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenterOperationStatus_Get.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Operation.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenterOperationStatus_Get.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Statistics.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenterStatistics_Get.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Statistics.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenterStatistics_Get.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Put.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Create.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Put.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Create.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_ListRg.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_ListBySubscription.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_ListRg.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_ListBySubscription.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Patch.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Update.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Patch.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Update.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_OperationStatus.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_OperationStatus.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_OperationStatus.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_OperationStatus.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildImage.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildImage.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Put.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Put.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_CompleteMigrate.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_MigrateComplete.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_CompleteMigrate.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_MigrateComplete.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Patch.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Update.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Patch.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Update.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_OperationStatus.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_OperationStatus.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Put.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Put.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Patch.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Update.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Patch.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Update.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index a6467557726d..11e09f5bbcf5 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -5,6 +5,16 @@ "description": "A first party Azure service for migrating data centre workloads.", "version": "2022-05-01-preview" }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], "paths": { "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/deployedResources/{deployedResourceName}": { "get": { diff --git a/specification/migrate/resource-manager/readme.md b/specification/migrate/resource-manager/readme.md index edfb604a2ce6..dd8b8c3bd2ec 100644 --- a/specification/migrate/resource-manager/readme.md +++ b/specification/migrate/resource-manager/readme.md @@ -143,6 +143,7 @@ These settings apply only when `--tag=package-2022-05` is specified on the comma ``` yaml $(tag) == 'package-2022-05' input-file: - Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +``` ## Suppression From 30f4e2a6b6d751508efb3565de84615ee6eb12ca Mon Sep 17 00:00:00 2001 From: Sumukha K Date: Sun, 15 May 2022 23:44:59 +0530 Subject: [PATCH 05/54] Fixing Avocado error --- ...ecret.json => WorkloadDeployment_GetSecretConfigurations.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{WorkloadDeployment_GetSecret.json => WorkloadDeployment_GetSecretConfigurations.json} (100%) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecret.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations.json similarity index 100% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecret.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations.json From 1df8ecbd72cc5a8ce63492d0aef38b14c1a5491f Mon Sep 17 00:00:00 2001 From: Sumukha K Date: Mon, 16 May 2022 01:26:42 +0530 Subject: [PATCH 06/54] Rectifying swagger model validation --- .../examples/MigrateAgent_Create.json | 19 ++++- .../examples/MigrateAgent_Get.json | 7 +- .../examples/MigrateAgent_List.json | 14 +++- .../examples/MigrateAgent_Update.json | 7 +- .../examples/MigrateDataCenter_Create.json | 5 ++ .../examples/MigrateDataCenter_List.json | 1 + .../examples/Workflow_Get.json | 5 +- .../examples/Workflow_List.json | 5 +- .../examples/WorkloadDeployment_Create.json | 15 +++- .../examples/WorkloadDeployment_Get.json | 5 +- ...oadDeployment_GetSecretConfigurations.json | 5 +- .../examples/WorkloadDeployment_List.json | 81 ++++++++++--------- .../examples/WorkloadDeployment_Update.json | 10 ++- .../examples/WorkloadInstance_Create.json | 15 +++- .../examples/WorkloadInstance_Get.json | 5 +- .../examples/WorkloadInstance_List.json | 5 +- .../examples/WorkloadInstance_Update.json | 42 ++-------- .../2022-05-01-preview/migrateEngine.json | 12 +-- 18 files changed, 152 insertions(+), 106 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create.json index 95519aec9681..a76a66fe6cfd 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create.json @@ -37,13 +37,16 @@ "audience": "AUD1", "aadAuthority": "AUT1" }, - "isResponsive": "false", + "isResponsive": false, "lastHeartbeat": "2022-05-10T10:58:01.266Z", "versionNumber": null, "provisioningState": "Canceled", "healthErrors": null, "customProperties": { - "instanceType": "TestFabricExtension" + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "TestFabricExtension" + } } }, "id": null, @@ -57,6 +60,11 @@ "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/0c47930b-5f4c-4361-8de2-a44fa885ad70?api-version=2022-05-01-preview" } }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/0c47930b-5f4c-4361-8de2-a44fa885ad70?api-version=2022-05-01-preview" + } + }, "200": { "body": { "properties": { @@ -70,13 +78,16 @@ "audience": "AUD1", "aadAuthority": "AUT1" }, - "isResponsive": "false", + "isResponsive": false, "lastHeartbeat": "2022-05-10T10:58:01.266Z", "versionNumber": null, "provisioningState": "Canceled", "healthErrors": null, "customProperties": { - "instanceType": "TestFabricExtension" + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "TestFabricExtension" + } } }, "id": null, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get.json index 44bb3084acb0..825bf43f4141 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get.json @@ -20,13 +20,16 @@ "audience": "AUD1", "aadAuthority": "AUT1" }, - "isResponsive": "false", + "isResponsive": false, "lastHeartbeat": "2022-05-10T10:58:01.266Z", "versionNumber": null, "provisioningState": "Canceled", "healthErrors": null, "customProperties": { - "instanceType": "TestFabricExtension" + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "TestFabricExtension" + } } }, "id": null, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List.json index b9a743cb79dc..de6873d1f778 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List.json @@ -21,13 +21,16 @@ "audience": "AUD1", "aadAuthority": "AUT1" }, - "isResponsive": "false", + "isResponsive": false, "lastHeartbeat": "2022-05-10T10:58:01.266Z", "versionNumber": null, "provisioningState": "Succeeded", "healthErrors": null, "customProperties": { - "instanceType": "TestFabricExtension" + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "TestFabricExtension" + } } }, "id": null, @@ -48,13 +51,16 @@ "audience": "AUD1", "aadAuthority": "AUT1" }, - "isResponsive": "false", + "isResponsive": false, "lastHeartbeat": "2022-05-10T10:58:01.266Z", "versionNumber": null, "provisioningState": "Succeeded", "healthErrors": null, "customProperties": { - "instanceType": "TestFabricExtension" + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "TestFabricExtension" + } } }, "id": null, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Update.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Update.json index 87ae7c8ebef6..c9a18ab2a005 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Update.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Update.json @@ -68,13 +68,16 @@ "audience": "AUD1", "aadAuthority": "AUT1" }, - "isResponsive": "false", + "isResponsive": false, "lastHeartbeat": "2022-05-10T10:58:01.266Z", "versionNumber": null, "provisioningState": "Updating", "healthErrors": null, "customProperties": { - "instanceType": "TestFabricExtension" + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "TestFabricExtension" + } } }, "id": null, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Create.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Create.json index 4d19946cb189..efc3b4b5e45f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Create.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Create.json @@ -44,6 +44,11 @@ "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" } }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" + } + }, "200": { "body": { "location": "southeastasia", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_List.json index 37d267805da9..57e255fa510d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_List.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_List.json @@ -1,6 +1,7 @@ { "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "ame-rg", "continuationToken": "", "api-version": "2022-05-01-preview" }, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get.json index 1bca2258fc76..d395686b3928 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get.json @@ -39,7 +39,10 @@ ], "errors": null, "customProperties": { - "instanceType": "SampleWorkflow", + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "SampleWorkflow" + }, "affectedObjectDetails": null } }, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List.json index 43b8f966bf8d..405d55558bb3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List.json @@ -40,7 +40,10 @@ ], "errors": null, "customProperties": { - "instanceType": "SampleWorkflow", + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "SampleWorkflow" + }, "affectedObjectDetails": null } }, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create.json index 2038fad38574..3058f070d2ff 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create.json @@ -57,7 +57,10 @@ "replicationHealth": "Normal", "healthErrors": null, "customProperties": { - "instanceType": "IISAKSWorkloadDeployment" + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "IISAKSWorkloadDeployment" + } } }, "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", @@ -71,6 +74,11 @@ "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" } }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" + } + }, "200": { "body": { "properties": { @@ -106,7 +114,10 @@ "replicationHealth": "Normal", "healthErrors": null, "customProperties": { - "instanceType": "IISAKSWorkloadDeployment" + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "IISAKSWorkloadDeployment" + } } }, "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get.json index ea06fda39b9b..ed1d56713475 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get.json @@ -42,7 +42,10 @@ "replicationHealth": "Normal", "healthErrors": null, "customProperties": { - "instanceType": "IISAKSWorkloadDeployment" + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "IISAKSWorkloadDeployment" + } } }, "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations.json index b9d5b0b99972..bf284f778cb3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations.json @@ -42,7 +42,10 @@ "replicationHealth": "Normal", "healthErrors": null, "customProperties": { - "instanceType": "IISAKSWorkloadDeployment" + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "IISAKSWorkloadDeployment" + } } }, "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment//subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/getSecrets", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List.json index 30aeecdadcdb..f3359ca3cdfa 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List.json @@ -10,49 +10,50 @@ "body": { "value": [ { - "body": { - "properties": { - "provisioningState": "Canceled", - "status": "InitialReplication", + "properties": { + "provisioningState": "Canceled", + "status": "InitialReplication", + "replicationState": "NotReplicatedStatesBegin", + "replicationStateDescription": null, + "testMigrateState": "None", + "testMigrateStateDescription": null, + "migrateState": "None", + "migrateStateDescription": null, + "displayName": "iisWorkloadDeployment", + "targetPlatform": "AzureKubernetesService", + "workloadInstanceProperties": { + "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "instanceType": "IISWorkload", + "displayName": "iisworkload", "replicationState": "NotReplicatedStatesBegin", - "replicationStateDescription": null, - "testMigrateState": "None", - "testMigrateStateDescription": null, - "migrateState": "None", - "migrateStateDescription": null, - "displayName": "iisWorkloadDeployment", - "targetPlatform": "AzureKubernetesService", - "workloadInstanceProperties": { - "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", - "instanceType": "IISWorkload", - "displayName": "iisworkload", - "replicationState": "NotReplicatedStatesBegin", - "replicationHealth": "Normal", - "healthErrors": null - }, - "correlationId": null, - "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", - "currentJob": null, - "allowedOperations": [ - "Add", - "Update" - ], - "lastFailedEnableReplicationJob": null, - "lastTestMigrateJob": null, "replicationHealth": "Normal", - "healthErrors": null, - "customProperties": { - "instanceType": "IISAKSWorkloadDeployment" - } + "healthErrors": null }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", - "name": "aksDeployment", - "type": null, - "systemData": null, - "tags": null - } + "correlationId": null, + "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", + "currentJob": null, + "allowedOperations": [ + "Add", + "Update" + ], + "lastFailedEnableReplicationJob": null, + "lastTestMigrateJob": null, + "replicationHealth": "Normal", + "healthErrors": null, + "customProperties": { + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "IISAKSWorkloadDeployment" + } + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", + "name": "aksDeployment", + "type": null, + "systemData": null, + "tags": null } ], "nextLink": null diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Update.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Update.json index a8bc0830cf44..95d476355c0e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Update.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Update.json @@ -58,7 +58,10 @@ "replicationHealth": "Normal", "healthErrors": null, "customProperties": { - "instanceType": "IISAKSWorkloadDeployment" + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "IISAKSWorkloadDeployment" + } } }, "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", @@ -103,7 +106,10 @@ "replicationHealth": "Normal", "healthErrors": null, "customProperties": { - "instanceType": "IISAKSWorkloadDeployment" + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "IISAKSWorkloadDeployment" + } } }, "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create.json index dbbdb07f18fe..091cb70a1705 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create.json @@ -40,7 +40,10 @@ "Update" ], "customProperties": { - "instanceType": "IISWorkload" + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "IISWorkload" + } } }, "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", @@ -54,6 +57,11 @@ "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" } }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" + } + }, "200": { "body": { "properties": { @@ -77,7 +85,10 @@ "Update" ], "customProperties": { - "instanceType": "IISWorkload" + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "IISWorkload" + } } }, "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get.json index c9301d2b49ca..2a0c5d69096d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get.json @@ -30,7 +30,10 @@ "Update" ], "customProperties": { - "instanceType": "IISWorkload" + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "IISWorkload" + } } }, "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List.json index 42bc325f11b2..d5f4c014321e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List.json @@ -31,7 +31,10 @@ "Update" ], "customProperties": { - "instanceType": "IISWorkload" + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "IISWorkload" + } } }, "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Update.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Update.json index 3cd92db03ac2..ee4fc2fc93d9 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Update.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Update.json @@ -19,42 +19,9 @@ } }, "responses": { - "201": { - "body": { - "properties": { - "provisioningState": "Canceled", - "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "displayName": "AmeMigrationAgent", - "replicationHealth": "Normal", - "replicationState": "NotReplicatedStatesBegin", - "healthErrors": null, - "currentJob": { - "scenarioName": "AddOrUpdateMigrateDataCenter", - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/jobs/AddOrUpdateMigrateDataCenterWorkflow", - "name": "AddOrUpdateMigrateDataCenterWorkflow", - "displayName": "AddOrUpdateMigrateDataCenter", - "state": "Pending", - "startTime": "2022-05-10T20:18:28.037Z", - "endTime": "2022-05-10T20:18:28.037Z" - }, - "allowedOperations": [ - "Add", - "Update" - ], - "customProperties": { - "instanceType": "IISWorkload" - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", - "name": "iisWorkload", - "type": null, - "systemData": null, - "tags": { - "newTag": "newTagValue" - } - }, + "202": { "headers": { - "Retry-After": "15", + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" } }, @@ -81,7 +48,10 @@ "Update" ], "customProperties": { - "instanceType": "IISWorkload" + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "IISWorkload" + } } }, "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 11e09f5bbcf5..dfe14bd6833a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -2732,7 +2732,7 @@ "description": "ARM error.", "type": "object", "properties": { - "Error": { + "error": { "$ref": "#/definitions/ArmErrorInfo" } } @@ -2741,11 +2741,11 @@ "description": "Arm error information.", "type": "object", "properties": { - "Code": { + "code": { "description": "Gets or sets the error code returned by the service.", "type": "string" }, - "Message": { + "message": { "description": "Gets or sets error Message returned by the service.", "type": "string" } @@ -3940,7 +3940,7 @@ "OperatingSystemDetails": { "type": "object", "properties": { - "OS": { + "os": { "enum": [ "Windows", "Linux" @@ -3951,10 +3951,10 @@ "modelAsString": true } }, - "OSName": { + "osName": { "type": "string" }, - "OSVersion": { + "osVersion": { "type": "string" } } From 8fe9e438916c0ec02c60ed86b07cc19b58059294 Mon Sep 17 00:00:00 2001 From: Sumukha K Date: Mon, 16 May 2022 11:54:40 +0530 Subject: [PATCH 07/54] Addressing code style and validation issues --- .../examples/MigrateAgent_Create.json | 10 +- .../examples/MigrateAgent_Get.json | 5 +- .../examples/MigrateAgent_List.json | 10 +- .../examples/MigrateAgent_Update.json | 5 +- .../examples/MigrateDataCenter_Create.json | 4 +- .../examples/Operations_List.json | 33 + .../examples/Workflow_Get.json | 5 +- .../examples/Workflow_List.json | 5 +- .../examples/WorkloadDeployment_Create.json | 10 +- .../examples/WorkloadDeployment_Get.json | 5 +- ...oadDeployment_GetSecretConfigurations.json | 5 +- .../examples/WorkloadDeployment_List.json | 5 +- .../examples/WorkloadDeployment_Update.json | 132 ++-- .../examples/WorkloadInstance_Create.json | 10 +- .../examples/WorkloadInstance_Get.json | 5 +- .../examples/WorkloadInstance_List.json | 5 +- .../examples/WorkloadInstance_Update.json | 11 +- .../2022-05-01-preview/migrateEngine.json | 606 ++++++++---------- 18 files changed, 366 insertions(+), 505 deletions(-) create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create.json index a76a66fe6cfd..3bcb9397e86c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create.json @@ -43,10 +43,7 @@ "provisioningState": "Canceled", "healthErrors": null, "customProperties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "TestFabricExtension" - } + "instanceType": "TestFabricExtension" } }, "id": null, @@ -84,10 +81,7 @@ "provisioningState": "Canceled", "healthErrors": null, "customProperties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "TestFabricExtension" - } + "instanceType": "TestFabricExtension" } }, "id": null, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get.json index 825bf43f4141..7d2935fac23a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get.json @@ -26,10 +26,7 @@ "provisioningState": "Canceled", "healthErrors": null, "customProperties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "TestFabricExtension" - } + "instanceType": "TestFabricExtension" } }, "id": null, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List.json index de6873d1f778..d7685eb92b2e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List.json @@ -27,10 +27,7 @@ "provisioningState": "Succeeded", "healthErrors": null, "customProperties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "TestFabricExtension" - } + "instanceType": "TestFabricExtension" } }, "id": null, @@ -57,10 +54,7 @@ "provisioningState": "Succeeded", "healthErrors": null, "customProperties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "TestFabricExtension" - } + "instanceType": "TestFabricExtension" } }, "id": null, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Update.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Update.json index c9a18ab2a005..cd3aed1b52f6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Update.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Update.json @@ -74,10 +74,7 @@ "provisioningState": "Updating", "healthErrors": null, "customProperties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "TestFabricExtension" - } + "instanceType": "TestFabricExtension" } }, "id": null, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Create.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Create.json index efc3b4b5e45f..2fc5cac38c5e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Create.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Create.json @@ -13,9 +13,7 @@ "migrationSolutionResourceId": "migrateSln" } }, - "tags": { - - } + "tags": {} } }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List.json new file mode 100644 index 000000000000..7926a11984cd --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List.json @@ -0,0 +1,33 @@ +{ + "parameters": { + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "name": "Read", + "display": { + "provider": "Microsoft.Migrate", + "resource": "Microsoft.Migrate/migrateProjects", + "operation": "Read", + "description": "Reads a project" + }, + "origin": "user,system" + }, + { + "name": "Write", + "display": { + "provider": "Microsoft.Migrate", + "resource": "Microsoft.Migrate/migrateProjects", + "operation": "Write", + "description": "Creates or updates a project" + }, + "origin": "user,system" + } + ] + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get.json index d395686b3928..1bca2258fc76 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get.json @@ -39,10 +39,7 @@ ], "errors": null, "customProperties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "SampleWorkflow" - }, + "instanceType": "SampleWorkflow", "affectedObjectDetails": null } }, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List.json index 405d55558bb3..43b8f966bf8d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List.json @@ -40,10 +40,7 @@ ], "errors": null, "customProperties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "SampleWorkflow" - }, + "instanceType": "SampleWorkflow", "affectedObjectDetails": null } }, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create.json index 3058f070d2ff..44bab79aa07b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create.json @@ -57,10 +57,7 @@ "replicationHealth": "Normal", "healthErrors": null, "customProperties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "IISAKSWorkloadDeployment" - } + "instanceType": "IISAKSWorkloadDeployment" } }, "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", @@ -114,10 +111,7 @@ "replicationHealth": "Normal", "healthErrors": null, "customProperties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "IISAKSWorkloadDeployment" - } + "instanceType": "IISAKSWorkloadDeployment" } }, "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get.json index ed1d56713475..ea06fda39b9b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get.json @@ -42,10 +42,7 @@ "replicationHealth": "Normal", "healthErrors": null, "customProperties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "IISAKSWorkloadDeployment" - } + "instanceType": "IISAKSWorkloadDeployment" } }, "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations.json index bf284f778cb3..b9d5b0b99972 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations.json @@ -42,10 +42,7 @@ "replicationHealth": "Normal", "healthErrors": null, "customProperties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "IISAKSWorkloadDeployment" - } + "instanceType": "IISAKSWorkloadDeployment" } }, "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment//subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/getSecrets", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List.json index f3359ca3cdfa..81b8e230f254 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List.json @@ -43,10 +43,7 @@ "replicationHealth": "Normal", "healthErrors": null, "customProperties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "IISAKSWorkloadDeployment" - } + "instanceType": "IISAKSWorkloadDeployment" } }, "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Update.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Update.json index 95d476355c0e..57d1110fbbb0 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Update.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Update.json @@ -24,100 +24,54 @@ } }, "responses": { - "202": { - "properties": { - "provisioningState": "Canceled", - "status": "InitialReplication", - "replicationState": "NotReplicatedStatesBegin", - "replicationStateDescription": null, - "testMigrateState": "None", - "testMigrateStateDescription": null, - "migrateState": "None", - "migrateStateDescription": null, - "displayName": "iisWorkloadDeployment", - "targetPlatform": "AzureKubernetesService", - "workloadInstanceProperties": { - "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", - "instanceType": "IISWorkload", - "displayName": "iisworkload", + "200": { + "body": { + "properties": { + "provisioningState": "Canceled", + "status": "InitialReplication", "replicationState": "NotReplicatedStatesBegin", + "replicationStateDescription": null, + "testMigrateState": "None", + "testMigrateStateDescription": null, + "migrateState": "None", + "migrateStateDescription": null, + "displayName": "iisWorkloadDeployment", + "targetPlatform": "AzureKubernetesService", + "workloadInstanceProperties": { + "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "instanceType": "IISWorkload", + "displayName": "iisworkload", + "replicationState": "NotReplicatedStatesBegin", + "replicationHealth": "Normal", + "healthErrors": null + }, + "correlationId": null, + "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", + "currentJob": null, + "allowedOperations": [ + "Add", + "Update" + ], + "lastFailedEnableReplicationJob": null, + "lastTestMigrateJob": null, "replicationHealth": "Normal", - "healthErrors": null - }, - "correlationId": null, - "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", - "currentJob": null, - "allowedOperations": [ - "Add", - "Update" - ], - "lastFailedEnableReplicationJob": null, - "lastTestMigrateJob": null, - "replicationHealth": "Normal", - "healthErrors": null, - "customProperties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "IISAKSWorkloadDeployment" + "healthErrors": null, + "customProperties": { + "instanceType": "IISAKSWorkloadDeployment" } - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", - "name": "aksDeployment", - "type": null, - "systemData": null, - "tags": { - "newTag": "newTagValue" + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", + "name": "aksDeployment", + "type": null, + "systemData": null, + "tags": null } }, - "200": { - "properties": { - "provisioningState": "Canceled", - "status": "InitialReplication", - "replicationState": "NotReplicatedStatesBegin", - "replicationStateDescription": null, - "testMigrateState": "None", - "testMigrateStateDescription": null, - "migrateState": "None", - "migrateStateDescription": null, - "displayName": "iisWorkloadDeployment", - "targetPlatform": "AzureKubernetesService", - "workloadInstanceProperties": { - "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", - "instanceType": "IISWorkload", - "displayName": "iisworkload", - "replicationState": "NotReplicatedStatesBegin", - "replicationHealth": "Normal", - "healthErrors": null - }, - "correlationId": null, - "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", - "currentJob": null, - "allowedOperations": [ - "Add", - "Update" - ], - "lastFailedEnableReplicationJob": null, - "lastTestMigrateJob": null, - "replicationHealth": "Normal", - "healthErrors": null, - "customProperties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "IISAKSWorkloadDeployment" - } - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", - "name": "aksDeployment", - "type": null, - "systemData": null, - "tags": { - "newTag": "newTagValue" + "202": { + "headers": { + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create.json index 091cb70a1705..ee1842fa4a58 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create.json @@ -40,10 +40,7 @@ "Update" ], "customProperties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "IISWorkload" - } + "instanceType": "IISWorkload" } }, "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", @@ -85,10 +82,7 @@ "Update" ], "customProperties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "IISWorkload" - } + "instanceType": "IISWorkload" } }, "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get.json index 2a0c5d69096d..c9301d2b49ca 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get.json @@ -30,10 +30,7 @@ "Update" ], "customProperties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "IISWorkload" - } + "instanceType": "IISWorkload" } }, "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List.json index d5f4c014321e..42bc325f11b2 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List.json @@ -31,10 +31,7 @@ "Update" ], "customProperties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "IISWorkload" - } + "instanceType": "IISWorkload" } }, "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Update.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Update.json index ee4fc2fc93d9..94429969f109 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Update.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Update.json @@ -21,7 +21,6 @@ "responses": { "202": { "headers": { - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" } }, @@ -43,15 +42,9 @@ "startTime": "2022-05-10T20:18:28.037Z", "endTime": "2022-05-10T20:18:28.037Z" }, - "allowedOperations": [ - "Add", - "Update" - ], + "allowedOperations": [ "Add", "Update" ], "customProperties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "IISWorkload" - } + "instanceType": "IISWorkload" } }, "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index dfe14bd6833a..a92f2d62b52c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -6,27 +6,17 @@ "version": "2022-05-01-preview" }, "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], + "schemes": [ "https" ], + "consumes": [ "application/json" ], + "produces": [ "application/json" ], "paths": { "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/deployedResources/{deployedResourceName}": { "get": { - "tags": [ - "DeployedResource" - ], + "tags": [ "DeployedResource" ], "summary": "Gets the deployed resource.", "description": "Gets the details of the deployed resource.", "operationId": "DeployedResource_Get", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -75,15 +65,11 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/deployedResources": { "get": { - "tags": [ - "DeployedResource" - ], + "tags": [ "DeployedResource" ], "summary": "Lists the deployed resources.", "description": "Gets the list of deployed resources in the given migrateDataCenter.", "operationId": "DeployedResource_List", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -128,15 +114,11 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/migrateAgents/{agentName}": { "get": { - "tags": [ - "MigrateAgent" - ], + "tags": [ "MigrateAgent" ], "summary": "Gets the MigrateAgent.", "description": "Gets the details of the migrateDataCenter agent.", "operationId": "MigrateAgent_Get", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -183,18 +165,12 @@ } }, "put": { - "tags": [ - "MigrateAgent" - ], + "tags": [ "MigrateAgent" ], "summary": "Puts the MigrateAgent.", "description": "Creates the migrateDataCenter agent.", "operationId": "MigrateAgent_Create", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], + "consumes": [ "application/json" ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -265,18 +241,12 @@ } }, "patch": { - "tags": [ - "MigrateAgent" - ], + "tags": [ "MigrateAgent" ], "summary": "Updates the MigrateAgent.", "description": "Updates the migrateDataCenter agent.", "operationId": "MigrateAgent_Update", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], + "consumes": [ "application/json" ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -341,15 +311,11 @@ } }, "delete": { - "tags": [ - "MigrateAgent" - ], + "tags": [ "MigrateAgent" ], "summary": "Deletes the MigrateAgent.", "description": "Deletes the migrateDataCenter agent.", "operationId": "MigrateAgent_Delete", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -408,15 +374,11 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/migrateAgents": { "get": { - "tags": [ - "MigrateAgent" - ], + "tags": [ "MigrateAgent" ], "summary": "Lists the MigrateAgents.", "description": "Gets the list of migrateDataCenter agents in the given migrateDataCenter.", "operationId": "MigrateAgent_List", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -458,15 +420,11 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/migrateAgents/{agentName}/refresh": { "post": { - "tags": [ - "MigrateAgent" - ], + "tags": [ "MigrateAgent" ], "summary": "Refreshes the MigrateAgent.", "description": "Refreshes the migrateDataCenter agent.", "operationId": "MigrateAgent_Refresh", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -522,15 +480,11 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/migrateAgents/{agentName}/operations/{operationId}": { "get": { - "tags": [ - "MigrateAgent" - ], + "tags": [ "MigrateAgent" ], "summary": "Gets the MigrateAgent operation status.", "description": "Tracks the results of an asynchronous operation on the migrateDataCenter agent.", "operationId": "MigrateAgentOperationStatus_Get", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -586,15 +540,11 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}": { "get": { - "tags": [ - "MigrateDataCenter" - ], + "tags": [ "MigrateDataCenter" ], "summary": "Gets the migrate data center.", "description": "Gets the details of the migrate data center.", "operationId": "MigrateDataCenter_Get", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -634,18 +584,12 @@ } }, "put": { - "tags": [ - "MigrateDataCenter" - ], + "tags": [ "MigrateDataCenter" ], "summary": "Puts the migrateDataCenter.", "description": "Creates the migrateDataCenter.", "operationId": "MigrateDataCenter_Create", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], + "consumes": [ "application/json" ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -709,18 +653,12 @@ } }, "patch": { - "tags": [ - "MigrateDataCenter" - ], + "tags": [ "MigrateDataCenter" ], "summary": "Updates the migrateDataCenter.", "description": "Performs update on the migrateDataCenter.", "operationId": "MigrateDataCenter_Update", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], + "consumes": [ "application/json" ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -778,15 +716,11 @@ } }, "delete": { - "tags": [ - "MigrateDataCenter" - ], + "tags": [ "MigrateDataCenter" ], "summary": "Deletes the migrateDataCenter.", "description": "Removes the migrateDataCenter.", "operationId": "MigrateDataCenter_Delete", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -838,15 +772,11 @@ }, "/subscriptions/{subscriptionId}/providers/Microsoft.Migrate/migrateDataCenters": { "get": { - "tags": [ - "MigrateDataCenter" - ], + "tags": [ "MigrateDataCenter" ], "summary": "Lists the migrateDataCenters.", "description": "Gets the list of migrateDataCenters in the given subscription.", "operationId": "MigrateDataCenter_ListBySubscription", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -887,15 +817,11 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters": { "get": { - "tags": [ - "MigrateDataCenter" - ], + "tags": [ "MigrateDataCenter" ], "summary": "Lists the migrateDataCenters.", "description": "Gets the list of migrateDataCenters in the given subscription and resource group.", "operationId": "MigrateDataCenter_List", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -939,15 +865,11 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/statistics": { "get": { - "tags": [ - "MigrateDataCenter" - ], + "tags": [ "MigrateDataCenter" ], "summary": "Gets the migrateDataCenter statistics.", "description": "Gets the statistics for the migrateDataCenter.", "operationId": "MigrateDataCenterStatistics_Get", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -989,15 +911,11 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/operations/{operationId}": { "get": { - "tags": [ - "MigrateDataCenter" - ], + "tags": [ "MigrateDataCenter" ], "summary": "Gets the migrateDataCenter operation status.", "description": "Tracks the results of an asynchronous operation on the migrateDataCenter.", "operationId": "MigrateDataCenterOperationStatus_Get", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1052,15 +970,11 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/jobs/{workflowName}": { "get": { - "tags": [ - "Workflow" - ], + "tags": [ "Workflow" ], "summary": "Gets the workflow.", "description": "Gets the details of the job.", "operationId": "Workflow_Get", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1109,15 +1023,11 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/jobs": { "get": { - "tags": [ - "Workflow" - ], + "tags": [ "Workflow" ], "summary": "Lists the workflows.", "description": "Gets the list of jobs in the given migrateDataCenter.", "operationId": "Workflow_List", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1174,15 +1084,11 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/jobs/{workflowName}/operations/{operationId}": { "get": { - "tags": [ - "Workflow" - ], + "tags": [ "Workflow" ], "summary": "Gets the workflow operation status.", "description": "Tracks the results of an asynchronous operation on the job.", "operationId": "WorkflowOperationStatus_Get", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1238,15 +1144,11 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}": { "get": { - "tags": [ - "WorkloadDeployment" - ], + "tags": [ "WorkloadDeployment" ], "summary": "Gets the workload deployment.", "description": "Gets the details of the workload deployment.", "operationId": "WorkloadDeployment_Get", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1293,18 +1195,12 @@ } }, "put": { - "tags": [ - "WorkloadDeployment" - ], + "tags": [ "WorkloadDeployment" ], "summary": "Puts the workload deployment.", "description": "Creates the workload deployment.", "operationId": "WorkloadDeployment_Create", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], + "consumes": [ "application/json" ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1375,18 +1271,12 @@ } }, "patch": { - "tags": [ - "WorkloadDeployment" - ], + "tags": [ "WorkloadDeployment" ], "summary": "Updates the workload deployment.", "description": "Performs update on the workload deployment.", "operationId": "WorkloadDeployment_Update", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], + "consumes": [ "application/json" ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1451,15 +1341,11 @@ } }, "delete": { - "tags": [ - "WorkloadDeployment" - ], + "tags": [ "WorkloadDeployment" ], "summary": "Deletes the workload deployment.", "description": "Removes the workload deployment.", "operationId": "WorkloadDeployment_Delete", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1524,15 +1410,11 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments": { "get": { - "tags": [ - "WorkloadDeployment" - ], + "tags": [ "WorkloadDeployment" ], "summary": "Lists the workload deployments.", "description": "Gets the list of workload deployments in the given migrateDataCenter.", "operationId": "WorkloadDeployment_List", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1577,15 +1459,11 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/getSecrets": { "post": { - "tags": [ - "WorkloadDeployment" - ], + "tags": [ "WorkloadDeployment" ], "summary": "Gets the workload deployment secrets.", "description": "Gets the secrets of the workload deployment.", "operationId": "WorkloadDeployment_GetSecretConfigurations", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1634,18 +1512,12 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/buildContainerImage": { "post": { - "tags": [ - "WorkloadDeployment" - ], + "tags": [ "WorkloadDeployment" ], "summary": "Build container image.", "description": "Performs the build container image action on the workload deployment.", "operationId": "WorkloadDeployment_BuildContainerImage", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], + "consumes": [ "application/json" ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1709,18 +1581,12 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/testMigrate": { "post": { - "tags": [ - "WorkloadDeployment" - ], + "tags": [ "WorkloadDeployment" ], "summary": "Performs test migrate.", "description": "Performs the test migrate on the workload deployment.", "operationId": "WorkloadDeployment_TestMigrate", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], + "consumes": [ "application/json" ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1784,18 +1650,12 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/testMigrateCleanup": { "post": { - "tags": [ - "WorkloadDeployment" - ], + "tags": [ "WorkloadDeployment" ], "summary": "Performs test migrate cleanup.", "description": "Performs the test migrate cleanup on the workload deployment.", "operationId": "WorkloadDeployment_TestMigrateCleanup", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], + "consumes": [ "application/json" ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1859,18 +1719,12 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/migrate": { "post": { - "tags": [ - "WorkloadDeployment" - ], + "tags": [ "WorkloadDeployment" ], "summary": "Performs migrate.", "description": "Performs migrate on the workload deployment.", "operationId": "WorkloadDeployment_Migrate", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], + "consumes": [ "application/json" ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1934,15 +1788,11 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/completeMigration": { "post": { - "tags": [ - "WorkloadDeployment" - ], + "tags": [ "WorkloadDeployment" ], "summary": "Performs complete migrate.", "description": "Performs the complete migrate on the workload deployment.", "operationId": "WorkloadDeployment_MigrateComplete", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1998,15 +1848,11 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/operations/{operationId}": { "get": { - "tags": [ - "WorkloadDeployment" - ], + "tags": [ "WorkloadDeployment" ], "summary": "Gets the workload deployment operation status.", "description": "Tracks the results of an asynchronous operation on the workload deployment.", "operationId": "WorkloadDeploymentOperationStatus_Get", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -2062,15 +1908,11 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadInstances/{workloadInstanceName}": { "get": { - "tags": [ - "WorkloadInstance" - ], + "tags": [ "WorkloadInstance" ], "summary": "Gets the workload instance.", "description": "Gets the details of the workload instance.", "operationId": "WorkloadInstance_Get", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -2117,18 +1959,12 @@ } }, "put": { - "tags": [ - "WorkloadInstance" - ], + "tags": [ "WorkloadInstance" ], "summary": "Puts the workload instance.", "description": "Creates the workload instance in the given migrateDataCenter.", "operationId": "WorkloadInstance_Create", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], + "consumes": [ "application/json" ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -2199,18 +2035,12 @@ } }, "patch": { - "tags": [ - "WorkloadInstance" - ], + "tags": [ "WorkloadInstance" ], "summary": "Updates the workload instance.", "description": "Updates the workload instance in the given migrateDataCenter.", "operationId": "WorkloadInstance_Update", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], + "consumes": [ "application/json" ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -2275,15 +2105,11 @@ } }, "delete": { - "tags": [ - "WorkloadInstance" - ], + "tags": [ "WorkloadInstance" ], "summary": "Deletes the workload instance.", "description": "Deletes the workload instance in the given migrateDataCenter.", "operationId": "WorkloadInstance_Delete", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -2342,15 +2168,11 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadInstances": { "get": { - "tags": [ - "WorkloadInstance" - ], + "tags": [ "WorkloadInstance" ], "summary": "Lists the workload instances.", "description": "Gets the list of workload instances in the given migrateDataCenter.", "operationId": "WorkloadInstance_List", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -2395,15 +2217,11 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadInstances/{workloadInstanceName}/operations/{operationId}": { "get": { - "tags": [ - "WorkloadInstance" - ], + "tags": [ "WorkloadInstance" ], "summary": "Gets the workload instance operation status.", "description": "Tracks the results of an asynchronous operation on the workload instance.", "operationId": "WorkloadInstanceOperationStatus_Get", - "produces": [ - "application/json" - ], + "produces": [ "application/json" ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -2456,6 +2274,35 @@ } } } + }, + "/providers/Microsoft.Migrate/operations": { + "get": { + "summary": "Get list of operations supported in the API.", + "description": "Get a list of REST API supported by Microsoft.Migrate provider.", + "operationId": "Operations_List", + "responses": { + "200": { + "description": "OK. Returns list of operations.", + "schema": { + "$ref": "#/definitions/AvailableOperations" + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": null + }, + "x-ms-examples": { + "Operations_List": { + "$ref": "./examples/Operations_List.json" + } + } + } } }, "definitions": { @@ -2517,10 +2364,7 @@ }, "loadBalancerType": { "description": "Gets or sets the load balancer type.", - "enum": [ - "Private", - "Public" - ], + "enum": [ "Private", "Public" ], "type": "string", "x-ms-enum": { "name": "LoadBalancerType", @@ -2764,6 +2608,24 @@ } } }, + "AvailableOperations": { + "description": "Available operations of the service", + "type": "object", + "properties": { + "value": { + "description": "Collection of available operation details", + "uniqueItems": false, + "type": "array", + "items": { + "$ref": "#/definitions/OperationDetail" + } + }, + "nextLink": { + "description": "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", + "type": "string" + } + } + }, "AzureFileShareHydrationProfile": { "description": "Azure file share profile for hydration of application folders not mounted on\r\nthe container file system.", "type": "object", @@ -2790,6 +2652,11 @@ "description": "Binding for a web application.", "type": "object", "properties": { + "id": { + "description": "Gets the unique id corresponding to the application binding.", + "type": "string", + "readOnly": true + }, "port": { "description": "Gets or sets the application port.", "type": "string" @@ -2855,6 +2722,11 @@ "description": "Class for container image properties.", "type": "object", "properties": { + "id": { + "description": "Gets the unique id corresponding to the container image.", + "type": "string", + "readOnly": true + }, "dockerfile": { "description": "Gets or sets the dockerfile for the container image.", "type": "string" @@ -2980,7 +2852,7 @@ "description": "Class for deployed resource properties.", "type": "object", "properties": { - "deployedResourceId": { + "id": { "description": "Gets or sets the deployed resource id.", "type": "string", "readOnly": true @@ -3019,6 +2891,11 @@ "description": "Second level entity for virtual directories.", "type": "object", "properties": { + "id": { + "description": "Gets the unique id corresponding to the directory path.", + "type": "string", + "readOnly": true + }, "virtual": { "description": "Gets or sets the virtual path for the directory.", "type": "string" @@ -3033,6 +2910,11 @@ "description": "Error model.", "type": "object", "properties": { + "id": { + "description": "Gets the unique id corresponding to the error.", + "type": "string", + "readOnly": true + }, "code": { "description": "Gets or sets the error code.", "type": "string", @@ -3075,6 +2957,11 @@ "description": "Health error model.", "type": "object", "properties": { + "id": { + "description": "Gets the unique id.", + "type": "string", + "readOnly": true + }, "affectedResourceType": { "description": "Gets or sets the type of affected resource type.", "type": "string" @@ -3266,6 +3153,11 @@ "description": "IISApplication details.", "type": "object", "properties": { + "id": { + "description": "Gets the unique id corresponding to the application.", + "type": "string", + "readOnly": true + }, "applicationPoolName": { "description": "Gets or sets the application pool name.", "type": "string" @@ -3298,6 +3190,11 @@ "description": "IIS virtual application details.", "type": "object", "properties": { + "id": { + "description": "Gets the unique id corresponding to the application.", + "type": "string", + "readOnly": true + }, "isVirtualDirectory": { "description": "Gets a value indicating whether the application corresponds to a directory.", "type": "boolean", @@ -3481,6 +3378,11 @@ "description": "Inner health error model.", "type": "object", "properties": { + "id": { + "description": "Gets the unique id.", + "type": "string", + "readOnly": true + }, "code": { "description": "Gets or sets the error code.", "type": "string", @@ -3598,9 +3500,7 @@ }, "MigrateAgentModelCustomProperties": { "description": "MigrateAgent model custom properties.", - "required": [ - "instanceType" - ], + "required": [ "instanceType" ], "type": "object", "properties": { "instanceType": { @@ -3608,7 +3508,8 @@ "type": "string" } }, - "discriminator": "instanceType" + "discriminator": "instanceType", + "x-ms-discriminator-value": "TestFabricExtension" }, "MigrateAgentModelProperties": { "description": "MigrateAgent model properties.", @@ -3873,6 +3774,11 @@ "description": "Migrate properties of the workload deployment.", "type": "object", "properties": { + "id": { + "description": "Gets the unique id.", + "type": "string", + "readOnly": true + }, "workloadDeploymentName": { "description": "Gets or sets the workload deployment name.", "type": "string", @@ -3937,14 +3843,59 @@ } } }, + "OperationDetail": { + "description": "Operation detail payload", + "type": "object", + "properties": { + "id": { + "description": "Gets or sets the Id.", + "type": "string" + }, + "name": { + "description": "Name of the operation", + "type": "string" + }, + "isDataAction": { + "description": "Indicates whether the operation is a data action", + "type": "boolean" + }, + "display": { + "$ref": "#/definitions/OperationDisplay", + "description": "Display of the operation" + }, + "origin": { + "description": "Origin of the operation", + "type": "string" + } + } + }, + "OperationDisplay": { + "description": "Operation display payload", + "type": "object", + "properties": { + "provider": { + "description": "Resource provider of the operation", + "type": "string" + }, + "resource": { + "description": "Resource of the operation", + "type": "string" + }, + "operation": { + "description": "Localized friendly name for the operation", + "type": "string" + }, + "description": { + "description": "Localized friendly description for the operation", + "type": "string" + } + } + }, "OperatingSystemDetails": { "type": "object", "properties": { "os": { - "enum": [ - "Windows", - "Linux" - ], + "enum": [ "Windows", "Linux" ], "type": "string", "x-ms-enum": { "name": "OperatingSystemType", @@ -4082,10 +4033,7 @@ "properties": { "storageAccessType": { "description": "Gets or sets the target storage access type.", - "enum": [ - "Shared", - "Exclusive" - ], + "enum": [ "Shared", "Exclusive" ], "type": "string", "x-ms-enum": { "name": "TargetStorageAccessType", @@ -4094,10 +4042,7 @@ }, "storageProjectionType": { "description": "Gets or sets the target projection type.", - "enum": [ - "ContainerFileSystem", - "PersistentVolume" - ], + "enum": [ "ContainerFileSystem", "PersistentVolume" ], "type": "string", "x-ms-enum": { "name": "TargetStorageProjectionType", @@ -4106,9 +4051,7 @@ }, "hydrationStorageProviderType": { "description": "Gets or sets the storage provider type on the target.\r\nApplicable when StorageProjectionType is not ContainerFileSystem.", - "enum": [ - "AzureFileShare" - ], + "enum": [ "AzureFileShare" ], "type": "string", "x-ms-enum": { "name": "TargetHydrationStorageProviderType", @@ -4136,6 +4079,11 @@ "description": "Task model.", "type": "object", "properties": { + "id": { + "description": "Gets the unique id corresponding to the task.", + "type": "string", + "readOnly": true + }, "taskName": { "description": "Gets or sets the task name.", "type": "string", @@ -4277,6 +4225,11 @@ "description": "Class for web application configurations.", "type": "object", "properties": { + "id": { + "description": "Gets the unique id corresponding to the application configuration.", + "type": "string", + "readOnly": true + }, "name": { "description": "Gets or sets the configuration name.", "type": "string" @@ -4352,6 +4305,11 @@ "description": "Framework specific data for a web application.", "type": "object", "properties": { + "id": { + "description": "Gets the unique id corresponding to the application framework.", + "type": "string", + "readOnly": true + }, "name": { "description": "Gets or sets Name of the framework.", "type": "string" @@ -4421,9 +4379,7 @@ }, "WorkflowModelCustomProperties": { "description": "Workflow model custom properties.", - "required": [ - "instanceType" - ], + "required": [ "instanceType" ], "type": "object", "properties": { "instanceType": { @@ -4439,7 +4395,8 @@ "readOnly": true } }, - "discriminator": "instanceType" + "discriminator": "instanceType", + "x-ms-discriminator-value": "SampleWorkflow" }, "WorkflowModelProperties": { "description": "Workflow model properties.", @@ -4641,9 +4598,7 @@ }, "WorkloadDeploymentModelCustomProperties": { "description": "Workload deployment model custom properties.", - "required": [ - "instanceType" - ], + "required": [ "instanceType" ], "type": "object", "properties": { "instanceType": { @@ -4659,7 +4614,8 @@ } } }, - "discriminator": "instanceType" + "discriminator": "instanceType", + "x-ms-discriminator-value": "IISAKSWorkloadDeployment" }, "WorkloadDeploymentModelProperties": { "description": "Workload deployment model properties.", @@ -4879,11 +4835,7 @@ }, "replicationHealth": { "description": "Gets or sets workload deployment replication health.", - "enum": [ - "Normal", - "Warning", - "Critical" - ], + "enum": [ "Normal", "Warning", "Critical" ], "type": "string", "readOnly": true, "x-ms-enum": { @@ -4992,17 +4944,12 @@ }, "WorkloadInstanceModelCustomProperties": { "description": "Workload instance model custom properties.", - "required": [ - "instanceType" - ], + "required": [ "instanceType" ], "type": "object", "properties": { "instanceType": { "description": "Gets or sets the instance type.", - "enum": [ - "IISWorkload", - "ApacheTomcatWorkload" - ], + "enum": [ "IISWorkload", "ApacheTomcatWorkload" ], "type": "string", "x-ms-enum": { "name": "WorkloadType", @@ -5010,7 +4957,8 @@ } } }, - "discriminator": "instanceType" + "discriminator": "instanceType", + "x-ms-discriminator-value": "IISWorkload" }, "WorkloadInstanceModelProperties": { "description": "Workload instance model properties.", @@ -5044,11 +4992,7 @@ }, "replicationHealth": { "description": "Gets or sets the replication health of the workload instance.", - "enum": [ - "Normal", - "Warning", - "Critical" - ], + "enum": [ "Normal", "Warning", "Critical" ], "type": "string", "readOnly": true, "x-ms-enum": { @@ -5121,10 +5065,7 @@ }, "instanceType": { "description": "Gets or sets the instance type.", - "enum": [ - "IISWorkload", - "ApacheTomcatWorkload" - ], + "enum": [ "IISWorkload", "ApacheTomcatWorkload" ], "type": "string", "x-ms-enum": { "name": "WorkloadType", @@ -5163,11 +5104,7 @@ }, "replicationHealth": { "description": "Gets or sets the replication health of the workload instance.", - "enum": [ - "Normal", - "Warning", - "Critical" - ], + "enum": [ "Normal", "Warning", "Critical" ], "type": "string", "readOnly": true, "x-ms-enum": { @@ -5280,9 +5217,7 @@ }, "security": [ { - "azure_auth": [ - "user_impersonation" - ] + "azure_auth": [ "user_impersonation" ] } ], "tags": [ @@ -5312,4 +5247,3 @@ } ] } - From 1fff9e99bf8b46f78bf3ba613bfb594b3a3179cf Mon Sep 17 00:00:00 2001 From: Sumukha K Date: Thu, 19 May 2022 23:23:24 +0530 Subject: [PATCH 08/54] Implementing review comment --- .../examples/DeployedResource_Get.json | 2 +- .../examples/DeployedResource_List.json | 4 +- .../examples/MigrateAgent_Create.json | 34 -- .../examples/MigrateAgent_Delete.json | 1 - .../examples/MigrateAgent_Refresh.json | 1 - .../examples/MigrateAgent_Update.json | 31 -- .../MigrateDataCenterStatistics_Get.json | 4 +- .../examples/MigrateDataCenter_Create.json | 26 - .../examples/MigrateDataCenter_Delete.json | 1 - .../examples/MigrateDataCenter_Update.json | 30 -- ...orkloadDeployment_BuildContainerImage.json | 1 - .../examples/WorkloadDeployment_Create.json | 50 -- .../examples/WorkloadDeployment_Delete.json | 1 - .../examples/WorkloadDeployment_Migrate.json | 1 - .../WorkloadDeployment_MigrateComplete.json | 1 - .../WorkloadDeployment_TestMigrate.json | 1 - ...WorkloadDeployment_TestMigrateCleanup.json | 1 - .../examples/WorkloadDeployment_Update.json | 45 -- .../examples/WorkloadInstance_Create.json | 38 -- .../examples/WorkloadInstance_Delete.json | 1 - .../examples/WorkloadInstance_Update.json | 32 -- .../2022-05-01-preview/migrateEngine.json | 457 +++++++++--------- 22 files changed, 238 insertions(+), 525 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get.json index 2b05b382ab51..8158bc112352 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get.json @@ -10,7 +10,7 @@ "200": { "body": { "properties": { - "deploymentDetails": null, + "resourcesDeployed": null, "workloadDeploymentId": "15dec7ce-2514-4fa9-8d23-ef82aaeead54", "displayName": "iisWorkload", "context": null, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List.json index 9e698e0d26f1..1a098456446d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List.json @@ -11,7 +11,7 @@ "value": [ { "properties": { - "deploymentDetails": null, + "resourcesDeployed": null, "workloadDeploymentId": "15dec7ce-2514-4fa9-8d23-ef82aaeead54", "displayName": "iisWorkload", "context": null, @@ -34,7 +34,7 @@ }, { "properties": { - "deploymentDetails": null, + "resourcesDeployed": null, "workloadDeploymentId": "5d074944-8c9a-4e79-bc16-efe49c8cd77d", "displayName": "iisWorkload1", "context": null, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create.json index 3bcb9397e86c..910a1ca542d0 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create.json @@ -56,40 +56,6 @@ "Retry-After": "15", "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/0c47930b-5f4c-4361-8de2-a44fa885ad70?api-version=2022-05-01-preview" } - }, - "202": { - "headers": { - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/0c47930b-5f4c-4361-8de2-a44fa885ad70?api-version=2022-05-01-preview" - } - }, - "200": { - "body": { - "properties": { - "correlationId": null, - "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", - "machineName": "M1_name", - "authenticationIdentity": { - "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", - "applicationId": "C1", - "objectId": "O1", - "audience": "AUD1", - "aadAuthority": "AUT1" - }, - "isResponsive": false, - "lastHeartbeat": "2022-05-10T10:58:01.266Z", - "versionNumber": null, - "provisioningState": "Canceled", - "healthErrors": null, - "customProperties": { - "instanceType": "TestFabricExtension" - } - }, - "id": null, - "name": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "type": null, - "systemData": null, - "tags": null - } } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete.json index b73c3a329800..8bd453f7c62f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete.json @@ -7,7 +7,6 @@ "api-version": "2022-05-01-preview" }, "responses": { - "200": {}, "204": {}, "202": { "headers": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh.json index 7a1e7810395d..3c923d74ec4b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh.json @@ -7,7 +7,6 @@ "api-version": "2022-05-01-preview" }, "responses": { - "200": {}, "202": { "headers": { "Retry-After": "15", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Update.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Update.json index cd3aed1b52f6..9f879898d20a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Update.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Update.json @@ -54,37 +54,6 @@ "tags": { "newTag": "newTagValue" } - }, - "200": { - "body": { - "properties": { - "correlationId": null, - "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", - "machineName": "M1_name", - "authenticationIdentity": { - "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", - "applicationId": "C1", - "objectId": "O1", - "audience": "AUD1", - "aadAuthority": "AUT1" - }, - "isResponsive": false, - "lastHeartbeat": "2022-05-10T10:58:01.266Z", - "versionNumber": null, - "provisioningState": "Updating", - "healthErrors": null, - "customProperties": { - "instanceType": "TestFabricExtension" - } - }, - "id": null, - "name": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "type": null, - "systemData": null, - "tags": { - "newTag": "newTagValue" - } - } } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenterStatistics_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenterStatistics_Get.json index 54667bcbe920..92fec89194f6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenterStatistics_Get.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenterStatistics_Get.json @@ -59,8 +59,8 @@ "additionalProp3": 0 } }, - "workloadStatistics": { - "workloadInstanceErrors": [ + "workloadInstanceStatistics": { + "healthErrors": [ { "affectedResourceType": null, "affectedResourceCorrelationIds": [ diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Create.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Create.json index 2fc5cac38c5e..e2759bd17c1c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Create.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Create.json @@ -41,32 +41,6 @@ "Retry-After": "15", "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" } - }, - "202": { - "headers": { - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" - } - }, - "200": { - "body": { - "location": "southeastasia", - "properties": { - "provisioningState": "Canceled", - "serviceResourceId": null, - "serviceEndpoint": null, - "migrationConfiguration": { - "storageAccountResourceId": "amesa", - "keyVaultResourceId": "amekv", - "migrationSolutionResourceId": "migrateSln", - "linkedAgents": null - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1", - "name": "datacenter1", - "type": "Microsoft.Migrate/migrateDataCenters", - "systemData": null, - "tags": {} - } } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Delete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Delete.json index 04dec74b46dc..30369aaf2841 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Delete.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Delete.json @@ -6,7 +6,6 @@ "api-version": "2022-05-01-preview" }, "responses": { - "200": {}, "204": {}, "202": { "headers": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Update.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Update.json index 7fde874485c3..9ad513e998cb 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Update.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Update.json @@ -26,36 +26,6 @@ "tags": { "newTag": "newTagValue" } - }, - "200": { - "body": { - "location": "southeastasia", - "properties": { - "provisioningState": "Canceled", - "serviceResourceId": null, - "serviceEndpoint": null, - "migrationConfiguration": { - "storageAccountResourceId": "amesa", - "keyVaultResourceId": "amekv", - "migrationSolutionResourceId": "migrateSln", - "linkedAgents": null - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1", - "name": "datacenter1", - "type": "Microsoft.Migrate/migrateDataCenters", - "systemData": { - "createdBy": null, - "createdByType": null, - "createdAt": "2022-05-06T19:21:27.651Z", - "lastModifiedBy": null, - "lastModifiedByType": null, - "lastModifiedAt": "2022-05-06T19:21:27.651Z" - }, - "tags": { - "newTag": "newTagValue" - } - } } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage.json index 15e9b3d2a461..a47ae9068350 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage.json @@ -20,7 +20,6 @@ } }, "responses": { - "204": {}, "202": { "headers": { "Retry-After": "15", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create.json index 44bab79aa07b..6ef7c3d8913e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create.json @@ -70,56 +70,6 @@ "Retry-After": "15", "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" } - }, - "202": { - "headers": { - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" - } - }, - "200": { - "body": { - "properties": { - "provisioningState": "Canceled", - "status": "InitialReplication", - "replicationState": "NotReplicatedStatesBegin", - "replicationStateDescription": null, - "testMigrateState": "None", - "testMigrateStateDescription": null, - "migrateState": "None", - "migrateStateDescription": null, - "displayName": "iisWorkloadDeployment", - "targetPlatform": "AzureKubernetesService", - "workloadInstanceProperties": { - "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", - "instanceType": "IISWorkload", - "displayName": "iisworkload", - "replicationState": "NotReplicatedStatesBegin", - "replicationHealth": "Normal", - "healthErrors": null - }, - "correlationId": null, - "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", - "currentJob": null, - "allowedOperations": [ - "Add", - "Update" - ], - "lastFailedEnableReplicationJob": null, - "lastTestMigrateJob": null, - "replicationHealth": "Normal", - "healthErrors": null, - "customProperties": { - "instanceType": "IISAKSWorkloadDeployment" - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", - "name": "aksDeployment", - "type": null, - "systemData": null, - "tags": null - } } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete.json index 211091294826..6080635d30cc 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete.json @@ -7,7 +7,6 @@ "api-version": "2022-05-01-preview" }, "responses": { - "200": {}, "204": {}, "202": { "headers": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate.json index cd17fb4f0f2f..2c6dd1343e73 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate.json @@ -14,7 +14,6 @@ } }, "responses": { - "204": {}, "202": { "headers": { "Retry-After": "15", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_MigrateComplete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_MigrateComplete.json index f02b42aa358f..ee0be633dfb7 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_MigrateComplete.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_MigrateComplete.json @@ -7,7 +7,6 @@ "api-version": "2022-05-01-preview" }, "responses": { - "204": {}, "202": { "headers": { "Retry-After": "15", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate.json index cd6e22cee330..21e04bffc814 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate.json @@ -14,7 +14,6 @@ } }, "responses": { - "204": {}, "202": { "headers": { "Retry-After": "15", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup.json index e55efdecd357..77a81e671fa5 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup.json @@ -12,7 +12,6 @@ } }, "responses": { - "204": {}, "202": { "headers": { "Retry-After": "15", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Update.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Update.json index 57d1110fbbb0..adac6ed28d3f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Update.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Update.json @@ -24,51 +24,6 @@ } }, "responses": { - "200": { - "body": { - "properties": { - "provisioningState": "Canceled", - "status": "InitialReplication", - "replicationState": "NotReplicatedStatesBegin", - "replicationStateDescription": null, - "testMigrateState": "None", - "testMigrateStateDescription": null, - "migrateState": "None", - "migrateStateDescription": null, - "displayName": "iisWorkloadDeployment", - "targetPlatform": "AzureKubernetesService", - "workloadInstanceProperties": { - "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", - "instanceType": "IISWorkload", - "displayName": "iisworkload", - "replicationState": "NotReplicatedStatesBegin", - "replicationHealth": "Normal", - "healthErrors": null - }, - "correlationId": null, - "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", - "currentJob": null, - "allowedOperations": [ - "Add", - "Update" - ], - "lastFailedEnableReplicationJob": null, - "lastTestMigrateJob": null, - "replicationHealth": "Normal", - "healthErrors": null, - "customProperties": { - "instanceType": "IISAKSWorkloadDeployment" - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", - "name": "aksDeployment", - "type": null, - "systemData": null, - "tags": null - } - }, "202": { "headers": { "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create.json index ee1842fa4a58..840088f855e7 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create.json @@ -53,44 +53,6 @@ "Retry-After": "15", "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" } - }, - "202": { - "headers": { - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" - } - }, - "200": { - "body": { - "properties": { - "provisioningState": "Canceled", - "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "displayName": "AmeMigrationAgent", - "replicationHealth": "Normal", - "replicationState": "NotReplicatedStatesBegin", - "healthErrors": null, - "currentJob": { - "scenarioName": "AddOrUpdateMigrateDataCenter", - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/jobs/AddOrUpdateMigrateDataCenterWorkflow", - "name": "AddOrUpdateMigrateDataCenterWorkflow", - "displayName": "AddOrUpdateMigrateDataCenter", - "state": "Pending", - "startTime": "2022-05-10T20:18:28.037Z", - "endTime": "2022-05-10T20:18:28.037Z" - }, - "allowedOperations": [ - "Add", - "Update" - ], - "customProperties": { - "instanceType": "IISWorkload" - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", - "name": "iisWorkload", - "type": null, - "systemData": null, - "tags": {} - } } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete.json index b147e34b3bbe..eb567c566e52 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete.json @@ -7,7 +7,6 @@ "api-version": "2022-05-01-preview" }, "responses": { - "200": {}, "204": {}, "202": { "headers": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Update.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Update.json index 94429969f109..c634ea32ddfa 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Update.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Update.json @@ -23,38 +23,6 @@ "headers": { "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" } - }, - "200": { - "body": { - "properties": { - "provisioningState": "Canceled", - "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "displayName": "AmeMigrationAgent", - "replicationHealth": "Normal", - "replicationState": "NotReplicatedStatesBegin", - "healthErrors": null, - "currentJob": { - "scenarioName": "AddOrUpdateMigrateDataCenter", - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/jobs/AddOrUpdateMigrateDataCenterWorkflow", - "name": "AddOrUpdateMigrateDataCenterWorkflow", - "displayName": "AddOrUpdateMigrateDataCenter", - "state": "Pending", - "startTime": "2022-05-10T20:18:28.037Z", - "endTime": "2022-05-10T20:18:28.037Z" - }, - "allowedOperations": [ "Add", "Update" ], - "customProperties": { - "instanceType": "IISWorkload" - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", - "name": "iisWorkload", - "type": null, - "systemData": null, - "tags": { - "newTag": "newTagValue" - } - } } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index a92f2d62b52c..593e9ef15fdb 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -44,7 +44,7 @@ ], "responses": { "200": { - "description": "Returns DeployedResource Model on success.", + "description": "Success", "schema": { "$ref": "#/definitions/DeployedResourceModel" } @@ -90,7 +90,7 @@ ], "responses": { "200": { - "description": "Returns DeployedResource Model Collection on success.", + "description": "Success", "schema": { "$ref": "#/definitions/DeployedResourceModelCollection" } @@ -146,7 +146,7 @@ ], "responses": { "200": { - "description": "Returns MigrateAgent Model on success.", + "description": "Success", "schema": { "$ref": "#/definitions/MigrateAgentModel" } @@ -211,29 +211,13 @@ "$ref": "#/definitions/MigrateAgentModel" } }, - "200": { - "description": "Success", - "schema": { - "$ref": "#/definitions/MigrateAgentModel" - } - }, "default": { "description": "Error", "schema": { "$ref": "#/definitions/ArmError" } - }, - "202": { - "description": "Returns success on creation.", - "headers": { - "Azure-AsyncOperation": { - "description": "Tracking URL for long running operation.", - "type": "string" - } - } } }, - "x-ms-long-running-operation": true, "x-ms-examples": { "MigrateAgent_Create": { "$ref": "./examples/MigrateAgent_Create.json" @@ -290,12 +274,6 @@ } } }, - "200": { - "description": "Success", - "schema": { - "$ref": "#/definitions/MigrateAgentModel" - } - }, "default": { "description": "Error", "schema": { @@ -342,11 +320,8 @@ } ], "responses": { - "200": { - "description": "Success" - }, "202": { - "description": "Returns success on deletion.", + "description": "Success", "headers": { "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", @@ -399,7 +374,7 @@ ], "responses": { "200": { - "description": "Returns MigrateAgent Model Collection on success.", + "description": "Success", "schema": { "$ref": "#/definitions/MigrateAgentModelCollection" } @@ -451,11 +426,8 @@ } ], "responses": { - "200": { - "description": "Success" - }, "202": { - "description": "Returns success on refresh.", + "description": "Success", "headers": { "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", @@ -565,7 +537,7 @@ ], "responses": { "200": { - "description": "Returns MigrateDataCenter Model on success.", + "description": "Success", "schema": { "$ref": "#/definitions/MigrateDataCenterModel" } @@ -623,29 +595,13 @@ "$ref": "#/definitions/MigrateDataCenterModel" } }, - "200": { - "description": "Success", - "schema": { - "$ref": "#/definitions/MigrateDataCenterModel" - } - }, "default": { "description": "Error", "schema": { "$ref": "#/definitions/ArmError" } - }, - "202": { - "description": "Returns success on creation.", - "headers": { - "Azure-AsyncOperation": { - "description": "Tracking URL for long running operation.", - "type": "string" - } - } } }, - "x-ms-long-running-operation": true, "x-ms-examples": { "MigrateDataCenter_Create": { "$ref": "./examples/MigrateDataCenter_Create.json" @@ -686,14 +642,8 @@ } ], "responses": { - "200": { - "description": "Success", - "schema": { - "$ref": "#/definitions/MigrateDataCenterModel" - } - }, "202": { - "description": "Returns success on update.", + "description": "Success", "headers": { "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", @@ -740,11 +690,8 @@ } ], "responses": { - "200": { - "description": "Success" - }, "202": { - "description": "Returns success on deletion.", + "description": "Success", "headers": { "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", @@ -793,7 +740,7 @@ ], "responses": { "200": { - "description": "Returns MigrateDataCenter Model Collection on success.", + "description": "Success", "schema": { "$ref": "#/definitions/MigrateDataCenterModelCollection" } @@ -841,7 +788,7 @@ ], "responses": { "200": { - "description": "Returns MigrateDataCenter Model Collection on success.", + "description": "Success", "schema": { "$ref": "#/definitions/MigrateDataCenterModelCollection" } @@ -890,7 +837,7 @@ ], "responses": { "200": { - "description": "Returns MigrateDataCenterStatistics Model on success.", + "description": "Success", "schema": { "$ref": "#/definitions/MigrateDataCenterStatisticsModel" } @@ -1002,7 +949,7 @@ ], "responses": { "200": { - "description": "Returns Workflow Model on success.", + "description": "Success", "schema": { "$ref": "#/definitions/WorkflowModel" } @@ -1060,7 +1007,7 @@ ], "responses": { "200": { - "description": "Returns Workflow Model Collection on success.", + "description": "Success", "schema": { "$ref": "#/definitions/WorkflowModelCollection" } @@ -1176,7 +1123,7 @@ ], "responses": { "200": { - "description": "Returns WorkloadDeployment Model on success.", + "description": "Success", "schema": { "$ref": "#/definitions/WorkloadDeploymentModel" } @@ -1241,29 +1188,13 @@ "$ref": "#/definitions/WorkloadDeploymentModel" } }, - "200": { - "description": "Success", - "schema": { - "$ref": "#/definitions/WorkloadDeploymentModel" - } - }, "default": { "description": "Error", "schema": { "$ref": "#/definitions/ArmError" } - }, - "202": { - "description": "Returns success on creation.", - "headers": { - "Azure-AsyncOperation": { - "description": "Tracking URL for long running operation.", - "type": "string" - } - } } }, - "x-ms-long-running-operation": true, "x-ms-examples": { "WorkloadDeployment_Create": { "$ref": "./examples/WorkloadDeployment_Create.json" @@ -1311,12 +1242,6 @@ } ], "responses": { - "200": { - "description": "Success", - "schema": { - "$ref": "#/definitions/WorkloadDeploymentModel" - } - }, "202": { "description": "Success", "headers": { @@ -1378,9 +1303,6 @@ } ], "responses": { - "200": { - "description": "Success" - }, "202": { "description": "Success", "headers": { @@ -1435,7 +1357,7 @@ ], "responses": { "200": { - "description": "Returns WorkloadDeployment Model Collection on success.", + "description": "Success", "schema": { "$ref": "#/definitions/WorkloadDeploymentModelCollection" } @@ -1491,7 +1413,7 @@ ], "responses": { "200": { - "description": "Returns WorkloadDeployment Model on success.", + "description": "Success", "schema": { "$ref": "#/definitions/WorkloadDeploymentModel" } @@ -1561,9 +1483,6 @@ } } }, - "204": { - "description": "Success" - }, "default": { "description": "Error", "schema": { @@ -1630,9 +1549,6 @@ } } }, - "204": { - "description": "Success" - }, "default": { "description": "Error", "schema": { @@ -1699,9 +1615,6 @@ } } }, - "204": { - "description": "Success" - }, "default": { "description": "Error", "schema": { @@ -1768,9 +1681,6 @@ } } }, - "204": { - "description": "Success" - }, "default": { "description": "Error", "schema": { @@ -1828,9 +1738,6 @@ } } }, - "204": { - "description": "Success" - }, "default": { "description": "Error", "schema": { @@ -1940,7 +1847,7 @@ ], "responses": { "200": { - "description": "Returns Workload instance Model on success.", + "description": "Success", "schema": { "$ref": "#/definitions/WorkloadInstanceModel" } @@ -2005,29 +1912,13 @@ "$ref": "#/definitions/WorkloadInstanceModel" } }, - "200": { - "description": "Success", - "schema": { - "$ref": "#/definitions/WorkloadInstanceModel" - } - }, "default": { "description": "Error", "schema": { "$ref": "#/definitions/ArmError" } - }, - "202": { - "description": "Returns success on creation.", - "headers": { - "Azure-AsyncOperation": { - "description": "Tracking URL for long running operation.", - "type": "string" - } - } } }, - "x-ms-long-running-operation": true, "x-ms-examples": { "WorkloadInstance_Create": { "$ref": "./examples/WorkloadInstance_Create.json" @@ -2075,12 +1966,6 @@ } ], "responses": { - "200": { - "description": "Success", - "schema": { - "$ref": "#/definitions/WorkloadInstanceModel" - } - }, "202": { "description": "Success", "headers": { @@ -2136,11 +2021,8 @@ } ], "responses": { - "200": { - "description": "Success" - }, "202": { - "description": "Returns success on deletion.", + "description": "Success", "headers": { "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", @@ -2193,7 +2075,7 @@ ], "responses": { "200": { - "description": "Returns Workload instance Model Collection on success.", + "description": "Success", "schema": { "$ref": "#/definitions/WorkloadInstanceModelCollection" } @@ -2595,16 +2477,55 @@ } } }, - "AutomationArtifact": { - "description": "Class for automation artifact.", + "AuthenticationProperties": { + "description": "Class for authentication properties.", "type": "object", "properties": { - "artifacts": { - "description": "Gets or sets the artifacts.", - "type": "object", - "additionalProperties": { + "gmsaAccountName": { + "description": "Gets or sets the gmsaAccountName.", + "type": "string" + }, + "aadAccountUserName": { + "description": "Gets or sets the aadAccountUserName.", + "type": "string" + }, + "aadAccountPassword": { + "$ref": "#/definitions/SecureString" + }, + "dnsServers": { + "description": "Gets or sets the dnsServers.", + "type": "array", + "items": { "type": "string" } + }, + "domainFqdn": { + "description": "Gets or sets the domainFQDN.", + "type": "string" + }, + "domainControllerAddress": { + "description": "Gets or sets the domainControllerAddress.", + "type": "string" + }, + "domainAdminUserName": { + "description": "Gets or sets the domainAdminUserName.", + "type": "string" + }, + "domainAdminPassword": { + "$ref": "#/definitions/SecureString" + } + } + }, + "AutomationArtifact": { + "description": "Class for automation artifact.", + "type": "object", + "properties": { + "status": { + "description": "Gets or sets the status of automation artifacts.", + "type": "string" + }, + "azureFileShareProfile": { + "$ref": "#/definitions/AzureFileShareHydrationProfile" } } }, @@ -2645,6 +2566,10 @@ "azureFileShareStorageAccount": { "description": "Gets or sets the name of the azure file share storage account.", "type": "string" + }, + "azureFileShareDirPath": { + "description": "Gets or sets the cloud directory path of the directory on azure file share.", + "type": "string" } } }, @@ -2690,6 +2615,25 @@ } } }, + "BuildContainerImageWorkflowModelCustomProperties": { + "description": "Build container image workflow model custom properties.", + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/WorkflowModelCustomProperties" + } + ], + "properties": { + "containerImageProperties": { + "allOf": [ + { + "$ref": "#/definitions/ContainerImageProperties" + } + ], + "readOnly": true + } + } + }, "Cert": { "description": "WebApplication certificate.", "type": "object", @@ -2805,13 +2749,12 @@ "description": "DeployedResource properties.", "type": "object", "properties": { - "deploymentDetails": { - "description": "Gets or sets the deployment details.", - "type": "object", - "additionalProperties": { + "resourcesDeployed": { + "description": "Gets or sets the list of resources deployed.", + "type": "array", + "items": { "type": "string" - }, - "readOnly": true + } }, "workloadDeploymentId": { "description": "Gets or sets the workload deployment id.", @@ -2845,6 +2788,15 @@ "$ref": "#/definitions/HealthErrorModel" }, "readOnly": true + }, + "deploymentTimestamp": { + "format": "date-time", + "description": "Gets or sets the deployment timestamp.", + "type": "string", + "readOnly": true + }, + "customProperties": { + "$ref": "#/definitions/WorkloadDeploymentModelCustomProperties" } } }, @@ -2877,12 +2829,10 @@ "type": "string", "readOnly": true }, - "healthErrors": { - "description": "Gets or sets the list of health errors.", - "type": "array", - "items": { - "$ref": "#/definitions/HealthErrorModel" - }, + "deploymentTimestamp": { + "format": "date-time", + "description": "Gets or sets the deployment timestamp.", + "type": "string", "readOnly": true } } @@ -2906,6 +2856,25 @@ } } }, + "EnableReplicationWorkflowModelCustomProperties": { + "description": "Enable replication workflow model custom properties.", + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/WorkflowModelCustomProperties" + } + ], + "properties": { + "workloadInstanceProperties": { + "allOf": [ + { + "$ref": "#/definitions/WorkloadInstanceProperties" + } + ], + "readOnly": true + } + } + }, "ErrorModel": { "description": "Error model.", "type": "object", @@ -3085,6 +3054,9 @@ }, "readOnly": true }, + "authenticationProperties": { + "$ref": "#/definitions/AuthenticationProperties" + }, "deploymentNamePrefix": { "description": "Gets or sets the deployment name prefix.", "type": "string" @@ -3705,7 +3677,7 @@ ], "readOnly": true }, - "workloadStatistics": { + "workloadInstanceStatistics": { "allOf": [ { "$ref": "#/definitions/WorkloadInstanceStatisticsModel" @@ -3760,59 +3732,12 @@ } ], "properties": { - "workloadDeploymentDetails": { - "description": "Gets or sets the failed over workload deployment details.", - "type": "array", - "items": { - "$ref": "#/definitions/MigrateWorkloadDeploymentProperties" - }, - "readOnly": true - } - } - }, - "MigrateWorkloadDeploymentProperties": { - "description": "Migrate properties of the workload deployment.", - "type": "object", - "properties": { - "id": { - "description": "Gets the unique id.", - "type": "string", - "readOnly": true - }, - "workloadDeploymentName": { - "description": "Gets or sets the workload deployment name.", - "type": "string", - "readOnly": true - }, - "vmName": { - "description": "Gets or sets the VM name.", - "type": "string", - "readOnly": true - }, - "testVmName": { - "description": "Gets or sets the test VM name.", - "type": "string", - "readOnly": true - }, - "recoveryPointId": { - "description": "Gets or sets the recovery point Id.", - "type": "string", - "readOnly": true - }, - "recoveryPointTime": { - "format": "date-time", - "description": "Gets or sets the recovery point time.", - "type": "string", - "readOnly": true - }, - "networkName": { - "description": "Gets or sets the network name.", - "type": "string", - "readOnly": true - }, - "subnet": { - "description": "Gets or sets the network subnet.", - "type": "string", + "deployedResourcesProperties": { + "allOf": [ + { + "$ref": "#/definitions/DeployedResourcesProperties" + } + ], "readOnly": true } } @@ -3910,6 +3835,49 @@ } } }, + "OperationModel": { + "description": "Operation model.", + "type": "object", + "properties": { + "name": { + "description": "Gets or sets the name of the operation.", + "type": "string" + }, + "isDataAction": { + "description": "Gets or sets a value indicating whether the action is specific to data plane or\r\ncontrol plane.", + "type": "boolean" + }, + "origin": { + "description": "Gets or sets the executor of the operation.", + "type": "string" + }, + "display": { + "$ref": "#/definitions/OperationModelProperties" + } + } + }, + "OperationModelProperties": { + "description": "Operation model properties.", + "type": "object", + "properties": { + "provider": { + "description": "Gets or sets the resource provider name.", + "type": "string" + }, + "resource": { + "description": "Gets or sets resource name.", + "type": "string" + }, + "operation": { + "description": "Gets or sets the operation.", + "type": "string" + }, + "description": { + "description": "Gets or sets the description.", + "type": "string" + } + } + }, "OperationStatus": { "description": "Defines the operation status.", "type": "object", @@ -3995,6 +3963,15 @@ } } }, + "SecureString": { + "type": "object", + "properties": { + "length": { + "format": "int32", + "type": "integer" + } + } + }, "SystemDataModel": { "description": "System data required to be defined for Azure resources.", "type": "object", @@ -4196,12 +4173,12 @@ } ], "properties": { - "workloadDeploymentDetails": { - "description": "Gets or sets the test VM details.", - "type": "array", - "items": { - "$ref": "#/definitions/MigrateWorkloadDeploymentProperties" - }, + "deployedResourcesProperties": { + "allOf": [ + { + "$ref": "#/definitions/DeployedResourcesProperties" + } + ], "readOnly": true } } @@ -4215,8 +4192,12 @@ } ], "properties": { - "biosId": { - "description": "Gets or sets the BIOS Id of the MigrateAgent machine.", + "vmwareSiteId": { + "description": "Gets or sets the master Site Id of the Migrate Agent.", + "type": "string" + }, + "fabricFriendlyName": { + "description": "Gets or sets the friendly name of the,of the MigrateAgent fabric.", "type": "string" } } @@ -4260,8 +4241,7 @@ "type": "boolean" }, "value": { - "description": "Gets or sets the configuration value.", - "type": "string" + "$ref": "#/definitions/SecureString" }, "identifier": { "description": "Gets or sets the identifier for the configuration.", @@ -4384,7 +4364,21 @@ "properties": { "instanceType": { "description": "Gets or sets the instance type.", - "type": "string" + "enum": [ + "SampleWorkflow", + "EnableReplicationWorkflow", + "StopReplicationWorkflow", + "BuildContainerImageWorkflow", + "MigrateWorkflow", + "TestMigrateWorkflow", + "TestMigrateCleanupWorkflow", + "CompleteMigrationWorkflow" + ], + "type": "string", + "x-ms-enum": { + "name": "WorkflowType", + "modelAsString": true + } }, "affectedObjectDetails": { "description": "Gets or sets any custom properties of the affected object.", @@ -5123,16 +5117,31 @@ } }, "WorkloadInstanceStatisticsModel": { - "description": "Workload instance statistics model.", + "description": "Workload instance statistics.", "type": "object", "properties": { - "workloadInstanceErrors": { - "description": "Gets or sets the list of workload instance health errors.", + "healthErrors": { + "description": "Gets or sets the list of health errors.", "type": "array", "items": { "$ref": "#/definitions/HealthErrorModel" }, "readOnly": true + }, + "count": { + "format": "int64", + "description": "Gets or sets the resource count.", + "type": "integer", + "readOnly": true + }, + "categorizedCounts": { + "description": "Gets or sets the categorized resource counts.", + "type": "object", + "additionalProperties": { + "format": "int64", + "type": "integer" + }, + "readOnly": true } } }, From c0383222e7b554c0c89ab64a13646303ea4ffbec Mon Sep 17 00:00:00 2001 From: Sumukha K Date: Fri, 20 May 2022 20:02:09 +0530 Subject: [PATCH 09/54] fixing prettier check --- custom-words.txt | 3 - .../2022-05-01-preview/migrateEngine.json | 436 +++++++++++++----- 2 files changed, 330 insertions(+), 109 deletions(-) diff --git a/custom-words.txt b/custom-words.txt index 4a00151c932e..2de5e68528dc 100644 --- a/custom-words.txt +++ b/custom-words.txt @@ -2388,9 +2388,6 @@ westindia Westlake westus WGXM -whitelisted -Whitelisting -Whitelistings whitespaces Whois Widevine diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 593e9ef15fdb..5ab4704f194d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -6,17 +6,27 @@ "version": "2022-05-01-preview" }, "host": "management.azure.com", - "schemes": [ "https" ], - "consumes": [ "application/json" ], - "produces": [ "application/json" ], + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], "paths": { "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/deployedResources/{deployedResourceName}": { "get": { - "tags": [ "DeployedResource" ], + "tags": [ + "DeployedResource" + ], "summary": "Gets the deployed resource.", "description": "Gets the details of the deployed resource.", "operationId": "DeployedResource_Get", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -65,11 +75,15 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/deployedResources": { "get": { - "tags": [ "DeployedResource" ], + "tags": [ + "DeployedResource" + ], "summary": "Lists the deployed resources.", "description": "Gets the list of deployed resources in the given migrateDataCenter.", "operationId": "DeployedResource_List", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -114,11 +128,15 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/migrateAgents/{agentName}": { "get": { - "tags": [ "MigrateAgent" ], + "tags": [ + "MigrateAgent" + ], "summary": "Gets the MigrateAgent.", "description": "Gets the details of the migrateDataCenter agent.", "operationId": "MigrateAgent_Get", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -165,12 +183,18 @@ } }, "put": { - "tags": [ "MigrateAgent" ], + "tags": [ + "MigrateAgent" + ], "summary": "Puts the MigrateAgent.", "description": "Creates the migrateDataCenter agent.", "operationId": "MigrateAgent_Create", - "consumes": [ "application/json" ], - "produces": [ "application/json" ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -225,12 +249,18 @@ } }, "patch": { - "tags": [ "MigrateAgent" ], + "tags": [ + "MigrateAgent" + ], "summary": "Updates the MigrateAgent.", "description": "Updates the migrateDataCenter agent.", "operationId": "MigrateAgent_Update", - "consumes": [ "application/json" ], - "produces": [ "application/json" ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -289,11 +319,15 @@ } }, "delete": { - "tags": [ "MigrateAgent" ], + "tags": [ + "MigrateAgent" + ], "summary": "Deletes the MigrateAgent.", "description": "Deletes the migrateDataCenter agent.", "operationId": "MigrateAgent_Delete", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -349,11 +383,15 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/migrateAgents": { "get": { - "tags": [ "MigrateAgent" ], + "tags": [ + "MigrateAgent" + ], "summary": "Lists the MigrateAgents.", "description": "Gets the list of migrateDataCenter agents in the given migrateDataCenter.", "operationId": "MigrateAgent_List", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -395,11 +433,15 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/migrateAgents/{agentName}/refresh": { "post": { - "tags": [ "MigrateAgent" ], + "tags": [ + "MigrateAgent" + ], "summary": "Refreshes the MigrateAgent.", "description": "Refreshes the migrateDataCenter agent.", "operationId": "MigrateAgent_Refresh", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -452,11 +494,15 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/migrateAgents/{agentName}/operations/{operationId}": { "get": { - "tags": [ "MigrateAgent" ], + "tags": [ + "MigrateAgent" + ], "summary": "Gets the MigrateAgent operation status.", "description": "Tracks the results of an asynchronous operation on the migrateDataCenter agent.", "operationId": "MigrateAgentOperationStatus_Get", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -512,11 +558,15 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}": { "get": { - "tags": [ "MigrateDataCenter" ], + "tags": [ + "MigrateDataCenter" + ], "summary": "Gets the migrate data center.", "description": "Gets the details of the migrate data center.", "operationId": "MigrateDataCenter_Get", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -556,12 +606,18 @@ } }, "put": { - "tags": [ "MigrateDataCenter" ], + "tags": [ + "MigrateDataCenter" + ], "summary": "Puts the migrateDataCenter.", "description": "Creates the migrateDataCenter.", "operationId": "MigrateDataCenter_Create", - "consumes": [ "application/json" ], - "produces": [ "application/json" ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -609,12 +665,18 @@ } }, "patch": { - "tags": [ "MigrateDataCenter" ], + "tags": [ + "MigrateDataCenter" + ], "summary": "Updates the migrateDataCenter.", "description": "Performs update on the migrateDataCenter.", "operationId": "MigrateDataCenter_Update", - "consumes": [ "application/json" ], - "produces": [ "application/json" ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -666,11 +728,15 @@ } }, "delete": { - "tags": [ "MigrateDataCenter" ], + "tags": [ + "MigrateDataCenter" + ], "summary": "Deletes the migrateDataCenter.", "description": "Removes the migrateDataCenter.", "operationId": "MigrateDataCenter_Delete", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -719,11 +785,15 @@ }, "/subscriptions/{subscriptionId}/providers/Microsoft.Migrate/migrateDataCenters": { "get": { - "tags": [ "MigrateDataCenter" ], + "tags": [ + "MigrateDataCenter" + ], "summary": "Lists the migrateDataCenters.", "description": "Gets the list of migrateDataCenters in the given subscription.", "operationId": "MigrateDataCenter_ListBySubscription", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -764,11 +834,15 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters": { "get": { - "tags": [ "MigrateDataCenter" ], + "tags": [ + "MigrateDataCenter" + ], "summary": "Lists the migrateDataCenters.", "description": "Gets the list of migrateDataCenters in the given subscription and resource group.", "operationId": "MigrateDataCenter_List", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -812,11 +886,15 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/statistics": { "get": { - "tags": [ "MigrateDataCenter" ], + "tags": [ + "MigrateDataCenter" + ], "summary": "Gets the migrateDataCenter statistics.", "description": "Gets the statistics for the migrateDataCenter.", "operationId": "MigrateDataCenterStatistics_Get", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -858,11 +936,15 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/operations/{operationId}": { "get": { - "tags": [ "MigrateDataCenter" ], + "tags": [ + "MigrateDataCenter" + ], "summary": "Gets the migrateDataCenter operation status.", "description": "Tracks the results of an asynchronous operation on the migrateDataCenter.", "operationId": "MigrateDataCenterOperationStatus_Get", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -917,11 +999,15 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/jobs/{workflowName}": { "get": { - "tags": [ "Workflow" ], + "tags": [ + "Workflow" + ], "summary": "Gets the workflow.", "description": "Gets the details of the job.", "operationId": "Workflow_Get", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -970,11 +1056,15 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/jobs": { "get": { - "tags": [ "Workflow" ], + "tags": [ + "Workflow" + ], "summary": "Lists the workflows.", "description": "Gets the list of jobs in the given migrateDataCenter.", "operationId": "Workflow_List", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1031,11 +1121,15 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/jobs/{workflowName}/operations/{operationId}": { "get": { - "tags": [ "Workflow" ], + "tags": [ + "Workflow" + ], "summary": "Gets the workflow operation status.", "description": "Tracks the results of an asynchronous operation on the job.", "operationId": "WorkflowOperationStatus_Get", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1091,11 +1185,15 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}": { "get": { - "tags": [ "WorkloadDeployment" ], + "tags": [ + "WorkloadDeployment" + ], "summary": "Gets the workload deployment.", "description": "Gets the details of the workload deployment.", "operationId": "WorkloadDeployment_Get", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1142,12 +1240,18 @@ } }, "put": { - "tags": [ "WorkloadDeployment" ], + "tags": [ + "WorkloadDeployment" + ], "summary": "Puts the workload deployment.", "description": "Creates the workload deployment.", "operationId": "WorkloadDeployment_Create", - "consumes": [ "application/json" ], - "produces": [ "application/json" ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1202,12 +1306,18 @@ } }, "patch": { - "tags": [ "WorkloadDeployment" ], + "tags": [ + "WorkloadDeployment" + ], "summary": "Updates the workload deployment.", "description": "Performs update on the workload deployment.", "operationId": "WorkloadDeployment_Update", - "consumes": [ "application/json" ], - "produces": [ "application/json" ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1266,11 +1376,15 @@ } }, "delete": { - "tags": [ "WorkloadDeployment" ], + "tags": [ + "WorkloadDeployment" + ], "summary": "Deletes the workload deployment.", "description": "Removes the workload deployment.", "operationId": "WorkloadDeployment_Delete", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1332,11 +1446,15 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments": { "get": { - "tags": [ "WorkloadDeployment" ], + "tags": [ + "WorkloadDeployment" + ], "summary": "Lists the workload deployments.", "description": "Gets the list of workload deployments in the given migrateDataCenter.", "operationId": "WorkloadDeployment_List", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1381,11 +1499,15 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/getSecrets": { "post": { - "tags": [ "WorkloadDeployment" ], + "tags": [ + "WorkloadDeployment" + ], "summary": "Gets the workload deployment secrets.", "description": "Gets the secrets of the workload deployment.", "operationId": "WorkloadDeployment_GetSecretConfigurations", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1434,12 +1556,18 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/buildContainerImage": { "post": { - "tags": [ "WorkloadDeployment" ], + "tags": [ + "WorkloadDeployment" + ], "summary": "Build container image.", "description": "Performs the build container image action on the workload deployment.", "operationId": "WorkloadDeployment_BuildContainerImage", - "consumes": [ "application/json" ], - "produces": [ "application/json" ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1500,12 +1628,18 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/testMigrate": { "post": { - "tags": [ "WorkloadDeployment" ], + "tags": [ + "WorkloadDeployment" + ], "summary": "Performs test migrate.", "description": "Performs the test migrate on the workload deployment.", "operationId": "WorkloadDeployment_TestMigrate", - "consumes": [ "application/json" ], - "produces": [ "application/json" ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1566,12 +1700,18 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/testMigrateCleanup": { "post": { - "tags": [ "WorkloadDeployment" ], + "tags": [ + "WorkloadDeployment" + ], "summary": "Performs test migrate cleanup.", "description": "Performs the test migrate cleanup on the workload deployment.", "operationId": "WorkloadDeployment_TestMigrateCleanup", - "consumes": [ "application/json" ], - "produces": [ "application/json" ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1632,12 +1772,18 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/migrate": { "post": { - "tags": [ "WorkloadDeployment" ], + "tags": [ + "WorkloadDeployment" + ], "summary": "Performs migrate.", "description": "Performs migrate on the workload deployment.", "operationId": "WorkloadDeployment_Migrate", - "consumes": [ "application/json" ], - "produces": [ "application/json" ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1698,11 +1844,15 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/completeMigration": { "post": { - "tags": [ "WorkloadDeployment" ], + "tags": [ + "WorkloadDeployment" + ], "summary": "Performs complete migrate.", "description": "Performs the complete migrate on the workload deployment.", "operationId": "WorkloadDeployment_MigrateComplete", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1755,11 +1905,15 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/operations/{operationId}": { "get": { - "tags": [ "WorkloadDeployment" ], + "tags": [ + "WorkloadDeployment" + ], "summary": "Gets the workload deployment operation status.", "description": "Tracks the results of an asynchronous operation on the workload deployment.", "operationId": "WorkloadDeploymentOperationStatus_Get", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1815,11 +1969,15 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadInstances/{workloadInstanceName}": { "get": { - "tags": [ "WorkloadInstance" ], + "tags": [ + "WorkloadInstance" + ], "summary": "Gets the workload instance.", "description": "Gets the details of the workload instance.", "operationId": "WorkloadInstance_Get", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1866,12 +2024,18 @@ } }, "put": { - "tags": [ "WorkloadInstance" ], + "tags": [ + "WorkloadInstance" + ], "summary": "Puts the workload instance.", "description": "Creates the workload instance in the given migrateDataCenter.", "operationId": "WorkloadInstance_Create", - "consumes": [ "application/json" ], - "produces": [ "application/json" ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1926,12 +2090,18 @@ } }, "patch": { - "tags": [ "WorkloadInstance" ], + "tags": [ + "WorkloadInstance" + ], "summary": "Updates the workload instance.", "description": "Updates the workload instance in the given migrateDataCenter.", "operationId": "WorkloadInstance_Update", - "consumes": [ "application/json" ], - "produces": [ "application/json" ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -1990,11 +2160,15 @@ } }, "delete": { - "tags": [ "WorkloadInstance" ], + "tags": [ + "WorkloadInstance" + ], "summary": "Deletes the workload instance.", "description": "Deletes the workload instance in the given migrateDataCenter.", "operationId": "WorkloadInstance_Delete", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -2050,11 +2224,15 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadInstances": { "get": { - "tags": [ "WorkloadInstance" ], + "tags": [ + "WorkloadInstance" + ], "summary": "Lists the workload instances.", "description": "Gets the list of workload instances in the given migrateDataCenter.", "operationId": "WorkloadInstance_List", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -2099,11 +2277,15 @@ }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadInstances/{workloadInstanceName}/operations/{operationId}": { "get": { - "tags": [ "WorkloadInstance" ], + "tags": [ + "WorkloadInstance" + ], "summary": "Gets the workload instance operation status.", "description": "Tracks the results of an asynchronous operation on the workload instance.", "operationId": "WorkloadInstanceOperationStatus_Get", - "produces": [ "application/json" ], + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "#/parameters/subscriptionId" @@ -2246,7 +2428,10 @@ }, "loadBalancerType": { "description": "Gets or sets the load balancer type.", - "enum": [ "Private", "Public" ], + "enum": [ + "Private", + "Public" + ], "type": "string", "x-ms-enum": { "name": "LoadBalancerType", @@ -3472,7 +3657,9 @@ }, "MigrateAgentModelCustomProperties": { "description": "MigrateAgent model custom properties.", - "required": [ "instanceType" ], + "required": [ + "instanceType" + ], "type": "object", "properties": { "instanceType": { @@ -3820,7 +4007,10 @@ "type": "object", "properties": { "os": { - "enum": [ "Windows", "Linux" ], + "enum": [ + "Windows", + "Linux" + ], "type": "string", "x-ms-enum": { "name": "OperatingSystemType", @@ -4010,7 +4200,10 @@ "properties": { "storageAccessType": { "description": "Gets or sets the target storage access type.", - "enum": [ "Shared", "Exclusive" ], + "enum": [ + "Shared", + "Exclusive" + ], "type": "string", "x-ms-enum": { "name": "TargetStorageAccessType", @@ -4019,7 +4212,10 @@ }, "storageProjectionType": { "description": "Gets or sets the target projection type.", - "enum": [ "ContainerFileSystem", "PersistentVolume" ], + "enum": [ + "ContainerFileSystem", + "PersistentVolume" + ], "type": "string", "x-ms-enum": { "name": "TargetStorageProjectionType", @@ -4028,7 +4224,9 @@ }, "hydrationStorageProviderType": { "description": "Gets or sets the storage provider type on the target.\r\nApplicable when StorageProjectionType is not ContainerFileSystem.", - "enum": [ "AzureFileShare" ], + "enum": [ + "AzureFileShare" + ], "type": "string", "x-ms-enum": { "name": "TargetHydrationStorageProviderType", @@ -4359,7 +4557,9 @@ }, "WorkflowModelCustomProperties": { "description": "Workflow model custom properties.", - "required": [ "instanceType" ], + "required": [ + "instanceType" + ], "type": "object", "properties": { "instanceType": { @@ -4592,7 +4792,9 @@ }, "WorkloadDeploymentModelCustomProperties": { "description": "Workload deployment model custom properties.", - "required": [ "instanceType" ], + "required": [ + "instanceType" + ], "type": "object", "properties": { "instanceType": { @@ -4829,7 +5031,11 @@ }, "replicationHealth": { "description": "Gets or sets workload deployment replication health.", - "enum": [ "Normal", "Warning", "Critical" ], + "enum": [ + "Normal", + "Warning", + "Critical" + ], "type": "string", "readOnly": true, "x-ms-enum": { @@ -4938,12 +5144,17 @@ }, "WorkloadInstanceModelCustomProperties": { "description": "Workload instance model custom properties.", - "required": [ "instanceType" ], + "required": [ + "instanceType" + ], "type": "object", "properties": { "instanceType": { "description": "Gets or sets the instance type.", - "enum": [ "IISWorkload", "ApacheTomcatWorkload" ], + "enum": [ + "IISWorkload", + "ApacheTomcatWorkload" + ], "type": "string", "x-ms-enum": { "name": "WorkloadType", @@ -4986,7 +5197,11 @@ }, "replicationHealth": { "description": "Gets or sets the replication health of the workload instance.", - "enum": [ "Normal", "Warning", "Critical" ], + "enum": [ + "Normal", + "Warning", + "Critical" + ], "type": "string", "readOnly": true, "x-ms-enum": { @@ -5059,7 +5274,10 @@ }, "instanceType": { "description": "Gets or sets the instance type.", - "enum": [ "IISWorkload", "ApacheTomcatWorkload" ], + "enum": [ + "IISWorkload", + "ApacheTomcatWorkload" + ], "type": "string", "x-ms-enum": { "name": "WorkloadType", @@ -5098,7 +5316,11 @@ }, "replicationHealth": { "description": "Gets or sets the replication health of the workload instance.", - "enum": [ "Normal", "Warning", "Critical" ], + "enum": [ + "Normal", + "Warning", + "Critical" + ], "type": "string", "readOnly": true, "x-ms-enum": { @@ -5226,7 +5448,9 @@ }, "security": [ { - "azure_auth": [ "user_impersonation" ] + "azure_auth": [ + "user_impersonation" + ] } ], "tags": [ From 76be95dce70194d43a8e4c9913c0957b71c12df1 Mon Sep 17 00:00:00 2001 From: Sumukha K Date: Fri, 20 May 2022 23:09:40 +0530 Subject: [PATCH 10/54] Deleting patch operations for proxy resources --- .../examples/MigrateAgent_Update.json | 59 ---- .../examples/MigrateDataCenter_Update.json | 35 +- .../examples/WorkloadDeployment_Update.json | 33 -- .../examples/WorkloadInstance_Update.json | 28 -- .../2022-05-01-preview/migrateEngine.json | 301 ++++-------------- 5 files changed, 77 insertions(+), 379 deletions(-) delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Update.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Update.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Update.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Update.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Update.json deleted file mode 100644 index 9f879898d20a..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Update.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", - "agentName": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "api-version": "2022-05-01-preview", - "parameters": { - "properties": { - "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", - "machineName": "M1_name", - "authenticationIdentity": { - "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", - "applicationId": "C1", - "objectId": "O1", - "audience": "AUD1", - "aadAuthority": "AUT1" - }, - "customProperties": { - "instanceType": "TestFabricExtension" - } - }, - "tags": { - "newTag": "newTagValue" - } - } - }, - "responses": { - "202": { - "properties": { - "correlationId": null, - "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", - "machineName": "M1_name", - "authenticationIdentity": { - "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", - "applicationId": "C1", - "objectId": "O1", - "audience": "AUD1", - "aadAuthority": "AUT1" - }, - "isResponsive": "false", - "lastHeartbeat": "2022-05-10T10:58:01.266Z", - "versionNumber": null, - "provisioningState": "Updating", - "healthErrors": null, - "customProperties": { - "instanceType": "TestFabricExtension" - } - }, - "id": null, - "name": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "type": null, - "systemData": null, - "tags": { - "newTag": "newTagValue" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Update.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Update.json index 9ad513e998cb..b3fb98b9408d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Update.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Update.json @@ -12,19 +12,30 @@ }, "responses": { "202": { - "location": null, - "properties": { - "provisioningState": "Updating", - "serviceResourceId": null, - "serviceEndpoint": null, - "migrationConfiguration": null + "body": { + "location": "southeastasia", + "properties": { + "provisioningState": "Updating", + "serviceResourceId": null, + "serviceEndpoint": null, + "migrationConfiguration": { + "storageAccountResourceId": "amesa", + "keyVaultResourceId": "amekv", + "migrationSolutionResourceId": "migrateSln", + "linkedAgents": null + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1", + "name": "datacenter1", + "type": "Microsoft.Migrate/migrateDataCenters", + "systemData": null, + "tags": { + "newTag": "newTagValue" + } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1", - "name": "datacenter1", - "type": "Microsoft.Migrate/migrateDataCenters", - "systemData": null, - "tags": { - "newTag": "newTagValue" + "headers": { + "Retry-After": "15", + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Update.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Update.json deleted file mode 100644 index adac6ed28d3f..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Update.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", - "workloadDeploymentName": "aksDeployment", - "api-version": "2022-05-01-preview", - "parameters": { - "properties": { - "displayName": "AKSDeployment", - "targetPlatform": "AzureKubernetesService", - "workloadInstanceProperties": { - "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", - "instanceType": "IISWorkload", - "displayName": "iisWorkload" - }, - "customProperties": { - "instanceType": "IISAKSWorkloadDeployment" - } - }, - "tags": { - "newTag": "newTagValue" - } - } - }, - "responses": { - "202": { - "headers": { - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Update.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Update.json deleted file mode 100644 index c634ea32ddfa..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Update.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", - "workloadInstanceName": "iisWorkload", - "api-version": "2022-05-01-preview", - "parameters": { - "properties": { - "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "displayName": "AmeMigrationAgent", - "customProperties": { - "instanceType": "IISWorkload" - } - }, - "tags": { - "newTag": "newTagValue" - } - } - }, - "responses": { - "202": { - "headers": { - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 5ab4704f194d..0a4ec4a75650 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -49,7 +49,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -99,7 +99,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -159,7 +159,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -217,7 +217,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" }, { "in": "body", @@ -248,76 +248,6 @@ } } }, - "patch": { - "tags": [ - "MigrateAgent" - ], - "summary": "Updates the MigrateAgent.", - "description": "Updates the migrateDataCenter agent.", - "operationId": "MigrateAgent_Update", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "parameters": [ - { - "$ref": "#/parameters/subscriptionId" - }, - { - "$ref": "#/parameters/resourceGroupName" - }, - { - "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", - "required": true, - "type": "string" - }, - { - "in": "path", - "name": "agentName", - "description": "MigrateAgent name.", - "required": true, - "type": "string" - }, - { - "$ref": "#/parameters/api-version" - }, - { - "in": "body", - "name": "body", - "description": "MigrateAgent model.", - "schema": { - "$ref": "#/definitions/MigrateAgentModel" - } - } - ], - "responses": { - "202": { - "description": "Success", - "headers": { - "Azure-AsyncOperation": { - "description": "Tracking URL for long running operation.", - "type": "string" - } - } - }, - "default": { - "description": "Error", - "schema": { - "$ref": "#/definitions/ArmError" - } - } - }, - "x-ms-long-running-operation": true, - "x-ms-examples": { - "MigrateAgent_Update": { - "$ref": "./examples/MigrateAgent_Update.json" - } - } - }, "delete": { "tags": [ "MigrateAgent" @@ -350,7 +280,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -407,7 +337,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -464,7 +394,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -532,7 +462,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -582,7 +512,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -633,7 +563,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" }, { "in": "body", @@ -692,20 +622,23 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" }, { "in": "body", "name": "body", "description": "MigrateDataCenter properties.", "schema": { - "$ref": "#/definitions/MigrateDataCenterModel" + "$ref": "#/definitions/UpdateMigrateDataCenterModel" } } ], "responses": { "202": { "description": "Success", + "schema": { + "$ref": "#/definitions/MigrateDataCenterModel" + }, "headers": { "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", @@ -752,7 +685,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -805,7 +738,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -857,7 +790,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -910,7 +843,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -973,7 +906,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -1030,7 +963,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -1092,7 +1025,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -1159,7 +1092,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -1216,7 +1149,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -1274,7 +1207,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" }, { "in": "body", @@ -1305,76 +1238,6 @@ } } }, - "patch": { - "tags": [ - "WorkloadDeployment" - ], - "summary": "Updates the workload deployment.", - "description": "Performs update on the workload deployment.", - "operationId": "WorkloadDeployment_Update", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "parameters": [ - { - "$ref": "#/parameters/subscriptionId" - }, - { - "$ref": "#/parameters/resourceGroupName" - }, - { - "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", - "required": true, - "type": "string" - }, - { - "in": "path", - "name": "workloadDeploymentName", - "description": "Workload deployment name.", - "required": true, - "type": "string" - }, - { - "$ref": "#/parameters/api-version" - }, - { - "in": "body", - "name": "body", - "description": "Workload deployment model.", - "schema": { - "$ref": "#/definitions/WorkloadDeploymentModel" - } - } - ], - "responses": { - "202": { - "description": "Success", - "headers": { - "Azure-AsyncOperation": { - "description": "Tracking URL for long running operation.", - "type": "string" - } - } - }, - "default": { - "description": "Error", - "schema": { - "$ref": "#/definitions/ArmError" - } - } - }, - "x-ms-long-running-operation": true, - "x-ms-examples": { - "WorkloadDeployment_Update": { - "$ref": "./examples/WorkloadDeployment_Update.json" - } - } - }, "delete": { "tags": [ "WorkloadDeployment" @@ -1413,7 +1276,7 @@ "type": "boolean" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -1470,7 +1333,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -1530,7 +1393,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -1590,7 +1453,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" }, { "in": "body", @@ -1662,7 +1525,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" }, { "in": "body", @@ -1734,7 +1597,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" }, { "in": "body", @@ -1806,7 +1669,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" }, { "in": "body", @@ -1875,7 +1738,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -1943,7 +1806,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -2000,7 +1863,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -2058,7 +1921,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" }, { "in": "body", @@ -2089,76 +1952,6 @@ } } }, - "patch": { - "tags": [ - "WorkloadInstance" - ], - "summary": "Updates the workload instance.", - "description": "Updates the workload instance in the given migrateDataCenter.", - "operationId": "WorkloadInstance_Update", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "parameters": [ - { - "$ref": "#/parameters/subscriptionId" - }, - { - "$ref": "#/parameters/resourceGroupName" - }, - { - "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", - "required": true, - "type": "string" - }, - { - "in": "path", - "name": "workloadInstanceName", - "description": "Workload instance name.", - "required": true, - "type": "string" - }, - { - "$ref": "#/parameters/api-version" - }, - { - "in": "body", - "name": "body", - "description": "Workload instance model.", - "schema": { - "$ref": "#/definitions/WorkloadInstanceModel" - } - } - ], - "responses": { - "202": { - "description": "Success", - "headers": { - "Azure-AsyncOperation": { - "description": "Tracking URL for long running operation.", - "type": "string" - } - } - }, - "default": { - "description": "Error", - "schema": { - "$ref": "#/definitions/ArmError" - } - } - }, - "x-ms-long-running-operation": true, - "x-ms-examples": { - "WorkloadInstance_Update": { - "$ref": "./examples/WorkloadInstance_Update.json" - } - } - }, "delete": { "tags": [ "WorkloadInstance" @@ -2191,7 +1984,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -2248,7 +2041,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -2315,7 +2108,7 @@ "type": "string" }, { - "$ref": "#/parameters/api-version" + "$ref": "#/parameters/ApiVersionParameter" } ], "responses": { @@ -4381,6 +4174,20 @@ } } }, + "UpdateMigrateDataCenterModel": { + "description": "Update MigrateDataCenter model.", + "type": "object", + "properties": { + "tags": { + "description": "Gets or sets the resource tags.", + "type": "object", + "additionalProperties": { + "type": "string" + } + } + }, + "x-ms-azure-resource": true + }, "VMwareMigrateAgentModelCustomProperties": { "description": "VMware MigrateAgent model custom properties.", "type": "object", @@ -5427,7 +5234,7 @@ "type": "string", "x-ms-parameter-location": "method" }, - "api-version": { + "ApiVersionParameter": { "in": "query", "name": "api-version", "description": "Client Api Version.", From 4fad4c3d5ed0c8b2fe49cc3694b875f6d4a471af Mon Sep 17 00:00:00 2001 From: Sumukha K Date: Mon, 6 Jun 2022 15:00:00 +0530 Subject: [PATCH 11/54] Modifying readme.md to accomodate new resourcetype --- .../migrate/resource-manager/readme.md | 101 ++++++++++++------ 1 file changed, 70 insertions(+), 31 deletions(-) diff --git a/specification/migrate/resource-manager/readme.md b/specification/migrate/resource-manager/readme.md index dd8b8c3bd2ec..221c7c589b4f 100644 --- a/specification/migrate/resource-manager/readme.md +++ b/specification/migrate/resource-manager/readme.md @@ -10,18 +10,20 @@ This is the AutoRest configuration file for Azure Migrate. ``` yaml $(java) && $(multiapi) batch: - - tag: package-2018-02 - - tag: package-2020-01 - - tag: package-2020-05 - - tag: package-2020-07 + - tag: package-migrate-2018-02 + - tag: package-migrate-2020-01 + - tag: package-migrate-2020-05 + - tag: package-migrate-2020-07 + - tag: package-hubmigrate-2020-05 + - tag: package-migrateengine-2022-05 ``` -### Tag: package-2018-02 and java +### Tag: package-migrate-2018-02 and java These settings apply only when `--tag=package-2018-02 --java` is specified on the command line. Please also specify `--azure-libraries-for-java=`. -``` yaml $(tag) == 'package-2018-02' && $(java) && $(multiapi) +``` yaml $(tag) == 'package-migrate-2018-02' && $(java) && $(multiapi) java: namespace: com.microsoft.azure.management.azuremigrate.v2018_02_02 output-folder: $(azure-libraries-for-java-folder)/sdk/azuremigrate/mgmt-v2018_02_02 @@ -29,12 +31,12 @@ regenerate-manager: true generate-interface: true ``` -### Tag: package-2020-01 and java +### Tag: package-migrate-2020-01 and java -These settings apply only when `--tag=package-2020-01 --java` is specified on the command line. +These settings apply only when `--tag=package-migrate-2020-01 --java` is specified on the command line. Please also specify `--azure-libraries-for-java=`. -``` yaml $(tag) == 'package-2020-01' && $(java) && $(multiapi) +``` yaml $(tag) == 'package-migrate-2020-01' && $(java) && $(multiapi) java: namespace: com.microsoft.azure.management.azuremigrate.v2020_01_01 output-folder: $(azure-libraries-for-java-folder)/sdk/azuremigrate/mgmt-v2020_01_01 @@ -42,12 +44,12 @@ regenerate-manager: true generate-interface: true ``` -### Tag: package-2020-05 and java +### Tag: package-migrate-2020-05 and java -These settings apply only when `--tag=package-2020-05 --java` is specified on the command line. +These settings apply only when `--tag=package-migrate-2020-05 --java` is specified on the command line. Please also specify `--azure-libraries-for-java=`. -``` yaml $(tag) == 'package-2020-05' && $(java) && $(multiapi) +``` yaml $(tag) == 'package-migrate-2020-05' && $(java) && $(multiapi) java: namespace: com.microsoft.azure.management.azuremigrate.v2020_05_01 output-folder: $(azure-libraries-for-java-folder)/sdk/azuremigrate/mgmt-v2020_05_01 @@ -55,12 +57,12 @@ regenerate-manager: true generate-interface: true ``` -### Tag: package-2020-07 and java +### Tag: package-migrate-2020-07 and java -These settings apply only when `--tag=package-2020-07 --java` is specified on the command line. +These settings apply only when `--tag=package-migrate-2020-07 --java` is specified on the command line. Please also specify `--azure-libraries-for-java=`. -``` yaml $(tag) == 'package-2020-07' && $(java) && $(multiapi) +``` yaml $(tag) == 'package-migrate-2020-07' && $(java) && $(multiapi) java: namespace: com.microsoft.azure.management.azuremigrate.v2020_07_07 output-folder: $(azure-libraries-for-java-folder)/sdk/azuremigrate/mgmt-v2020_07_07 @@ -68,6 +70,32 @@ regenerate-manager: true generate-interface: true ``` +### Tag: package-hubmigrate-2020-05 and java + +These settings apply only when `--tag=package-hubmigrate-2020-05 --java` is specified on the command line. +Please also specify `--azure-libraries-for-java=`. + +``` yaml $(tag) == 'package-hubmigrate-2020-05' && $(java) && $(multiapi) +java: + namespace: com.microsoft.azure.management.azuremigrate.v2020_05_01 + output-folder: $(azure-libraries-for-java-folder)/sdk/azuremigrate/mgmt-v2020_05_01 +regenerate-manager: true +generate-interface: true +``` + +### Tag: package-migrateengine-2022-05 and java + +These settings apply only when `--tag=package-migrateengine-2022-05 --java` is specified on the command line. +Please also specify `--azure-libraries-for-java=`. + +``` yaml $(tag) == 'package-migrateengine-2022-05' && $(java) && $(multiapi) +java: + namespace: com.microsoft.azure.management.azuremigrate.v2022_05_01 + output-folder: $(azure-libraries-for-java-folder)/sdk/azuremigrate/mgmt-v2022_05_01 +regenerate-manager: true +generate-interface: true +``` + ## Getting Started To build the SDK for Migrate, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run: @@ -88,61 +116,72 @@ These are the global settings for the API. ``` yaml openapi-type: arm -tag: package-2019-10 +tag: package-2022-05 ``` -### Tag: package-2018-02 +### Tag: package-migrate-2018-02 -These settings apply only when `--tag=package-2018-02` is specified on the command line. +These settings apply only when `--tag=package-migrate-2018-02` is specified on the command line. -``` yaml $(tag) == 'package-2018-02' +``` yaml $(tag) == 'package-migrate-2018-02' input-file: - Microsoft.Migrate/stable/2018-02-02/migrate.json ``` -### Tag: package-2019-10 +### Tag: package-migrate-2019-10 -These settings apply only when `--tag=package-2019-10` is specified on the command line. +These settings apply only when `--tag=package-migrate-2019-10` is specified on the command line. -``` yaml $(tag) == 'package-2019-10' +``` yaml $(tag) == 'package-migrate-2019-10' input-file: - Microsoft.Migrate/stable/2019-10-01/migrate.json ``` -### Tag: package-2020-01 +### Tag: package-migrate-2020-01 -These settings apply only when `--tag=package-2020-01` is specified on the command line. +These settings apply only when `--tag=package-migrate-2020-01` is specified on the command line. -``` yaml $(tag) == 'package-2020-01' +``` yaml $(tag) == 'package-migrate-2020-01' input-file: - Microsoft.OffAzure/stable/2020-01-01/migrate.json ``` -### Tag: package-2020-05 +### Tag: package-hubmigrate-2020-05 -These settings apply only when `--tag=package-2020-05` is specified on the command line. +These settings apply only when `--tag=package-hubmigrate-2020-05` is specified on the command line. -``` yaml $(tag) == 'package-2020-05' +``` yaml $(tag) == 'package-hubmigrate-2020-05' input-file: - Microsoft.Migrate/stable/2020-05-01/hubmigrate.json ``` -### Tag: package-2020-07 +### Tag: package-migrate-2020-07 -These settings apply only when `--tag=package-2020-07` is specified on the command line. +These settings apply only when `--tag=package-migrate-2020-07` is specified on the command line. -``` yaml $(tag) == 'package-2020-07' +``` yaml $(tag) == 'package-migrate-2020-07' input-file: - Microsoft.OffAzure/stable/2020-07-07/migrate.json ``` +### Tag: package-migrateengine-2022-05 + +These settings apply only when `--tag=package-migrateengine-2022-05` is specified on the command line. + +``` yaml $(tag) == 'package-migrateengine-2022-05' +input-file: +- Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +``` + ### Tag: package-2022-05 These settings apply only when `--tag=package-2022-05` is specified on the command line. ``` yaml $(tag) == 'package-2022-05' input-file: +- Microsoft.OffAzure/stable/2020-07-07/migrate.json - Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +- Microsoft.Migrate/stable/2020-05-01/hubmigrate.json ``` ## Suppression From 0e21b97dd1aaba6ff783fe00f753a1f013e2a802 Mon Sep 17 00:00:00 2001 From: Sumukha K Date: Mon, 6 Jun 2022 16:14:59 +0530 Subject: [PATCH 12/54] Resolving errors --- specification/migrate/resource-manager/readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/migrate/resource-manager/readme.md b/specification/migrate/resource-manager/readme.md index 221c7c589b4f..42c449828a1d 100644 --- a/specification/migrate/resource-manager/readme.md +++ b/specification/migrate/resource-manager/readme.md @@ -182,6 +182,10 @@ input-file: - Microsoft.OffAzure/stable/2020-07-07/migrate.json - Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json - Microsoft.Migrate/stable/2020-05-01/hubmigrate.json + +#Needed when there is more than one input file +override-info: + title: "Azure Migrate" ``` ## Suppression From 169b5557d0feb941a36a3926544dc06572eef834 Mon Sep 17 00:00:00 2001 From: Sumukha K Date: Mon, 6 Jun 2022 16:51:53 +0530 Subject: [PATCH 13/54] Resolving errors --- .../preview/2022-05-01-preview/migrateEngine.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 0a4ec4a75650..13b6e8712427 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -5222,14 +5222,14 @@ "subscriptionId": { "in": "path", "name": "subscriptionId", - "description": "The Subscription ID.", + "description": "Azure Subscription Id in which project was created.", "required": true, "type": "string" }, "resourceGroupName": { "in": "path", "name": "resourceGroupName", - "description": "Resource group name.", + "description": "Name of the Azure Resource Group that project is part of.", "required": true, "type": "string", "x-ms-parameter-location": "method" From 5d6a05d5033a3306c4990c3447120e1bbf7bd8ba Mon Sep 17 00:00:00 2001 From: Sumukha K Date: Sun, 26 Jun 2022 12:37:50 +0530 Subject: [PATCH 14/54] Chankging tracked resource name from migrateDataCenter to modernizeProject --- .../examples/DeployedResource_Get.json | 2 +- .../examples/DeployedResource_List.json | 2 +- .../MigrateAgentOperationStatus_Get.json | 4 +- .../examples/MigrateAgent_Create.json | 4 +- .../examples/MigrateAgent_Delete.json | 6 +- .../examples/MigrateAgent_Get.json | 2 +- .../examples/MigrateAgent_List.json | 2 +- .../examples/MigrateAgent_Refresh.json | 6 +- ...ModernizeProjectsOperationStatus_Get.json} | 4 +- ...n => ModernizeProjectsStatistics_Get.json} | 4 +- ...ate.json => ModernizeProjects_Create.json} | 8 +- ...ete.json => ModernizeProjects_Delete.json} | 6 +- ...er_Get.json => ModernizeProjects_Get.json} | 6 +- ..._List.json => ModernizeProjects_List.json} | 14 +- ...ModernizeProjects_ListBySubscription.json} | 14 +- ...ate.json => ModernizeProjects_Update.json} | 8 +- .../examples/Operations_List.json | 2 +- .../examples/WorkflowOperationStatus_Get.json | 6 +- .../examples/Workflow_Get.json | 18 +- .../examples/Workflow_List.json | 16 +- ...WorkloadDeploymentOperationStatus_Get.json | 4 +- ...orkloadDeployment_BuildContainerImage.json | 4 +- .../examples/WorkloadDeployment_Create.json | 10 +- .../examples/WorkloadDeployment_Delete.json | 6 +- .../examples/WorkloadDeployment_Get.json | 6 +- ...oadDeployment_GetSecretConfigurations.json | 6 +- .../examples/WorkloadDeployment_List.json | 6 +- .../examples/WorkloadDeployment_Migrate.json | 4 +- .../WorkloadDeployment_MigrateComplete.json | 4 +- .../WorkloadDeployment_TestMigrate.json | 4 +- ...WorkloadDeployment_TestMigrateCleanup.json | 4 +- .../WorkloadInstanceOperationStatus_Get.json | 4 +- .../examples/WorkloadInstance_Create.json | 14 +- .../examples/WorkloadInstance_Delete.json | 6 +- .../examples/WorkloadInstance_Get.json | 12 +- .../examples/WorkloadInstance_List.json | 12 +- .../2022-05-01-preview/migrateEngine.json | 467 ++++++++++-------- .../stable/2020-05-01/hubmigrate.json | 5 + .../stable/2020-07-07/migrate.json | 12 +- 39 files changed, 405 insertions(+), 319 deletions(-) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateDataCenterOperationStatus_Get.json => ModernizeProjectsOperationStatus_Get.json} (74%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateDataCenterStatistics_Get.json => ModernizeProjectsStatistics_Get.json} (98%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateDataCenter_Create.json => ModernizeProjects_Create.json} (78%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateDataCenter_Delete.json => ModernizeProjects_Delete.json} (58%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateDataCenter_Get.json => ModernizeProjects_Get.json} (81%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateDataCenter_List.json => ModernizeProjects_List.json} (72%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateDataCenter_ListBySubscription.json => ModernizeProjects_ListBySubscription.json} (72%) rename specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/{MigrateDataCenter_Update.json => ModernizeProjects_Update.json} (76%) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get.json index 8158bc112352..021a15a8b27b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "deployedResourceName": "iisWorkload", "api-version": "2022-05-01-preview" }, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List.json index 1a098456446d..fb5048e67596 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get.json index 28d5ff4e251a..88f835bc7b6e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "agentName": "74445749-f8f9-42f5-b8c6-3cb152d002c5", "operationId": "6318f6b9-2656-490c-a1fc-2a5956909112", "api-version": "2022-05-01-preview" @@ -10,7 +10,7 @@ "responses": { "200": { "body": { - "id": "subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6318f6b9-2656-490c-a1fc-2a5956909112", + "id": "subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6318f6b9-2656-490c-a1fc-2a5956909112", "name": "56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", "status": "Succeeded", "startTime": null, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create.json index 910a1ca542d0..2ba3757894db 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "agentName": "74445749-f8f9-42f5-b8c6-3cb152d002c5", "api-version": "2022-05-01-preview", "parameters": { @@ -54,7 +54,7 @@ }, "headers": { "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/0c47930b-5f4c-4361-8de2-a44fa885ad70?api-version=2022-05-01-preview" + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/0c47930b-5f4c-4361-8de2-a44fa885ad70?api-version=2022-05-01-preview" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete.json index 8bd453f7c62f..1efd41563b15 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "agentName": "74445749-f8f9-42f5-b8c6-3cb152d002c5", "api-version": "2022-05-01-preview" }, @@ -11,8 +11,8 @@ "202": { "headers": { "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6b9055d0-354d-4d2c-a233-b1f22c71638a?api-version=2022-05-01-preview&OperationType=Delete", - "Location": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6b9055d0-354d-4d2c-a233-b1f22c71638a?api-version=2022-05-01-preview&OperationType=Delete" + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6b9055d0-354d-4d2c-a233-b1f22c71638a?api-version=2022-05-01-preview&OperationType=Delete", + "Location": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6b9055d0-354d-4d2c-a233-b1f22c71638a?api-version=2022-05-01-preview&OperationType=Delete" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get.json index 7d2935fac23a..84aaa3985796 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "agentName": "74445749-f8f9-42f5-b8c6-3cb152d002c5", "api-version": "2022-05-01-preview" }, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List.json index d7685eb92b2e..940584bfe7df 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh.json index 3c923d74ec4b..75033e9eb2a1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "agentName": "74445749-f8f9-42f5-b8c6-3cb152d002c5", "api-version": "2022-05-01-preview" }, @@ -10,8 +10,8 @@ "202": { "headers": { "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6318f6b9-2656-490c-a1fc-2a5956909112?api-version=2022-05-01-preview", - "Location": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6318f6b9-2656-490c-a1fc-2a5956909112?api-version=2022-05-01-preview" + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6318f6b9-2656-490c-a1fc-2a5956909112?api-version=2022-05-01-preview", + "Location": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6318f6b9-2656-490c-a1fc-2a5956909112?api-version=2022-05-01-preview" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenterOperationStatus_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectsOperationStatus_Get.json similarity index 74% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenterOperationStatus_Get.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectsOperationStatus_Get.json index 221e5327d797..a1197455051f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenterOperationStatus_Get.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectsOperationStatus_Get.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "operationId": "56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", "operationType": "Delete", "api-version": "2022-05-01-preview" @@ -10,7 +10,7 @@ "responses": { "200": { "body": { - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", "name": "56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", "status": "Succeeded", "startTime": null, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenterStatistics_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectsStatistics_Get.json similarity index 98% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenterStatistics_Get.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectsStatistics_Get.json index 92fec89194f6..a61a94afc1bb 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenterStatistics_Get.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectsStatistics_Get.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "api-version": "2022-05-01-preview" }, "responses": { @@ -95,7 +95,7 @@ } ] }, - "migrateDataCenterErrors": [ + "modernizeProjectErrors": [ { "affectedResourceType": null, "affectedResourceCorrelationIds": [ diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Create.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Create.json similarity index 78% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Create.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Create.json index e2759bd17c1c..c51489cead28 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Create.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Create.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "api-version": "2022-05-01-preview", "parameters": { "location": "southeastasia", @@ -31,15 +31,15 @@ "linkedAgents": null } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1", "name": "datacenter1", - "type": "Microsoft.Migrate/migrateDataCenters", + "type": "Microsoft.Migrate/modernizeProjects", "systemData": null, "tags": {} }, "headers": { "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Delete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Delete.json similarity index 58% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Delete.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Delete.json index 30369aaf2841..135e798ea4b2 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Delete.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Delete.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,8 +10,8 @@ "202": { "headers": { "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview&OperationType=Delete", - "Location": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview&OperationType=Delete" + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview&OperationType=Delete", + "Location": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview&OperationType=Delete" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Get.json similarity index 81% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Get.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Get.json index 2b8a5316efa6..61f0ab9b60f7 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Get.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Get.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "api-version": "2022-05-01-preview" }, "responses": { @@ -20,9 +20,9 @@ "linkedAgents": null } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1", "name": "datacenter1", - "type": "Microsoft.Migrate/migrateDataCenters", + "type": "Microsoft.Migrate/modernizeProjects", "systemData": null, "tags": {} } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_List.json similarity index 72% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_List.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_List.json index 57e255fa510d..f6f4adc343fa 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_List.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_List.json @@ -22,9 +22,9 @@ "linkedAgents": null } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/AMEDEV-RG/providers/Microsoft.Migrate/migrateDataCenters/CreateMigrat-5a1bf7cb-aedd-4599-a64b-6c09ce0f243f", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/AMEDEV-RG/providers/Microsoft.Migrate/modernizeProjects/CreateMigrat-5a1bf7cb-aedd-4599-a64b-6c09ce0f243f", "name": "CreateMigrat-5a1bf7cb-aedd-4599-a64b-6c09ce0f243f", - "type": "Microsoft.Migrate/migrateDataCenters", + "type": "Microsoft.Migrate/modernizeProjects", "systemData": { "createdBy": null, "createdByType": null, @@ -34,7 +34,7 @@ "lastModifiedAt": null }, "tags": { - "amemigrateDataCenter": "In use by AME" + "amemodernizeProject": "In use by AME" } }, { @@ -50,9 +50,9 @@ "linkedAgents": null } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/AMEDEV-RG/providers/Microsoft.Migrate/migrateDataCenters/ListMigrateDcb640792-655c-411c-b272-d83580af2717", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/AMEDEV-RG/providers/Microsoft.Migrate/modernizeProjects/ListMigrateDcb640792-655c-411c-b272-d83580af2717", "name": "ListMigrateDcb640792-655c-411c-b272-d83580af2717", - "type": "Microsoft.Migrate/migrateDataCenters", + "type": "Microsoft.Migrate/modernizeProjects", "systemData": { "createdBy": null, "createdByType": null, @@ -62,11 +62,11 @@ "lastModifiedAt": null }, "tags": { - "amemigrateDataCenter": "In use by AME" + "amemodernizeProject": "In use by AME" } } ], - "nextLink": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/providers/Microsoft.Migrate/migrateDataCenters?api-version=2022-05-01-preview&continuationToken=%5b%7b%22token%22%3a%22%2bRID%3a%7eYqFcALBLOYyYAwAAAAAAAA%3d%3d%23RT%3a1%23TRC%3a300%23ISV%3a2%23IEO%3a65567%23FPC%3aAgEAAABMAJ8DABFAjxkBuJkBuswA2ZgB5DHDgw88vABgf2YEIJcZFcCgzQwE8Jg%2fgJ0ZIB0zPDy8AF1mAHA%2fM%2bBHRRYebGYE0GMG8DIAfpkBesw%3d%22%2c%22range%22%3a%7b%22min%22%3a%22%22%2c%22max%22%3a%22FF%22%7d%7d%5d" + "nextLink": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/providers/Microsoft.Migrate/modernizeProjects?api-version=2022-05-01-preview&continuationToken=%5b%7b%22token%22%3a%22%2bRID%3a%7eYqFcALBLOYyYAwAAAAAAAA%3d%3d%23RT%3a1%23TRC%3a300%23ISV%3a2%23IEO%3a65567%23FPC%3aAgEAAABMAJ8DABFAjxkBuJkBuswA2ZgB5DHDgw88vABgf2YEIJcZFcCgzQwE8Jg%2fgJ0ZIB0zPDy8AF1mAHA%2fM%2bBHRRYebGYE0GMG8DIAfpkBesw%3d%22%2c%22range%22%3a%7b%22min%22%3a%22%22%2c%22max%22%3a%22FF%22%7d%7d%5d" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_ListBySubscription.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_ListBySubscription.json similarity index 72% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_ListBySubscription.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_ListBySubscription.json index 38ae69b0a69d..f85d8c8f8e58 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_ListBySubscription.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_ListBySubscription.json @@ -22,9 +22,9 @@ "linkedAgents": null } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/AMEDEV-RG/providers/Microsoft.Migrate/migrateDataCenters/CreateMigrat-5a1bf7cb-aedd-4599-a64b-6c09ce0f243f", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/AMEDEV-RG/providers/Microsoft.Migrate/modernizeProjects/CreateMigrat-5a1bf7cb-aedd-4599-a64b-6c09ce0f243f", "name": "CreateMigrat-5a1bf7cb-aedd-4599-a64b-6c09ce0f243f", - "type": "Microsoft.Migrate/migrateDataCenters", + "type": "Microsoft.Migrate/modernizeProjects", "systemData": { "createdBy": null, "createdByType": null, @@ -34,7 +34,7 @@ "lastModifiedAt": null }, "tags": { - "amemigrateDataCenter": "In use by AME" + "amemodernizeProject": "In use by AME" } }, { @@ -50,9 +50,9 @@ "linkedAgents": null } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/AMEDEV-RG/providers/Microsoft.Migrate/migrateDataCenters/ListMigrateDcb640792-655c-411c-b272-d83580af2717", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/AMEDEV-RG/providers/Microsoft.Migrate/modernizeProjects/ListMigrateDcb640792-655c-411c-b272-d83580af2717", "name": "ListMigrateDcb640792-655c-411c-b272-d83580af2717", - "type": "Microsoft.Migrate/migrateDataCenters", + "type": "Microsoft.Migrate/modernizeProjects", "systemData": { "createdBy": null, "createdByType": null, @@ -62,11 +62,11 @@ "lastModifiedAt": null }, "tags": { - "amemigrateDataCenter": "In use by AME" + "amemodernizeProject": "In use by AME" } } ], - "nextLink": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/providers/Microsoft.Migrate/migrateDataCenters?api-version=2022-05-01-preview&continuationToken=%5b%7b%22token%22%3a%22%2bRID%3a%7eYqFcALBLOYyYAwAAAAAAAA%3d%3d%23RT%3a1%23TRC%3a300%23ISV%3a2%23IEO%3a65567%23FPC%3aAgEAAABMAJ8DABFAjxkBuJkBuswA2ZgB5DHDgw88vABgf2YEIJcZFcCgzQwE8Jg%2fgJ0ZIB0zPDy8AF1mAHA%2fM%2bBHRRYebGYE0GMG8DIAfpkBesw%3d%22%2c%22range%22%3a%7b%22min%22%3a%22%22%2c%22max%22%3a%22FF%22%7d%7d%5d" + "nextLink": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/providers/Microsoft.Migrate/modernizeProjects?api-version=2022-05-01-preview&continuationToken=%5b%7b%22token%22%3a%22%2bRID%3a%7eYqFcALBLOYyYAwAAAAAAAA%3d%3d%23RT%3a1%23TRC%3a300%23ISV%3a2%23IEO%3a65567%23FPC%3aAgEAAABMAJ8DABFAjxkBuJkBuswA2ZgB5DHDgw88vABgf2YEIJcZFcCgzQwE8Jg%2fgJ0ZIB0zPDy8AF1mAHA%2fM%2bBHRRYebGYE0GMG8DIAfpkBesw%3d%22%2c%22range%22%3a%7b%22min%22%3a%22%22%2c%22max%22%3a%22FF%22%7d%7d%5d" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Update.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Update.json similarity index 76% rename from specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Update.json rename to specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Update.json index b3fb98b9408d..0d05a4391f9a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateDataCenter_Update.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Update.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "api-version": "2022-05-01-preview", "parameters": { "tags": { @@ -25,9 +25,9 @@ "linkedAgents": null } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1", "name": "datacenter1", - "type": "Microsoft.Migrate/migrateDataCenters", + "type": "Microsoft.Migrate/modernizeProjects", "systemData": null, "tags": { "newTag": "newTagValue" @@ -35,7 +35,7 @@ }, "headers": { "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List.json index 7926a11984cd..284399436ab8 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List.json @@ -1,6 +1,6 @@ { "parameters": { - "api-version": "2022-05-01-preview" + "api-version": "2020-05-01" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get.json index 4036c640d44c..63b447534dd1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get.json @@ -2,15 +2,15 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter2", + "modernizeProjectName": "datacenter2", "operationId": "1e308341-ad5f-490c-bb6c-fb19b39c6710", - "workflowName": "AddOrUpdateMigrateDataCenterWorkflow", + "workflowName": "AddOrUpdateModernizeProjectsWorkflow", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter2/jobs/AddOrUpdateMigrateDataCenterWorkflow/operations/1e308341-ad5f-490c-bb6c-fb19b39c6710", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter2/jobs/AddOrUpdateModernizeProjectsWorkflow/operations/1e308341-ad5f-490c-bb6c-fb19b39c6710", "name": "1e308341-ad5f-490c-bb6c-fb19b39c6710", "status": "Succeeded", "startTime": "2022-05-06T20:02:29.7628343Z", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get.json index 1bca2258fc76..f050490463b2 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get.json @@ -2,23 +2,23 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", - "workflowName": "AddOrUpdateMigrateDataCenterWorkflow", + "modernizeProjectName": "datacenter1", + "workflowName": "AddOrUpdateModernizeProjectsWorkflow", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { "properties": { - "displayName": "AddOrUpdateMigrateDataCenter", + "displayName": "AddOrUpdateModernizeProjects", "state": "Pending", "startTime": "2022-05-10T19:52:16.636Z", "endTime": "2022-05-10T19:52:16.636Z", - "objectId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1", + "objectId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1", "objectName": "datacenter1", - "objectInternalId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1", + "objectInternalId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1", "objectInternalName": "datacenter1", - "objectType": "MigrateDataCenter", + "objectType": "ModernizeProjects", "workloadInstanceProviderId": "629a2b32-76af-482d-aa14-7d663356e4bd", "workloadDeploymentProviderId": "0bf53161-5f12-4fd2-8ba4-37663039db37", "allowedActions": [ @@ -28,7 +28,7 @@ "activityId": "string", "tasks": [ { - "taskName": "AddOrUpdateMigrateDataCenterTask", + "taskName": "AddOrUpdateModernizeProjectsTask", "state": "Pending", "startTime": "2022-05-10T19:52:16.636Z", "endTime": "2022-05-10T19:52:16.636Z", @@ -43,8 +43,8 @@ "affectedObjectDetails": null } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/jobs/AddOrUpdateMigrateDataCenterWorkflow", - "name": "AddOrUpdateMigrateDataCenterWorkflow", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/jobs/AddOrUpdateModernizeProjectsWorkflow", + "name": "AddOrUpdateModernizeProjectsWorkflow", "type": null, "systemData": null, "tags": null diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List.json index 43b8f966bf8d..b1382a7efa29 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,15 +11,15 @@ "value": [ { "properties": { - "displayName": "AddOrUpdateMigrateDataCenter", + "displayName": "AddOrUpdateModernizeProjects", "state": "Pending", "startTime": "2022-05-10T19:52:16.636Z", "endTime": "2022-05-10T19:52:16.636Z", - "objectId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1", + "objectId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1", "objectName": "datacenter1", - "objectInternalId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1", + "objectInternalId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1", "objectInternalName": "datacenter1", - "objectType": "MigrateDataCenter", + "objectType": "ModernizeProjects", "workloadInstanceProviderId": "629a2b32-76af-482d-aa14-7d663356e4bd", "workloadDeploymentProviderId": "0bf53161-5f12-4fd2-8ba4-37663039db37", "allowedActions": [ @@ -29,7 +29,7 @@ "activityId": "string", "tasks": [ { - "taskName": "AddOrUpdateMigrateDataCenterTask", + "taskName": "AddOrUpdateModernizeProjectsTask", "state": "Pending", "startTime": "2022-05-10T19:52:16.636Z", "endTime": "2022-05-10T19:52:16.636Z", @@ -44,8 +44,8 @@ "affectedObjectDetails": null } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/jobs/AddOrUpdateMigrateDataCenterWorkflow", - "name": "AddOrUpdateMigrateDataCenterWorkflow", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/jobs/AddOrUpdateModernizeProjectsWorkflow", + "name": "AddOrUpdateModernizeProjectsWorkflow", "type": null, "systemData": null, "tags": null diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get.json index 08b94b194bbf..855ea25a53e2 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter2", + "modernizeProjectName": "datacenter2", "workloadDeploymentName": "aksDeployment", "operationId": "1e308341-ad5f-490c-bb6c-fb19b39c6710", "api-version": "2022-05-01-preview" @@ -10,7 +10,7 @@ "responses": { "200": { "body": { - "id": "subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/operations/1e308341-ad5f-490c-bb6c-fb19b39c6710", + "id": "subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment/operations/1e308341-ad5f-490c-bb6c-fb19b39c6710", "name": "1e308341-ad5f-490c-bb6c-fb19b39c6710", "status": "Succeeded", "startTime": "2022-05-06T20:02:29.7628343Z", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage.json index a47ae9068350..c1133287f007 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "workloadDeploymentName": "aksDeployment", "api-version": "2022-05-01-preview", "parameters": { @@ -23,7 +23,7 @@ "202": { "headers": { "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/buildContainerImage/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview" + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment/buildContainerImage/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create.json index 6ef7c3d8913e..110f6d1ea573 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "workloadDeploymentName": "aksDeployment", "api-version": "2022-05-01-preview", "parameters": { @@ -10,7 +10,7 @@ "displayName": "AKSDeployment", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", "instanceType": "IISWorkload", "displayName": "iisWorkload" }, @@ -36,7 +36,7 @@ "displayName": "iisWorkloadDeployment", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", "instanceType": "IISWorkload", "displayName": "iisworkload", "replicationState": "NotReplicatedStatesBegin", @@ -60,7 +60,7 @@ "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment", "name": "aksDeployment", "type": null, "systemData": null, @@ -68,7 +68,7 @@ }, "headers": { "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete.json index 6080635d30cc..c3925ebf5d9b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "workloadDeploymentName": "aksDeployment", "api-version": "2022-05-01-preview" }, @@ -11,8 +11,8 @@ "202": { "headers": { "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview&OperationType=Delete", - "Location": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview&OperationType=Delete" + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview&OperationType=Delete", + "Location": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview&OperationType=Delete" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get.json index ea06fda39b9b..57ca8f5cc9ea 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "workloadDeploymentName": "aksDeployment", "api-version": "2022-05-01-preview" }, @@ -21,7 +21,7 @@ "displayName": "iisWorkloadDeployment", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", "instanceType": "IISWorkload", "displayName": "iisworkload", "replicationState": "NotReplicatedStatesBegin", @@ -45,7 +45,7 @@ "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment", "name": "aksDeployment", "type": null, "systemData": null, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations.json index b9d5b0b99972..b46f7cbb2ee2 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "workloadDeploymentName": "aksDeployment", "api-version": "2022-05-01-preview" }, @@ -21,7 +21,7 @@ "displayName": "iisWorkloadDeployment", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", "instanceType": "IISWorkload", "displayName": "iisworkload", "replicationState": "NotReplicatedStatesBegin", @@ -45,7 +45,7 @@ "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment//subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/getSecrets", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment//subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadDeployments/{workloadDeploymentName}/getSecrets", "name": "aksDeployment", "type": null, "systemData": null, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List.json index 81b8e230f254..5c2fe0ed8cec 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "api-version": "2022-05-01-preview" }, "responses": { @@ -22,7 +22,7 @@ "displayName": "iisWorkloadDeployment", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", "instanceType": "IISWorkload", "displayName": "iisworkload", "replicationState": "NotReplicatedStatesBegin", @@ -46,7 +46,7 @@ "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment", "name": "aksDeployment", "type": null, "systemData": null, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate.json index 2c6dd1343e73..e472b4f349f1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "workloadDeploymentName": "aksDeployment", "api-version": "2022-05-01-preview", "parameters": { @@ -17,7 +17,7 @@ "202": { "headers": { "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/migrate/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview" + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment/migrate/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_MigrateComplete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_MigrateComplete.json index ee0be633dfb7..377a25a7d33e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_MigrateComplete.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_MigrateComplete.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "workloadDeploymentName": "aksDeployment", "api-version": "2022-05-01-preview" }, @@ -10,7 +10,7 @@ "202": { "headers": { "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/completeMigration/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview" + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment/completeMigration/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate.json index 21e04bffc814..1eba3d0a5771 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "workloadDeploymentName": "aksDeployment", "api-version": "2022-05-01-preview", "parameters": { @@ -17,7 +17,7 @@ "202": { "headers": { "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/testMigrate/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview" + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment/testMigrate/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup.json index 77a81e671fa5..94f9815a0b1c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "workloadDeploymentName": "aksDeployment", "api-version": "2022-05-01-preview", "parameters": { @@ -15,7 +15,7 @@ "202": { "headers": { "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadDeployments/aksDeployment/testMigrateCleanup/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview" + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment/testMigrateCleanup/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get.json index 4118efd3a9f8..99c2db9785f4 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter2", + "modernizeProjectName": "datacenter2", "workloadInstanceName": "iisWorkload", "operationId": "1e308341-ad5f-490c-bb6c-fb19b39c6710", "api-version": "2022-05-01-preview" @@ -10,7 +10,7 @@ "responses": { "200": { "body": { - "id": "subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload/operations/1e308341-ad5f-490c-bb6c-fb19b39c6710", + "id": "subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload/operations/1e308341-ad5f-490c-bb6c-fb19b39c6710", "name": "1e308341-ad5f-490c-bb6c-fb19b39c6710", "status": "Succeeded", "startTime": "2022-05-06T20:02:29.7628343Z", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create.json index 840088f855e7..6147a4748959 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "workloadInstanceName": "iisWorkload", "api-version": "2022-05-01-preview", "parameters": { @@ -27,10 +27,10 @@ "replicationState": "NotReplicatedStatesBegin", "healthErrors": null, "currentJob": { - "scenarioName": "AddOrUpdateMigrateDataCenter", - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/jobs/AddOrUpdateMigrateDataCenterWorkflow", - "name": "AddOrUpdateMigrateDataCenterWorkflow", - "displayName": "AddOrUpdateMigrateDataCenter", + "scenarioName": "AddOrUpdateModernizeProjects", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/jobs/AddOrUpdateModernizeProjectsWorkflow", + "name": "AddOrUpdateModernizeProjectsWorkflow", + "displayName": "AddOrUpdateModernizeProjects", "state": "Pending", "startTime": "2022-05-10T20:18:28.037Z", "endTime": "2022-05-10T20:18:28.037Z" @@ -43,7 +43,7 @@ "instanceType": "IISWorkload" } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", "name": "iisWorkload", "type": null, "systemData": null, @@ -51,7 +51,7 @@ }, "headers": { "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete.json index eb567c566e52..ce9bf7a185b8 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "workloadInstanceName": "iisWorkload", "api-version": "2022-05-01-preview" }, @@ -11,8 +11,8 @@ "202": { "headers": { "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview&OperationType=Delete", - "Location": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview&OperationType=Delete" + "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview&OperationType=Delete", + "Location": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview&OperationType=Delete" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get.json index c9301d2b49ca..af3da9fbd430 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "workloadInstanceName": "iisWorkload", "api-version": "2022-05-01-preview" }, @@ -17,10 +17,10 @@ "replicationState": "NotReplicatedStatesBegin", "healthErrors": null, "currentJob": { - "scenarioName": "AddOrUpdateMigrateDataCenter", - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/jobs/AddOrUpdateMigrateDataCenterWorkflow", - "name": "AddOrUpdateMigrateDataCenterWorkflow", - "displayName": "AddOrUpdateMigrateDataCenter", + "scenarioName": "AddOrUpdateModernizeProjects", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/jobs/AddOrUpdateModernizeProjectsWorkflow", + "name": "AddOrUpdateModernizeProjectsWorkflow", + "displayName": "AddOrUpdateModernizeProjects", "state": "Pending", "startTime": "2022-05-10T20:18:28.037Z", "endTime": "2022-05-10T20:18:28.037Z" @@ -33,7 +33,7 @@ "instanceType": "IISWorkload" } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", "name": "iisWorkload", "type": null, "systemData": null, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List.json index 42bc325f11b2..0515fcf20748 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", "resourceGroupName": "ame-rg", - "migrateDataCenterName": "datacenter1", + "modernizeProjectName": "datacenter1", "api-version": "2022-05-01-preview" }, "responses": { @@ -18,10 +18,10 @@ "replicationState": "NotReplicatedStatesBegin", "healthErrors": null, "currentJob": { - "scenarioName": "AddOrUpdateMigrateDataCenter", - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/jobs/AddOrUpdateMigrateDataCenterWorkflow", - "name": "AddOrUpdateMigrateDataCenterWorkflow", - "displayName": "AddOrUpdateMigrateDataCenter", + "scenarioName": "AddOrUpdateModernizeProjects", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/jobs/AddOrUpdateModernizeProjectsWorkflow", + "name": "AddOrUpdateModernizeProjectsWorkflow", + "displayName": "AddOrUpdateModernizeProjects", "state": "Pending", "startTime": "2022-05-10T20:18:28.037Z", "endTime": "2022-05-10T20:18:28.037Z" @@ -34,7 +34,7 @@ "instanceType": "IISWorkload" } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/migrateDataCenters/datacenter1/workloadInstances/iisWorkload", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", "name": "iisWorkload", "type": null, "systemData": null, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 13b6e8712427..6a30510c5afe 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -16,7 +16,7 @@ "application/json" ], "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/deployedResources/{deployedResourceName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/deployedResources/{deployedResourceName}": { "get": { "tags": [ "DeployedResource" @@ -36,8 +36,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -73,13 +73,13 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/deployedResources": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/deployedResources": { "get": { "tags": [ "DeployedResource" ], "summary": "Lists the deployed resources.", - "description": "Gets the list of deployed resources in the given migrateDataCenter.", + "description": "Gets the list of deployed resources in the given modernizeProject.", "operationId": "DeployedResource_List", "produces": [ "application/json" @@ -93,8 +93,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -126,13 +126,13 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/migrateAgents/{agentName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/migrateAgents/{agentName}": { "get": { "tags": [ "MigrateAgent" ], "summary": "Gets the MigrateAgent.", - "description": "Gets the details of the migrateDataCenter agent.", + "description": "Gets the details of the modernizeProject agent.", "operationId": "MigrateAgent_Get", "produces": [ "application/json" @@ -146,8 +146,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -187,7 +187,7 @@ "MigrateAgent" ], "summary": "Puts the MigrateAgent.", - "description": "Creates the migrateDataCenter agent.", + "description": "Creates the modernizeProject agent.", "operationId": "MigrateAgent_Create", "consumes": [ "application/json" @@ -204,8 +204,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -253,7 +253,7 @@ "MigrateAgent" ], "summary": "Deletes the MigrateAgent.", - "description": "Deletes the migrateDataCenter agent.", + "description": "Deletes the modernizeProject agent.", "operationId": "MigrateAgent_Delete", "produces": [ "application/json" @@ -267,8 +267,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter Name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects Name.", "required": true, "type": "string" }, @@ -311,13 +311,13 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/migrateAgents": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/migrateAgents": { "get": { "tags": [ "MigrateAgent" ], "summary": "Lists the MigrateAgents.", - "description": "Gets the list of migrateDataCenter agents in the given migrateDataCenter.", + "description": "Gets the list of modernizeProject agents in the given modernizeProject.", "operationId": "MigrateAgent_List", "produces": [ "application/json" @@ -331,8 +331,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -361,13 +361,13 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/migrateAgents/{agentName}/refresh": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/migrateAgents/{agentName}/refresh": { "post": { "tags": [ "MigrateAgent" ], "summary": "Refreshes the MigrateAgent.", - "description": "Refreshes the migrateDataCenter agent.", + "description": "Refreshes the modernizeProject agent.", "operationId": "MigrateAgent_Refresh", "produces": [ "application/json" @@ -381,8 +381,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -422,13 +422,13 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/migrateAgents/{agentName}/operations/{operationId}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/migrateAgents/{agentName}/operations/{operationId}": { "get": { "tags": [ "MigrateAgent" ], "summary": "Gets the MigrateAgent operation status.", - "description": "Tracks the results of an asynchronous operation on the migrateDataCenter agent.", + "description": "Tracks the results of an asynchronous operation on the modernizeProject agent.", "operationId": "MigrateAgentOperationStatus_Get", "produces": [ "application/json" @@ -442,8 +442,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -486,14 +486,14 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}": { "get": { "tags": [ - "MigrateDataCenter" + "ModernizeProjects" ], "summary": "Gets the migrate data center.", "description": "Gets the details of the migrate data center.", - "operationId": "MigrateDataCenter_Get", + "operationId": "ModernizeProjects_Get", "produces": [ "application/json" ], @@ -506,7 +506,7 @@ }, { "in": "path", - "name": "migrateDataCenterName", + "name": "modernizeProjectName", "description": "Migrate data center name.", "required": true, "type": "string" @@ -519,7 +519,7 @@ "200": { "description": "Success", "schema": { - "$ref": "#/definitions/MigrateDataCenterModel" + "$ref": "#/definitions/ModernizeProjectsModel" } }, "default": { @@ -530,18 +530,18 @@ } }, "x-ms-examples": { - "MigrateDataCenter_Get": { - "$ref": "./examples/MigrateDataCenter_Get.json" + "ModernizeProjects_Get": { + "$ref": "./examples/ModernizeProjects_Get.json" } } }, "put": { "tags": [ - "MigrateDataCenter" + "ModernizeProjects" ], - "summary": "Puts the migrateDataCenter.", - "description": "Creates the migrateDataCenter.", - "operationId": "MigrateDataCenter_Create", + "summary": "Puts the modernizeProject.", + "description": "Creates the modernizeProject.", + "operationId": "ModernizeProjects_Create", "consumes": [ "application/json" ], @@ -557,8 +557,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter Name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects Name.", "required": true, "type": "string" }, @@ -568,9 +568,9 @@ { "in": "body", "name": "body", - "description": "MigrateDataCenter properties.", + "description": "ModernizeProjects properties.", "schema": { - "$ref": "#/definitions/MigrateDataCenterModel" + "$ref": "#/definitions/ModernizeProjectsModel" } } ], @@ -578,7 +578,7 @@ "201": { "description": "Success", "schema": { - "$ref": "#/definitions/MigrateDataCenterModel" + "$ref": "#/definitions/ModernizeProjectsModel" } }, "default": { @@ -589,18 +589,18 @@ } }, "x-ms-examples": { - "MigrateDataCenter_Create": { - "$ref": "./examples/MigrateDataCenter_Create.json" + "ModernizeProjects_Create": { + "$ref": "./examples/ModernizeProjects_Create.json" } } }, "patch": { "tags": [ - "MigrateDataCenter" + "ModernizeProjects" ], - "summary": "Updates the migrateDataCenter.", - "description": "Performs update on the migrateDataCenter.", - "operationId": "MigrateDataCenter_Update", + "summary": "Updates the modernizeProject.", + "description": "Performs update on the modernizeProject.", + "operationId": "ModernizeProjects_Update", "consumes": [ "application/json" ], @@ -616,8 +616,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter Name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects Name.", "required": true, "type": "string" }, @@ -627,9 +627,9 @@ { "in": "body", "name": "body", - "description": "MigrateDataCenter properties.", + "description": "ModernizeProjects properties.", "schema": { - "$ref": "#/definitions/UpdateMigrateDataCenterModel" + "$ref": "#/definitions/UpdateModernizeProjectsModel" } } ], @@ -637,7 +637,7 @@ "202": { "description": "Success", "schema": { - "$ref": "#/definitions/MigrateDataCenterModel" + "$ref": "#/definitions/ModernizeProjectsModel" }, "headers": { "Azure-AsyncOperation": { @@ -655,18 +655,18 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "MigrateDataCenter_Update": { - "$ref": "./examples/MigrateDataCenter_Update.json" + "ModernizeProjects_Update": { + "$ref": "./examples/ModernizeProjects_Update.json" } } }, "delete": { "tags": [ - "MigrateDataCenter" + "ModernizeProjects" ], - "summary": "Deletes the migrateDataCenter.", - "description": "Removes the migrateDataCenter.", - "operationId": "MigrateDataCenter_Delete", + "summary": "Deletes the modernizeProject.", + "description": "Removes the modernizeProject.", + "operationId": "ModernizeProjects_Delete", "produces": [ "application/json" ], @@ -679,8 +679,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter Name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects Name.", "required": true, "type": "string" }, @@ -710,20 +710,20 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "MigrateDataCenter_Delete": { - "$ref": "./examples/MigrateDataCenter_Delete.json" + "ModernizeProjects_Delete": { + "$ref": "./examples/ModernizeProjects_Delete.json" } } } }, - "/subscriptions/{subscriptionId}/providers/Microsoft.Migrate/migrateDataCenters": { + "/subscriptions/{subscriptionId}/providers/Microsoft.Migrate/modernizeProjects": { "get": { "tags": [ - "MigrateDataCenter" + "ModernizeProjects" ], - "summary": "Lists the migrateDataCenters.", - "description": "Gets the list of migrateDataCenters in the given subscription.", - "operationId": "MigrateDataCenter_ListBySubscription", + "summary": "Lists the modernizeProjects.", + "description": "Gets the list of modernizeProjects in the given subscription.", + "operationId": "ModernizeProjects_ListBySubscription", "produces": [ "application/json" ], @@ -745,7 +745,7 @@ "200": { "description": "Success", "schema": { - "$ref": "#/definitions/MigrateDataCenterModelCollection" + "$ref": "#/definitions/ModernizeProjectsModelCollection" } }, "default": { @@ -759,20 +759,20 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "MigrateDataCenter_ListBySubscription": { - "$ref": "./examples/MigrateDataCenter_ListBySubscription.json" + "ModernizeProjects_ListBySubscription": { + "$ref": "./examples/ModernizeProjects_ListBySubscription.json" } } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects": { "get": { "tags": [ - "MigrateDataCenter" + "ModernizeProjects" ], - "summary": "Lists the migrateDataCenters.", - "description": "Gets the list of migrateDataCenters in the given subscription and resource group.", - "operationId": "MigrateDataCenter_List", + "summary": "Lists the modernizeProjects.", + "description": "Gets the list of modernizeProjects in the given subscription and resource group.", + "operationId": "ModernizeProjects_List", "produces": [ "application/json" ], @@ -797,7 +797,7 @@ "200": { "description": "Success", "schema": { - "$ref": "#/definitions/MigrateDataCenterModelCollection" + "$ref": "#/definitions/ModernizeProjectsModelCollection" } }, "default": { @@ -811,20 +811,20 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "MigrateDataCenter_List": { - "$ref": "./examples/MigrateDataCenter_List.json" + "ModernizeProjects_List": { + "$ref": "./examples/ModernizeProjects_List.json" } } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/statistics": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/statistics": { "get": { "tags": [ - "MigrateDataCenter" + "ModernizeProjects" ], - "summary": "Gets the migrateDataCenter statistics.", - "description": "Gets the statistics for the migrateDataCenter.", - "operationId": "MigrateDataCenterStatistics_Get", + "summary": "Gets the modernizeProject statistics.", + "description": "Gets the statistics for the modernizeProject.", + "operationId": "ModernizeProjectsStatistics_Get", "produces": [ "application/json" ], @@ -837,8 +837,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -850,7 +850,7 @@ "200": { "description": "Success", "schema": { - "$ref": "#/definitions/MigrateDataCenterStatisticsModel" + "$ref": "#/definitions/ModernizeProjectsStatisticsModel" } }, "default": { @@ -861,20 +861,20 @@ } }, "x-ms-examples": { - "MigrateDataCenterStatistics_Get": { - "$ref": "./examples/MigrateDataCenterStatistics_Get.json" + "ModernizeProjectsStatistics_Get": { + "$ref": "./examples/ModernizeProjectsStatistics_Get.json" } } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/operations/{operationId}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/operations/{operationId}": { "get": { "tags": [ - "MigrateDataCenter" + "ModernizeProjects" ], - "summary": "Gets the migrateDataCenter operation status.", - "description": "Tracks the results of an asynchronous operation on the migrateDataCenter.", - "operationId": "MigrateDataCenterOperationStatus_Get", + "summary": "Gets the modernizeProject operation status.", + "description": "Tracks the results of an asynchronous operation on the modernizeProject.", + "operationId": "ModernizeProjectsOperationStatus_Get", "produces": [ "application/json" ], @@ -887,8 +887,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -924,13 +924,13 @@ } }, "x-ms-examples": { - "MigrateDataCenterOperationStatus_Get": { - "$ref": "./examples/MigrateDataCenterOperationStatus_Get.json" + "ModernizeProjectsOperationStatus_Get": { + "$ref": "./examples/ModernizeProjectsOperationStatus_Get.json" } } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/jobs/{workflowName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/jobs/{workflowName}": { "get": { "tags": [ "Workflow" @@ -950,8 +950,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -987,13 +987,13 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/jobs": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/jobs": { "get": { "tags": [ "Workflow" ], "summary": "Lists the workflows.", - "description": "Gets the list of jobs in the given migrateDataCenter.", + "description": "Gets the list of jobs in the given modernizeProject.", "operationId": "Workflow_List", "produces": [ "application/json" @@ -1007,8 +1007,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -1052,7 +1052,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/jobs/{workflowName}/operations/{operationId}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/jobs/{workflowName}/operations/{operationId}": { "get": { "tags": [ "Workflow" @@ -1072,8 +1072,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -1116,7 +1116,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadDeployments/{workloadDeploymentName}": { "get": { "tags": [ "WorkloadDeployment" @@ -1136,8 +1136,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -1194,8 +1194,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -1257,8 +1257,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -1307,13 +1307,13 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadDeployments": { "get": { "tags": [ "WorkloadDeployment" ], "summary": "Lists the workload deployments.", - "description": "Gets the list of workload deployments in the given migrateDataCenter.", + "description": "Gets the list of workload deployments in the given modernizeProject.", "operationId": "WorkloadDeployment_List", "produces": [ "application/json" @@ -1327,8 +1327,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -1360,7 +1360,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/getSecrets": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadDeployments/{workloadDeploymentName}/getSecrets": { "post": { "tags": [ "WorkloadDeployment" @@ -1380,8 +1380,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -1417,7 +1417,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/buildContainerImage": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadDeployments/{workloadDeploymentName}/buildContainerImage": { "post": { "tags": [ "WorkloadDeployment" @@ -1440,8 +1440,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -1489,7 +1489,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/testMigrate": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadDeployments/{workloadDeploymentName}/testMigrate": { "post": { "tags": [ "WorkloadDeployment" @@ -1512,8 +1512,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -1561,7 +1561,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/testMigrateCleanup": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadDeployments/{workloadDeploymentName}/testMigrateCleanup": { "post": { "tags": [ "WorkloadDeployment" @@ -1584,8 +1584,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -1633,7 +1633,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/migrate": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadDeployments/{workloadDeploymentName}/migrate": { "post": { "tags": [ "WorkloadDeployment" @@ -1656,8 +1656,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -1705,7 +1705,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/completeMigration": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadDeployments/{workloadDeploymentName}/completeMigration": { "post": { "tags": [ "WorkloadDeployment" @@ -1725,8 +1725,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -1766,7 +1766,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadDeployments/{workloadDeploymentName}/operations/{operationId}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadDeployments/{workloadDeploymentName}/operations/{operationId}": { "get": { "tags": [ "WorkloadDeployment" @@ -1786,8 +1786,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -1830,7 +1830,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadInstances/{workloadInstanceName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadInstances/{workloadInstanceName}": { "get": { "tags": [ "WorkloadInstance" @@ -1850,8 +1850,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -1891,7 +1891,7 @@ "WorkloadInstance" ], "summary": "Puts the workload instance.", - "description": "Creates the workload instance in the given migrateDataCenter.", + "description": "Creates the workload instance in the given modernizeProject.", "operationId": "WorkloadInstance_Create", "consumes": [ "application/json" @@ -1908,8 +1908,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -1957,7 +1957,7 @@ "WorkloadInstance" ], "summary": "Deletes the workload instance.", - "description": "Deletes the workload instance in the given migrateDataCenter.", + "description": "Deletes the workload instance in the given modernizeProject.", "operationId": "WorkloadInstance_Delete", "produces": [ "application/json" @@ -1971,8 +1971,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter Name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects Name.", "required": true, "type": "string" }, @@ -2015,13 +2015,13 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadInstances": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadInstances": { "get": { "tags": [ "WorkloadInstance" ], "summary": "Lists the workload instances.", - "description": "Gets the list of workload instances in the given migrateDataCenter.", + "description": "Gets the list of workload instances in the given modernizeProject.", "operationId": "WorkloadInstance_List", "produces": [ "application/json" @@ -2035,8 +2035,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -2068,7 +2068,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateDataCenters/{migrateDataCenterName}/workloadInstances/{workloadInstanceName}/operations/{operationId}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadInstances/{workloadInstanceName}/operations/{operationId}": { "get": { "tags": [ "WorkloadInstance" @@ -2088,8 +2088,8 @@ }, { "in": "path", - "name": "migrateDataCenterName", - "description": "MigrateDataCenter name.", + "name": "modernizeProjectName", + "description": "ModernizeProjects name.", "required": true, "type": "string" }, @@ -2145,9 +2145,9 @@ } }, "default": { - "description": "Error", + "description": "Error response describing why the operation failed.", "schema": { - "$ref": "#/definitions/ArmError" + "$ref": "#/definitions/CloudError" } } }, @@ -2640,6 +2640,42 @@ } } }, + "CloudError": { + "x-ms-external": true, + "type": "object", + "properties": { + "error": { + "$ref": "#/definitions/CloudErrorBody" + } + }, + "description": "An error response from the Azure Migrate service." + }, + "CloudErrorBody": { + "x-ms-external": true, + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "An identifier for the error. Codes are invariant and are intended to be consumed programmatically." + }, + "message": { + "type": "string", + "description": "A message describing the error, intended to be suitable for display in a user interface." + }, + "target": { + "type": "string", + "description": "The target of the particular error. For example, the name of the property in error." + }, + "details": { + "type": "array", + "items": { + "$ref": "#/definitions/CloudErrorBody" + }, + "description": "A list of additional details about the error." + } + }, + "description": "An error response from the Azure Migrate service." + }, "ContainerImageProperties": { "description": "Class for container image properties.", "type": "object", @@ -3530,16 +3566,16 @@ } } }, - "MigrateDataCenterModel": { - "description": "MigrateDataCenter model.", + "ModernizeProjectsModel": { + "description": "ModernizeProjects model.", "type": "object", "properties": { "location": { - "description": "Gets or sets the location of the migrateDataCenter.", + "description": "Gets or sets the location of the modernizeProject.", "type": "string" }, "properties": { - "$ref": "#/definitions/MigrateDataCenterModelProperties" + "$ref": "#/definitions/ModernizeProjectsModelProperties" }, "id": { "description": "Gets or sets the Id of the resource.", @@ -3574,15 +3610,15 @@ }, "x-ms-azure-resource": true }, - "MigrateDataCenterModelCollection": { - "description": "MigrateDataCenter model collection.", + "ModernizeProjectsModelCollection": { + "description": "ModernizeProjects model collection.", "type": "object", "properties": { "value": { - "description": "Gets or sets the list of migrateDataCenters.", + "description": "Gets or sets the list of modernizeProjects.", "type": "array", "items": { - "$ref": "#/definitions/MigrateDataCenterModel" + "$ref": "#/definitions/ModernizeProjectsModel" } }, "nextLink": { @@ -3591,12 +3627,12 @@ } } }, - "MigrateDataCenterModelProperties": { - "description": "MigrateDataCenter properties.", + "ModernizeProjectsModelProperties": { + "description": "ModernizeProjects properties.", "type": "object", "properties": { "provisioningState": { - "description": "Gets or sets the provisioning state of the migrateDataCenter.", + "description": "Gets or sets the provisioning state of the modernizeProject.", "enum": [ "Canceled", "Creating", @@ -3628,17 +3664,17 @@ } } }, - "MigrateDataCenterStatisticsModel": { - "description": "MigrateDataCenter statistics model.", + "ModernizeProjectsStatisticsModel": { + "description": "ModernizeProjects statistics model.", "type": "object", "properties": { "properties": { - "$ref": "#/definitions/MigrateDataCenterStatisticsModelProperties" + "$ref": "#/definitions/ModernizeProjectsStatisticsModelProperties" } } }, - "MigrateDataCenterStatisticsModelProperties": { - "description": "MigrateDataCenter statistics properties.", + "ModernizeProjectsStatisticsModelProperties": { + "description": "ModernizeProjects statistics properties.", "type": "object", "properties": { "workloadDeploymentStatistics": { @@ -3665,8 +3701,8 @@ ], "readOnly": true }, - "migrateDataCenterErrors": { - "description": "Gets or sets the list of migrateDataCenter health errors.", + "modernizeProjectErrors": { + "description": "Gets or sets the list of modernizeProject health errors.", "type": "array", "items": { "$ref": "#/definitions/HealthErrorModel" @@ -3723,7 +3759,7 @@ } }, "MigrationConfiguration": { - "description": "MigrateDataCenter properties.", + "description": "ModernizeProjects properties.", "type": "object", "properties": { "storageAccountResourceId": { @@ -3862,27 +3898,68 @@ } }, "OperationStatus": { - "description": "Defines the operation status.", + "description": "Operation status REST resource.", "type": "object", "properties": { "id": { - "description": "Gets or sets the Id.", - "type": "string" + "description": "Resource Id.", + "type": "string", + "readOnly": true }, "name": { - "description": "Gets or sets the operation name.", - "type": "string" + "description": "Operation name.", + "type": "string", + "readOnly": true }, "status": { - "description": "Gets or sets the status of the operation. ARM expects the terminal status to be one of\r\nSucceeded/ Failed/ Canceled. All other values imply that the operation is still running.", - "type": "string" + "description": "Status of the operation. ARM expects the terminal status to be one of Succeeded/ Failed/ Canceled. All other values imply that the operation is still running.", + "type": "string", + "readOnly": true }, "startTime": { - "description": "Gets or sets the start time.", - "type": "string" + "description": "Start time.", + "type": "string", + "readOnly": true }, "endTime": { - "description": "Gets or sets the end time.", + "description": "End time.", + "type": "string", + "readOnly": true + }, + "error": { + "$ref": "#/definitions/OperationStatusError", + "description": "Error stating all error details for the operation.", + "readOnly": true + }, + "properties": { + "$ref": "#/definitions/OperationStatusProperties", + "description": "Custom data.", + "readOnly": true + } + } + }, + "OperationStatusError": { + "description": "Class for operation status errors.", + "type": "object", + "properties": { + "code": { + "description": "Error code.", + "type": "string", + "readOnly": true + }, + "message": { + "description": "Error message.", + "type": "string", + "readOnly": true + } + } + }, + "OperationStatusProperties": { + "description": "Class for operation result properties.", + "type": "object", + "properties": { + "result": { + "description": "Result or output of the workflow.", "type": "string" } } @@ -4174,8 +4251,8 @@ } } }, - "UpdateMigrateDataCenterModel": { - "description": "Update MigrateDataCenter model.", + "UpdateModernizeProjectsModel": { + "description": "Update ModernizeProjects model.", "type": "object", "properties": { "tags": { @@ -4463,7 +4540,7 @@ "objectType": { "description": "Gets or sets the object type.", "enum": [ - "MigrateDataCenter", + "ModernizeProjects", "MigrateAgent", "WorkloadInstance", "WorkloadDeployment" @@ -5270,8 +5347,8 @@ "description": "MigrateAgent Controller." }, { - "name": "MigrateDataCenter", - "description": "MigrateDataCenter Controller." + "name": "ModernizeProjects", + "description": "ModernizeProjects Controller." }, { "name": "Workflow", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/stable/2020-05-01/hubmigrate.json b/specification/migrate/resource-manager/Microsoft.Migrate/stable/2020-05-01/hubmigrate.json index 5412f97f2916..983af7c08cad 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/stable/2020-05-01/hubmigrate.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/stable/2020-05-01/hubmigrate.json @@ -1030,6 +1030,7 @@ }, "properties": { "$ref": "#/definitions/PrivateLinkResourceProperties", + "description": "Gets nested properties.", "readOnly": true } } @@ -1130,6 +1131,10 @@ "description": "Operation detail payload", "type": "object", "properties": { + "id": { + "description": "Gets or sets the Id.", + "type": "string" + }, "name": { "description": "Name of the operation", "type": "string" diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-07/migrate.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-07/migrate.json index b9010a5afdea..18b2966599d9 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-07/migrate.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-07/migrate.json @@ -5910,7 +5910,7 @@ } }, "PrivateLinkResource": { - "description": "REST model used to encapsulate Private Link properties for tracked resources.", + "description": "Private link resource.", "type": "object", "properties": { "id": { @@ -5956,11 +5956,11 @@ } }, "PrivateLinkResourceCollection": { - "description": "Collection of PrivateLink resources.", + "description": "Collection of private link resources.", "type": "object", "properties": { "value": { - "description": "Gets the list of machines.", + "description": "List of private links.", "type": "array", "items": { "$ref": "#/definitions/PrivateLinkResource" @@ -5968,7 +5968,7 @@ "readOnly": true }, "nextLink": { - "description": "Gets the value of next link.", + "description": "Value of next link.", "type": "string", "readOnly": true } @@ -6381,6 +6381,10 @@ "description": "Operation detail payload", "type": "object", "properties": { + "id": { + "description": "Gets or sets the Id.", + "type": "string" + }, "name": { "description": "Name of the operation", "type": "string" From 789745b049a84e14da327e22e7cf437d1e3c42aa Mon Sep 17 00:00:00 2001 From: Sumukha K Date: Sun, 26 Jun 2022 12:52:15 +0530 Subject: [PATCH 15/54] Reverting addition of id fiels in migrate and hubmigrate.json --- .../Microsoft.Migrate/stable/2020-05-01/hubmigrate.json | 4 ---- .../Microsoft.OffAzure/stable/2020-07-07/migrate.json | 4 ---- 2 files changed, 8 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/stable/2020-05-01/hubmigrate.json b/specification/migrate/resource-manager/Microsoft.Migrate/stable/2020-05-01/hubmigrate.json index 983af7c08cad..fceb4448e34b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/stable/2020-05-01/hubmigrate.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/stable/2020-05-01/hubmigrate.json @@ -1131,10 +1131,6 @@ "description": "Operation detail payload", "type": "object", "properties": { - "id": { - "description": "Gets or sets the Id.", - "type": "string" - }, "name": { "description": "Name of the operation", "type": "string" diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-07/migrate.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-07/migrate.json index 18b2966599d9..a175375d6fb7 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-07/migrate.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-07/migrate.json @@ -6381,10 +6381,6 @@ "description": "Operation detail payload", "type": "object", "properties": { - "id": { - "description": "Gets or sets the Id.", - "type": "string" - }, "name": { "description": "Name of the operation", "type": "string" From 19aa65e4c3c0c4dde01569b85bf447a2babafbe2 Mon Sep 17 00:00:00 2001 From: Shishir Gupta Date: Tue, 27 Sep 2022 17:02:10 +0530 Subject: [PATCH 16/54] . --- .../2022-05-01-preview/migrateEngine.json | 1133 +++++++---------- 1 file changed, 486 insertions(+), 647 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 6a30510c5afe..51d8977d74dd 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -2,19 +2,9 @@ "swagger": "2.0", "info": { "title": "Azure Migrate Engine APIs", - "description": "A first party Azure service for migrating data centre workloads.", + "description": "A first party Azure service for modernizing workloads.", "version": "2022-05-01-preview" }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], "paths": { "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/deployedResources/{deployedResourceName}": { "get": { @@ -37,7 +27,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, @@ -49,7 +39,7 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { @@ -94,12 +84,12 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { @@ -147,7 +137,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, @@ -159,7 +149,7 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { @@ -205,7 +195,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, @@ -217,7 +207,7 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" }, { "in": "body", @@ -268,7 +258,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects Name.", + "description": "ModernizeProject Name.", "required": true, "type": "string" }, @@ -280,7 +270,7 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { @@ -332,12 +322,12 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { @@ -382,7 +372,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, @@ -394,7 +384,7 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { @@ -443,7 +433,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, @@ -462,7 +452,7 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { @@ -489,11 +479,11 @@ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}": { "get": { "tags": [ - "ModernizeProjects" + "ModernizeProject" ], - "summary": "Gets the migrate data center.", - "description": "Gets the details of the migrate data center.", - "operationId": "ModernizeProjects_Get", + "summary": "Gets the modernize project.", + "description": "Gets the details of the modernize project.", + "operationId": "ModernizeProject_Get", "produces": [ "application/json" ], @@ -507,19 +497,19 @@ { "in": "path", "name": "modernizeProjectName", - "description": "Migrate data center name.", + "description": "Modernize project name.", "required": true, "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { "200": { "description": "Success", "schema": { - "$ref": "#/definitions/ModernizeProjectsModel" + "$ref": "#/definitions/ModernizeProjectModel" } }, "default": { @@ -530,18 +520,18 @@ } }, "x-ms-examples": { - "ModernizeProjects_Get": { - "$ref": "./examples/ModernizeProjects_Get.json" + "ModernizeProject_Get": { + "$ref": "./examples/ModernizeProject_Get.json" } } }, "put": { "tags": [ - "ModernizeProjects" + "ModernizeProject" ], "summary": "Puts the modernizeProject.", "description": "Creates the modernizeProject.", - "operationId": "ModernizeProjects_Create", + "operationId": "ModernizeProject_Create", "consumes": [ "application/json" ], @@ -558,19 +548,19 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects Name.", + "description": "ModernizeProject Name.", "required": true, "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" }, { "in": "body", "name": "body", - "description": "ModernizeProjects properties.", + "description": "ModernizeProject properties.", "schema": { - "$ref": "#/definitions/ModernizeProjectsModel" + "$ref": "#/definitions/ModernizeProjectModel" } } ], @@ -578,7 +568,7 @@ "201": { "description": "Success", "schema": { - "$ref": "#/definitions/ModernizeProjectsModel" + "$ref": "#/definitions/ModernizeProjectModel" } }, "default": { @@ -589,18 +579,18 @@ } }, "x-ms-examples": { - "ModernizeProjects_Create": { - "$ref": "./examples/ModernizeProjects_Create.json" + "ModernizeProject_Create": { + "$ref": "./examples/ModernizeProject_Create.json" } } }, "patch": { "tags": [ - "ModernizeProjects" + "ModernizeProject" ], "summary": "Updates the modernizeProject.", "description": "Performs update on the modernizeProject.", - "operationId": "ModernizeProjects_Update", + "operationId": "ModernizeProject_Update", "consumes": [ "application/json" ], @@ -617,19 +607,19 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects Name.", + "description": "ModernizeProject Name.", "required": true, "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" }, { "in": "body", "name": "body", - "description": "ModernizeProjects properties.", + "description": "ModernizeProject properties.", "schema": { - "$ref": "#/definitions/UpdateModernizeProjectsModel" + "$ref": "#/definitions/UpdateModernizeProjectModel" } } ], @@ -637,7 +627,7 @@ "202": { "description": "Success", "schema": { - "$ref": "#/definitions/ModernizeProjectsModel" + "$ref": "#/definitions/ModernizeProjectModel" }, "headers": { "Azure-AsyncOperation": { @@ -655,18 +645,18 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "ModernizeProjects_Update": { - "$ref": "./examples/ModernizeProjects_Update.json" + "ModernizeProject_Update": { + "$ref": "./examples/ModernizeProject_Update.json" } } }, "delete": { "tags": [ - "ModernizeProjects" + "ModernizeProject" ], "summary": "Deletes the modernizeProject.", "description": "Removes the modernizeProject.", - "operationId": "ModernizeProjects_Delete", + "operationId": "ModernizeProject_Delete", "produces": [ "application/json" ], @@ -680,12 +670,12 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects Name.", + "description": "ModernizeProject Name.", "required": true, "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { @@ -710,8 +700,8 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "ModernizeProjects_Delete": { - "$ref": "./examples/ModernizeProjects_Delete.json" + "ModernizeProject_Delete": { + "$ref": "./examples/ModernizeProject_Delete.json" } } } @@ -719,11 +709,11 @@ "/subscriptions/{subscriptionId}/providers/Microsoft.Migrate/modernizeProjects": { "get": { "tags": [ - "ModernizeProjects" + "ModernizeProject" ], "summary": "Lists the modernizeProjects.", "description": "Gets the list of modernizeProjects in the given subscription.", - "operationId": "ModernizeProjects_ListBySubscription", + "operationId": "ModernizeProject_ListBySubscription", "produces": [ "application/json" ], @@ -738,14 +728,14 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { "200": { "description": "Success", "schema": { - "$ref": "#/definitions/ModernizeProjectsModelCollection" + "$ref": "#/definitions/ModernizeProjectModelCollection" } }, "default": { @@ -759,8 +749,8 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "ModernizeProjects_ListBySubscription": { - "$ref": "./examples/ModernizeProjects_ListBySubscription.json" + "ModernizeProject_ListBySubscription": { + "$ref": "./examples/ModernizeProject_ListBySubscription.json" } } } @@ -768,11 +758,11 @@ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects": { "get": { "tags": [ - "ModernizeProjects" + "ModernizeProject" ], "summary": "Lists the modernizeProjects.", "description": "Gets the list of modernizeProjects in the given subscription and resource group.", - "operationId": "ModernizeProjects_List", + "operationId": "ModernizeProject_List", "produces": [ "application/json" ], @@ -790,14 +780,14 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { "200": { "description": "Success", "schema": { - "$ref": "#/definitions/ModernizeProjectsModelCollection" + "$ref": "#/definitions/ModernizeProjectModelCollection" } }, "default": { @@ -811,8 +801,8 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "ModernizeProjects_List": { - "$ref": "./examples/ModernizeProjects_List.json" + "ModernizeProject_List": { + "$ref": "./examples/ModernizeProject_List.json" } } } @@ -820,11 +810,11 @@ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/statistics": { "get": { "tags": [ - "ModernizeProjects" + "ModernizeProject" ], "summary": "Gets the modernizeProject statistics.", "description": "Gets the statistics for the modernizeProject.", - "operationId": "ModernizeProjectsStatistics_Get", + "operationId": "ModernizeProjectStatistics_Get", "produces": [ "application/json" ], @@ -838,19 +828,19 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { "200": { "description": "Success", "schema": { - "$ref": "#/definitions/ModernizeProjectsStatisticsModel" + "$ref": "#/definitions/ModernizeProjectStatisticsModel" } }, "default": { @@ -861,8 +851,8 @@ } }, "x-ms-examples": { - "ModernizeProjectsStatistics_Get": { - "$ref": "./examples/ModernizeProjectsStatistics_Get.json" + "ModernizeProjectStatistics_Get": { + "$ref": "./examples/ModernizeProjectStatistics_Get.json" } } } @@ -870,11 +860,11 @@ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/operations/{operationId}": { "get": { "tags": [ - "ModernizeProjects" + "ModernizeProject" ], "summary": "Gets the modernizeProject operation status.", "description": "Tracks the results of an asynchronous operation on the modernizeProject.", - "operationId": "ModernizeProjectsOperationStatus_Get", + "operationId": "ModernizeProjectOperationStatus_Get", "produces": [ "application/json" ], @@ -888,7 +878,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, @@ -906,7 +896,7 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { @@ -924,8 +914,8 @@ } }, "x-ms-examples": { - "ModernizeProjectsOperationStatus_Get": { - "$ref": "./examples/ModernizeProjectsOperationStatus_Get.json" + "ModernizeProjectOperationStatus_Get": { + "$ref": "./examples/ModernizeProjectOperationStatus_Get.json" } } } @@ -951,7 +941,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, @@ -963,7 +953,7 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { @@ -1008,7 +998,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, @@ -1025,7 +1015,7 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { @@ -1073,7 +1063,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, @@ -1092,7 +1082,7 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { @@ -1137,7 +1127,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, @@ -1149,7 +1139,7 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { @@ -1195,7 +1185,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, @@ -1207,7 +1197,7 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" }, { "in": "body", @@ -1258,7 +1248,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, @@ -1276,7 +1266,7 @@ "type": "boolean" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { @@ -1328,12 +1318,12 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { @@ -1381,7 +1371,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, @@ -1393,7 +1383,7 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { @@ -1441,7 +1431,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, @@ -1453,7 +1443,7 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" }, { "in": "body", @@ -1513,7 +1503,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, @@ -1525,7 +1515,7 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" }, { "in": "body", @@ -1585,7 +1575,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, @@ -1597,7 +1587,7 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" }, { "in": "body", @@ -1657,7 +1647,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, @@ -1669,7 +1659,7 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" }, { "in": "body", @@ -1705,67 +1695,6 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadDeployments/{workloadDeploymentName}/completeMigration": { - "post": { - "tags": [ - "WorkloadDeployment" - ], - "summary": "Performs complete migrate.", - "description": "Performs the complete migrate on the workload deployment.", - "operationId": "WorkloadDeployment_MigrateComplete", - "produces": [ - "application/json" - ], - "parameters": [ - { - "$ref": "#/parameters/subscriptionId" - }, - { - "$ref": "#/parameters/resourceGroupName" - }, - { - "in": "path", - "name": "modernizeProjectName", - "description": "ModernizeProjects name.", - "required": true, - "type": "string" - }, - { - "in": "path", - "name": "workloadDeploymentName", - "description": "Workload deployment name.", - "required": true, - "type": "string" - }, - { - "$ref": "#/parameters/ApiVersionParameter" - } - ], - "responses": { - "202": { - "description": "Success", - "headers": { - "Azure-AsyncOperation": { - "description": "Tracking URL for long running operation.", - "type": "string" - } - } - }, - "default": { - "description": "Error", - "schema": { - "$ref": "#/definitions/ArmError" - } - } - }, - "x-ms-long-running-operation": true, - "x-ms-examples": { - "WorkloadDeployment_MigrateComplete": { - "$ref": "./examples/WorkloadDeployment_MigrateComplete.json" - } - } - } - }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadDeployments/{workloadDeploymentName}/operations/{operationId}": { "get": { "tags": [ @@ -1787,7 +1716,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, @@ -1806,7 +1735,7 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { @@ -1851,7 +1780,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, @@ -1863,7 +1792,7 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { @@ -1909,7 +1838,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, @@ -1921,7 +1850,7 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" }, { "in": "body", @@ -1972,7 +1901,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects Name.", + "description": "ModernizeProject Name.", "required": true, "type": "string" }, @@ -1984,7 +1913,7 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { @@ -2036,12 +1965,12 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { @@ -2089,7 +2018,7 @@ { "in": "path", "name": "modernizeProjectName", - "description": "ModernizeProjects name.", + "description": "ModernizeProject name.", "required": true, "type": "string" }, @@ -2108,7 +2037,7 @@ "type": "string" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/api-version" } ], "responses": { @@ -2132,31 +2061,63 @@ } } }, - "/providers/Microsoft.Migrate/operations": { - "get": { - "summary": "Get list of operations supported in the API.", - "description": "Get a list of REST API supported by Microsoft.Migrate provider.", - "operationId": "Operations_List", + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadInstances/{workloadInstanceName}/completeMigration": { + "post": { + "tags": [ + "WorkloadInstance" + ], + "summary": "Performs complete migrate.", + "description": "Performs the complete migrate on the workload instance.", + "operationId": "WorkloadInstance_MigrateComplete", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "modernizeProjectName", + "description": "ModernizeProject name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "workloadInstanceName", + "description": "Workload instance name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], "responses": { - "200": { - "description": "OK. Returns list of operations.", - "schema": { - "$ref": "#/definitions/AvailableOperations" + "202": { + "description": "Success", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "Error", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "#/definitions/ArmError" } } }, - "x-ms-pageable": { - "nextLinkName": null - }, + "x-ms-long-running-operation": true, "x-ms-examples": { - "Operations_List": { - "$ref": "./examples/Operations_List.json" + "WorkloadInstance_MigrateComplete": { + "$ref": "./examples/WorkloadInstance_MigrateComplete.json" } } } @@ -2323,14 +2284,16 @@ "type": "object", "properties": { "applicationId": { - "description": "Gets the web application id.", - "type": "string", - "readOnly": true + "description": "Gets or sets the web application id.", + "type": "string" }, "applicationName": { - "description": "Gets the web application name.", - "type": "string", - "readOnly": true + "description": "Gets or sets the web application name.", + "type": "string" + }, + "applicationScratchPath": { + "description": "Gets or sets application scratch path.", + "type": "string" }, "webServerId": { "description": "Gets the web server id.", @@ -2500,31 +2463,21 @@ "properties": { "status": { "description": "Gets or sets the status of automation artifacts.", - "type": "string" + "enum": [ + "NotGenerated", + "Generated" + ], + "type": "string", + "x-ms-enum": { + "name": "AutomationArtifactStatus", + "modelAsString": true + } }, "azureFileShareProfile": { "$ref": "#/definitions/AzureFileShareHydrationProfile" } } }, - "AvailableOperations": { - "description": "Available operations of the service", - "type": "object", - "properties": { - "value": { - "description": "Collection of available operation details", - "uniqueItems": false, - "type": "array", - "items": { - "$ref": "#/definitions/OperationDetail" - } - }, - "nextLink": { - "description": "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.", - "type": "string" - } - } - }, "AzureFileShareHydrationProfile": { "description": "Azure file share profile for hydration of application folders not mounted on\r\nthe container file system.", "type": "object", @@ -2556,7 +2509,7 @@ "type": "object", "properties": { "id": { - "description": "Gets the unique id corresponding to the application binding.", + "description": "Gets the ID.", "type": "string", "readOnly": true }, @@ -2640,48 +2593,12 @@ } } }, - "CloudError": { - "x-ms-external": true, - "type": "object", - "properties": { - "error": { - "$ref": "#/definitions/CloudErrorBody" - } - }, - "description": "An error response from the Azure Migrate service." - }, - "CloudErrorBody": { - "x-ms-external": true, - "type": "object", - "properties": { - "code": { - "type": "string", - "description": "An identifier for the error. Codes are invariant and are intended to be consumed programmatically." - }, - "message": { - "type": "string", - "description": "A message describing the error, intended to be suitable for display in a user interface." - }, - "target": { - "type": "string", - "description": "The target of the particular error. For example, the name of the property in error." - }, - "details": { - "type": "array", - "items": { - "$ref": "#/definitions/CloudErrorBody" - }, - "description": "A list of additional details about the error." - } - }, - "description": "An error response from the Azure Migrate service." - }, "ContainerImageProperties": { "description": "Class for container image properties.", "type": "object", "properties": { "id": { - "description": "Gets the unique id corresponding to the container image.", + "description": "Gets the ID.", "type": "string", "readOnly": true }, @@ -2699,6 +2616,18 @@ "imageName": { "description": "Gets or sets the container image name.", "type": "string" + }, + "runId": { + "description": "Gets or sets the RunId.", + "type": "string" + }, + "runStatus": { + "description": "Gets or sets the RunStatus.", + "type": "string" + }, + "logLink": { + "description": "Gets or sets the log link.", + "type": "string" } } }, @@ -2819,6 +2748,11 @@ "type": "object", "properties": { "id": { + "description": "Gets the ID.", + "type": "string", + "readOnly": true + }, + "deployedResourceId": { "description": "Gets or sets the deployed resource id.", "type": "string", "readOnly": true @@ -2856,7 +2790,7 @@ "type": "object", "properties": { "id": { - "description": "Gets the unique id corresponding to the directory path.", + "description": "Gets the ID.", "type": "string", "readOnly": true }, @@ -2894,7 +2828,7 @@ "type": "object", "properties": { "id": { - "description": "Gets the unique id corresponding to the error.", + "description": "Gets the ID.", "type": "string", "readOnly": true }, @@ -2940,11 +2874,6 @@ "description": "Health error model.", "type": "object", "properties": { - "id": { - "description": "Gets the unique id.", - "type": "string", - "readOnly": true - }, "affectedResourceType": { "description": "Gets or sets the type of affected resource type.", "type": "string" @@ -2963,6 +2892,11 @@ "$ref": "#/definitions/InnerHealthErrorModel" } }, + "id": { + "description": "Gets the ID.", + "type": "string", + "readOnly": true + }, "code": { "description": "Gets or sets the error code.", "type": "string", @@ -3140,7 +3074,7 @@ "type": "object", "properties": { "id": { - "description": "Gets the unique id corresponding to the application.", + "description": "Gets the ID.", "type": "string", "readOnly": true }, @@ -3177,7 +3111,7 @@ "type": "object", "properties": { "id": { - "description": "Gets the unique id corresponding to the application.", + "description": "Gets the ID.", "type": "string", "readOnly": true }, @@ -3220,14 +3154,16 @@ "$ref": "#/definitions/IISWebServer" }, "applicationId": { - "description": "Gets the web application id.", - "type": "string", - "readOnly": true + "description": "Gets or sets the web application id.", + "type": "string" }, "applicationName": { - "description": "Gets the web application name.", - "type": "string", - "readOnly": true + "description": "Gets or sets the web application name.", + "type": "string" + }, + "applicationScratchPath": { + "description": "Gets or sets application scratch path.", + "type": "string" }, "webServerId": { "description": "Gets the web server id.", @@ -3291,55 +3227,46 @@ "type": "object", "properties": { "serverId": { - "description": "Gets the web server id.", - "type": "string", - "readOnly": true + "description": "Gets or sets the web server id.", + "type": "string" }, "serverName": { - "description": "Gets the web server name.", - "type": "string", - "readOnly": true + "description": "Gets or sets the web server name.", + "type": "string" }, "rootConfigurationLocation": { - "description": "Gets the server root configuration location.", - "type": "string", - "readOnly": true + "description": "Gets or sets the server root configuration location.", + "type": "string" }, "version": { - "description": "Gets the server version.", - "type": "string", - "readOnly": true + "description": "Gets or sets the server version.", + "type": "string" }, "machines": { - "description": "Gets the list of machines.", + "description": "Gets or sets the list of machines.", "type": "array", "items": { "type": "string" - }, - "readOnly": true + } }, "webApplications": { - "description": "Gets the list of web applications.", + "description": "Gets or sets the list of web applications.", "type": "array", "items": { "type": "string" - }, - "readOnly": true + } }, "displayName": { - "description": "Gets the display name.", - "type": "string", - "readOnly": true + "description": "Gets or sets the display name.", + "type": "string" }, "serverFqdn": { - "description": "Gets the server FQDN.", - "type": "string", - "readOnly": true + "description": "Gets or sets the server FQDN.", + "type": "string" }, "runAsAccountId": { - "description": "Gets the run as account id.", - "type": "string", - "readOnly": true + "description": "Gets or sets the run as account id.", + "type": "string" }, "operatingSystemDetails": { "$ref": "#/definitions/OperatingSystemDetails" @@ -3357,6 +3284,14 @@ "properties": { "iisWebApplication": { "$ref": "#/definitions/IISWebApplication" + }, + "containerName": { + "description": "Gets or sets the container Id.", + "type": "string" + }, + "fileshareName": { + "description": "Gets or sets the fileshare name.", + "type": "string" } } }, @@ -3365,7 +3300,7 @@ "type": "object", "properties": { "id": { - "description": "Gets the unique id.", + "description": "Gets the ID.", "type": "string", "readOnly": true }, @@ -3496,8 +3431,7 @@ "type": "string" } }, - "discriminator": "instanceType", - "x-ms-discriminator-value": "TestFabricExtension" + "discriminator": "instanceType" }, "MigrateAgentModelProperties": { "description": "MigrateAgent model properties.", @@ -3566,8 +3500,73 @@ } } }, - "ModernizeProjectsModel": { - "description": "ModernizeProjects model.", + "MigrateModel": { + "description": "Migrate model.", + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/MigrateModelProperties" + } + } + }, + "MigrateModelCustomProperties": { + "description": "Migrate model custom properties.", + "type": "object", + "properties": { + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "string" + } + } + }, + "MigrateModelProperties": { + "description": "Migrate model properties.", + "type": "object", + "properties": { + "customProperties": { + "$ref": "#/definitions/MigrateModelCustomProperties" + } + } + }, + "MigrateWorkflowModelCustomProperties": { + "description": "Migrate workflow model custom properties.", + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/WorkflowModelCustomProperties" + } + ], + "properties": { + "deployedResourcesProperties": { + "allOf": [ + { + "$ref": "#/definitions/DeployedResourcesProperties" + } + ], + "readOnly": true + } + } + }, + "MigrationConfiguration": { + "description": "MigrationConfiguration properties.", + "type": "object", + "properties": { + "storageAccountResourceId": { + "description": "Gets or sets the storage account resource Id.", + "type": "string" + }, + "keyVaultResourceId": { + "description": "Gets or sets the key vault resource Id.", + "type": "string" + }, + "migrationSolutionResourceId": { + "description": "Gets or sets the migration solution resource Id.", + "type": "string" + } + } + }, + "ModernizeProjectModel": { + "description": "ModernizeProject model.", "type": "object", "properties": { "location": { @@ -3575,7 +3574,10 @@ "type": "string" }, "properties": { - "$ref": "#/definitions/ModernizeProjectsModelProperties" + "$ref": "#/definitions/ModernizeProjectModelProperties" + }, + "identity": { + "$ref": "#/definitions/ResourceIdentity" }, "id": { "description": "Gets or sets the Id of the resource.", @@ -3610,15 +3612,15 @@ }, "x-ms-azure-resource": true }, - "ModernizeProjectsModelCollection": { - "description": "ModernizeProjects model collection.", + "ModernizeProjectModelCollection": { + "description": "ModernizeProject model collection.", "type": "object", "properties": { "value": { "description": "Gets or sets the list of modernizeProjects.", "type": "array", "items": { - "$ref": "#/definitions/ModernizeProjectsModel" + "$ref": "#/definitions/ModernizeProjectModel" } }, "nextLink": { @@ -3627,12 +3629,12 @@ } } }, - "ModernizeProjectsModelProperties": { - "description": "ModernizeProjects properties.", + "ModernizeProjectModelProperties": { + "description": "ModernizeProject properties.", "type": "object", "properties": { "provisioningState": { - "description": "Gets or sets the provisioning state of the modernizeProject.", + "description": "Gets or sets the provisioning state of the ModernizeProject.", "enum": [ "Canceled", "Creating", @@ -3664,17 +3666,17 @@ } } }, - "ModernizeProjectsStatisticsModel": { - "description": "ModernizeProjects statistics model.", + "ModernizeProjectStatisticsModel": { + "description": "ModernizeProject statistics model.", "type": "object", "properties": { "properties": { - "$ref": "#/definitions/ModernizeProjectsStatisticsModelProperties" + "$ref": "#/definitions/ModernizeProjectStatisticsModelProperties" } } }, - "ModernizeProjectsStatisticsModelProperties": { - "description": "ModernizeProjects statistics properties.", + "ModernizeProjectStatisticsModelProperties": { + "description": "ModernizeProject statistics properties.", "type": "object", "properties": { "workloadDeploymentStatistics": { @@ -3711,127 +3713,6 @@ } } }, - "MigrateModel": { - "description": "Migrate model.", - "type": "object", - "properties": { - "properties": { - "$ref": "#/definitions/MigrateModelProperties" - } - } - }, - "MigrateModelCustomProperties": { - "description": "Migrate model custom properties.", - "type": "object", - "properties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "string" - } - } - }, - "MigrateModelProperties": { - "description": "Migrate model properties.", - "type": "object", - "properties": { - "customProperties": { - "$ref": "#/definitions/MigrateModelCustomProperties" - } - } - }, - "MigrateWorkflowModelCustomProperties": { - "description": "Migrate workflow model custom properties.", - "type": "object", - "allOf": [ - { - "$ref": "#/definitions/WorkflowModelCustomProperties" - } - ], - "properties": { - "deployedResourcesProperties": { - "allOf": [ - { - "$ref": "#/definitions/DeployedResourcesProperties" - } - ], - "readOnly": true - } - } - }, - "MigrationConfiguration": { - "description": "ModernizeProjects properties.", - "type": "object", - "properties": { - "storageAccountResourceId": { - "description": "Gets or sets the storage account resource Id.", - "type": "string" - }, - "keyVaultResourceId": { - "description": "Gets or sets the key vault resource Id.", - "type": "string" - }, - "migrationSolutionResourceId": { - "description": "Gets or sets the migration solution resource Id.", - "type": "string" - }, - "linkedAgents": { - "description": "Gets or sets the link agents.", - "type": "array", - "items": { - "type": "string" - }, - "readOnly": true - } - } - }, - "OperationDetail": { - "description": "Operation detail payload", - "type": "object", - "properties": { - "id": { - "description": "Gets or sets the Id.", - "type": "string" - }, - "name": { - "description": "Name of the operation", - "type": "string" - }, - "isDataAction": { - "description": "Indicates whether the operation is a data action", - "type": "boolean" - }, - "display": { - "$ref": "#/definitions/OperationDisplay", - "description": "Display of the operation" - }, - "origin": { - "description": "Origin of the operation", - "type": "string" - } - } - }, - "OperationDisplay": { - "description": "Operation display payload", - "type": "object", - "properties": { - "provider": { - "description": "Resource provider of the operation", - "type": "string" - }, - "resource": { - "description": "Resource of the operation", - "type": "string" - }, - "operation": { - "description": "Localized friendly name for the operation", - "type": "string" - }, - "description": { - "description": "Localized friendly description for the operation", - "type": "string" - } - } - }, "OperatingSystemDetails": { "type": "object", "properties": { @@ -3854,113 +3735,34 @@ } } }, - "OperationModel": { - "description": "Operation model.", - "type": "object", - "properties": { - "name": { - "description": "Gets or sets the name of the operation.", - "type": "string" - }, - "isDataAction": { - "description": "Gets or sets a value indicating whether the action is specific to data plane or\r\ncontrol plane.", - "type": "boolean" - }, - "origin": { - "description": "Gets or sets the executor of the operation.", - "type": "string" - }, - "display": { - "$ref": "#/definitions/OperationModelProperties" - } - } - }, - "OperationModelProperties": { - "description": "Operation model properties.", - "type": "object", - "properties": { - "provider": { - "description": "Gets or sets the resource provider name.", - "type": "string" - }, - "resource": { - "description": "Gets or sets resource name.", - "type": "string" - }, - "operation": { - "description": "Gets or sets the operation.", - "type": "string" - }, - "description": { - "description": "Gets or sets the description.", - "type": "string" - } - } - }, "OperationStatus": { - "description": "Operation status REST resource.", + "description": "Defines the operation status.", "type": "object", "properties": { "id": { - "description": "Resource Id.", + "description": "Gets the Id.", "type": "string", "readOnly": true }, "name": { - "description": "Operation name.", + "description": "Gets the operation name.", "type": "string", "readOnly": true }, "status": { - "description": "Status of the operation. ARM expects the terminal status to be one of Succeeded/ Failed/ Canceled. All other values imply that the operation is still running.", + "description": "Gets the status of the operation. ARM expects the terminal status to be one of\r\nSucceeded/ Failed/ Canceled. All other values imply that the operation is still running.", "type": "string", "readOnly": true }, "startTime": { - "description": "Start time.", + "description": "Gets the start time.", "type": "string", "readOnly": true }, "endTime": { - "description": "End time.", + "description": "Gets the end time.", "type": "string", "readOnly": true - }, - "error": { - "$ref": "#/definitions/OperationStatusError", - "description": "Error stating all error details for the operation.", - "readOnly": true - }, - "properties": { - "$ref": "#/definitions/OperationStatusProperties", - "description": "Custom data.", - "readOnly": true - } - } - }, - "OperationStatusError": { - "description": "Class for operation status errors.", - "type": "object", - "properties": { - "code": { - "description": "Error code.", - "type": "string", - "readOnly": true - }, - "message": { - "description": "Error message.", - "type": "string", - "readOnly": true - } - } - }, - "OperationStatusProperties": { - "description": "Class for operation result properties.", - "type": "object", - "properties": { - "result": { - "description": "Result or output of the workflow.", - "type": "string" } } }, @@ -3980,6 +3782,35 @@ } } }, + "ResourceIdentity": { + "type": "object", + "properties": { + "principalId": { + "type": "string" + }, + "tenantId": { + "type": "string" + }, + "type": { + "enum": [ + "None", + "SystemAssigned", + "UserAssigned" + ], + "type": "string", + "x-ms-enum": { + "name": "ResourceIdentityTypes", + "modelAsString": true + } + }, + "userAssignedIdentities": { + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/UserAssignedIdentity" + } + } + } + }, "ResourceRequirements": { "description": "Resource Requirements.", "type": "object", @@ -4026,7 +3857,7 @@ "SecureString": { "type": "object", "properties": { - "length": { + "Length": { "format": "int32", "type": "integer" } @@ -4125,7 +3956,7 @@ "type": "object", "properties": { "id": { - "description": "Gets the unique id corresponding to the task.", + "description": "Gets the ID.", "type": "string", "readOnly": true }, @@ -4251,8 +4082,8 @@ } } }, - "UpdateModernizeProjectsModel": { - "description": "Update ModernizeProjects model.", + "UpdateModernizeProjectModel": { + "description": "Update ModernizeProject model.", "type": "object", "properties": { "tags": { @@ -4265,6 +4096,17 @@ }, "x-ms-azure-resource": true }, + "UserAssignedIdentity": { + "type": "object", + "properties": { + "principalId": { + "type": "string" + }, + "clientId": { + "type": "string" + } + } + }, "VMwareMigrateAgentModelCustomProperties": { "description": "VMware MigrateAgent model custom properties.", "type": "object", @@ -4289,7 +4131,7 @@ "type": "object", "properties": { "id": { - "description": "Gets the unique id corresponding to the application configuration.", + "description": "Gets the ID.", "type": "string", "readOnly": true }, @@ -4301,6 +4143,14 @@ "description": "Gets or sets the configuration file path.", "type": "string" }, + "localFilePath": { + "description": "Gets or sets the configuration local file path.", + "type": "string" + }, + "targetFilePath": { + "description": "Gets or sets the configuration target file path.", + "type": "string" + }, "section": { "description": "Gets or sets the configuration section in the file.", "type": "string" @@ -4323,7 +4173,8 @@ "type": "boolean" }, "value": { - "$ref": "#/definitions/SecureString" + "description": "Gets or sets the configuration value.", + "type": "string" }, "identifier": { "description": "Gets or sets the identifier for the configuration.", @@ -4368,7 +4219,7 @@ "type": "object", "properties": { "id": { - "description": "Gets the unique id corresponding to the application framework.", + "description": "Gets the ID.", "type": "string", "readOnly": true }, @@ -4473,8 +4324,7 @@ "readOnly": true } }, - "discriminator": "instanceType", - "x-ms-discriminator-value": "SampleWorkflow" + "discriminator": "instanceType" }, "WorkflowModelProperties": { "description": "Workflow model properties.", @@ -4540,7 +4390,7 @@ "objectType": { "description": "Gets or sets the object type.", "enum": [ - "ModernizeProjects", + "ModernizeProject", "MigrateAgent", "WorkloadInstance", "WorkloadDeployment" @@ -4694,8 +4544,7 @@ } } }, - "discriminator": "instanceType", - "x-ms-discriminator-value": "IISAKSWorkloadDeployment" + "discriminator": "instanceType" }, "WorkloadDeploymentModelProperties": { "description": "Workload deployment model properties.", @@ -4722,14 +4571,15 @@ "status": { "description": "Gets or sets the workload deployment status.", "enum": [ + "None", "InitialReplication", "ImageBuildPending", - "ReadyToTestMigrate", "TestMigrating", "CleanUpPending", "ReadyToMigrate", "Migrating", - "Migrated" + "Migrated", + "Failed" ], "type": "string", "readOnly": true, @@ -4738,102 +4588,80 @@ "modelAsString": true } }, - "replicationState": { + "statusDescription": { + "description": "Gets or sets the workload deployment status description.", + "type": "string", + "readOnly": true + }, + "replicationStatus": { "description": "Gets or sets the workload replication state.", "enum": [ - "NotReplicatedStatesBegin", - "EnablingReplication", - "EnablingFailed", - "DisablingReplication", - "MarkedForDeletion", - "DisablingFailed", - "NotReplicatedStatesEnd", - "InitialReplicationStatesBegin", - "InitialReplicationInProgress", - "InitialReplicationCompleted", - "InitialReplicationFailed", - "InitialReplicationStatesEnd", - "ReplicatedStatesBegin", - "Replicated", - "ReplicatedStatesEnd" + "None", + "Scheduled", + "InitialSync", + "Completed", + "Failed", + "Disabling", + "Disabled" ], "type": "string", "readOnly": true, "x-ms-enum": { - "name": "ReplicationState", + "name": "ClientFacingReplicationStatus", "modelAsString": true } }, - "replicationStateDescription": { + "replicationStatusDescription": { "description": "Gets or sets the workload replication state description.", "type": "string", "readOnly": true }, - "testMigrateState": { + "testMigrationStatus": { "description": "Gets or sets the test migrate state.", "enum": [ "None", - "TestMigrateTransitionStatesBegin", - "TestMigrateInitiated", - "TestMigrateCompleting", - "TestMigrateCompleted", - "TestMigrateFailed", - "TestMigrateCompletionFailed", - "TestMigrateCleanupInitiated", - "TestMigrateCleanupCompleting", - "MarkedForDeletion", - "TestMigrateTransitionStatesEnd" + "ImageBuildPending", + "ReadyToTestMigrate", + "InProgress", + "TestMigrated", + "Failed", + "CleanupInProgress", + "CleanedUp" ], "type": "string", "readOnly": true, "x-ms-enum": { - "name": "TestMigrateState", + "name": "ClientFacingTestMigrateStatus", "modelAsString": true } }, - "testMigrateStateDescription": { + "testMigrationStatusDescription": { "description": "Gets or sets the Test migrate state description.", "type": "string", "readOnly": true }, - "migrateState": { + "migrationStatus": { "description": "Gets or sets the migrate state.", "enum": [ "None", - "MigrateTransitionStatesBegin", - "MigrateInitiated", - "MigrateCompleting", - "MigrateCompleted", - "MigrateFailed", - "MigrateCompletionFailed", - "MigrateTransitionStatesEnd", - "CommitMigrateStatesBegin", - "CommitMigrateInProgressOnPrimary", - "CommitMigrateInProgressOnRecovery", - "CommitMigrateCompleted", - "CommitMigrateFailedOnPrimary", - "CommitMigrateFailedOnRecovery", - "CommitMigrateStatesEnd", - "CancelMigrateStatesBegin", - "CancelMigrateInProgressOnPrimary", - "CancelMigrateInProgressOnRecovery", - "CancelMigrateFailedOnPrimary", - "CancelMigrateFailedOnRecovery", - "CancelMigrateStatesEnd", - "ChangeRecoveryPointStatesBegin", - "ChangeRecoveryPointInitiated", - "ChangeRecoveryPointCompleted", - "ChangeRecoveryPointFailed", - "ChangeRecoveryPointStatesEnd" + "ImageBuildPending", + "ReadyToTestMigrate", + "ReadyToMigrate", + "TestMigrating", + "TestMigrated", + "TestMigrateCleanupInProgress", + "Migrating", + "Migrated", + "Failed" ], "type": "string", "readOnly": true, "x-ms-enum": { - "name": "MigrateState", + "name": "ClientFacingMigrateStatus", "modelAsString": true } }, - "migrateStateDescription": { + "migrationStatusDescription": { "description": "Gets or sets the migrate state description.", "type": "string", "readOnly": true @@ -4893,7 +4721,21 @@ "description": "Gets or sets the allowed scenarios on the workload deployment.", "type": "array", "items": { - "type": "string" + "enum": [ + "EnableReplication", + "DisableReplication", + "CompleteMigration", + "BuildContainerImage", + "Migrate", + "TestMigrate", + "TestMigrateCleanup", + "UpdateProperties" + ], + "type": "string", + "x-ms-enum": { + "name": "WorkloadScenario", + "modelAsString": true + } }, "readOnly": true }, @@ -5044,10 +4886,17 @@ "name": "WorkloadType", "modelAsString": true } + }, + "webAppArmId": { + "description": "Gets or sets the Web application ARM id.", + "type": "string" + }, + "webAppSiteName": { + "description": "Gets or sets the Web application site name.", + "type": "string" } }, - "discriminator": "instanceType", - "x-ms-discriminator-value": "IISWorkload" + "discriminator": "instanceType" }, "WorkloadInstanceModelProperties": { "description": "Workload instance model properties.", @@ -5079,6 +4928,14 @@ "description": "Gets or sets the display name.", "type": "string" }, + "sourcePlatform": { + "description": "Gets or sets the source platform.", + "type": "string" + }, + "sourceName": { + "description": "Gets or sets the source name.", + "type": "string" + }, "replicationHealth": { "description": "Gets or sets the replication health of the workload instance.", "enum": [ @@ -5096,26 +4953,18 @@ "replicationState": { "description": "Gets or sets the replication state of the workload instance.", "enum": [ - "NotReplicatedStatesBegin", - "EnablingReplication", - "EnablingFailed", - "DisablingReplication", - "MarkedForDeletion", - "DisablingFailed", - "NotReplicatedStatesEnd", - "InitialReplicationStatesBegin", - "InitialReplicationInProgress", - "InitialReplicationCompleted", - "InitialReplicationFailed", - "InitialReplicationStatesEnd", - "ReplicatedStatesBegin", - "Replicated", - "ReplicatedStatesEnd" + "None", + "Scheduled", + "InitialSync", + "Completed", + "Failed", + "Disabling", + "Disabled" ], "type": "string", "readOnly": true, "x-ms-enum": { - "name": "ReplicationState", + "name": "ClientFacingReplicationStatus", "modelAsString": true } }, @@ -5143,6 +4992,10 @@ }, "readOnly": true }, + "masterSiteName": { + "description": "Gets or Sets the master site name.", + "type": "string" + }, "customProperties": { "$ref": "#/definitions/WorkloadInstanceModelCustomProperties" } @@ -5168,35 +5021,21 @@ "modelAsString": true } }, + "name": { + "description": "Gets or sets the workload instance name.", + "type": "string" + }, "displayName": { "description": "Gets or sets the display name.", "type": "string" }, - "replicationState": { - "description": "Gets or sets the replication state of the workload instance.", - "enum": [ - "NotReplicatedStatesBegin", - "EnablingReplication", - "EnablingFailed", - "DisablingReplication", - "MarkedForDeletion", - "DisablingFailed", - "NotReplicatedStatesEnd", - "InitialReplicationStatesBegin", - "InitialReplicationInProgress", - "InitialReplicationCompleted", - "InitialReplicationFailed", - "InitialReplicationStatesEnd", - "ReplicatedStatesBegin", - "Replicated", - "ReplicatedStatesEnd" - ], - "type": "string", - "readOnly": true, - "x-ms-enum": { - "name": "ReplicationState", - "modelAsString": true - } + "sourcePlatform": { + "description": "Gets or sets the source platform.", + "type": "string" + }, + "sourceName": { + "description": "Gets or sets the source name.", + "type": "string" }, "replicationHealth": { "description": "Gets or sets the replication health of the workload instance.", @@ -5311,7 +5150,7 @@ "type": "string", "x-ms-parameter-location": "method" }, - "ApiVersionParameter": { + "api-version": { "in": "query", "name": "api-version", "description": "Client Api Version.", @@ -5347,8 +5186,8 @@ "description": "MigrateAgent Controller." }, { - "name": "ModernizeProjects", - "description": "ModernizeProjects Controller." + "name": "ModernizeProject", + "description": "ModernizeProject Controller." }, { "name": "Workflow", @@ -5363,4 +5202,4 @@ "description": "Workload instance controller." } ] -} +} \ No newline at end of file From 436412cd85912f44b53d83ebe1ff1d8c09f3c26a Mon Sep 17 00:00:00 2001 From: Shishir Gupta Date: Tue, 27 Sep 2022 17:03:35 +0530 Subject: [PATCH 17/54] Delete non-existing x-ms-examples from swagger --- .../2022-05-01-preview/migrateEngine.json | 51 ++----------------- 1 file changed, 3 insertions(+), 48 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 51d8977d74dd..b99fef48435e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -518,11 +518,6 @@ "$ref": "#/definitions/ArmError" } } - }, - "x-ms-examples": { - "ModernizeProject_Get": { - "$ref": "./examples/ModernizeProject_Get.json" - } } }, "put": { @@ -577,11 +572,6 @@ "$ref": "#/definitions/ArmError" } } - }, - "x-ms-examples": { - "ModernizeProject_Create": { - "$ref": "./examples/ModernizeProject_Create.json" - } } }, "patch": { @@ -643,12 +633,7 @@ } } }, - "x-ms-long-running-operation": true, - "x-ms-examples": { - "ModernizeProject_Update": { - "$ref": "./examples/ModernizeProject_Update.json" - } - } + "x-ms-long-running-operation": true }, "delete": { "tags": [ @@ -698,12 +683,7 @@ } } }, - "x-ms-long-running-operation": true, - "x-ms-examples": { - "ModernizeProject_Delete": { - "$ref": "./examples/ModernizeProject_Delete.json" - } - } + "x-ms-long-running-operation": true } }, "/subscriptions/{subscriptionId}/providers/Microsoft.Migrate/modernizeProjects": { @@ -747,11 +727,6 @@ }, "x-ms-pageable": { "nextLinkName": "nextLink" - }, - "x-ms-examples": { - "ModernizeProject_ListBySubscription": { - "$ref": "./examples/ModernizeProject_ListBySubscription.json" - } } } }, @@ -799,11 +774,6 @@ }, "x-ms-pageable": { "nextLinkName": "nextLink" - }, - "x-ms-examples": { - "ModernizeProject_List": { - "$ref": "./examples/ModernizeProject_List.json" - } } } }, @@ -849,11 +819,6 @@ "$ref": "#/definitions/ArmError" } } - }, - "x-ms-examples": { - "ModernizeProjectStatistics_Get": { - "$ref": "./examples/ModernizeProjectStatistics_Get.json" - } } } }, @@ -912,11 +877,6 @@ "$ref": "#/definitions/ArmError" } } - }, - "x-ms-examples": { - "ModernizeProjectOperationStatus_Get": { - "$ref": "./examples/ModernizeProjectOperationStatus_Get.json" - } } } }, @@ -2114,12 +2074,7 @@ } } }, - "x-ms-long-running-operation": true, - "x-ms-examples": { - "WorkloadInstance_MigrateComplete": { - "$ref": "./examples/WorkloadInstance_MigrateComplete.json" - } - } + "x-ms-long-running-operation": true } } }, From 2ab4b7af28109af4d5fdcd10b123241854500c2b Mon Sep 17 00:00:00 2001 From: Shishir Gupta Date: Tue, 27 Sep 2022 17:03:49 +0530 Subject: [PATCH 18/54] Auto-generate examples --- .../DeployedResource_Get_MaximumSet_Gen.json | 74 +++++++ .../DeployedResource_Get_MinimumSet_Gen.json | 14 ++ .../DeployedResource_List_MaximumSet_Gen.json | 139 +++++++++++++ .../DeployedResource_List_MinimumSet_Gen.json | 13 ++ ...entOperationStatus_Get_MaximumSet_Gen.json | 21 ++ ...entOperationStatus_Get_MinimumSet_Gen.json | 15 ++ .../MigrateAgent_Create_MaximumSet_Gen.json | 103 +++++++++ .../MigrateAgent_Delete_MaximumSet_Gen.json | 17 ++ .../MigrateAgent_Delete_MinimumSet_Gen.json | 17 ++ .../MigrateAgent_Get_MaximumSet_Gen.json | 84 ++++++++ .../MigrateAgent_List_MaximumSet_Gen.json | 159 ++++++++++++++ .../MigrateAgent_Refresh_MaximumSet_Gen.json | 16 ++ .../MigrateAgent_Refresh_MinimumSet_Gen.json | 16 ++ ...ectOperationStatus_Get_MaximumSet_Gen.json | 21 ++ ...ectOperationStatus_Get_MinimumSet_Gen.json | 14 ++ ...eProjectStatistics_Get_MaximumSet_Gen.json | 142 +++++++++++++ ...eProjectStatistics_Get_MinimumSet_Gen.json | 13 ++ ...odernizeProject_Create_MaximumSet_Gen.json | 74 +++++++ ...odernizeProject_Create_MinimumSet_Gen.json | 13 ++ ...odernizeProject_Delete_MaximumSet_Gen.json | 16 ++ ...odernizeProject_Delete_MinimumSet_Gen.json | 16 ++ .../ModernizeProject_Get_MaximumSet_Gen.json | 50 +++++ .../ModernizeProject_Get_MinimumSet_Gen.json | 13 ++ ...ect_ListBySubscription_MaximumSet_Gen.json | 54 +++++ ...ect_ListBySubscription_MinimumSet_Gen.json | 11 + .../ModernizeProject_List_MaximumSet_Gen.json | 55 +++++ .../ModernizeProject_List_MinimumSet_Gen.json | 12 ++ ...odernizeProject_Update_MaximumSet_Gen.json | 58 ++++++ ...odernizeProject_Update_MinimumSet_Gen.json | 16 ++ ...lowOperationStatus_Get_MaximumSet_Gen.json | 21 ++ ...lowOperationStatus_Get_MinimumSet_Gen.json | 15 ++ .../examples/Workflow_Get_MaximumSet_Gen.json | 77 +++++++ .../Workflow_List_MaximumSet_Gen.json | 83 ++++++++ ...entOperationStatus_Get_MaximumSet_Gen.json | 21 ++ ...entOperationStatus_Get_MinimumSet_Gen.json | 15 ++ ...nt_BuildContainerImage_MaximumSet_Gen.json | 32 +++ ...nt_BuildContainerImage_MinimumSet_Gen.json | 16 ++ ...kloadDeployment_Create_MaximumSet_Gen.json | 182 ++++++++++++++++ ...kloadDeployment_Delete_MaximumSet_Gen.json | 18 ++ ...kloadDeployment_Delete_MinimumSet_Gen.json | 17 ++ ...etSecretConfigurations_MaximumSet_Gen.json | 162 +++++++++++++++ ...WorkloadDeployment_Get_MaximumSet_Gen.json | 162 +++++++++++++++ ...orkloadDeployment_List_MaximumSet_Gen.json | 166 +++++++++++++++ ...loadDeployment_Migrate_MaximumSet_Gen.json | 23 +++ ...loadDeployment_Migrate_MinimumSet_Gen.json | 16 ++ ...ent_TestMigrateCleanup_MaximumSet_Gen.json | 21 ++ ...ent_TestMigrateCleanup_MinimumSet_Gen.json | 16 ++ ...Deployment_TestMigrate_MaximumSet_Gen.json | 23 +++ ...nceOperationStatus_Get_MaximumSet_Gen.json | 21 ++ ...nceOperationStatus_Get_MinimumSet_Gen.json | 15 ++ ...orkloadInstance_Create_MaximumSet_Gen.json | 106 ++++++++++ ...orkloadInstance_Delete_MaximumSet_Gen.json | 17 ++ ...orkloadInstance_Delete_MinimumSet_Gen.json | 17 ++ .../WorkloadInstance_Get_MaximumSet_Gen.json | 91 ++++++++ .../WorkloadInstance_List_MaximumSet_Gen.json | 95 +++++++++ ...stance_MigrateComplete_MaximumSet_Gen.json | 16 ++ ...stance_MigrateComplete_MinimumSet_Gen.json | 16 ++ .../2022-05-01-preview/migrateEngine.json | 195 +++++++++++++++++- 58 files changed, 2938 insertions(+), 3 deletions(-) create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..a546a4ccd38e --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json @@ -0,0 +1,74 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "tlmjysdqlcnmigd", + "deployedResourceName": "cvpstlmwdprzt", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "resourcesDeployed": [ + "pofnqpgxnftwbutkjpvr" + ], + "workloadDeploymentId": "15dec7ce-2514-4fa9-8d23-ef82aaeead54", + "displayName": "iisWorkload", + "context": "tseyoaskmyajkcibwsao", + "status": "tzl", + "type": "IISWorkload", + "healthErrors": [ + { + "affectedResourceType": "qzgrph", + "affectedResourceCorrelationIds": [ + "qrrvuomswialkxqggzqbpcyeehnhh" + ], + "childErrors": [ + { + "id": "zrit", + "code": "bfneradprxenzmzli", + "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", + "category": "pxqnfeop", + "severity": "zcciu", + "source": "mhkzkzva", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "qpyviutpljiqp", + "message": "yopecmiw", + "causes": "akocawnjnidazigfc", + "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + } + ], + "id": "cnnbqvdmjckwon", + "code": "ywbufnxfydutksequeerqpgtsmywwx", + "healthCategory": "n", + "category": "nygfrqtgujjvjsezpkp", + "severity": "tyrhlaefbyfubmqedthzbfvcypv", + "source": "bwtldowikuze", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "nffwfoqxbvoexzxufyzocbne", + "message": "rxuodcvdmkpjuyeyxwqa", + "causes": "o", + "recommendation": "buveaotwfonbhnwphdvkx" + } + ], + "deploymentTimestamp": "2022-09-27T11:32:26.112Z" + }, + "id": "iffef", + "name": "iisWorkload", + "type": "IISWorkload", + "systemData": { + "createdBy": "mkqiqdtoowdeglffy", + "createdByType": "orcujybd", + "createdAt": "2022-05-10T19:29:42.338Z", + "lastModifiedBy": "adouvzmrvumhirruzzkeqz", + "lastModifiedByType": "nmdvobllbalsspgmdtdl", + "lastModifiedAt": "2022-05-10T19:29:42.338Z" + }, + "tags": {} + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..960c5969f1ea --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json @@ -0,0 +1,14 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "nosjuzqxgouddmldz", + "deployedResourceName": "zyaoenytivmtdn", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..0be494838520 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json @@ -0,0 +1,139 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "iat", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "resourcesDeployed": [ + "salgrizybki" + ], + "workloadDeploymentId": "15dec7ce-2514-4fa9-8d23-ef82aaeead54", + "displayName": "iisWorkload", + "context": "x", + "status": "fgsbdeoesmfllm", + "type": "IISWorkload", + "healthErrors": [ + { + "affectedResourceType": "qzgrph", + "affectedResourceCorrelationIds": [ + "qrrvuomswialkxqggzqbpcyeehnhh" + ], + "childErrors": [ + { + "id": "zrit", + "code": "bfneradprxenzmzli", + "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", + "category": "pxqnfeop", + "severity": "zcciu", + "source": "mhkzkzva", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "qpyviutpljiqp", + "message": "yopecmiw", + "causes": "akocawnjnidazigfc", + "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + } + ], + "id": "cnnbqvdmjckwon", + "code": "ywbufnxfydutksequeerqpgtsmywwx", + "healthCategory": "n", + "category": "nygfrqtgujjvjsezpkp", + "severity": "tyrhlaefbyfubmqedthzbfvcypv", + "source": "bwtldowikuze", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "nffwfoqxbvoexzxufyzocbne", + "message": "rxuodcvdmkpjuyeyxwqa", + "causes": "o", + "recommendation": "buveaotwfonbhnwphdvkx" + } + ], + "deploymentTimestamp": "2022-09-27T11:32:26.112Z" + }, + "id": "dsdkquqwhk", + "name": "iisWorkload", + "type": "IISWorkload", + "systemData": { + "createdBy": "zmfuh", + "createdByType": "kafthqzvrnznaynefeicuyxjcpzu", + "createdAt": "2022-05-10T19:29:42.338Z", + "lastModifiedBy": "tunbmixphlanvqrjtmrxzzgubikx", + "lastModifiedByType": "otesqsdgnsuvvkgwdryjyfdlpxbx", + "lastModifiedAt": "2022-05-10T19:29:42.338Z" + }, + "tags": {} + }, + { + "properties": { + "resourcesDeployed": [ + "zkxlwmpqoha" + ], + "workloadDeploymentId": "5d074944-8c9a-4e79-bc16-efe49c8cd77d", + "displayName": "iisWorkload1", + "context": "nbkpdkmsqfzyorocjtdwdfd", + "status": "mgnzbypaajeivl", + "type": "IISWorkload", + "healthErrors": [ + { + "affectedResourceType": "qzgrph", + "affectedResourceCorrelationIds": [ + "qrrvuomswialkxqggzqbpcyeehnhh" + ], + "childErrors": [ + { + "id": "zrit", + "code": "bfneradprxenzmzli", + "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", + "category": "pxqnfeop", + "severity": "zcciu", + "source": "mhkzkzva", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "qpyviutpljiqp", + "message": "yopecmiw", + "causes": "akocawnjnidazigfc", + "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + } + ], + "id": "cnnbqvdmjckwon", + "code": "ywbufnxfydutksequeerqpgtsmywwx", + "healthCategory": "n", + "category": "nygfrqtgujjvjsezpkp", + "severity": "tyrhlaefbyfubmqedthzbfvcypv", + "source": "bwtldowikuze", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "nffwfoqxbvoexzxufyzocbne", + "message": "rxuodcvdmkpjuyeyxwqa", + "causes": "o", + "recommendation": "buveaotwfonbhnwphdvkx" + } + ], + "deploymentTimestamp": "2022-09-27T11:32:26.113Z" + }, + "id": "farjvqw", + "name": "iisWorkload1", + "type": "IISWorkload", + "systemData": { + "createdBy": "aeorrbsazsgpsbcbtiqqyvjkbpkqet", + "createdByType": "iydjtzberuvwpetiixcvvgai", + "createdAt": "2022-05-10T19:32:43.286Z", + "lastModifiedBy": "lagu", + "lastModifiedByType": "rhzwfoclgfb", + "lastModifiedAt": "2022-05-10T19:32:43.286Z" + }, + "tags": {} + } + ], + "nextLink": "wnardjtptatvzfaqbyjo" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json new file mode 100644 index 000000000000..9b756e77ed7e --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "eeorjbgkxwuvkiwhmzzraxkabg", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..a16387a3fd44 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "aqixqmgm", + "agentName": "ctiuxuarcsxcneunrfk", + "operationId": "lzfcdarsusenujmzcmdehkfrjkki", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "id": "subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6318f6b9-2656-490c-a1fc-2a5956909112", + "name": "56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", + "status": "Succeeded", + "startTime": "chlwvqfuw", + "endTime": "l" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..b6a4db78d303 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "fntxmnegjyvnyaygnnwn", + "agentName": "wsyqgnkwayld", + "operationId": "dfifrjlcquyyw", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json new file mode 100644 index 000000000000..944835a67e67 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json @@ -0,0 +1,103 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "ui", + "agentName": "alejjzgokifgnnqfafkhd", + "api-version": "2022-05-01-preview", + "body": { + "properties": { + "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", + "machineName": "M1_name", + "authenticationIdentity": { + "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", + "applicationId": "C1", + "objectId": "O1", + "audience": "AUD1", + "aadAuthority": "AUT1" + }, + "customProperties": { + "instanceType": "TestFabricExtension" + } + }, + "tags": { + "key1185": "bdytzj" + } + } + }, + "responses": { + "201": { + "body": { + "properties": { + "correlationId": "ygmwcdpzzleexfwsztedburs", + "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", + "machineName": "M1_name", + "authenticationIdentity": { + "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", + "applicationId": "C1", + "objectId": "O1", + "audience": "AUD1", + "aadAuthority": "AUT1" + }, + "isResponsive": true, + "lastHeartbeat": "2022-05-10T10:58:01.266Z", + "versionNumber": "ltgqndjaulonjbepcwclcv", + "provisioningState": "Canceled", + "healthErrors": [ + { + "affectedResourceType": "qzgrph", + "affectedResourceCorrelationIds": [ + "qrrvuomswialkxqggzqbpcyeehnhh" + ], + "childErrors": [ + { + "id": "zrit", + "code": "bfneradprxenzmzli", + "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", + "category": "pxqnfeop", + "severity": "zcciu", + "source": "mhkzkzva", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "qpyviutpljiqp", + "message": "yopecmiw", + "causes": "akocawnjnidazigfc", + "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + } + ], + "id": "cnnbqvdmjckwon", + "code": "ywbufnxfydutksequeerqpgtsmywwx", + "healthCategory": "n", + "category": "nygfrqtgujjvjsezpkp", + "severity": "tyrhlaefbyfubmqedthzbfvcypv", + "source": "bwtldowikuze", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "nffwfoqxbvoexzxufyzocbne", + "message": "rxuodcvdmkpjuyeyxwqa", + "causes": "o", + "recommendation": "buveaotwfonbhnwphdvkx" + } + ], + "customProperties": { + "instanceType": "TestFabricExtension" + } + }, + "id": "quzvieqmuptyhwhgjtykmejtjbl", + "name": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "type": "jvxhztjevbqgfviuwu", + "systemData": { + "createdBy": "tk", + "createdByType": "hyyjpeydrf", + "createdAt": "2022-09-27T11:32:26.113Z", + "lastModifiedBy": "fbzftyrqfmzukedrjl", + "lastModifiedByType": "s", + "lastModifiedAt": "2022-09-27T11:32:26.113Z" + }, + "tags": { + "key1185": "bdytzj" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..40b00cc32be1 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json @@ -0,0 +1,17 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "wddx", + "agentName": "cbnffdzuxgltzctzwvenuevuk", + "api-version": "2022-05-01-preview" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..9aad9e705b81 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json @@ -0,0 +1,17 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "qjfbgwsqhfsnntmhplpv", + "agentName": "qeugnmmuqndw", + "api-version": "2022-05-01-preview" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..b6a0e2024334 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json @@ -0,0 +1,84 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "rumxubwrlsqhwuvvebunh", + "agentName": "frvfddcltzczbmi", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "correlationId": "ygmwcdpzzleexfwsztedburs", + "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", + "machineName": "M1_name", + "authenticationIdentity": { + "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", + "applicationId": "C1", + "objectId": "O1", + "audience": "AUD1", + "aadAuthority": "AUT1" + }, + "isResponsive": true, + "lastHeartbeat": "2022-05-10T10:58:01.266Z", + "versionNumber": "ltgqndjaulonjbepcwclcv", + "provisioningState": "Canceled", + "healthErrors": [ + { + "affectedResourceType": "qzgrph", + "affectedResourceCorrelationIds": [ + "qrrvuomswialkxqggzqbpcyeehnhh" + ], + "childErrors": [ + { + "id": "zrit", + "code": "bfneradprxenzmzli", + "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", + "category": "pxqnfeop", + "severity": "zcciu", + "source": "mhkzkzva", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "qpyviutpljiqp", + "message": "yopecmiw", + "causes": "akocawnjnidazigfc", + "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + } + ], + "id": "cnnbqvdmjckwon", + "code": "ywbufnxfydutksequeerqpgtsmywwx", + "healthCategory": "n", + "category": "nygfrqtgujjvjsezpkp", + "severity": "tyrhlaefbyfubmqedthzbfvcypv", + "source": "bwtldowikuze", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "nffwfoqxbvoexzxufyzocbne", + "message": "rxuodcvdmkpjuyeyxwqa", + "causes": "o", + "recommendation": "buveaotwfonbhnwphdvkx" + } + ], + "customProperties": { + "instanceType": "TestFabricExtension" + } + }, + "id": "quzvieqmuptyhwhgjtykmejtjbl", + "name": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "type": "jvxhztjevbqgfviuwu", + "systemData": { + "createdBy": "tk", + "createdByType": "hyyjpeydrf", + "createdAt": "2022-09-27T11:32:26.113Z", + "lastModifiedBy": "fbzftyrqfmzukedrjl", + "lastModifiedByType": "s", + "lastModifiedAt": "2022-09-27T11:32:26.113Z" + }, + "tags": { + "key1185": "bdytzj" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..20654cd1aaf6 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json @@ -0,0 +1,159 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "rldnqdtjnqjen", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "correlationId": "liuy", + "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", + "machineName": "M1_name", + "authenticationIdentity": { + "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", + "applicationId": "C1", + "objectId": "O1", + "audience": "AUD1", + "aadAuthority": "AUT1" + }, + "isResponsive": true, + "lastHeartbeat": "2022-05-10T10:58:01.266Z", + "versionNumber": "yvaskmhs", + "provisioningState": "Succeeded", + "healthErrors": [ + { + "affectedResourceType": "qzgrph", + "affectedResourceCorrelationIds": [ + "qrrvuomswialkxqggzqbpcyeehnhh" + ], + "childErrors": [ + { + "id": "zrit", + "code": "bfneradprxenzmzli", + "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", + "category": "pxqnfeop", + "severity": "zcciu", + "source": "mhkzkzva", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "qpyviutpljiqp", + "message": "yopecmiw", + "causes": "akocawnjnidazigfc", + "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + } + ], + "id": "cnnbqvdmjckwon", + "code": "ywbufnxfydutksequeerqpgtsmywwx", + "healthCategory": "n", + "category": "nygfrqtgujjvjsezpkp", + "severity": "tyrhlaefbyfubmqedthzbfvcypv", + "source": "bwtldowikuze", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "nffwfoqxbvoexzxufyzocbne", + "message": "rxuodcvdmkpjuyeyxwqa", + "causes": "o", + "recommendation": "buveaotwfonbhnwphdvkx" + } + ], + "customProperties": { + "instanceType": "TestFabricExtension" + } + }, + "id": "qskhnrfyxdcnvlsi", + "name": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "type": "rv", + "systemData": { + "createdBy": "ftfnzftvxjblnqacwmghhmc", + "createdByType": "tndzpqwimupg", + "createdAt": "2022-09-27T11:32:26.114Z", + "lastModifiedBy": "blnvkqgdtdyhibmdjdti", + "lastModifiedByType": "penqw", + "lastModifiedAt": "2022-09-27T11:32:26.114Z" + }, + "tags": { + "key2918": "orugcoythgqpfx" + } + }, + { + "properties": { + "correlationId": "boongavximcbixlhkljlypvrilaw", + "machineId": "M2-b08bc015-820f-47c1-9b78-e26f1a921533", + "machineName": "M2_name", + "authenticationIdentity": { + "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", + "applicationId": "C1", + "objectId": "O1", + "audience": "AUD1", + "aadAuthority": "AUT1" + }, + "isResponsive": true, + "lastHeartbeat": "2022-05-10T10:58:01.266Z", + "versionNumber": "aajbgqu", + "provisioningState": "Succeeded", + "healthErrors": [ + { + "affectedResourceType": "qzgrph", + "affectedResourceCorrelationIds": [ + "qrrvuomswialkxqggzqbpcyeehnhh" + ], + "childErrors": [ + { + "id": "zrit", + "code": "bfneradprxenzmzli", + "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", + "category": "pxqnfeop", + "severity": "zcciu", + "source": "mhkzkzva", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "qpyviutpljiqp", + "message": "yopecmiw", + "causes": "akocawnjnidazigfc", + "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + } + ], + "id": "cnnbqvdmjckwon", + "code": "ywbufnxfydutksequeerqpgtsmywwx", + "healthCategory": "n", + "category": "nygfrqtgujjvjsezpkp", + "severity": "tyrhlaefbyfubmqedthzbfvcypv", + "source": "bwtldowikuze", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "nffwfoqxbvoexzxufyzocbne", + "message": "rxuodcvdmkpjuyeyxwqa", + "causes": "o", + "recommendation": "buveaotwfonbhnwphdvkx" + } + ], + "customProperties": { + "instanceType": "TestFabricExtension" + } + }, + "id": "ibpqxdjrubeayp", + "name": "35a8344d-1365-4192-bbfc-e252a174ff4b", + "type": "idcrzmhwptjtpchuq", + "systemData": { + "createdBy": "gxvvnowtoqk", + "createdByType": "cnxrfnicehrynfdb", + "createdAt": "2022-09-27T11:32:26.114Z", + "lastModifiedBy": "ppdzzg", + "lastModifiedByType": "elvthgkxebfzjzdwmnu", + "lastModifiedAt": "2022-09-27T11:32:26.114Z" + }, + "tags": { + "key130": "fxaimtpjfbl" + } + } + ], + "nextLink": "tldhdlwhbgbvv" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json new file mode 100644 index 000000000000..6550a235864e --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "piio", + "agentName": "nvvganckwxabuvbtychf", + "api-version": "2022-05-01-preview" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json new file mode 100644 index 000000000000..6562045ceca4 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "vv", + "agentName": "ejpaipnntsyeeadkuscvewtjxo", + "api-version": "2022-05-01-preview" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..1ecd607fc6c7 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "jqepxmgfejj", + "operationId": "gxuiaxworazmoymvwinxfoqrfg", + "OperationType": "habtjfzpuhbsdeobbxhddfm", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "id": "subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6318f6b9-2656-490c-a1fc-2a5956909112", + "name": "56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", + "status": "Succeeded", + "startTime": "chlwvqfuw", + "endTime": "l" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..feefdf21bb11 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json @@ -0,0 +1,14 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "mxklyeuirgujrmsnxrpgo", + "operationId": "wszfgynjqtxkjmm", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..2051a648bc96 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json @@ -0,0 +1,142 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "xdeqiuzsmrclwhwwl", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "workloadDeploymentStatistics": { + "healthErrors": [ + { + "affectedResourceType": "qzgrph", + "affectedResourceCorrelationIds": [ + "qrrvuomswialkxqggzqbpcyeehnhh" + ], + "childErrors": [ + { + "id": "zrit", + "code": "bfneradprxenzmzli", + "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", + "category": "pxqnfeop", + "severity": "zcciu", + "source": "mhkzkzva", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "qpyviutpljiqp", + "message": "yopecmiw", + "causes": "akocawnjnidazigfc", + "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + } + ], + "id": "cnnbqvdmjckwon", + "code": "ywbufnxfydutksequeerqpgtsmywwx", + "healthCategory": "n", + "category": "nygfrqtgujjvjsezpkp", + "severity": "tyrhlaefbyfubmqedthzbfvcypv", + "source": "bwtldowikuze", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "nffwfoqxbvoexzxufyzocbne", + "message": "rxuodcvdmkpjuyeyxwqa", + "causes": "o", + "recommendation": "buveaotwfonbhnwphdvkx" + } + ], + "count": 13, + "categorizedCounts": { + "key9704": 3 + } + }, + "jobStatistics": { + "count": 7, + "categorizedCounts": { + "key2928": 14 + } + }, + "workloadInstanceStatistics": { + "healthErrors": [ + { + "affectedResourceType": "qzgrph", + "affectedResourceCorrelationIds": [ + "qrrvuomswialkxqggzqbpcyeehnhh" + ], + "childErrors": [ + { + "id": "zrit", + "code": "bfneradprxenzmzli", + "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", + "category": "pxqnfeop", + "severity": "zcciu", + "source": "mhkzkzva", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "qpyviutpljiqp", + "message": "yopecmiw", + "causes": "akocawnjnidazigfc", + "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + } + ], + "id": "cnnbqvdmjckwon", + "code": "ywbufnxfydutksequeerqpgtsmywwx", + "healthCategory": "n", + "category": "nygfrqtgujjvjsezpkp", + "severity": "tyrhlaefbyfubmqedthzbfvcypv", + "source": "bwtldowikuze", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "nffwfoqxbvoexzxufyzocbne", + "message": "rxuodcvdmkpjuyeyxwqa", + "causes": "o", + "recommendation": "buveaotwfonbhnwphdvkx" + } + ], + "count": 4, + "categorizedCounts": { + "key3591": 3 + } + }, + "modernizeProjectErrors": [ + { + "affectedResourceType": "qzgrph", + "affectedResourceCorrelationIds": [ + "qrrvuomswialkxqggzqbpcyeehnhh" + ], + "childErrors": [ + { + "id": "zrit", + "code": "bfneradprxenzmzli", + "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", + "category": "pxqnfeop", + "severity": "zcciu", + "source": "mhkzkzva", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "qpyviutpljiqp", + "message": "yopecmiw", + "causes": "akocawnjnidazigfc", + "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + } + ], + "id": "cnnbqvdmjckwon", + "code": "ywbufnxfydutksequeerqpgtsmywwx", + "healthCategory": "n", + "category": "nygfrqtgujjvjsezpkp", + "severity": "tyrhlaefbyfubmqedthzbfvcypv", + "source": "bwtldowikuze", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "nffwfoqxbvoexzxufyzocbne", + "message": "rxuodcvdmkpjuyeyxwqa", + "causes": "o", + "recommendation": "buveaotwfonbhnwphdvkx" + } + ] + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..4bd41acbf161 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "pdbbzblullzupcfsinl", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json new file mode 100644 index 000000000000..83466e00a242 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json @@ -0,0 +1,74 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "rtyhd", + "api-version": "2022-05-01-preview", + "body": { + "location": "kuxcapvzjbswksw", + "properties": { + "migrationConfiguration": { + "storageAccountResourceId": "ppqszbpnlmsytroadwukswmq", + "keyVaultResourceId": "rxnzjgwx", + "migrationSolutionResourceId": "gvwztxylsmsodgremngqzldpnq" + } + }, + "identity": { + "principalId": "tjzmzspf", + "tenantId": "jcwhujlqhbhnptaclxompa", + "type": "None", + "userAssignedIdentities": { + "key6559": { + "principalId": "ufbuwqliv", + "clientId": "e" + } + } + }, + "tags": { + "key7870": "gyb" + } + } + }, + "responses": { + "201": { + "body": { + "location": "kuxcapvzjbswksw", + "properties": { + "provisioningState": "Canceled", + "serviceResourceId": "wfzyetlkaxwsynsdhs", + "serviceEndpoint": "hfzll", + "migrationConfiguration": { + "storageAccountResourceId": "ppqszbpnlmsytroadwukswmq", + "keyVaultResourceId": "rxnzjgwx", + "migrationSolutionResourceId": "gvwztxylsmsodgremngqzldpnq" + } + }, + "identity": { + "principalId": "tjzmzspf", + "tenantId": "jcwhujlqhbhnptaclxompa", + "type": "None", + "userAssignedIdentities": { + "key6559": { + "principalId": "ufbuwqliv", + "clientId": "e" + } + } + }, + "id": "yivjevbmctefyjgh", + "name": "zanfayqgaticrkocqyfh", + "type": "jvmodetxonhtcd", + "systemData": { + "createdBy": "fsvllkncifpmbuzkmjhcvm", + "createdByType": "hj", + "createdAt": "2022-09-27T11:32:28.228Z", + "lastModifiedBy": "amibmvzwimuglcerlwkyrck", + "lastModifiedByType": "mzuoebqdgrnmaumjong", + "lastModifiedAt": "2022-09-27T11:32:28.228Z" + }, + "tags": { + "key7870": "gyb" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json new file mode 100644 index 000000000000..66f81bd8d793 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "qypsybemfgvhnqfdtykve", + "api-version": "2022-05-01-preview" + }, + "responses": { + "201": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..80d5416a92d5 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "yblkeme", + "api-version": "2022-05-01-preview" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..6f995dd3bf25 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "ofwwlzzksflprwcbjhpwwlv", + "api-version": "2022-05-01-preview" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..dc4ff8b36995 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json @@ -0,0 +1,50 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "tmyodbfweucyuddbhfjkeowmife", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "location": "kuxcapvzjbswksw", + "properties": { + "provisioningState": "Canceled", + "serviceResourceId": "wfzyetlkaxwsynsdhs", + "serviceEndpoint": "hfzll", + "migrationConfiguration": { + "storageAccountResourceId": "ppqszbpnlmsytroadwukswmq", + "keyVaultResourceId": "rxnzjgwx", + "migrationSolutionResourceId": "gvwztxylsmsodgremngqzldpnq" + } + }, + "identity": { + "principalId": "tjzmzspf", + "tenantId": "jcwhujlqhbhnptaclxompa", + "type": "None", + "userAssignedIdentities": { + "key6559": { + "principalId": "ufbuwqliv", + "clientId": "e" + } + } + }, + "id": "yivjevbmctefyjgh", + "name": "zanfayqgaticrkocqyfh", + "type": "jvmodetxonhtcd", + "systemData": { + "createdBy": "fsvllkncifpmbuzkmjhcvm", + "createdByType": "hj", + "createdAt": "2022-09-27T11:32:28.228Z", + "lastModifiedBy": "amibmvzwimuglcerlwkyrck", + "lastModifiedByType": "mzuoebqdgrnmaumjong", + "lastModifiedAt": "2022-09-27T11:32:28.228Z" + }, + "tags": { + "key7870": "gyb" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..836cd8969fa3 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "okfjslrspdvuarejfwvznamm", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json new file mode 100644 index 000000000000..07716f8ce466 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json @@ -0,0 +1,54 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "continuationToken": "fimr", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "location": "kuxcapvzjbswksw", + "properties": { + "provisioningState": "Canceled", + "serviceResourceId": "wfzyetlkaxwsynsdhs", + "serviceEndpoint": "hfzll", + "migrationConfiguration": { + "storageAccountResourceId": "ppqszbpnlmsytroadwukswmq", + "keyVaultResourceId": "rxnzjgwx", + "migrationSolutionResourceId": "gvwztxylsmsodgremngqzldpnq" + } + }, + "identity": { + "principalId": "tjzmzspf", + "tenantId": "jcwhujlqhbhnptaclxompa", + "type": "None", + "userAssignedIdentities": { + "key6559": { + "principalId": "ufbuwqliv", + "clientId": "e" + } + } + }, + "id": "yivjevbmctefyjgh", + "name": "zanfayqgaticrkocqyfh", + "type": "jvmodetxonhtcd", + "systemData": { + "createdBy": "fsvllkncifpmbuzkmjhcvm", + "createdByType": "hj", + "createdAt": "2022-09-27T11:32:28.228Z", + "lastModifiedBy": "amibmvzwimuglcerlwkyrck", + "lastModifiedByType": "mzuoebqdgrnmaumjong", + "lastModifiedAt": "2022-09-27T11:32:28.228Z" + }, + "tags": { + "key7870": "gyb" + } + } + ], + "nextLink": "jlocjwqhhsvnaxwmmolykbtn" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json new file mode 100644 index 000000000000..6fa04a3a5b25 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json @@ -0,0 +1,11 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..c75bf250622a --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json @@ -0,0 +1,55 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "continuationToken": "ip", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "location": "kuxcapvzjbswksw", + "properties": { + "provisioningState": "Canceled", + "serviceResourceId": "wfzyetlkaxwsynsdhs", + "serviceEndpoint": "hfzll", + "migrationConfiguration": { + "storageAccountResourceId": "ppqszbpnlmsytroadwukswmq", + "keyVaultResourceId": "rxnzjgwx", + "migrationSolutionResourceId": "gvwztxylsmsodgremngqzldpnq" + } + }, + "identity": { + "principalId": "tjzmzspf", + "tenantId": "jcwhujlqhbhnptaclxompa", + "type": "None", + "userAssignedIdentities": { + "key6559": { + "principalId": "ufbuwqliv", + "clientId": "e" + } + } + }, + "id": "yivjevbmctefyjgh", + "name": "zanfayqgaticrkocqyfh", + "type": "jvmodetxonhtcd", + "systemData": { + "createdBy": "fsvllkncifpmbuzkmjhcvm", + "createdByType": "hj", + "createdAt": "2022-09-27T11:32:28.228Z", + "lastModifiedBy": "amibmvzwimuglcerlwkyrck", + "lastModifiedByType": "mzuoebqdgrnmaumjong", + "lastModifiedAt": "2022-09-27T11:32:28.228Z" + }, + "tags": { + "key7870": "gyb" + } + } + ], + "nextLink": "jlocjwqhhsvnaxwmmolykbtn" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json new file mode 100644 index 000000000000..fb9a83666730 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json @@ -0,0 +1,12 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json new file mode 100644 index 000000000000..3ad6eadde1da --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json @@ -0,0 +1,58 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "cjbkzhsictrfnisqxjt", + "api-version": "2022-05-01-preview", + "body": { + "tags": { + "key601": "bgajdpvywlpzihxc" + } + } + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + }, + "body": { + "location": "kuxcapvzjbswksw", + "properties": { + "provisioningState": "Canceled", + "serviceResourceId": "wfzyetlkaxwsynsdhs", + "serviceEndpoint": "hfzll", + "migrationConfiguration": { + "storageAccountResourceId": "ppqszbpnlmsytroadwukswmq", + "keyVaultResourceId": "rxnzjgwx", + "migrationSolutionResourceId": "gvwztxylsmsodgremngqzldpnq" + } + }, + "identity": { + "principalId": "tjzmzspf", + "tenantId": "jcwhujlqhbhnptaclxompa", + "type": "None", + "userAssignedIdentities": { + "key6559": { + "principalId": "ufbuwqliv", + "clientId": "e" + } + } + }, + "id": "yivjevbmctefyjgh", + "name": "zanfayqgaticrkocqyfh", + "type": "jvmodetxonhtcd", + "systemData": { + "createdBy": "fsvllkncifpmbuzkmjhcvm", + "createdByType": "hj", + "createdAt": "2022-09-27T11:32:28.228Z", + "lastModifiedBy": "amibmvzwimuglcerlwkyrck", + "lastModifiedByType": "mzuoebqdgrnmaumjong", + "lastModifiedAt": "2022-09-27T11:32:28.228Z" + }, + "tags": { + "key7870": "gyb" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json new file mode 100644 index 000000000000..777850846792 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "tryvl", + "api-version": "2022-05-01-preview" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + }, + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..d152078ad9f0 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "ymyayufqgkcvvelhyhmihfo", + "workflowName": "hqvuhpwamleycw", + "operationId": "lfbwlptmerjzwbxbulzov", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "id": "subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6318f6b9-2656-490c-a1fc-2a5956909112", + "name": "56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", + "status": "Succeeded", + "startTime": "chlwvqfuw", + "endTime": "l" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..30b278d540af --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "zywkbjjdppqz", + "workflowName": "wptyunqi", + "operationId": "b", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..b4792f1af457 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json @@ -0,0 +1,77 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "ezz", + "workflowName": "r", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "displayName": "AddOrUpdateModernizeProjects", + "state": "Pending", + "startTime": "2022-05-10T19:52:16.636Z", + "endTime": "2022-05-10T19:52:16.636Z", + "objectId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1", + "objectName": "datacenter1", + "objectInternalId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1", + "objectInternalName": "datacenter1", + "objectType": "ModernizeProjects", + "workloadInstanceProviderId": "629a2b32-76af-482d-aa14-7d663356e4bd", + "workloadDeploymentProviderId": "0bf53161-5f12-4fd2-8ba4-37663039db37", + "allowedActions": [ + "Add", + "Update" + ], + "activityId": "string", + "tasks": [ + { + "taskName": "AddOrUpdateModernizeProjectsTask", + "state": "Pending", + "startTime": "2022-05-10T19:52:16.636Z", + "endTime": "2022-05-10T19:52:16.636Z", + "customProperties": { + "instanceType": "IISWorkload" + }, + "id": "ammqccegegymswmfpnq" + } + ], + "errors": [ + { + "id": "orrzaltsblmtrqmubfdm", + "code": "aegrbrxfzjqzefxpowjehhjznu", + "type": "q", + "severity": "isvxqokdamzcuphxeaxkvjlwpoxqx", + "creationTime": "2022-09-27T11:32:26.115Z", + "message": "yjkpepzuftfyaqcdykmk", + "causes": "wwtdoruzrrfuxdumkummlrxj", + "recommendation": "timadk" + } + ], + "customProperties": { + "instanceType": "SampleWorkflow", + "affectedObjectDetails": { + "key7837": "lkaguqqhxfzv" + } + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/jobs/AddOrUpdateModernizeProjectsWorkflow", + "name": "AddOrUpdateModernizeProjectsWorkflow", + "type": "cgzmyeonzq", + "systemData": { + "createdBy": "frsmrza", + "createdByType": "lvplhvekrgsdecijcuswzmieqfsns", + "createdAt": "2022-09-27T11:32:26.115Z", + "lastModifiedBy": "ckqsbiufxattknlgsokmhcvbpfqrw", + "lastModifiedByType": "keo", + "lastModifiedAt": "2022-09-27T11:32:26.115Z" + }, + "tags": { + "key8943": "sbntothco" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..a570acc41a25 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json @@ -0,0 +1,83 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "wgphyd", + "$filter": "xkwyqumrmpvlx", + "continuationToken": "hxihlphfaoiidvaem", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "displayName": "AddOrUpdateModernizeProjects", + "state": "Pending", + "startTime": "2022-05-10T19:52:16.636Z", + "endTime": "2022-05-10T19:52:16.636Z", + "objectId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1", + "objectName": "datacenter1", + "objectInternalId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1", + "objectInternalName": "datacenter1", + "objectType": "ModernizeProjects", + "workloadInstanceProviderId": "629a2b32-76af-482d-aa14-7d663356e4bd", + "workloadDeploymentProviderId": "0bf53161-5f12-4fd2-8ba4-37663039db37", + "allowedActions": [ + "Add", + "Update" + ], + "activityId": "string", + "tasks": [ + { + "taskName": "AddOrUpdateModernizeProjectsTask", + "state": "Pending", + "startTime": "2022-05-10T19:52:16.636Z", + "endTime": "2022-05-10T19:52:16.636Z", + "customProperties": { + "instanceType": "IISWorkload" + }, + "id": "qbxaqqdggwgatpxi" + } + ], + "errors": [ + { + "id": "orrzaltsblmtrqmubfdm", + "code": "aegrbrxfzjqzefxpowjehhjznu", + "type": "q", + "severity": "isvxqokdamzcuphxeaxkvjlwpoxqx", + "creationTime": "2022-09-27T11:32:26.115Z", + "message": "yjkpepzuftfyaqcdykmk", + "causes": "wwtdoruzrrfuxdumkummlrxj", + "recommendation": "timadk" + } + ], + "customProperties": { + "instanceType": "SampleWorkflow", + "affectedObjectDetails": { + "key1510": "baunltmjhorqszxpejxnzed" + } + } + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/jobs/AddOrUpdateModernizeProjectsWorkflow", + "name": "AddOrUpdateModernizeProjectsWorkflow", + "type": "cbgqrmehouxyxzimckxtphecokh", + "systemData": { + "createdBy": "jveybgxmxygwvrjqeuytzyfvibc", + "createdByType": "vcoltcilpxdsmxxxmmaoeo", + "createdAt": "2022-09-27T11:32:26.115Z", + "lastModifiedBy": "ylwfcwxpoonazv", + "lastModifiedByType": "cutdhlgkjg", + "lastModifiedAt": "2022-09-27T11:32:26.115Z" + }, + "tags": { + "key7397": "psztndvrssocvntirhocwwgvcv" + } + } + ], + "nextLink": "rjyn" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..986899fce56a --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "tvfldncidalvqvclixble", + "workloadDeploymentName": "p", + "operationId": "gs", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "id": "subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6318f6b9-2656-490c-a1fc-2a5956909112", + "name": "56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", + "status": "Succeeded", + "startTime": "chlwvqfuw", + "endTime": "l" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..fb0edcb9a84a --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "amyuaszuhee", + "workloadDeploymentName": "hrppwezryu", + "operationId": "gkeyqentceuettivhyv", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json new file mode 100644 index 000000000000..1a92aaff1c58 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json @@ -0,0 +1,32 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "xwdmsx", + "workloadDeploymentName": "n", + "api-version": "2022-05-01-preview", + "body": { + "properties": { + "dockerfile": "femsfhkosnasd", + "registryProperties": { + "registryName": "nkmqjzerujjsvvhs", + "tenantId": "vaxijktdqcu", + "subscriptionId": "uzvlujzsqkkwhat", + "resourceGroup": "zvjzjygckjwtwxlomnd" + }, + "imageTag": "mgjvkpdxswoqpgha", + "imageName": "kncouztnppbl", + "runId": "qpgoew", + "runStatus": "zwcyfhxzlbdg", + "logLink": "hygf" + } + } + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json new file mode 100644 index 000000000000..b5c6c2e4df82 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "pkezlfmwv", + "workloadDeploymentName": "ja", + "api-version": "2022-05-01-preview" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json new file mode 100644 index 000000000000..84b49bf9082a --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json @@ -0,0 +1,182 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "uetbsxsbfxzuiay", + "workloadDeploymentName": "x", + "api-version": "2022-05-01-preview", + "body": { + "properties": { + "displayName": "iisWorkloadDeployment", + "targetPlatform": "AzureKubernetesService", + "workloadInstanceProperties": { + "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", + "instanceType": "IISWorkload", + "displayName": "iisworkload", + "name": "ycydeohoiraxyiuyuu", + "sourcePlatform": "pbbwk", + "sourceName": "jwsxcextnyp" + }, + "customProperties": { + "instanceType": "IISAKSWorkloadDeployment" + } + }, + "tags": { + "key3173": "hckjgrjrrrzhslzopaswpkbmly" + } + } + }, + "responses": { + "201": { + "body": { + "properties": { + "provisioningState": "Canceled", + "status": "InitialReplication", + "displayName": "iisWorkloadDeployment", + "targetPlatform": "AzureKubernetesService", + "workloadInstanceProperties": { + "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", + "instanceType": "IISWorkload", + "displayName": "iisworkload", + "replicationHealth": "Normal", + "healthErrors": [ + { + "affectedResourceType": "qzgrph", + "affectedResourceCorrelationIds": [ + "qrrvuomswialkxqggzqbpcyeehnhh" + ], + "childErrors": [ + { + "id": "zrit", + "code": "bfneradprxenzmzli", + "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", + "category": "pxqnfeop", + "severity": "zcciu", + "source": "mhkzkzva", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "qpyviutpljiqp", + "message": "yopecmiw", + "causes": "akocawnjnidazigfc", + "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + } + ], + "id": "cnnbqvdmjckwon", + "code": "ywbufnxfydutksequeerqpgtsmywwx", + "healthCategory": "n", + "category": "nygfrqtgujjvjsezpkp", + "severity": "tyrhlaefbyfubmqedthzbfvcypv", + "source": "bwtldowikuze", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "nffwfoqxbvoexzxufyzocbne", + "message": "rxuodcvdmkpjuyeyxwqa", + "causes": "o", + "recommendation": "buveaotwfonbhnwphdvkx" + } + ], + "name": "ycydeohoiraxyiuyuu", + "sourcePlatform": "pbbwk", + "sourceName": "jwsxcextnyp" + }, + "correlationId": "uifcfvzbqgwqgwvmpbatcgvf", + "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", + "currentJob": { + "scenarioName": "dvzmbmlnutdfqjpwkef", + "id": "cwxtm", + "name": "d", + "displayName": "zlk", + "state": "kifsyygpjtzzg", + "startTime": "2022-09-27T11:32:26.115Z", + "endTime": "2022-09-27T11:32:26.115Z" + }, + "allowedOperations": [ + "Add", + "Update" + ], + "lastFailedEnableReplicationJob": { + "scenarioName": "zfhhkulsnmwrtizpqlvxahvqtqxnjt", + "id": "hhknfayzrgwooyjesncwhhuvnu", + "name": "vcxhordfvsore", + "displayName": "tyzhbgovmacbqzqdjwnzbjxftk", + "state": "lbotobgvjypsnofrlogcdvxhokzhmb", + "startTime": "2022-09-27T11:32:26.115Z", + "endTime": "2022-09-27T11:32:26.115Z" + }, + "lastTestMigrateJob": { + "scenarioName": "kllpjkswzpznjkequyprgmfaiofd", + "id": "if", + "name": "oheu", + "displayName": "fbepzvfugimwuvv", + "state": "hnix", + "startTime": "2022-09-27T11:32:26.115Z", + "endTime": "2022-09-27T11:32:26.115Z" + }, + "replicationHealth": "Normal", + "healthErrors": [ + { + "affectedResourceType": "qzgrph", + "affectedResourceCorrelationIds": [ + "qrrvuomswialkxqggzqbpcyeehnhh" + ], + "childErrors": [ + { + "id": "zrit", + "code": "bfneradprxenzmzli", + "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", + "category": "pxqnfeop", + "severity": "zcciu", + "source": "mhkzkzva", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "qpyviutpljiqp", + "message": "yopecmiw", + "causes": "akocawnjnidazigfc", + "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + } + ], + "id": "cnnbqvdmjckwon", + "code": "ywbufnxfydutksequeerqpgtsmywwx", + "healthCategory": "n", + "category": "nygfrqtgujjvjsezpkp", + "severity": "tyrhlaefbyfubmqedthzbfvcypv", + "source": "bwtldowikuze", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "nffwfoqxbvoexzxufyzocbne", + "message": "rxuodcvdmkpjuyeyxwqa", + "causes": "o", + "recommendation": "buveaotwfonbhnwphdvkx" + } + ], + "customProperties": { + "instanceType": "IISAKSWorkloadDeployment" + }, + "statusDescription": "jpz", + "replicationStatus": "None", + "replicationStatusDescription": "pmbwhyfcvurkyjearuxgfmrnbql", + "testMigrationStatus": "None", + "testMigrationStatusDescription": "zfdpxpks", + "migrationStatus": "None", + "migrationStatusDescription": "snw" + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment", + "name": "aksDeployment", + "type": "n", + "systemData": { + "createdBy": "ofofnwylosrnyvmczvlesbwczeebhk", + "createdByType": "opbkga", + "createdAt": "2022-09-27T11:32:26.115Z", + "lastModifiedBy": "xqgamrhkjiivvuhmkkpbfupq", + "lastModifiedByType": "gagcsgtgkd", + "lastModifiedAt": "2022-09-27T11:32:26.116Z" + }, + "tags": { + "key3173": "hckjgrjrrrzhslzopaswpkbmly" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..4af435e9893f --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json @@ -0,0 +1,18 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "lysuutjlbogpbx", + "workloadDeploymentName": "mlqpbjosuyfcwaykhgnwcthgurqkzm", + "forceDelete": true, + "api-version": "2022-05-01-preview" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..3ea5f4c923c0 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json @@ -0,0 +1,17 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "emesdm", + "workloadDeploymentName": "xtvpvwrbplmtvuysfkeamzidvau", + "api-version": "2022-05-01-preview" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json new file mode 100644 index 000000000000..5aaf7c036244 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json @@ -0,0 +1,162 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "sykfjtmyexowcemiycfs", + "workloadDeploymentName": "zorsvxmguu", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Canceled", + "status": "InitialReplication", + "displayName": "iisWorkloadDeployment", + "targetPlatform": "AzureKubernetesService", + "workloadInstanceProperties": { + "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", + "instanceType": "IISWorkload", + "displayName": "iisworkload", + "replicationHealth": "Normal", + "healthErrors": [ + { + "affectedResourceType": "qzgrph", + "affectedResourceCorrelationIds": [ + "qrrvuomswialkxqggzqbpcyeehnhh" + ], + "childErrors": [ + { + "id": "zrit", + "code": "bfneradprxenzmzli", + "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", + "category": "pxqnfeop", + "severity": "zcciu", + "source": "mhkzkzva", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "qpyviutpljiqp", + "message": "yopecmiw", + "causes": "akocawnjnidazigfc", + "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + } + ], + "id": "cnnbqvdmjckwon", + "code": "ywbufnxfydutksequeerqpgtsmywwx", + "healthCategory": "n", + "category": "nygfrqtgujjvjsezpkp", + "severity": "tyrhlaefbyfubmqedthzbfvcypv", + "source": "bwtldowikuze", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "nffwfoqxbvoexzxufyzocbne", + "message": "rxuodcvdmkpjuyeyxwqa", + "causes": "o", + "recommendation": "buveaotwfonbhnwphdvkx" + } + ], + "name": "ycydeohoiraxyiuyuu", + "sourcePlatform": "pbbwk", + "sourceName": "jwsxcextnyp" + }, + "correlationId": "uifcfvzbqgwqgwvmpbatcgvf", + "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", + "currentJob": { + "scenarioName": "dvzmbmlnutdfqjpwkef", + "id": "cwxtm", + "name": "d", + "displayName": "zlk", + "state": "kifsyygpjtzzg", + "startTime": "2022-09-27T11:32:26.115Z", + "endTime": "2022-09-27T11:32:26.115Z" + }, + "allowedOperations": [ + "Add", + "Update" + ], + "lastFailedEnableReplicationJob": { + "scenarioName": "zfhhkulsnmwrtizpqlvxahvqtqxnjt", + "id": "hhknfayzrgwooyjesncwhhuvnu", + "name": "vcxhordfvsore", + "displayName": "tyzhbgovmacbqzqdjwnzbjxftk", + "state": "lbotobgvjypsnofrlogcdvxhokzhmb", + "startTime": "2022-09-27T11:32:26.115Z", + "endTime": "2022-09-27T11:32:26.115Z" + }, + "lastTestMigrateJob": { + "scenarioName": "kllpjkswzpznjkequyprgmfaiofd", + "id": "if", + "name": "oheu", + "displayName": "fbepzvfugimwuvv", + "state": "hnix", + "startTime": "2022-09-27T11:32:26.115Z", + "endTime": "2022-09-27T11:32:26.115Z" + }, + "replicationHealth": "Normal", + "healthErrors": [ + { + "affectedResourceType": "qzgrph", + "affectedResourceCorrelationIds": [ + "qrrvuomswialkxqggzqbpcyeehnhh" + ], + "childErrors": [ + { + "id": "zrit", + "code": "bfneradprxenzmzli", + "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", + "category": "pxqnfeop", + "severity": "zcciu", + "source": "mhkzkzva", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "qpyviutpljiqp", + "message": "yopecmiw", + "causes": "akocawnjnidazigfc", + "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + } + ], + "id": "cnnbqvdmjckwon", + "code": "ywbufnxfydutksequeerqpgtsmywwx", + "healthCategory": "n", + "category": "nygfrqtgujjvjsezpkp", + "severity": "tyrhlaefbyfubmqedthzbfvcypv", + "source": "bwtldowikuze", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "nffwfoqxbvoexzxufyzocbne", + "message": "rxuodcvdmkpjuyeyxwqa", + "causes": "o", + "recommendation": "buveaotwfonbhnwphdvkx" + } + ], + "customProperties": { + "instanceType": "IISAKSWorkloadDeployment" + }, + "statusDescription": "jpz", + "replicationStatus": "None", + "replicationStatusDescription": "pmbwhyfcvurkyjearuxgfmrnbql", + "testMigrationStatus": "None", + "testMigrationStatusDescription": "zfdpxpks", + "migrationStatus": "None", + "migrationStatusDescription": "snw" + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment", + "name": "aksDeployment", + "type": "n", + "systemData": { + "createdBy": "ofofnwylosrnyvmczvlesbwczeebhk", + "createdByType": "opbkga", + "createdAt": "2022-09-27T11:32:26.115Z", + "lastModifiedBy": "xqgamrhkjiivvuhmkkpbfupq", + "lastModifiedByType": "gagcsgtgkd", + "lastModifiedAt": "2022-09-27T11:32:26.116Z" + }, + "tags": { + "key3173": "hckjgrjrrrzhslzopaswpkbmly" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..71d74a391e64 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json @@ -0,0 +1,162 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "jyfrtbgmrhpzvtsmuuul", + "workloadDeploymentName": "freznqog", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Canceled", + "status": "InitialReplication", + "displayName": "iisWorkloadDeployment", + "targetPlatform": "AzureKubernetesService", + "workloadInstanceProperties": { + "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", + "instanceType": "IISWorkload", + "displayName": "iisworkload", + "replicationHealth": "Normal", + "healthErrors": [ + { + "affectedResourceType": "qzgrph", + "affectedResourceCorrelationIds": [ + "qrrvuomswialkxqggzqbpcyeehnhh" + ], + "childErrors": [ + { + "id": "zrit", + "code": "bfneradprxenzmzli", + "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", + "category": "pxqnfeop", + "severity": "zcciu", + "source": "mhkzkzva", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "qpyviutpljiqp", + "message": "yopecmiw", + "causes": "akocawnjnidazigfc", + "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + } + ], + "id": "cnnbqvdmjckwon", + "code": "ywbufnxfydutksequeerqpgtsmywwx", + "healthCategory": "n", + "category": "nygfrqtgujjvjsezpkp", + "severity": "tyrhlaefbyfubmqedthzbfvcypv", + "source": "bwtldowikuze", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "nffwfoqxbvoexzxufyzocbne", + "message": "rxuodcvdmkpjuyeyxwqa", + "causes": "o", + "recommendation": "buveaotwfonbhnwphdvkx" + } + ], + "name": "ycydeohoiraxyiuyuu", + "sourcePlatform": "pbbwk", + "sourceName": "jwsxcextnyp" + }, + "correlationId": "uifcfvzbqgwqgwvmpbatcgvf", + "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", + "currentJob": { + "scenarioName": "dvzmbmlnutdfqjpwkef", + "id": "cwxtm", + "name": "d", + "displayName": "zlk", + "state": "kifsyygpjtzzg", + "startTime": "2022-09-27T11:32:26.115Z", + "endTime": "2022-09-27T11:32:26.115Z" + }, + "allowedOperations": [ + "Add", + "Update" + ], + "lastFailedEnableReplicationJob": { + "scenarioName": "zfhhkulsnmwrtizpqlvxahvqtqxnjt", + "id": "hhknfayzrgwooyjesncwhhuvnu", + "name": "vcxhordfvsore", + "displayName": "tyzhbgovmacbqzqdjwnzbjxftk", + "state": "lbotobgvjypsnofrlogcdvxhokzhmb", + "startTime": "2022-09-27T11:32:26.115Z", + "endTime": "2022-09-27T11:32:26.115Z" + }, + "lastTestMigrateJob": { + "scenarioName": "kllpjkswzpznjkequyprgmfaiofd", + "id": "if", + "name": "oheu", + "displayName": "fbepzvfugimwuvv", + "state": "hnix", + "startTime": "2022-09-27T11:32:26.115Z", + "endTime": "2022-09-27T11:32:26.115Z" + }, + "replicationHealth": "Normal", + "healthErrors": [ + { + "affectedResourceType": "qzgrph", + "affectedResourceCorrelationIds": [ + "qrrvuomswialkxqggzqbpcyeehnhh" + ], + "childErrors": [ + { + "id": "zrit", + "code": "bfneradprxenzmzli", + "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", + "category": "pxqnfeop", + "severity": "zcciu", + "source": "mhkzkzva", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "qpyviutpljiqp", + "message": "yopecmiw", + "causes": "akocawnjnidazigfc", + "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + } + ], + "id": "cnnbqvdmjckwon", + "code": "ywbufnxfydutksequeerqpgtsmywwx", + "healthCategory": "n", + "category": "nygfrqtgujjvjsezpkp", + "severity": "tyrhlaefbyfubmqedthzbfvcypv", + "source": "bwtldowikuze", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "nffwfoqxbvoexzxufyzocbne", + "message": "rxuodcvdmkpjuyeyxwqa", + "causes": "o", + "recommendation": "buveaotwfonbhnwphdvkx" + } + ], + "customProperties": { + "instanceType": "IISAKSWorkloadDeployment" + }, + "statusDescription": "jpz", + "replicationStatus": "None", + "replicationStatusDescription": "pmbwhyfcvurkyjearuxgfmrnbql", + "testMigrationStatus": "None", + "testMigrationStatusDescription": "zfdpxpks", + "migrationStatus": "None", + "migrationStatusDescription": "snw" + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment", + "name": "aksDeployment", + "type": "n", + "systemData": { + "createdBy": "ofofnwylosrnyvmczvlesbwczeebhk", + "createdByType": "opbkga", + "createdAt": "2022-09-27T11:32:26.115Z", + "lastModifiedBy": "xqgamrhkjiivvuhmkkpbfupq", + "lastModifiedByType": "gagcsgtgkd", + "lastModifiedAt": "2022-09-27T11:32:26.116Z" + }, + "tags": { + "key3173": "hckjgrjrrrzhslzopaswpkbmly" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..3ef1417d7af3 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json @@ -0,0 +1,166 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "z", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "provisioningState": "Canceled", + "status": "InitialReplication", + "displayName": "iisWorkloadDeployment", + "targetPlatform": "AzureKubernetesService", + "workloadInstanceProperties": { + "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", + "instanceType": "IISWorkload", + "displayName": "iisworkload", + "replicationHealth": "Normal", + "healthErrors": [ + { + "affectedResourceType": "qzgrph", + "affectedResourceCorrelationIds": [ + "qrrvuomswialkxqggzqbpcyeehnhh" + ], + "childErrors": [ + { + "id": "zrit", + "code": "bfneradprxenzmzli", + "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", + "category": "pxqnfeop", + "severity": "zcciu", + "source": "mhkzkzva", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "qpyviutpljiqp", + "message": "yopecmiw", + "causes": "akocawnjnidazigfc", + "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + } + ], + "id": "cnnbqvdmjckwon", + "code": "ywbufnxfydutksequeerqpgtsmywwx", + "healthCategory": "n", + "category": "nygfrqtgujjvjsezpkp", + "severity": "tyrhlaefbyfubmqedthzbfvcypv", + "source": "bwtldowikuze", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "nffwfoqxbvoexzxufyzocbne", + "message": "rxuodcvdmkpjuyeyxwqa", + "causes": "o", + "recommendation": "buveaotwfonbhnwphdvkx" + } + ], + "name": "retuunxxutq", + "sourcePlatform": "dmjbbt", + "sourceName": "ifchvvjbnnayyrdii" + }, + "correlationId": "imijmrcvoopeibsmycypaexq", + "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", + "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", + "currentJob": { + "scenarioName": "uujscwkomremczyrmvxhwy", + "id": "rogqfhzfltmnzatujb", + "name": "raqsutqqdnclmfubszh", + "displayName": "naxdsuenzhcoxlal", + "state": "odt", + "startTime": "2022-09-27T11:32:26.116Z", + "endTime": "2022-09-27T11:32:26.116Z" + }, + "allowedOperations": [ + "Add", + "Update" + ], + "lastFailedEnableReplicationJob": { + "scenarioName": "hqcmuuvogtqgnwpxcdi", + "id": "jliyoozruslqlx", + "name": "iunzyucwgnd", + "displayName": "x", + "state": "owlebjkgdguinvobg", + "startTime": "2022-09-27T11:32:26.116Z", + "endTime": "2022-09-27T11:32:26.116Z" + }, + "lastTestMigrateJob": { + "scenarioName": "cosft", + "id": "vwovpoafokgrl", + "name": "xwjovosuipteafbrkuupvn", + "displayName": "ypjzsojyya", + "state": "eabhov", + "startTime": "2022-09-27T11:32:26.116Z", + "endTime": "2022-09-27T11:32:26.116Z" + }, + "replicationHealth": "Normal", + "healthErrors": [ + { + "affectedResourceType": "qzgrph", + "affectedResourceCorrelationIds": [ + "qrrvuomswialkxqggzqbpcyeehnhh" + ], + "childErrors": [ + { + "id": "zrit", + "code": "bfneradprxenzmzli", + "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", + "category": "pxqnfeop", + "severity": "zcciu", + "source": "mhkzkzva", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "qpyviutpljiqp", + "message": "yopecmiw", + "causes": "akocawnjnidazigfc", + "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + } + ], + "id": "cnnbqvdmjckwon", + "code": "ywbufnxfydutksequeerqpgtsmywwx", + "healthCategory": "n", + "category": "nygfrqtgujjvjsezpkp", + "severity": "tyrhlaefbyfubmqedthzbfvcypv", + "source": "bwtldowikuze", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "nffwfoqxbvoexzxufyzocbne", + "message": "rxuodcvdmkpjuyeyxwqa", + "causes": "o", + "recommendation": "buveaotwfonbhnwphdvkx" + } + ], + "customProperties": { + "instanceType": "IISAKSWorkloadDeployment" + }, + "statusDescription": "urrfoqionofgpikfwg", + "replicationStatus": "None", + "replicationStatusDescription": "yttihmydwilktrapb", + "testMigrationStatus": "None", + "testMigrationStatusDescription": "zcmdsfeliioucvtdymcekveeo", + "migrationStatus": "None", + "migrationStatusDescription": "nsukcjob" + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment", + "name": "aksDeployment", + "type": "srnyfnvonfljfz", + "systemData": { + "createdBy": "dayhlsdcjzths", + "createdByType": "kxzngtyewhizezqtarzxumnox", + "createdAt": "2022-09-27T11:32:26.117Z", + "lastModifiedBy": "v", + "lastModifiedByType": "lkokpupx", + "lastModifiedAt": "2022-09-27T11:32:26.117Z" + }, + "tags": { + "key8658": "ljusqdywakhtyxijax" + } + } + ], + "nextLink": "mwmpqkdpbceapbbqlgvryhjrezh" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json new file mode 100644 index 000000000000..e0f957977cc0 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json @@ -0,0 +1,23 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "qtelqxxmclddoqlxjbxn", + "workloadDeploymentName": "nmfdngymh", + "api-version": "2022-05-01-preview", + "body": { + "properties": { + "customProperties": { + "instanceType": "hybqdjnlkixvnuuznais" + } + } + } + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json new file mode 100644 index 000000000000..a350ffa9eb03 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "jgqfl", + "workloadDeploymentName": "yplfcpkyejmgksex", + "api-version": "2022-05-01-preview" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json new file mode 100644 index 000000000000..60d1909c1796 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "oxbrzmcfxihqkaxrrl", + "workloadDeploymentName": "gxcerovymwsxpkkuhstdrfyxtl", + "api-version": "2022-05-01-preview", + "body": { + "properties": { + "comments": "ridyzivmvtrgkatcosscnxqkewntdlnaaafbgfczwufvvvdnpezbihmyaaiixveccrkrlohzeexmwnjrjuoobyfsqbzieaeblexyqmolrmheplahajhdihecrbdipsemnlvfevuaealbwpomrvifugqafnsqkrgntsxcrijsrlhauuoqkyktxjlrbhaebxktdmghbytjbmiltjqhyljsuheltcnshqwvtmhohjwnxyvamvnwodjdnwxcornuloorryvkwqalnlneqeioekizjkzoykxmeijvaaswteodjrzymlzvlpohgfaylqvtfzevtzllsnblukwhmrsjtwxmoxcwtskpugcm" + } + } + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json new file mode 100644 index 000000000000..938675e60c1a --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "elryqcwtlwndgwzlmvcyfkdpfboy", + "workloadDeploymentName": "izmslh", + "api-version": "2022-05-01-preview" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json new file mode 100644 index 000000000000..507664bf15cd --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json @@ -0,0 +1,23 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "qimoduscqk", + "workloadDeploymentName": "yeibzq", + "api-version": "2022-05-01-preview", + "body": { + "properties": { + "customProperties": { + "instanceType": "IISAKSWorkloadDeployment" + } + } + } + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..f8304f834924 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "xzvyghkejdcrsalwlojjhkyqzlewj", + "workloadInstanceName": "ymdcacxglpuxzhmpsgnltzfqn", + "operationId": "qjwulvyiumzhbuagqtfahpnaff", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "id": "subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6318f6b9-2656-490c-a1fc-2a5956909112", + "name": "56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", + "status": "Succeeded", + "startTime": "chlwvqfuw", + "endTime": "l" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..4f4906a1556f --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "iawnr", + "workloadInstanceName": "rjkmee", + "operationId": "rncpdfrxnlrhcrlcbpjagoiia", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json new file mode 100644 index 000000000000..7577d4744e23 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json @@ -0,0 +1,106 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "prgnbq", + "workloadInstanceName": "ubxgmblrc", + "api-version": "2022-05-01-preview", + "body": { + "properties": { + "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "displayName": "AmeMigrationAgent", + "customProperties": { + "instanceType": "IISWorkload", + "webAppArmId": "jukogragpsysvmpyulpeilm", + "webAppSiteName": "kumvdc" + }, + "sourcePlatform": "fceevdveqevqik", + "sourceName": "zkrsckfjdkxmwonnizo", + "masterSiteName": "puziqkoowkqjwqughxjxkpck" + }, + "tags": {} + } + }, + "responses": { + "201": { + "body": { + "properties": { + "provisioningState": "Canceled", + "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "displayName": "AmeMigrationAgent", + "replicationHealth": "Normal", + "replicationState": "NotReplicatedStatesBegin", + "healthErrors": [ + { + "affectedResourceType": "qzgrph", + "affectedResourceCorrelationIds": [ + "qrrvuomswialkxqggzqbpcyeehnhh" + ], + "childErrors": [ + { + "id": "zrit", + "code": "bfneradprxenzmzli", + "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", + "category": "pxqnfeop", + "severity": "zcciu", + "source": "mhkzkzva", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "qpyviutpljiqp", + "message": "yopecmiw", + "causes": "akocawnjnidazigfc", + "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + } + ], + "id": "cnnbqvdmjckwon", + "code": "ywbufnxfydutksequeerqpgtsmywwx", + "healthCategory": "n", + "category": "nygfrqtgujjvjsezpkp", + "severity": "tyrhlaefbyfubmqedthzbfvcypv", + "source": "bwtldowikuze", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "nffwfoqxbvoexzxufyzocbne", + "message": "rxuodcvdmkpjuyeyxwqa", + "causes": "o", + "recommendation": "buveaotwfonbhnwphdvkx" + } + ], + "currentJob": { + "scenarioName": "AddOrUpdateModernizeProjects", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/jobs/AddOrUpdateModernizeProjectsWorkflow", + "name": "AddOrUpdateModernizeProjectsWorkflow", + "displayName": "AddOrUpdateModernizeProjects", + "state": "Pending", + "startTime": "2022-05-10T20:18:28.037Z", + "endTime": "2022-05-10T20:18:28.037Z" + }, + "allowedOperations": [ + "Add", + "Update" + ], + "customProperties": { + "instanceType": "IISWorkload", + "webAppArmId": "jukogragpsysvmpyulpeilm", + "webAppSiteName": "kumvdc" + }, + "sourcePlatform": "fceevdveqevqik", + "sourceName": "zkrsckfjdkxmwonnizo", + "masterSiteName": "puziqkoowkqjwqughxjxkpck" + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", + "name": "iisWorkload", + "type": "tbbawixtthbchhtygcuzmfnug", + "systemData": { + "createdBy": "rhmqdamtbdfzwsczqzxuntpuom", + "createdByType": "cnsocqwvjkgsrxxtocvcflnfv", + "createdAt": "2022-09-27T11:32:26.117Z", + "lastModifiedBy": "zfccbijbnwzo", + "lastModifiedByType": "hyssdjjkjkhmxrhaoc", + "lastModifiedAt": "2022-09-27T11:32:26.117Z" + }, + "tags": {} + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..319eb1a79955 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json @@ -0,0 +1,17 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "koprzkhdpl", + "workloadInstanceName": "lwosqzykaatufmizjgwmriswdoinxk", + "api-version": "2022-05-01-preview" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..5a60483dad5e --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json @@ -0,0 +1,17 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "pduvbujzvblvsvvrmflud", + "workloadInstanceName": "pvqonrlvjtfevelldvsuluaahjoif", + "api-version": "2022-05-01-preview" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..1a9476b5b7c4 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json @@ -0,0 +1,91 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "zthtgzytzxggrsrmheeezlbavfwru", + "workloadInstanceName": "xzenrwtqha", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "properties": { + "provisioningState": "Canceled", + "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "displayName": "AmeMigrationAgent", + "replicationHealth": "Normal", + "replicationState": "NotReplicatedStatesBegin", + "healthErrors": [ + { + "affectedResourceType": "qzgrph", + "affectedResourceCorrelationIds": [ + "qrrvuomswialkxqggzqbpcyeehnhh" + ], + "childErrors": [ + { + "id": "zrit", + "code": "bfneradprxenzmzli", + "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", + "category": "pxqnfeop", + "severity": "zcciu", + "source": "mhkzkzva", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "qpyviutpljiqp", + "message": "yopecmiw", + "causes": "akocawnjnidazigfc", + "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + } + ], + "id": "cnnbqvdmjckwon", + "code": "ywbufnxfydutksequeerqpgtsmywwx", + "healthCategory": "n", + "category": "nygfrqtgujjvjsezpkp", + "severity": "tyrhlaefbyfubmqedthzbfvcypv", + "source": "bwtldowikuze", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "nffwfoqxbvoexzxufyzocbne", + "message": "rxuodcvdmkpjuyeyxwqa", + "causes": "o", + "recommendation": "buveaotwfonbhnwphdvkx" + } + ], + "currentJob": { + "scenarioName": "AddOrUpdateModernizeProjects", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/jobs/AddOrUpdateModernizeProjectsWorkflow", + "name": "AddOrUpdateModernizeProjectsWorkflow", + "displayName": "AddOrUpdateModernizeProjects", + "state": "Pending", + "startTime": "2022-05-10T20:18:28.037Z", + "endTime": "2022-05-10T20:18:28.037Z" + }, + "allowedOperations": [ + "Add", + "Update" + ], + "customProperties": { + "instanceType": "IISWorkload", + "webAppArmId": "jukogragpsysvmpyulpeilm", + "webAppSiteName": "kumvdc" + }, + "sourcePlatform": "fceevdveqevqik", + "sourceName": "zkrsckfjdkxmwonnizo", + "masterSiteName": "puziqkoowkqjwqughxjxkpck" + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", + "name": "iisWorkload", + "type": "tbbawixtthbchhtygcuzmfnug", + "systemData": { + "createdBy": "rhmqdamtbdfzwsczqzxuntpuom", + "createdByType": "cnsocqwvjkgsrxxtocvcflnfv", + "createdAt": "2022-09-27T11:32:26.117Z", + "lastModifiedBy": "zfccbijbnwzo", + "lastModifiedByType": "hyssdjjkjkhmxrhaoc", + "lastModifiedAt": "2022-09-27T11:32:26.117Z" + }, + "tags": {} + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..1ffd68fd00d7 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json @@ -0,0 +1,95 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "hgzumfhewiqkdgbanpkchijosertr", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "provisioningState": "Canceled", + "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", + "displayName": "AmeMigrationAgent", + "replicationHealth": "Normal", + "replicationState": "NotReplicatedStatesBegin", + "healthErrors": [ + { + "affectedResourceType": "qzgrph", + "affectedResourceCorrelationIds": [ + "qrrvuomswialkxqggzqbpcyeehnhh" + ], + "childErrors": [ + { + "id": "zrit", + "code": "bfneradprxenzmzli", + "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", + "category": "pxqnfeop", + "severity": "zcciu", + "source": "mhkzkzva", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "qpyviutpljiqp", + "message": "yopecmiw", + "causes": "akocawnjnidazigfc", + "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + } + ], + "id": "cnnbqvdmjckwon", + "code": "ywbufnxfydutksequeerqpgtsmywwx", + "healthCategory": "n", + "category": "nygfrqtgujjvjsezpkp", + "severity": "tyrhlaefbyfubmqedthzbfvcypv", + "source": "bwtldowikuze", + "creationTime": "2022-09-27T11:32:26.111Z", + "isCustomerResolvable": true, + "summary": "nffwfoqxbvoexzxufyzocbne", + "message": "rxuodcvdmkpjuyeyxwqa", + "causes": "o", + "recommendation": "buveaotwfonbhnwphdvkx" + } + ], + "currentJob": { + "scenarioName": "AddOrUpdateModernizeProjects", + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/jobs/AddOrUpdateModernizeProjectsWorkflow", + "name": "AddOrUpdateModernizeProjectsWorkflow", + "displayName": "AddOrUpdateModernizeProjects", + "state": "Pending", + "startTime": "2022-05-10T20:18:28.037Z", + "endTime": "2022-05-10T20:18:28.037Z" + }, + "allowedOperations": [ + "Add", + "Update" + ], + "customProperties": { + "instanceType": "IISWorkload", + "webAppArmId": "xetqvcgdmrcbfttjzfw", + "webAppSiteName": "mdduirmyr" + }, + "sourcePlatform": "zhiwsmsonzzamjuvygrwq", + "sourceName": "ivgvfperxkrqtxxvfgciczhhcxlfa", + "masterSiteName": "kcwf" + }, + "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", + "name": "iisWorkload", + "type": "kcknfoutbenhwkdlcox", + "systemData": { + "createdBy": "seqqkxxpuybfxyccoslhbux", + "createdByType": "oxpjlwoxsxnltdvgoyjpdcasokqah", + "createdAt": "2022-09-27T11:32:26.118Z", + "lastModifiedBy": "axsayuhdmyxvqigwroindefutdvwg", + "lastModifiedByType": "tqldeion", + "lastModifiedAt": "2022-09-27T11:32:26.118Z" + }, + "tags": {} + } + ], + "nextLink": "nambvqnavwlkhdgl" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json new file mode 100644 index 000000000000..868e2768b0b1 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "idlsmuhfhwaiszgbpugukxrlm", + "workloadInstanceName": "vvbbpxynmzttkgohsdpsbizeyuf", + "api-version": "2022-05-01-preview" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json new file mode 100644 index 000000000000..5f02befca47e --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "parameters": { + "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "ve", + "workloadInstanceName": "rxgxcfnpyclfqnphn", + "api-version": "2022-05-01-preview" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index b99fef48435e..1b1d87d80a19 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -59,6 +59,12 @@ "x-ms-examples": { "DeployedResource_Get": { "$ref": "./examples/DeployedResource_Get.json" + }, + "DeployedResource_Get_MaximumSet_Gen": { + "$ref": "./examples/DeployedResource_Get_MaximumSet_Gen.json" + }, + "DeployedResource_Get_MinimumSet_Gen": { + "$ref": "./examples/DeployedResource_Get_MinimumSet_Gen.json" } } } @@ -112,6 +118,12 @@ "x-ms-examples": { "DeployedResource_List": { "$ref": "./examples/DeployedResource_List.json" + }, + "DeployedResource_List_MaximumSet_Gen": { + "$ref": "./examples/DeployedResource_List_MaximumSet_Gen.json" + }, + "DeployedResource_List_MinimumSet_Gen": { + "$ref": "./examples/DeployedResource_List_MinimumSet_Gen.json" } } } @@ -169,6 +181,9 @@ "x-ms-examples": { "MigrateAgent_Get": { "$ref": "./examples/MigrateAgent_Get.json" + }, + "MigrateAgent_Get_MaximumSet_Gen": { + "$ref": "./examples/MigrateAgent_Get_MaximumSet_Gen.json" } } }, @@ -235,6 +250,9 @@ "x-ms-examples": { "MigrateAgent_Create": { "$ref": "./examples/MigrateAgent_Create.json" + }, + "MigrateAgent_Create_MaximumSet_Gen": { + "$ref": "./examples/MigrateAgent_Create_MaximumSet_Gen.json" } } }, @@ -297,6 +315,12 @@ "x-ms-examples": { "MigrateAgent_Delete": { "$ref": "./examples/MigrateAgent_Delete.json" + }, + "MigrateAgent_Delete_MaximumSet_Gen": { + "$ref": "./examples/MigrateAgent_Delete_MaximumSet_Gen.json" + }, + "MigrateAgent_Delete_MinimumSet_Gen": { + "$ref": "./examples/MigrateAgent_Delete_MinimumSet_Gen.json" } } } @@ -347,6 +371,9 @@ "x-ms-examples": { "MigrateAgent_List": { "$ref": "./examples/MigrateAgent_List.json" + }, + "MigrateAgent_List_MaximumSet_Gen": { + "$ref": "./examples/MigrateAgent_List_MaximumSet_Gen.json" } } } @@ -408,6 +435,12 @@ "x-ms-examples": { "MigrateAgent_Refresh": { "$ref": "./examples/MigrateAgent_Refresh.json" + }, + "MigrateAgent_Refresh_MaximumSet_Gen": { + "$ref": "./examples/MigrateAgent_Refresh_MaximumSet_Gen.json" + }, + "MigrateAgent_Refresh_MinimumSet_Gen": { + "$ref": "./examples/MigrateAgent_Refresh_MinimumSet_Gen.json" } } } @@ -472,6 +505,12 @@ "x-ms-examples": { "MigrateAgentOperationStatus_Get": { "$ref": "./examples/MigrateAgentOperationStatus_Get.json" + }, + "MigrateAgentOperationStatus_Get_MaximumSet_Gen": { + "$ref": "./examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json" + }, + "MigrateAgentOperationStatus_Get_MinimumSet_Gen": { + "$ref": "./examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json" } } } @@ -518,6 +557,14 @@ "$ref": "#/definitions/ArmError" } } + }, + "x-ms-examples": { + "ModernizeProject_Get_MaximumSet_Gen": { + "$ref": "./examples/ModernizeProject_Get_MaximumSet_Gen.json" + }, + "ModernizeProject_Get_MinimumSet_Gen": { + "$ref": "./examples/ModernizeProject_Get_MinimumSet_Gen.json" + } } }, "put": { @@ -572,6 +619,14 @@ "$ref": "#/definitions/ArmError" } } + }, + "x-ms-examples": { + "ModernizeProject_Create_MaximumSet_Gen": { + "$ref": "./examples/ModernizeProject_Create_MaximumSet_Gen.json" + }, + "ModernizeProject_Create_MinimumSet_Gen": { + "$ref": "./examples/ModernizeProject_Create_MinimumSet_Gen.json" + } } }, "patch": { @@ -633,7 +688,15 @@ } } }, - "x-ms-long-running-operation": true + "x-ms-long-running-operation": true, + "x-ms-examples": { + "ModernizeProject_Update_MaximumSet_Gen": { + "$ref": "./examples/ModernizeProject_Update_MaximumSet_Gen.json" + }, + "ModernizeProject_Update_MinimumSet_Gen": { + "$ref": "./examples/ModernizeProject_Update_MinimumSet_Gen.json" + } + } }, "delete": { "tags": [ @@ -683,7 +746,15 @@ } } }, - "x-ms-long-running-operation": true + "x-ms-long-running-operation": true, + "x-ms-examples": { + "ModernizeProject_Delete_MaximumSet_Gen": { + "$ref": "./examples/ModernizeProject_Delete_MaximumSet_Gen.json" + }, + "ModernizeProject_Delete_MinimumSet_Gen": { + "$ref": "./examples/ModernizeProject_Delete_MinimumSet_Gen.json" + } + } } }, "/subscriptions/{subscriptionId}/providers/Microsoft.Migrate/modernizeProjects": { @@ -727,6 +798,14 @@ }, "x-ms-pageable": { "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "ModernizeProject_ListBySubscription_MaximumSet_Gen": { + "$ref": "./examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json" + }, + "ModernizeProject_ListBySubscription_MinimumSet_Gen": { + "$ref": "./examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json" + } } } }, @@ -774,6 +853,14 @@ }, "x-ms-pageable": { "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "ModernizeProject_List_MaximumSet_Gen": { + "$ref": "./examples/ModernizeProject_List_MaximumSet_Gen.json" + }, + "ModernizeProject_List_MinimumSet_Gen": { + "$ref": "./examples/ModernizeProject_List_MinimumSet_Gen.json" + } } } }, @@ -819,6 +906,14 @@ "$ref": "#/definitions/ArmError" } } + }, + "x-ms-examples": { + "ModernizeProjectStatistics_Get_MaximumSet_Gen": { + "$ref": "./examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json" + }, + "ModernizeProjectStatistics_Get_MinimumSet_Gen": { + "$ref": "./examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json" + } } } }, @@ -877,6 +972,14 @@ "$ref": "#/definitions/ArmError" } } + }, + "x-ms-examples": { + "ModernizeProjectOperationStatus_Get_MaximumSet_Gen": { + "$ref": "./examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json" + }, + "ModernizeProjectOperationStatus_Get_MinimumSet_Gen": { + "$ref": "./examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json" + } } } }, @@ -933,6 +1036,9 @@ "x-ms-examples": { "Workflow_Get": { "$ref": "./examples/Workflow_Get.json" + }, + "Workflow_Get_MaximumSet_Gen": { + "$ref": "./examples/Workflow_Get_MaximumSet_Gen.json" } } } @@ -998,6 +1104,9 @@ "x-ms-examples": { "Workflow_List": { "$ref": "./examples/Workflow_List.json" + }, + "Workflow_List_MaximumSet_Gen": { + "$ref": "./examples/Workflow_List_MaximumSet_Gen.json" } } } @@ -1062,6 +1171,12 @@ "x-ms-examples": { "WorkflowOperationStatus_Get": { "$ref": "./examples/WorkflowOperationStatus_Get.json" + }, + "WorkflowOperationStatus_Get_MaximumSet_Gen": { + "$ref": "./examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json" + }, + "WorkflowOperationStatus_Get_MinimumSet_Gen": { + "$ref": "./examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json" } } } @@ -1119,6 +1234,9 @@ "x-ms-examples": { "WorkloadDeployment_Get": { "$ref": "./examples/WorkloadDeployment_Get.json" + }, + "WorkloadDeployment_Get_MaximumSet_Gen": { + "$ref": "./examples/WorkloadDeployment_Get_MaximumSet_Gen.json" } } }, @@ -1185,6 +1303,9 @@ "x-ms-examples": { "WorkloadDeployment_Create": { "$ref": "./examples/WorkloadDeployment_Create.json" + }, + "WorkloadDeployment_Create_MaximumSet_Gen": { + "$ref": "./examples/WorkloadDeployment_Create_MaximumSet_Gen.json" } } }, @@ -1253,6 +1374,12 @@ "x-ms-examples": { "WorkloadDeployment_Delete": { "$ref": "./examples/WorkloadDeployment_Delete.json" + }, + "WorkloadDeployment_Delete_MaximumSet_Gen": { + "$ref": "./examples/WorkloadDeployment_Delete_MaximumSet_Gen.json" + }, + "WorkloadDeployment_Delete_MinimumSet_Gen": { + "$ref": "./examples/WorkloadDeployment_Delete_MinimumSet_Gen.json" } } } @@ -1306,6 +1433,9 @@ "x-ms-examples": { "WorkloadDeployment_List": { "$ref": "./examples/WorkloadDeployment_List.json" + }, + "WorkloadDeployment_List_MaximumSet_Gen": { + "$ref": "./examples/WorkloadDeployment_List_MaximumSet_Gen.json" } } } @@ -1363,6 +1493,9 @@ "x-ms-examples": { "WorkloadDeployment_GetSecretConfigurations": { "$ref": "./examples/WorkloadDeployment_GetSecretConfigurations.json" + }, + "WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen": { + "$ref": "./examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json" } } } @@ -1435,6 +1568,12 @@ "x-ms-examples": { "WorkloadDeployment_BuildContainerImage": { "$ref": "./examples/WorkloadDeployment_BuildContainerImage.json" + }, + "WorkloadDeployment_BuildContainerImage_MaximumSet_Gen": { + "$ref": "./examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json" + }, + "WorkloadDeployment_BuildContainerImage_MinimumSet_Gen": { + "$ref": "./examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json" } } } @@ -1507,6 +1646,9 @@ "x-ms-examples": { "WorkloadDeployment_TestMigrate": { "$ref": "./examples/WorkloadDeployment_TestMigrate.json" + }, + "WorkloadDeployment_TestMigrate_MaximumSet_Gen": { + "$ref": "./examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json" } } } @@ -1579,6 +1721,12 @@ "x-ms-examples": { "WorkloadDeployment_TestMigrateCleanup": { "$ref": "./examples/WorkloadDeployment_TestMigrateCleanup.json" + }, + "WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen": { + "$ref": "./examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json" + }, + "WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen": { + "$ref": "./examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json" } } } @@ -1651,6 +1799,12 @@ "x-ms-examples": { "WorkloadDeployment_Migrate": { "$ref": "./examples/WorkloadDeployment_Migrate.json" + }, + "WorkloadDeployment_Migrate_MaximumSet_Gen": { + "$ref": "./examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json" + }, + "WorkloadDeployment_Migrate_MinimumSet_Gen": { + "$ref": "./examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json" } } } @@ -1715,6 +1869,12 @@ "x-ms-examples": { "WorkloadDeploymentOperationStatus_Get": { "$ref": "./examples/WorkloadDeploymentOperationStatus_Get.json" + }, + "WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen": { + "$ref": "./examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json" + }, + "WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen": { + "$ref": "./examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json" } } } @@ -1772,6 +1932,9 @@ "x-ms-examples": { "WorkloadInstance_Get": { "$ref": "./examples/WorkloadInstance_Get.json" + }, + "WorkloadInstance_Get_MaximumSet_Gen": { + "$ref": "./examples/WorkloadInstance_Get_MaximumSet_Gen.json" } } }, @@ -1838,6 +2001,9 @@ "x-ms-examples": { "WorkloadInstance_Create": { "$ref": "./examples/WorkloadInstance_Create.json" + }, + "WorkloadInstance_Create_MaximumSet_Gen": { + "$ref": "./examples/WorkloadInstance_Create_MaximumSet_Gen.json" } } }, @@ -1900,6 +2066,12 @@ "x-ms-examples": { "WorkloadInstance_Delete": { "$ref": "./examples/WorkloadInstance_Delete.json" + }, + "WorkloadInstance_Delete_MaximumSet_Gen": { + "$ref": "./examples/WorkloadInstance_Delete_MaximumSet_Gen.json" + }, + "WorkloadInstance_Delete_MinimumSet_Gen": { + "$ref": "./examples/WorkloadInstance_Delete_MinimumSet_Gen.json" } } } @@ -1953,6 +2125,9 @@ "x-ms-examples": { "WorkloadInstance_List": { "$ref": "./examples/WorkloadInstance_List.json" + }, + "WorkloadInstance_List_MaximumSet_Gen": { + "$ref": "./examples/WorkloadInstance_List_MaximumSet_Gen.json" } } } @@ -2017,6 +2192,12 @@ "x-ms-examples": { "WorkloadInstanceOperationStatus_Get": { "$ref": "./examples/WorkloadInstanceOperationStatus_Get.json" + }, + "WorkloadInstanceOperationStatus_Get_MaximumSet_Gen": { + "$ref": "./examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json" + }, + "WorkloadInstanceOperationStatus_Get_MinimumSet_Gen": { + "$ref": "./examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json" } } } @@ -2074,7 +2255,15 @@ } } }, - "x-ms-long-running-operation": true + "x-ms-long-running-operation": true, + "x-ms-examples": { + "WorkloadInstance_MigrateComplete_MaximumSet_Gen": { + "$ref": "./examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json" + }, + "WorkloadInstance_MigrateComplete_MinimumSet_Gen": { + "$ref": "./examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json" + } + } } } }, From 432a7641c3b958d71013c9abc04bec811e9dd887 Mon Sep 17 00:00:00 2001 From: Shishir Gupta Date: Tue, 27 Sep 2022 17:15:32 +0530 Subject: [PATCH 19/54] run prettier changes --- .../examples/DeployedResource_Get_MaximumSet_Gen.json | 2 +- .../examples/DeployedResource_Get_MinimumSet_Gen.json | 2 +- .../examples/DeployedResource_List_MaximumSet_Gen.json | 2 +- .../examples/DeployedResource_List_MinimumSet_Gen.json | 2 +- .../MigrateAgentOperationStatus_Get_MaximumSet_Gen.json | 2 +- .../MigrateAgentOperationStatus_Get_MinimumSet_Gen.json | 2 +- .../examples/MigrateAgent_Create_MaximumSet_Gen.json | 2 +- .../examples/MigrateAgent_Delete_MaximumSet_Gen.json | 2 +- .../examples/MigrateAgent_Delete_MinimumSet_Gen.json | 2 +- .../examples/MigrateAgent_Get_MaximumSet_Gen.json | 2 +- .../examples/MigrateAgent_List_MaximumSet_Gen.json | 2 +- .../examples/MigrateAgent_Refresh_MaximumSet_Gen.json | 2 +- .../examples/MigrateAgent_Refresh_MinimumSet_Gen.json | 2 +- .../ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json | 2 +- .../ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProject_Create_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProject_Create_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProject_Delete_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProject_Delete_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProject_Get_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProject_Get_MinimumSet_Gen.json | 2 +- .../ModernizeProject_ListBySubscription_MaximumSet_Gen.json | 2 +- .../ModernizeProject_ListBySubscription_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProject_List_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProject_List_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProject_Update_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProject_Update_MinimumSet_Gen.json | 2 +- .../examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json | 2 +- .../examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json | 2 +- .../examples/Workflow_Get_MaximumSet_Gen.json | 2 +- .../examples/Workflow_List_MaximumSet_Gen.json | 2 +- .../WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json | 2 +- .../WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json | 2 +- .../WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json | 2 +- .../WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Create_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Delete_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Delete_MinimumSet_Gen.json | 2 +- ...rkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Get_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_List_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json | 2 +- .../WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json | 2 +- .../WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json | 2 +- .../WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json | 2 +- .../WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json | 2 +- .../examples/WorkloadInstance_Create_MaximumSet_Gen.json | 2 +- .../examples/WorkloadInstance_Delete_MaximumSet_Gen.json | 2 +- .../examples/WorkloadInstance_Delete_MinimumSet_Gen.json | 2 +- .../examples/WorkloadInstance_Get_MaximumSet_Gen.json | 2 +- .../examples/WorkloadInstance_List_MaximumSet_Gen.json | 2 +- .../WorkloadInstance_MigrateComplete_MaximumSet_Gen.json | 2 +- .../WorkloadInstance_MigrateComplete_MinimumSet_Gen.json | 2 +- .../preview/2022-05-01-preview/migrateEngine.json | 2 +- 58 files changed, 58 insertions(+), 58 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json index a546a4ccd38e..c3fd401470e1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json @@ -71,4 +71,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json index 960c5969f1ea..a2eba86020da 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json index 0be494838520..6499dd902494 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json @@ -136,4 +136,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json index 9b756e77ed7e..2a102f952ecd 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json index a16387a3fd44..4f1c50f47039 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json index b6a4db78d303..3562b5e10efe 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json @@ -12,4 +12,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json index 944835a67e67..869cbd500b08 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json @@ -100,4 +100,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json index 40b00cc32be1..cd7639dab37c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json index 9aad9e705b81..8d39e664dd34 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json index b6a0e2024334..0c9b88003911 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json @@ -81,4 +81,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json index 20654cd1aaf6..0f734c26cd8e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json @@ -156,4 +156,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json index 6550a235864e..e060963d207b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json index 6562045ceca4..3a0bd66072e7 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json index 1ecd607fc6c7..cd942183856d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json index feefdf21bb11..b799c0f1006e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json index 2051a648bc96..f48d2a00cec4 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json @@ -139,4 +139,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json index 4bd41acbf161..2c34fc730dba 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json index 83466e00a242..6a2c67619a85 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json @@ -71,4 +71,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json index 66f81bd8d793..a164cc0dcb52 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json index 80d5416a92d5..716a27304292 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json @@ -13,4 +13,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json index 6f995dd3bf25..083227d1c8b0 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json @@ -13,4 +13,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json index dc4ff8b36995..e3aa51b13afb 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json index 836cd8969fa3..b9393c22b3e1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json index 07716f8ce466..d24c5097345c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json @@ -51,4 +51,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json index 6fa04a3a5b25..9599ccc753a9 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json @@ -8,4 +8,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json index c75bf250622a..047e47372810 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json index fb9a83666730..3f1e3ac78c2d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json @@ -9,4 +9,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json index 3ad6eadde1da..21fc0f0e8c89 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json @@ -55,4 +55,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json index 777850846792..5a3bd9208209 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json @@ -13,4 +13,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json index d152078ad9f0..b53369755beb 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json index 30b278d540af..8930a3924d1e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json @@ -12,4 +12,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json index b4792f1af457..be2aaec7d55e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json @@ -74,4 +74,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json index a570acc41a25..dca0538e32c1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json @@ -80,4 +80,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json index 986899fce56a..3174ff9c3401 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json index fb0edcb9a84a..fe6e1a9c97f7 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json @@ -12,4 +12,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json index 1a92aaff1c58..42346ab37716 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json @@ -29,4 +29,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json index b5c6c2e4df82..256518767883 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json index 84b49bf9082a..cf4bca7550de 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json @@ -179,4 +179,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json index 4af435e9893f..ad4637fc54bf 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json @@ -15,4 +15,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json index 3ea5f4c923c0..7e5b00e047d4 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json index 5aaf7c036244..4cfe0345f5ac 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json @@ -159,4 +159,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json index 71d74a391e64..22a95c6d0dfe 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json @@ -159,4 +159,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json index 3ef1417d7af3..c851200d602c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json @@ -163,4 +163,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json index e0f957977cc0..0aac1d9550cd 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json @@ -20,4 +20,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json index a350ffa9eb03..9a0d3ad4d76b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json index 60d1909c1796..c51a85af61de 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json index 938675e60c1a..7e87301cf97a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json index 507664bf15cd..028fa01ce813 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json @@ -20,4 +20,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json index f8304f834924..12548a8ae113 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json index 4f4906a1556f..a730ad1c1129 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json @@ -12,4 +12,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json index 7577d4744e23..7fa0a79fd7a6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json @@ -103,4 +103,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json index 319eb1a79955..999c8943fe25 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json index 5a60483dad5e..3e3dafb981af 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json index 1a9476b5b7c4..c3488604ccb3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json @@ -88,4 +88,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json index 1ffd68fd00d7..d0c2526e5058 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json @@ -92,4 +92,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json index 868e2768b0b1..002919b57bd1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json index 5f02befca47e..53ecf4464be3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 1b1d87d80a19..8a019b656e92 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -5346,4 +5346,4 @@ "description": "Workload instance controller." } ] -} \ No newline at end of file +} From 878e38988b1e640d365adf7455d0d4b5daa33f41 Mon Sep 17 00:00:00 2001 From: Shishir Gupta Date: Thu, 29 Sep 2022 17:21:24 +0530 Subject: [PATCH 20/54] . --- .../2022-05-01-preview/migrateEngine.json | 242 +++--------------- 1 file changed, 37 insertions(+), 205 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 8a019b656e92..551499d34719 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -2960,7 +2960,7 @@ "workloadInstanceProperties": { "allOf": [ { - "$ref": "#/definitions/WorkloadInstanceProperties" + "$ref": "#/definitions/WorkloadInstanceModelProperties" } ], "readOnly": true @@ -3565,17 +3565,13 @@ }, "MigrateAgentModelCustomProperties": { "description": "MigrateAgent model custom properties.", - "required": [ - "instanceType" - ], "type": "object", - "properties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "string" + "allOf": [ + { + "$ref": "#/definitions/MigrateAgentModelCustomProperties" } - }, - "discriminator": "instanceType" + ], + "x-ms-discriminator-value": "TestFabricExtension" }, "MigrateAgentModelProperties": { "description": "MigrateAgent model properties.", @@ -3995,13 +3991,17 @@ "properties": { "secretStoreId": { "type": "string" + }, + "InputType": { + "type": "string", + "readOnly": true } } }, "SecureString": { "type": "object", "properties": { - "Length": { + "length": { "format": "int32", "type": "integer" } @@ -4436,39 +4436,13 @@ }, "WorkflowModelCustomProperties": { "description": "Workflow model custom properties.", - "required": [ - "instanceType" - ], "type": "object", - "properties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "enum": [ - "SampleWorkflow", - "EnableReplicationWorkflow", - "StopReplicationWorkflow", - "BuildContainerImageWorkflow", - "MigrateWorkflow", - "TestMigrateWorkflow", - "TestMigrateCleanupWorkflow", - "CompleteMigrationWorkflow" - ], - "type": "string", - "x-ms-enum": { - "name": "WorkflowType", - "modelAsString": true - } - }, - "affectedObjectDetails": { - "description": "Gets or sets any custom properties of the affected object.", - "type": "object", - "additionalProperties": { - "type": "string" - }, - "readOnly": true + "allOf": [ + { + "$ref": "#/definitions/WorkflowModelCustomProperties" } - }, - "discriminator": "instanceType" + ], + "x-ms-discriminator-value": "SampleWorkflow" }, "WorkflowModelProperties": { "description": "Workflow model properties.", @@ -4670,25 +4644,13 @@ }, "WorkloadDeploymentModelCustomProperties": { "description": "Workload deployment model custom properties.", - "required": [ - "instanceType" - ], "type": "object", - "properties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "enum": [ - "IISAKSWorkloadDeployment", - "ApacheTomcatAKSWorkloadDeployment" - ], - "type": "string", - "x-ms-enum": { - "name": "WorkloadDeploymentType", - "modelAsString": true - } + "allOf": [ + { + "$ref": "#/definitions/WorkloadDeploymentModelCustomProperties" } - }, - "discriminator": "instanceType" + ], + "x-ms-discriminator-value": "IISAKSWorkloadDeployment" }, "WorkloadDeploymentModelProperties": { "description": "Workload deployment model properties.", @@ -4737,29 +4699,6 @@ "type": "string", "readOnly": true }, - "replicationStatus": { - "description": "Gets or sets the workload replication state.", - "enum": [ - "None", - "Scheduled", - "InitialSync", - "Completed", - "Failed", - "Disabling", - "Disabled" - ], - "type": "string", - "readOnly": true, - "x-ms-enum": { - "name": "ClientFacingReplicationStatus", - "modelAsString": true - } - }, - "replicationStatusDescription": { - "description": "Gets or sets the workload replication state description.", - "type": "string", - "readOnly": true - }, "testMigrationStatus": { "description": "Gets or sets the test migrate state.", "enum": [ @@ -4828,19 +4767,13 @@ } }, "workloadInstanceProperties": { - "$ref": "#/definitions/WorkloadInstanceProperties" + "$ref": "#/definitions/WorkloadInstanceModelProperties" }, "correlationId": { "description": "Gets or sets the workload deployment correlation Id.", "type": "string", "readOnly": true }, - "lastSuccessfulReplicationCycleTime": { - "format": "date-time", - "description": "Gets or sets the Last successful replication cycle time.", - "type": "string", - "readOnly": true - }, "lastSuccessfulMigrateTime": { "format": "date-time", "description": "Gets or sets the Last successful unplanned migrate time.", @@ -4883,36 +4816,6 @@ }, "readOnly": true }, - "lastFailedEnableReplicationJob": { - "allOf": [ - { - "$ref": "#/definitions/WorkloadJobProperties" - } - ], - "readOnly": true - }, - "lastTestMigrateJob": { - "allOf": [ - { - "$ref": "#/definitions/WorkloadJobProperties" - } - ], - "readOnly": true - }, - "replicationHealth": { - "description": "Gets or sets workload deployment replication health.", - "enum": [ - "Normal", - "Warning", - "Critical" - ], - "type": "string", - "readOnly": true, - "x-ms-enum": { - "name": "HealthStatus", - "modelAsString": true - } - }, "healthErrors": { "description": "Gets or sets the list of health errors.", "type": "array", @@ -5014,38 +4917,22 @@ }, "WorkloadInstanceModelCustomProperties": { "description": "Workload instance model custom properties.", - "required": [ - "instanceType" - ], "type": "object", - "properties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "enum": [ - "IISWorkload", - "ApacheTomcatWorkload" - ], - "type": "string", - "x-ms-enum": { - "name": "WorkloadType", - "modelAsString": true - } - }, - "webAppArmId": { - "description": "Gets or sets the Web application ARM id.", - "type": "string" - }, - "webAppSiteName": { - "description": "Gets or sets the Web application site name.", - "type": "string" + "allOf": [ + { + "$ref": "#/definitions/WorkloadInstanceModelCustomProperties" } - }, - "discriminator": "instanceType" + ], + "x-ms-discriminator-value": "IISWorkload" }, "WorkloadInstanceModelProperties": { "description": "Workload instance model properties.", "type": "object", "properties": { + "Name": { + "description": "Gets or sets the workload instance name.", + "type": "string" + }, "provisioningState": { "description": "Gets or sets the provisioning state of the workload instance.", "enum": [ @@ -5112,6 +4999,11 @@ "modelAsString": true } }, + "replicationStatusDescription": { + "description": "Gets or sets the workload replication state description.", + "type": "string", + "readOnly": true + }, "healthErrors": { "description": "Gets or sets the list of health errors.", "type": "array", @@ -5145,66 +5037,6 @@ } } }, - "WorkloadInstanceProperties": { - "description": "Workload instance properties.", - "type": "object", - "properties": { - "workloadInstanceId": { - "description": "Gets or sets the workload instance id.", - "type": "string" - }, - "instanceType": { - "description": "Gets or sets the instance type.", - "enum": [ - "IISWorkload", - "ApacheTomcatWorkload" - ], - "type": "string", - "x-ms-enum": { - "name": "WorkloadType", - "modelAsString": true - } - }, - "name": { - "description": "Gets or sets the workload instance name.", - "type": "string" - }, - "displayName": { - "description": "Gets or sets the display name.", - "type": "string" - }, - "sourcePlatform": { - "description": "Gets or sets the source platform.", - "type": "string" - }, - "sourceName": { - "description": "Gets or sets the source name.", - "type": "string" - }, - "replicationHealth": { - "description": "Gets or sets the replication health of the workload instance.", - "enum": [ - "Normal", - "Warning", - "Critical" - ], - "type": "string", - "readOnly": true, - "x-ms-enum": { - "name": "HealthStatus", - "modelAsString": true - } - }, - "healthErrors": { - "description": "Gets or sets the list of health errors.", - "type": "array", - "items": { - "$ref": "#/definitions/HealthErrorModel" - }, - "readOnly": true - } - } - }, "WorkloadInstanceStatisticsModel": { "description": "Workload instance statistics.", "type": "object", @@ -5346,4 +5178,4 @@ "description": "Workload instance controller." } ] -} +} \ No newline at end of file From 5e827dd37bb801687605330a707d0ffdc15c1039 Mon Sep 17 00:00:00 2001 From: Shishir Gupta Date: Thu, 29 Sep 2022 18:13:07 +0530 Subject: [PATCH 21/54] prettier --- .../preview/2022-05-01-preview/migrateEngine.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 551499d34719..40c44ec0b419 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -5178,4 +5178,4 @@ "description": "Workload instance controller." } ] -} \ No newline at end of file +} From 6182c8dcb85c3b17479d55cb67e24647c92298c6 Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Tue, 8 Nov 2022 17:42:09 +0530 Subject: [PATCH 22/54] fix: Deleting and modifying examples --- package.json | 2 +- .../examples/DeployedResource_Get.json | 36 -- .../DeployedResource_Get_MaximumSet_Gen.json | 95 +++-- .../DeployedResource_Get_MinimumSet_Gen.json | 8 +- .../examples/DeployedResource_List.json | 63 --- .../DeployedResource_List_MaximumSet_Gen.json | 156 +++---- .../DeployedResource_List_MinimumSet_Gen.json | 6 +- .../MigrateAgentOperationStatus_Get.json | 21 - ...entOperationStatus_Get_MaximumSet_Gen.json | 20 +- ...entOperationStatus_Get_MinimumSet_Gen.json | 10 +- .../examples/MigrateAgent_Create.json | 61 --- .../MigrateAgent_Create_MaximumSet_Gen.json | 116 +++--- .../MigrateAgent_Create_MinimumSet_Gen.json | 14 + .../examples/MigrateAgent_Delete.json | 19 - .../MigrateAgent_Delete_MaximumSet_Gen.json | 8 +- .../MigrateAgent_Delete_MinimumSet_Gen.json | 8 +- .../examples/MigrateAgent_Get.json | 40 -- .../MigrateAgent_Get_MaximumSet_Gen.json | 98 ++--- .../MigrateAgent_Get_MinimumSet_Gen.json | 14 + .../examples/MigrateAgent_List.json | 71 ---- .../MigrateAgent_List_MaximumSet_Gen.json | 171 +++----- .../MigrateAgent_List_MinimumSet_Gen.json | 13 + .../examples/MigrateAgent_Refresh.json | 18 - .../MigrateAgent_Refresh_MaximumSet_Gen.json | 8 +- .../MigrateAgent_Refresh_MinimumSet_Gen.json | 8 +- ...ectOperationStatus_Get_MaximumSet_Gen.json | 20 +- ...ectOperationStatus_Get_MinimumSet_Gen.json | 8 +- ...eProjectStatistics_Get_MaximumSet_Gen.json | 162 ++++---- ...eProjectStatistics_Get_MinimumSet_Gen.json | 6 +- ...odernizeProject_Create_MaximumSet_Gen.json | 68 +-- ...odernizeProject_Create_MinimumSet_Gen.json | 6 +- ...odernizeProject_Delete_MaximumSet_Gen.json | 6 +- ...odernizeProject_Delete_MinimumSet_Gen.json | 6 +- .../ModernizeProject_Get_MaximumSet_Gen.json | 48 +-- .../ModernizeProject_Get_MinimumSet_Gen.json | 6 +- ...ect_ListBySubscription_MaximumSet_Gen.json | 50 +-- ...ect_ListBySubscription_MinimumSet_Gen.json | 4 +- .../ModernizeProject_List_MaximumSet_Gen.json | 50 +-- .../ModernizeProject_List_MinimumSet_Gen.json | 4 +- ...odernizeProject_Update_MaximumSet_Gen.json | 50 +-- ...odernizeProject_Update_MinimumSet_Gen.json | 6 +- .../ModernizeProjectsOperationStatus_Get.json | 21 - .../ModernizeProjectsStatistics_Get.json | 136 ------ .../examples/ModernizeProjects_Create.json | 46 --- .../examples/ModernizeProjects_Delete.json | 18 - .../examples/ModernizeProjects_Get.json | 31 -- .../examples/ModernizeProjects_List.json | 73 ---- .../ModernizeProjects_ListBySubscription.json | 73 ---- .../examples/ModernizeProjects_Update.json | 42 -- .../examples/Operations_List.json | 33 -- .../examples/WorkflowOperationStatus_Get.json | 21 - ...lowOperationStatus_Get_MaximumSet_Gen.json | 20 +- ...lowOperationStatus_Get_MinimumSet_Gen.json | 10 +- .../examples/Workflow_Get.json | 54 --- .../examples/Workflow_Get_MaximumSet_Gen.json | 83 ++-- .../examples/Workflow_Get_MinimumSet_Gen.json | 14 + .../examples/Workflow_List.json | 58 --- .../Workflow_List_MaximumSet_Gen.json | 87 ++-- .../Workflow_List_MinimumSet_Gen.json | 13 + ...WorkloadDeploymentOperationStatus_Get.json | 21 - ...entOperationStatus_Get_MaximumSet_Gen.json | 20 +- ...entOperationStatus_Get_MinimumSet_Gen.json | 10 +- ...orkloadDeployment_BuildContainerImage.json | 30 -- ...nt_BuildContainerImage_MaximumSet_Gen.json | 28 +- ...nt_BuildContainerImage_MinimumSet_Gen.json | 8 +- .../examples/WorkloadDeployment_Create.json | 75 ---- ...kloadDeployment_Create_MaximumSet_Gen.json | 239 +++++------ ...kloadDeployment_Create_MinimumSet_Gen.json | 14 + .../examples/WorkloadDeployment_Delete.json | 19 - ...kloadDeployment_Delete_MaximumSet_Gen.json | 8 +- ...kloadDeployment_Delete_MinimumSet_Gen.json | 8 +- .../examples/WorkloadDeployment_Get.json | 56 --- ...oadDeployment_GetSecretConfigurations.json | 56 --- ...etSecretConfigurations_MaximumSet_Gen.json | 218 +++++----- ...etSecretConfigurations_MinimumSet_Gen.json | 14 + ...WorkloadDeployment_Get_MaximumSet_Gen.json | 218 +++++----- ...WorkloadDeployment_Get_MinimumSet_Gen.json | 14 + .../examples/WorkloadDeployment_List.json | 60 --- ...orkloadDeployment_List_MaximumSet_Gen.json | 218 +++++----- ...orkloadDeployment_List_MinimumSet_Gen.json | 13 + .../examples/WorkloadDeployment_Migrate.json | 24 -- .../WorkloadDeployment_MigrateComplete.json | 17 - ...loadDeployment_Migrate_MaximumSet_Gen.json | 10 +- ...loadDeployment_Migrate_MinimumSet_Gen.json | 8 +- .../WorkloadDeployment_TestMigrate.json | 24 -- ...WorkloadDeployment_TestMigrateCleanup.json | 22 - ...ent_TestMigrateCleanup_MaximumSet_Gen.json | 10 +- ...ent_TestMigrateCleanup_MinimumSet_Gen.json | 8 +- ...Deployment_TestMigrate_MaximumSet_Gen.json | 8 +- ...Deployment_TestMigrate_MinimumSet_Gen.json | 16 + .../WorkloadInstanceOperationStatus_Get.json | 21 - ...nceOperationStatus_Get_MaximumSet_Gen.json | 20 +- ...nceOperationStatus_Get_MinimumSet_Gen.json | 10 +- .../examples/WorkloadInstance_Create.json | 58 --- ...orkloadInstance_Create_MaximumSet_Gen.json | 137 ++++--- ...orkloadInstance_Create_MinimumSet_Gen.json | 14 + .../examples/WorkloadInstance_Delete.json | 19 - ...orkloadInstance_Delete_MaximumSet_Gen.json | 8 +- ...orkloadInstance_Delete_MinimumSet_Gen.json | 8 +- .../examples/WorkloadInstance_Get.json | 44 -- .../WorkloadInstance_Get_MaximumSet_Gen.json | 116 +++--- .../WorkloadInstance_Get_MinimumSet_Gen.json | 14 + .../examples/WorkloadInstance_List.json | 48 --- .../WorkloadInstance_List_MaximumSet_Gen.json | 116 +++--- .../WorkloadInstance_List_MinimumSet_Gen.json | 13 + ...stance_MigrateComplete_MaximumSet_Gen.json | 8 +- ...stance_MigrateComplete_MinimumSet_Gen.json | 8 +- ...Instance_StopReplicate_MaximumSet_Gen.json | 16 + ...Instance_StopReplicate_MinimumSet_Gen.json | 16 + .../2022-05-01-preview/migrateEngine.json | 388 +++++++++++++----- 110 files changed, 1867 insertions(+), 3126 deletions(-) delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectsOperationStatus_Get.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectsStatistics_Get.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Create.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Delete.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Get.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_List.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_ListBySubscription.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Update.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_MigrateComplete.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json diff --git a/package.json b/package.json index 6c6c9aeda9dc..9da85f814438 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "js-yaml": "^3.13.1", "json-schema-ref-parser": "^6.1.0", "mocha": "^9.1.2", - "prettier": "^2.1.2", + "prettier": "^2.7.1", "ts-node": "^10.1.0", "tslib": "^1.10.0", "typescript": "^3.5.3" diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get.json deleted file mode 100644 index 021a15a8b27b..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "deployedResourceName": "iisWorkload", - "api-version": "2022-05-01-preview" - }, - "responses": { - "200": { - "body": { - "properties": { - "resourcesDeployed": null, - "workloadDeploymentId": "15dec7ce-2514-4fa9-8d23-ef82aaeead54", - "displayName": "iisWorkload", - "context": null, - "status": null, - "type": "IISWorkload", - "healthErrors": null - }, - "id": null, - "name": "iisWorkload", - "type": "IISWorkload", - "systemData": { - "createdBy": null, - "createdByType": null, - "createdAt": "2022-05-10T19:29:42.338Z", - "lastModifiedBy": null, - "lastModifiedByType": null, - "lastModifiedAt": "2022-05-10T19:29:42.338Z" - }, - "tags": {} - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json index c3fd401470e1..59b702c498e6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "tlmjysdqlcnmigd", - "deployedResourceName": "cvpstlmwdprzt", + "modernizeProjectName": "mqynvssuvysfpairiobefssguehhr", + "deployedResourceName": "zqvgppiwqsrq", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,64 +11,69 @@ "body": { "properties": { "resourcesDeployed": [ - "pofnqpgxnftwbutkjpvr" + "afbwq" ], - "workloadDeploymentId": "15dec7ce-2514-4fa9-8d23-ef82aaeead54", - "displayName": "iisWorkload", - "context": "tseyoaskmyajkcibwsao", - "status": "tzl", - "type": "IISWorkload", + "workloadDeploymentId": "tlpykxxhakqtsecvktjwb", + "displayName": "xu", + "context": "eozqbmjnupoomzncrmmnr", + "status": "ahifcabixpisijptgpyuzy", + "type": "gvqkxpmttqeylyuxo", "healthErrors": [ { - "affectedResourceType": "qzgrph", + "affectedResourceType": "tbpnshdcu", "affectedResourceCorrelationIds": [ - "qrrvuomswialkxqggzqbpcyeehnhh" + "zgqkoygorlqulfffmmiu" ], "childErrors": [ { - "id": "zrit", - "code": "bfneradprxenzmzli", - "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", - "category": "pxqnfeop", - "severity": "zcciu", - "source": "mhkzkzva", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "dtlfcbfoqnwvq", + "code": "vkiwxgftvvmdmkgrzickbs", + "healthCategory": "ehaizprypdc", + "category": "ekrwplpbdyyt", + "severity": "kirbb", + "source": "qwmhlpbjjxaxpjlajaxbkdlzr", + "creationTime": "2022-11-08T05:52:11.663Z", "isCustomerResolvable": true, - "summary": "qpyviutpljiqp", - "message": "yopecmiw", - "causes": "akocawnjnidazigfc", - "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + "summary": "pqjw", + "message": "ytiroklaimyofkrijqprcpcl", + "causes": "tfnrgunvoxufffnqrewtyncscg", + "recommendation": "uxkoxxyqxlv" } ], - "id": "cnnbqvdmjckwon", - "code": "ywbufnxfydutksequeerqpgtsmywwx", - "healthCategory": "n", - "category": "nygfrqtgujjvjsezpkp", - "severity": "tyrhlaefbyfubmqedthzbfvcypv", - "source": "bwtldowikuze", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "xrtexfwhugyrvpzdjcptishmukh", + "code": "ce", + "healthCategory": "co", + "category": "biwabffbcbutcsjtvzkcwy", + "severity": "evaznkmtyhgbie", + "source": "svzsvjmbaldidyf", + "creationTime": "2022-11-08T05:52:11.664Z", "isCustomerResolvable": true, - "summary": "nffwfoqxbvoexzxufyzocbne", - "message": "rxuodcvdmkpjuyeyxwqa", - "causes": "o", - "recommendation": "buveaotwfonbhnwphdvkx" + "summary": "sflornhfqcarmqfrakaxv", + "message": "bwdrgnmsixooysf", + "causes": "tqklwfegpuvyrkotppjue", + "recommendation": "qjkytamozqdqkqrq" } ], - "deploymentTimestamp": "2022-09-27T11:32:26.112Z" + "deploymentTimestamp": "2022-11-08T05:52:11.664Z", + "customProperties": { + "instanceType": "IISAKSWorkloadDeployment" + } }, - "id": "iffef", - "name": "iisWorkload", - "type": "IISWorkload", + "id": "clzsrzxlkugkpvndsysgmmjvxxmpc", + "name": "zexufz", + "type": "wwctpfnypfgjcmedvnxgu", "systemData": { - "createdBy": "mkqiqdtoowdeglffy", - "createdByType": "orcujybd", - "createdAt": "2022-05-10T19:29:42.338Z", - "lastModifiedBy": "adouvzmrvumhirruzzkeqz", - "lastModifiedByType": "nmdvobllbalsspgmdtdl", - "lastModifiedAt": "2022-05-10T19:29:42.338Z" + "createdBy": "vxyoskcscf", + "createdByType": "cmhlvtuvwuktorsgtunphp", + "createdAt": "2022-11-08T05:52:11.664Z", + "lastModifiedBy": "tbvdv", + "lastModifiedByType": "keeemf", + "lastModifiedAt": "2022-11-08T05:52:11.664Z" }, - "tags": {} + "tags": { + "key9221": "ozinxcadmylukgwdholzhhruxbc" + } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json index a2eba86020da..df2be7ca7afb 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "nosjuzqxgouddmldz", - "deployedResourceName": "zyaoenytivmtdn", + "modernizeProjectName": "srewsvszgfidmtvpooggwc", + "deployedResourceName": "qkrdklzlvuqf", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List.json deleted file mode 100644 index fb5048e67596..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "api-version": "2022-05-01-preview" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "properties": { - "resourcesDeployed": null, - "workloadDeploymentId": "15dec7ce-2514-4fa9-8d23-ef82aaeead54", - "displayName": "iisWorkload", - "context": null, - "status": null, - "type": "IISWorkload", - "healthErrors": null - }, - "id": null, - "name": "iisWorkload", - "type": "IISWorkload", - "systemData": { - "createdBy": null, - "createdByType": null, - "createdAt": "2022-05-10T19:29:42.338Z", - "lastModifiedBy": null, - "lastModifiedByType": null, - "lastModifiedAt": "2022-05-10T19:29:42.338Z" - }, - "tags": {} - }, - { - "properties": { - "resourcesDeployed": null, - "workloadDeploymentId": "5d074944-8c9a-4e79-bc16-efe49c8cd77d", - "displayName": "iisWorkload1", - "context": null, - "status": null, - "type": "IISWorkload", - "healthErrors": null - }, - "id": null, - "name": "iisWorkload1", - "type": "IISWorkload", - "systemData": { - "createdBy": null, - "createdByType": null, - "createdAt": "2022-05-10T19:32:43.286Z", - "lastModifiedBy": null, - "lastModifiedByType": null, - "lastModifiedAt": "2022-05-10T19:32:43.286Z" - }, - "tags": {} - } - ], - "nextLink": null - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json index 6499dd902494..dc36e99c3ee6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "iat", + "modernizeProjectName": "ctjkfmqhnrkarxcowmr", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,128 +12,72 @@ { "properties": { "resourcesDeployed": [ - "salgrizybki" + "afbwq" ], - "workloadDeploymentId": "15dec7ce-2514-4fa9-8d23-ef82aaeead54", - "displayName": "iisWorkload", - "context": "x", - "status": "fgsbdeoesmfllm", - "type": "IISWorkload", + "workloadDeploymentId": "tlpykxxhakqtsecvktjwb", + "displayName": "xu", + "context": "eozqbmjnupoomzncrmmnr", + "status": "ahifcabixpisijptgpyuzy", + "type": "gvqkxpmttqeylyuxo", "healthErrors": [ { - "affectedResourceType": "qzgrph", + "affectedResourceType": "tbpnshdcu", "affectedResourceCorrelationIds": [ - "qrrvuomswialkxqggzqbpcyeehnhh" + "zgqkoygorlqulfffmmiu" ], "childErrors": [ { - "id": "zrit", - "code": "bfneradprxenzmzli", - "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", - "category": "pxqnfeop", - "severity": "zcciu", - "source": "mhkzkzva", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "dtlfcbfoqnwvq", + "code": "vkiwxgftvvmdmkgrzickbs", + "healthCategory": "ehaizprypdc", + "category": "ekrwplpbdyyt", + "severity": "kirbb", + "source": "qwmhlpbjjxaxpjlajaxbkdlzr", + "creationTime": "2022-11-08T05:52:11.663Z", "isCustomerResolvable": true, - "summary": "qpyviutpljiqp", - "message": "yopecmiw", - "causes": "akocawnjnidazigfc", - "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + "summary": "pqjw", + "message": "ytiroklaimyofkrijqprcpcl", + "causes": "tfnrgunvoxufffnqrewtyncscg", + "recommendation": "uxkoxxyqxlv" } ], - "id": "cnnbqvdmjckwon", - "code": "ywbufnxfydutksequeerqpgtsmywwx", - "healthCategory": "n", - "category": "nygfrqtgujjvjsezpkp", - "severity": "tyrhlaefbyfubmqedthzbfvcypv", - "source": "bwtldowikuze", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "xrtexfwhugyrvpzdjcptishmukh", + "code": "ce", + "healthCategory": "co", + "category": "biwabffbcbutcsjtvzkcwy", + "severity": "evaznkmtyhgbie", + "source": "svzsvjmbaldidyf", + "creationTime": "2022-11-08T05:52:11.664Z", "isCustomerResolvable": true, - "summary": "nffwfoqxbvoexzxufyzocbne", - "message": "rxuodcvdmkpjuyeyxwqa", - "causes": "o", - "recommendation": "buveaotwfonbhnwphdvkx" + "summary": "sflornhfqcarmqfrakaxv", + "message": "bwdrgnmsixooysf", + "causes": "tqklwfegpuvyrkotppjue", + "recommendation": "qjkytamozqdqkqrq" } ], - "deploymentTimestamp": "2022-09-27T11:32:26.112Z" + "deploymentTimestamp": "2022-11-08T05:52:11.664Z", + "customProperties": { + "instanceType": "IISAKSWorkloadDeployment" + } }, - "id": "dsdkquqwhk", - "name": "iisWorkload", - "type": "IISWorkload", + "id": "clzsrzxlkugkpvndsysgmmjvxxmpc", + "name": "zexufz", + "type": "wwctpfnypfgjcmedvnxgu", "systemData": { - "createdBy": "zmfuh", - "createdByType": "kafthqzvrnznaynefeicuyxjcpzu", - "createdAt": "2022-05-10T19:29:42.338Z", - "lastModifiedBy": "tunbmixphlanvqrjtmrxzzgubikx", - "lastModifiedByType": "otesqsdgnsuvvkgwdryjyfdlpxbx", - "lastModifiedAt": "2022-05-10T19:29:42.338Z" + "createdBy": "vxyoskcscf", + "createdByType": "cmhlvtuvwuktorsgtunphp", + "createdAt": "2022-11-08T05:52:11.664Z", + "lastModifiedBy": "tbvdv", + "lastModifiedByType": "keeemf", + "lastModifiedAt": "2022-11-08T05:52:11.664Z" }, - "tags": {} - }, - { - "properties": { - "resourcesDeployed": [ - "zkxlwmpqoha" - ], - "workloadDeploymentId": "5d074944-8c9a-4e79-bc16-efe49c8cd77d", - "displayName": "iisWorkload1", - "context": "nbkpdkmsqfzyorocjtdwdfd", - "status": "mgnzbypaajeivl", - "type": "IISWorkload", - "healthErrors": [ - { - "affectedResourceType": "qzgrph", - "affectedResourceCorrelationIds": [ - "qrrvuomswialkxqggzqbpcyeehnhh" - ], - "childErrors": [ - { - "id": "zrit", - "code": "bfneradprxenzmzli", - "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", - "category": "pxqnfeop", - "severity": "zcciu", - "source": "mhkzkzva", - "creationTime": "2022-09-27T11:32:26.111Z", - "isCustomerResolvable": true, - "summary": "qpyviutpljiqp", - "message": "yopecmiw", - "causes": "akocawnjnidazigfc", - "recommendation": "hifmblaiegikkbqoinkdifrbagwws" - } - ], - "id": "cnnbqvdmjckwon", - "code": "ywbufnxfydutksequeerqpgtsmywwx", - "healthCategory": "n", - "category": "nygfrqtgujjvjsezpkp", - "severity": "tyrhlaefbyfubmqedthzbfvcypv", - "source": "bwtldowikuze", - "creationTime": "2022-09-27T11:32:26.111Z", - "isCustomerResolvable": true, - "summary": "nffwfoqxbvoexzxufyzocbne", - "message": "rxuodcvdmkpjuyeyxwqa", - "causes": "o", - "recommendation": "buveaotwfonbhnwphdvkx" - } - ], - "deploymentTimestamp": "2022-09-27T11:32:26.113Z" - }, - "id": "farjvqw", - "name": "iisWorkload1", - "type": "IISWorkload", - "systemData": { - "createdBy": "aeorrbsazsgpsbcbtiqqyvjkbpkqet", - "createdByType": "iydjtzberuvwpetiixcvvgai", - "createdAt": "2022-05-10T19:32:43.286Z", - "lastModifiedBy": "lagu", - "lastModifiedByType": "rhzwfoclgfb", - "lastModifiedAt": "2022-05-10T19:32:43.286Z" - }, - "tags": {} + "tags": { + "key9221": "ozinxcadmylukgwdholzhhruxbc" + } } ], - "nextLink": "wnardjtptatvzfaqbyjo" + "nextLink": "dtvflrwdl" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json index 2a102f952ecd..0b00ffd585ab 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "eeorjbgkxwuvkiwhmzzraxkabg", + "modernizeProjectName": "zf", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,4 +10,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get.json deleted file mode 100644 index 88f835bc7b6e..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "agentName": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "operationId": "6318f6b9-2656-490c-a1fc-2a5956909112", - "api-version": "2022-05-01-preview" - }, - "responses": { - "200": { - "body": { - "id": "subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6318f6b9-2656-490c-a1fc-2a5956909112", - "name": "56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", - "status": "Succeeded", - "startTime": null, - "endTime": null - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json index 4f1c50f47039..46726de6237b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "aqixqmgm", - "agentName": "ctiuxuarcsxcneunrfk", - "operationId": "lzfcdarsusenujmzcmdehkfrjkki", + "modernizeProjectName": "twuetomrl", + "agentName": "otdupjryvwfwbytrszsryodxwfh", + "operationId": "dysce", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6318f6b9-2656-490c-a1fc-2a5956909112", - "name": "56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", - "status": "Succeeded", - "startTime": "chlwvqfuw", - "endTime": "l" + "id": "rsycyjobrcqljuzgwcbk", + "name": "ek", + "status": "kyhtkqhvffxbgiefjn", + "startTime": "vysrlmcwhkwernlhc", + "endTime": "bwuyizbufkijc" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json index 3562b5e10efe..1acbd7ab6b79 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "fntxmnegjyvnyaygnnwn", - "agentName": "wsyqgnkwayld", - "operationId": "dfifrjlcquyyw", + "modernizeProjectName": "oetqipbpoovllgjkerpxynsmvs", + "agentName": "ciogvyhasixcekuisipaswxmbhr", + "operationId": "pe", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,4 +12,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create.json deleted file mode 100644 index 2ba3757894db..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "agentName": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "api-version": "2022-05-01-preview", - "parameters": { - "properties": { - "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", - "machineName": "M1_name", - "authenticationIdentity": { - "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", - "applicationId": "C1", - "objectId": "O1", - "audience": "AUD1", - "aadAuthority": "AUT1" - }, - "customProperties": { - "instanceType": "TestFabricExtension" - } - }, - "tags": {} - } - }, - "responses": { - "201": { - "body": { - "properties": { - "correlationId": null, - "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", - "machineName": "M1_name", - "authenticationIdentity": { - "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", - "applicationId": "C1", - "objectId": "O1", - "audience": "AUD1", - "aadAuthority": "AUT1" - }, - "isResponsive": false, - "lastHeartbeat": "2022-05-10T10:58:01.266Z", - "versionNumber": null, - "provisioningState": "Canceled", - "healthErrors": null, - "customProperties": { - "instanceType": "TestFabricExtension" - } - }, - "id": null, - "name": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "type": null, - "systemData": null, - "tags": null - }, - "headers": { - "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/0c47930b-5f4c-4361-8de2-a44fa885ad70?api-version=2022-05-01-preview" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json index 869cbd500b08..938ee56063a4 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json @@ -1,27 +1,27 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ui", - "agentName": "alejjzgokifgnnqfafkhd", + "modernizeProjectName": "lwxomzhekx", + "agentName": "fzgmgnersboa", "api-version": "2022-05-01-preview", "body": { "properties": { - "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", - "machineName": "M1_name", + "machineId": "tdiqeyvperytcyobngrbunrupyog", + "machineName": "ogd", "authenticationIdentity": { - "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", - "applicationId": "C1", - "objectId": "O1", - "audience": "AUD1", - "aadAuthority": "AUT1" + "tenantId": "wqtrkwla", + "applicationId": "wykswnzweyqtjdrft", + "objectId": "dovdrgfx", + "audience": "robuo", + "aadAuthority": "mx" }, "customProperties": { - "instanceType": "TestFabricExtension" + "instanceType": "xpgyhqctvzayatz" } }, "tags": { - "key1185": "bdytzj" + "key6441": "wcpr" } } }, @@ -29,75 +29,75 @@ "201": { "body": { "properties": { - "correlationId": "ygmwcdpzzleexfwsztedburs", - "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", - "machineName": "M1_name", + "correlationId": "drdaxkgzbrnmvqjkfijsnd", + "machineId": "tdiqeyvperytcyobngrbunrupyog", + "machineName": "ogd", "authenticationIdentity": { - "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", - "applicationId": "C1", - "objectId": "O1", - "audience": "AUD1", - "aadAuthority": "AUT1" + "tenantId": "wqtrkwla", + "applicationId": "wykswnzweyqtjdrft", + "objectId": "dovdrgfx", + "audience": "robuo", + "aadAuthority": "mx" }, "isResponsive": true, - "lastHeartbeat": "2022-05-10T10:58:01.266Z", - "versionNumber": "ltgqndjaulonjbepcwclcv", + "lastHeartbeat": "2022-11-08T05:52:12.546Z", + "versionNumber": "jkwolgwzucmfjqomsw", "provisioningState": "Canceled", "healthErrors": [ { - "affectedResourceType": "qzgrph", + "affectedResourceType": "tbpnshdcu", "affectedResourceCorrelationIds": [ - "qrrvuomswialkxqggzqbpcyeehnhh" + "zgqkoygorlqulfffmmiu" ], "childErrors": [ { - "id": "zrit", - "code": "bfneradprxenzmzli", - "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", - "category": "pxqnfeop", - "severity": "zcciu", - "source": "mhkzkzva", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "dtlfcbfoqnwvq", + "code": "vkiwxgftvvmdmkgrzickbs", + "healthCategory": "ehaizprypdc", + "category": "ekrwplpbdyyt", + "severity": "kirbb", + "source": "qwmhlpbjjxaxpjlajaxbkdlzr", + "creationTime": "2022-11-08T05:52:11.663Z", "isCustomerResolvable": true, - "summary": "qpyviutpljiqp", - "message": "yopecmiw", - "causes": "akocawnjnidazigfc", - "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + "summary": "pqjw", + "message": "ytiroklaimyofkrijqprcpcl", + "causes": "tfnrgunvoxufffnqrewtyncscg", + "recommendation": "uxkoxxyqxlv" } ], - "id": "cnnbqvdmjckwon", - "code": "ywbufnxfydutksequeerqpgtsmywwx", - "healthCategory": "n", - "category": "nygfrqtgujjvjsezpkp", - "severity": "tyrhlaefbyfubmqedthzbfvcypv", - "source": "bwtldowikuze", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "xrtexfwhugyrvpzdjcptishmukh", + "code": "ce", + "healthCategory": "co", + "category": "biwabffbcbutcsjtvzkcwy", + "severity": "evaznkmtyhgbie", + "source": "svzsvjmbaldidyf", + "creationTime": "2022-11-08T05:52:11.664Z", "isCustomerResolvable": true, - "summary": "nffwfoqxbvoexzxufyzocbne", - "message": "rxuodcvdmkpjuyeyxwqa", - "causes": "o", - "recommendation": "buveaotwfonbhnwphdvkx" + "summary": "sflornhfqcarmqfrakaxv", + "message": "bwdrgnmsixooysf", + "causes": "tqklwfegpuvyrkotppjue", + "recommendation": "qjkytamozqdqkqrq" } ], "customProperties": { - "instanceType": "TestFabricExtension" + "instanceType": "xpgyhqctvzayatz" } }, - "id": "quzvieqmuptyhwhgjtykmejtjbl", - "name": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "type": "jvxhztjevbqgfviuwu", + "id": "qlavzbzykfaxag", + "name": "hlnjqicee", + "type": "vfpzad", "systemData": { - "createdBy": "tk", - "createdByType": "hyyjpeydrf", - "createdAt": "2022-09-27T11:32:26.113Z", - "lastModifiedBy": "fbzftyrqfmzukedrjl", - "lastModifiedByType": "s", - "lastModifiedAt": "2022-09-27T11:32:26.113Z" + "createdBy": "swewewvjjemyxcixgzadmjucxe", + "createdByType": "pobndziivmrmwhzd", + "createdAt": "2022-11-08T05:52:12.546Z", + "lastModifiedBy": "jorjjootwcizjxez", + "lastModifiedByType": "togxyz", + "lastModifiedAt": "2022-11-08T05:52:12.546Z" }, "tags": { - "key1185": "bdytzj" + "key6441": "wcpr" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json new file mode 100644 index 000000000000..a28ae08fd8a0 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json @@ -0,0 +1,14 @@ +{ + "parameters": { + "subscriptionId": "kkftzuipfmcpzedllvargxx", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "veihsjkthtancmlg", + "agentName": "cghwmfesunrsdqgbwljv", + "api-version": "2022-05-01-preview" + }, + "responses": { + "201": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete.json deleted file mode 100644 index 1efd41563b15..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "agentName": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "api-version": "2022-05-01-preview" - }, - "responses": { - "204": {}, - "202": { - "headers": { - "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6b9055d0-354d-4d2c-a233-b1f22c71638a?api-version=2022-05-01-preview&OperationType=Delete", - "Location": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6b9055d0-354d-4d2c-a233-b1f22c71638a?api-version=2022-05-01-preview&OperationType=Delete" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json index cd7639dab37c..013869c35d5c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "wddx", - "agentName": "cbnffdzuxgltzctzwvenuevuk", + "modernizeProjectName": "rgwgebpt", + "agentName": "wlgr", "api-version": "2022-05-01-preview" }, "responses": { @@ -14,4 +14,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json index 8d39e664dd34..c6200dff3e5f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "qjfbgwsqhfsnntmhplpv", - "agentName": "qeugnmmuqndw", + "modernizeProjectName": "orpmcfvzl", + "agentName": "ybb", "api-version": "2022-05-01-preview" }, "responses": { @@ -14,4 +14,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get.json deleted file mode 100644 index 84aaa3985796..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "agentName": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "api-version": "2022-05-01-preview" - }, - "responses": { - "200": { - "body": { - "properties": { - "correlationId": null, - "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", - "machineName": "M1_name", - "authenticationIdentity": { - "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", - "applicationId": "C1", - "objectId": "O1", - "audience": "AUD1", - "aadAuthority": "AUT1" - }, - "isResponsive": false, - "lastHeartbeat": "2022-05-10T10:58:01.266Z", - "versionNumber": null, - "provisioningState": "Canceled", - "healthErrors": null, - "customProperties": { - "instanceType": "TestFabricExtension" - } - }, - "id": null, - "name": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "type": null, - "systemData": null, - "tags": null - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json index 0c9b88003911..bc711a367b5e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json @@ -1,84 +1,84 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "rumxubwrlsqhwuvvebunh", - "agentName": "frvfddcltzczbmi", + "modernizeProjectName": "pkiyczyawvsgzujj", + "agentName": "dxmsrialindyqoa", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { "properties": { - "correlationId": "ygmwcdpzzleexfwsztedburs", - "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", - "machineName": "M1_name", + "correlationId": "drdaxkgzbrnmvqjkfijsnd", + "machineId": "tdiqeyvperytcyobngrbunrupyog", + "machineName": "ogd", "authenticationIdentity": { - "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", - "applicationId": "C1", - "objectId": "O1", - "audience": "AUD1", - "aadAuthority": "AUT1" + "tenantId": "wqtrkwla", + "applicationId": "wykswnzweyqtjdrft", + "objectId": "dovdrgfx", + "audience": "robuo", + "aadAuthority": "mx" }, "isResponsive": true, - "lastHeartbeat": "2022-05-10T10:58:01.266Z", - "versionNumber": "ltgqndjaulonjbepcwclcv", + "lastHeartbeat": "2022-11-08T05:52:12.546Z", + "versionNumber": "jkwolgwzucmfjqomsw", "provisioningState": "Canceled", "healthErrors": [ { - "affectedResourceType": "qzgrph", + "affectedResourceType": "tbpnshdcu", "affectedResourceCorrelationIds": [ - "qrrvuomswialkxqggzqbpcyeehnhh" + "zgqkoygorlqulfffmmiu" ], "childErrors": [ { - "id": "zrit", - "code": "bfneradprxenzmzli", - "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", - "category": "pxqnfeop", - "severity": "zcciu", - "source": "mhkzkzva", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "dtlfcbfoqnwvq", + "code": "vkiwxgftvvmdmkgrzickbs", + "healthCategory": "ehaizprypdc", + "category": "ekrwplpbdyyt", + "severity": "kirbb", + "source": "qwmhlpbjjxaxpjlajaxbkdlzr", + "creationTime": "2022-11-08T05:52:11.663Z", "isCustomerResolvable": true, - "summary": "qpyviutpljiqp", - "message": "yopecmiw", - "causes": "akocawnjnidazigfc", - "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + "summary": "pqjw", + "message": "ytiroklaimyofkrijqprcpcl", + "causes": "tfnrgunvoxufffnqrewtyncscg", + "recommendation": "uxkoxxyqxlv" } ], - "id": "cnnbqvdmjckwon", - "code": "ywbufnxfydutksequeerqpgtsmywwx", - "healthCategory": "n", - "category": "nygfrqtgujjvjsezpkp", - "severity": "tyrhlaefbyfubmqedthzbfvcypv", - "source": "bwtldowikuze", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "xrtexfwhugyrvpzdjcptishmukh", + "code": "ce", + "healthCategory": "co", + "category": "biwabffbcbutcsjtvzkcwy", + "severity": "evaznkmtyhgbie", + "source": "svzsvjmbaldidyf", + "creationTime": "2022-11-08T05:52:11.664Z", "isCustomerResolvable": true, - "summary": "nffwfoqxbvoexzxufyzocbne", - "message": "rxuodcvdmkpjuyeyxwqa", - "causes": "o", - "recommendation": "buveaotwfonbhnwphdvkx" + "summary": "sflornhfqcarmqfrakaxv", + "message": "bwdrgnmsixooysf", + "causes": "tqklwfegpuvyrkotppjue", + "recommendation": "qjkytamozqdqkqrq" } ], "customProperties": { - "instanceType": "TestFabricExtension" + "instanceType": "xpgyhqctvzayatz" } }, - "id": "quzvieqmuptyhwhgjtykmejtjbl", - "name": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "type": "jvxhztjevbqgfviuwu", + "id": "qlavzbzykfaxag", + "name": "hlnjqicee", + "type": "vfpzad", "systemData": { - "createdBy": "tk", - "createdByType": "hyyjpeydrf", - "createdAt": "2022-09-27T11:32:26.113Z", - "lastModifiedBy": "fbzftyrqfmzukedrjl", - "lastModifiedByType": "s", - "lastModifiedAt": "2022-09-27T11:32:26.113Z" + "createdBy": "swewewvjjemyxcixgzadmjucxe", + "createdByType": "pobndziivmrmwhzd", + "createdAt": "2022-11-08T05:52:12.546Z", + "lastModifiedBy": "jorjjootwcizjxez", + "lastModifiedByType": "togxyz", + "lastModifiedAt": "2022-11-08T05:52:12.546Z" }, "tags": { - "key1185": "bdytzj" + "key6441": "wcpr" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..8638e2226362 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json @@ -0,0 +1,14 @@ +{ + "parameters": { + "subscriptionId": "kkftzuipfmcpzedllvargxx", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "gagtsyouoqplankqbypcvpeb", + "agentName": "cjqpvkmazdjzpcsxbjkocdboodfaa", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List.json deleted file mode 100644 index 940584bfe7df..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "api-version": "2022-05-01-preview" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "properties": { - "correlationId": null, - "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", - "machineName": "M1_name", - "authenticationIdentity": { - "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", - "applicationId": "C1", - "objectId": "O1", - "audience": "AUD1", - "aadAuthority": "AUT1" - }, - "isResponsive": false, - "lastHeartbeat": "2022-05-10T10:58:01.266Z", - "versionNumber": null, - "provisioningState": "Succeeded", - "healthErrors": null, - "customProperties": { - "instanceType": "TestFabricExtension" - } - }, - "id": null, - "name": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "type": null, - "systemData": null, - "tags": null - }, - { - "properties": { - "correlationId": null, - "machineId": "M2-b08bc015-820f-47c1-9b78-e26f1a921533", - "machineName": "M2_name", - "authenticationIdentity": { - "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", - "applicationId": "C1", - "objectId": "O1", - "audience": "AUD1", - "aadAuthority": "AUT1" - }, - "isResponsive": false, - "lastHeartbeat": "2022-05-10T10:58:01.266Z", - "versionNumber": null, - "provisioningState": "Succeeded", - "healthErrors": null, - "customProperties": { - "instanceType": "TestFabricExtension" - } - }, - "id": null, - "name": "35a8344d-1365-4192-bbfc-e252a174ff4b", - "type": null, - "systemData": null, - "tags": null - } - ], - "nextLink": null - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json index 0f734c26cd8e..431416d752ae 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "rldnqdtjnqjen", + "modernizeProjectName": "mbwgfvxbfyktdvayuftc", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,149 +11,78 @@ "value": [ { "properties": { - "correlationId": "liuy", - "machineId": "M1-b08bc015-820f-47c1-9b78-e26f1a921533", - "machineName": "M1_name", + "correlationId": "drdaxkgzbrnmvqjkfijsnd", + "machineId": "tdiqeyvperytcyobngrbunrupyog", + "machineName": "ogd", "authenticationIdentity": { - "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", - "applicationId": "C1", - "objectId": "O1", - "audience": "AUD1", - "aadAuthority": "AUT1" + "tenantId": "wqtrkwla", + "applicationId": "wykswnzweyqtjdrft", + "objectId": "dovdrgfx", + "audience": "robuo", + "aadAuthority": "mx" }, "isResponsive": true, - "lastHeartbeat": "2022-05-10T10:58:01.266Z", - "versionNumber": "yvaskmhs", - "provisioningState": "Succeeded", + "lastHeartbeat": "2022-11-08T05:52:12.546Z", + "versionNumber": "jkwolgwzucmfjqomsw", + "provisioningState": "Canceled", "healthErrors": [ { - "affectedResourceType": "qzgrph", + "affectedResourceType": "tbpnshdcu", "affectedResourceCorrelationIds": [ - "qrrvuomswialkxqggzqbpcyeehnhh" + "zgqkoygorlqulfffmmiu" ], "childErrors": [ { - "id": "zrit", - "code": "bfneradprxenzmzli", - "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", - "category": "pxqnfeop", - "severity": "zcciu", - "source": "mhkzkzva", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "dtlfcbfoqnwvq", + "code": "vkiwxgftvvmdmkgrzickbs", + "healthCategory": "ehaizprypdc", + "category": "ekrwplpbdyyt", + "severity": "kirbb", + "source": "qwmhlpbjjxaxpjlajaxbkdlzr", + "creationTime": "2022-11-08T05:52:11.663Z", "isCustomerResolvable": true, - "summary": "qpyviutpljiqp", - "message": "yopecmiw", - "causes": "akocawnjnidazigfc", - "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + "summary": "pqjw", + "message": "ytiroklaimyofkrijqprcpcl", + "causes": "tfnrgunvoxufffnqrewtyncscg", + "recommendation": "uxkoxxyqxlv" } ], - "id": "cnnbqvdmjckwon", - "code": "ywbufnxfydutksequeerqpgtsmywwx", - "healthCategory": "n", - "category": "nygfrqtgujjvjsezpkp", - "severity": "tyrhlaefbyfubmqedthzbfvcypv", - "source": "bwtldowikuze", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "xrtexfwhugyrvpzdjcptishmukh", + "code": "ce", + "healthCategory": "co", + "category": "biwabffbcbutcsjtvzkcwy", + "severity": "evaznkmtyhgbie", + "source": "svzsvjmbaldidyf", + "creationTime": "2022-11-08T05:52:11.664Z", "isCustomerResolvable": true, - "summary": "nffwfoqxbvoexzxufyzocbne", - "message": "rxuodcvdmkpjuyeyxwqa", - "causes": "o", - "recommendation": "buveaotwfonbhnwphdvkx" + "summary": "sflornhfqcarmqfrakaxv", + "message": "bwdrgnmsixooysf", + "causes": "tqklwfegpuvyrkotppjue", + "recommendation": "qjkytamozqdqkqrq" } ], "customProperties": { - "instanceType": "TestFabricExtension" + "instanceType": "xpgyhqctvzayatz" } }, - "id": "qskhnrfyxdcnvlsi", - "name": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "type": "rv", + "id": "qlavzbzykfaxag", + "name": "hlnjqicee", + "type": "vfpzad", "systemData": { - "createdBy": "ftfnzftvxjblnqacwmghhmc", - "createdByType": "tndzpqwimupg", - "createdAt": "2022-09-27T11:32:26.114Z", - "lastModifiedBy": "blnvkqgdtdyhibmdjdti", - "lastModifiedByType": "penqw", - "lastModifiedAt": "2022-09-27T11:32:26.114Z" + "createdBy": "swewewvjjemyxcixgzadmjucxe", + "createdByType": "pobndziivmrmwhzd", + "createdAt": "2022-11-08T05:52:12.546Z", + "lastModifiedBy": "jorjjootwcizjxez", + "lastModifiedByType": "togxyz", + "lastModifiedAt": "2022-11-08T05:52:12.546Z" }, "tags": { - "key2918": "orugcoythgqpfx" - } - }, - { - "properties": { - "correlationId": "boongavximcbixlhkljlypvrilaw", - "machineId": "M2-b08bc015-820f-47c1-9b78-e26f1a921533", - "machineName": "M2_name", - "authenticationIdentity": { - "tenantId": "T1_CreateMigrat4f5dae2d-fe92-481b-9af6-b1283ca9a3bd", - "applicationId": "C1", - "objectId": "O1", - "audience": "AUD1", - "aadAuthority": "AUT1" - }, - "isResponsive": true, - "lastHeartbeat": "2022-05-10T10:58:01.266Z", - "versionNumber": "aajbgqu", - "provisioningState": "Succeeded", - "healthErrors": [ - { - "affectedResourceType": "qzgrph", - "affectedResourceCorrelationIds": [ - "qrrvuomswialkxqggzqbpcyeehnhh" - ], - "childErrors": [ - { - "id": "zrit", - "code": "bfneradprxenzmzli", - "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", - "category": "pxqnfeop", - "severity": "zcciu", - "source": "mhkzkzva", - "creationTime": "2022-09-27T11:32:26.111Z", - "isCustomerResolvable": true, - "summary": "qpyviutpljiqp", - "message": "yopecmiw", - "causes": "akocawnjnidazigfc", - "recommendation": "hifmblaiegikkbqoinkdifrbagwws" - } - ], - "id": "cnnbqvdmjckwon", - "code": "ywbufnxfydutksequeerqpgtsmywwx", - "healthCategory": "n", - "category": "nygfrqtgujjvjsezpkp", - "severity": "tyrhlaefbyfubmqedthzbfvcypv", - "source": "bwtldowikuze", - "creationTime": "2022-09-27T11:32:26.111Z", - "isCustomerResolvable": true, - "summary": "nffwfoqxbvoexzxufyzocbne", - "message": "rxuodcvdmkpjuyeyxwqa", - "causes": "o", - "recommendation": "buveaotwfonbhnwphdvkx" - } - ], - "customProperties": { - "instanceType": "TestFabricExtension" - } - }, - "id": "ibpqxdjrubeayp", - "name": "35a8344d-1365-4192-bbfc-e252a174ff4b", - "type": "idcrzmhwptjtpchuq", - "systemData": { - "createdBy": "gxvvnowtoqk", - "createdByType": "cnxrfnicehrynfdb", - "createdAt": "2022-09-27T11:32:26.114Z", - "lastModifiedBy": "ppdzzg", - "lastModifiedByType": "elvthgkxebfzjzdwmnu", - "lastModifiedAt": "2022-09-27T11:32:26.114Z" - }, - "tags": { - "key130": "fxaimtpjfbl" + "key6441": "wcpr" } } ], - "nextLink": "tldhdlwhbgbvv" + "nextLink": "jmnlzbvmizhygrznfuxa" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json new file mode 100644 index 000000000000..a979f22d980c --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "subscriptionId": "kkftzuipfmcpzedllvargxx", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "hidtoz", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh.json deleted file mode 100644 index 75033e9eb2a1..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "agentName": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "api-version": "2022-05-01-preview" - }, - "responses": { - "202": { - "headers": { - "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6318f6b9-2656-490c-a1fc-2a5956909112?api-version=2022-05-01-preview", - "Location": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6318f6b9-2656-490c-a1fc-2a5956909112?api-version=2022-05-01-preview" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json index e060963d207b..3f2b0920b346 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "piio", - "agentName": "nvvganckwxabuvbtychf", + "modernizeProjectName": "misyatcouafjsjqekcfgqxeipx", + "agentName": "rfdgbiabsxleoc", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json index 3a0bd66072e7..ec93649e7c5a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "vv", - "agentName": "ejpaipnntsyeeadkuscvewtjxo", + "modernizeProjectName": "ojkhlvmacigvaynxqinfuqaktg", + "agentName": "mkayyxmu", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json index cd942183856d..1f028a4b6e11 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "jqepxmgfejj", - "operationId": "gxuiaxworazmoymvwinxfoqrfg", - "OperationType": "habtjfzpuhbsdeobbxhddfm", + "modernizeProjectName": "bwylgyjzyjfsqrungdmigjtel", + "operationId": "aygmhqqk", + "OperationType": "jytaiclpdksq", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6318f6b9-2656-490c-a1fc-2a5956909112", - "name": "56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", - "status": "Succeeded", - "startTime": "chlwvqfuw", - "endTime": "l" + "id": "rsycyjobrcqljuzgwcbk", + "name": "ek", + "status": "kyhtkqhvffxbgiefjn", + "startTime": "vysrlmcwhkwernlhc", + "endTime": "bwuyizbufkijc" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json index b799c0f1006e..3e3953fd99ea 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "mxklyeuirgujrmsnxrpgo", - "operationId": "wszfgynjqtxkjmm", + "modernizeProjectName": "fygubqztksdbcdtafjsjoguwa", + "operationId": "ajzofvykoeamrdpxk", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json index f48d2a00cec4..6c36691c2def 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "xdeqiuzsmrclwhwwl", + "modernizeProjectName": "sv", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,131 +12,131 @@ "workloadDeploymentStatistics": { "healthErrors": [ { - "affectedResourceType": "qzgrph", + "affectedResourceType": "tbpnshdcu", "affectedResourceCorrelationIds": [ - "qrrvuomswialkxqggzqbpcyeehnhh" + "zgqkoygorlqulfffmmiu" ], "childErrors": [ { - "id": "zrit", - "code": "bfneradprxenzmzli", - "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", - "category": "pxqnfeop", - "severity": "zcciu", - "source": "mhkzkzva", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "dtlfcbfoqnwvq", + "code": "vkiwxgftvvmdmkgrzickbs", + "healthCategory": "ehaizprypdc", + "category": "ekrwplpbdyyt", + "severity": "kirbb", + "source": "qwmhlpbjjxaxpjlajaxbkdlzr", + "creationTime": "2022-11-08T05:52:11.663Z", "isCustomerResolvable": true, - "summary": "qpyviutpljiqp", - "message": "yopecmiw", - "causes": "akocawnjnidazigfc", - "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + "summary": "pqjw", + "message": "ytiroklaimyofkrijqprcpcl", + "causes": "tfnrgunvoxufffnqrewtyncscg", + "recommendation": "uxkoxxyqxlv" } ], - "id": "cnnbqvdmjckwon", - "code": "ywbufnxfydutksequeerqpgtsmywwx", - "healthCategory": "n", - "category": "nygfrqtgujjvjsezpkp", - "severity": "tyrhlaefbyfubmqedthzbfvcypv", - "source": "bwtldowikuze", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "xrtexfwhugyrvpzdjcptishmukh", + "code": "ce", + "healthCategory": "co", + "category": "biwabffbcbutcsjtvzkcwy", + "severity": "evaznkmtyhgbie", + "source": "svzsvjmbaldidyf", + "creationTime": "2022-11-08T05:52:11.664Z", "isCustomerResolvable": true, - "summary": "nffwfoqxbvoexzxufyzocbne", - "message": "rxuodcvdmkpjuyeyxwqa", - "causes": "o", - "recommendation": "buveaotwfonbhnwphdvkx" + "summary": "sflornhfqcarmqfrakaxv", + "message": "bwdrgnmsixooysf", + "causes": "tqklwfegpuvyrkotppjue", + "recommendation": "qjkytamozqdqkqrq" } ], - "count": 13, + "count": 2, "categorizedCounts": { - "key9704": 3 + "key4354": 1 } }, "jobStatistics": { - "count": 7, + "count": 26, "categorizedCounts": { - "key2928": 14 + "key6763": 27 } }, "workloadInstanceStatistics": { "healthErrors": [ { - "affectedResourceType": "qzgrph", + "affectedResourceType": "tbpnshdcu", "affectedResourceCorrelationIds": [ - "qrrvuomswialkxqggzqbpcyeehnhh" + "zgqkoygorlqulfffmmiu" ], "childErrors": [ { - "id": "zrit", - "code": "bfneradprxenzmzli", - "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", - "category": "pxqnfeop", - "severity": "zcciu", - "source": "mhkzkzva", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "dtlfcbfoqnwvq", + "code": "vkiwxgftvvmdmkgrzickbs", + "healthCategory": "ehaizprypdc", + "category": "ekrwplpbdyyt", + "severity": "kirbb", + "source": "qwmhlpbjjxaxpjlajaxbkdlzr", + "creationTime": "2022-11-08T05:52:11.663Z", "isCustomerResolvable": true, - "summary": "qpyviutpljiqp", - "message": "yopecmiw", - "causes": "akocawnjnidazigfc", - "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + "summary": "pqjw", + "message": "ytiroklaimyofkrijqprcpcl", + "causes": "tfnrgunvoxufffnqrewtyncscg", + "recommendation": "uxkoxxyqxlv" } ], - "id": "cnnbqvdmjckwon", - "code": "ywbufnxfydutksequeerqpgtsmywwx", - "healthCategory": "n", - "category": "nygfrqtgujjvjsezpkp", - "severity": "tyrhlaefbyfubmqedthzbfvcypv", - "source": "bwtldowikuze", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "xrtexfwhugyrvpzdjcptishmukh", + "code": "ce", + "healthCategory": "co", + "category": "biwabffbcbutcsjtvzkcwy", + "severity": "evaznkmtyhgbie", + "source": "svzsvjmbaldidyf", + "creationTime": "2022-11-08T05:52:11.664Z", "isCustomerResolvable": true, - "summary": "nffwfoqxbvoexzxufyzocbne", - "message": "rxuodcvdmkpjuyeyxwqa", - "causes": "o", - "recommendation": "buveaotwfonbhnwphdvkx" + "summary": "sflornhfqcarmqfrakaxv", + "message": "bwdrgnmsixooysf", + "causes": "tqklwfegpuvyrkotppjue", + "recommendation": "qjkytamozqdqkqrq" } ], - "count": 4, + "count": 27, "categorizedCounts": { - "key3591": 3 + "key8393": 16 } }, "modernizeProjectErrors": [ { - "affectedResourceType": "qzgrph", + "affectedResourceType": "tbpnshdcu", "affectedResourceCorrelationIds": [ - "qrrvuomswialkxqggzqbpcyeehnhh" + "zgqkoygorlqulfffmmiu" ], "childErrors": [ { - "id": "zrit", - "code": "bfneradprxenzmzli", - "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", - "category": "pxqnfeop", - "severity": "zcciu", - "source": "mhkzkzva", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "dtlfcbfoqnwvq", + "code": "vkiwxgftvvmdmkgrzickbs", + "healthCategory": "ehaizprypdc", + "category": "ekrwplpbdyyt", + "severity": "kirbb", + "source": "qwmhlpbjjxaxpjlajaxbkdlzr", + "creationTime": "2022-11-08T05:52:11.663Z", "isCustomerResolvable": true, - "summary": "qpyviutpljiqp", - "message": "yopecmiw", - "causes": "akocawnjnidazigfc", - "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + "summary": "pqjw", + "message": "ytiroklaimyofkrijqprcpcl", + "causes": "tfnrgunvoxufffnqrewtyncscg", + "recommendation": "uxkoxxyqxlv" } ], - "id": "cnnbqvdmjckwon", - "code": "ywbufnxfydutksequeerqpgtsmywwx", - "healthCategory": "n", - "category": "nygfrqtgujjvjsezpkp", - "severity": "tyrhlaefbyfubmqedthzbfvcypv", - "source": "bwtldowikuze", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "xrtexfwhugyrvpzdjcptishmukh", + "code": "ce", + "healthCategory": "co", + "category": "biwabffbcbutcsjtvzkcwy", + "severity": "evaznkmtyhgbie", + "source": "svzsvjmbaldidyf", + "creationTime": "2022-11-08T05:52:11.664Z", "isCustomerResolvable": true, - "summary": "nffwfoqxbvoexzxufyzocbne", - "message": "rxuodcvdmkpjuyeyxwqa", - "causes": "o", - "recommendation": "buveaotwfonbhnwphdvkx" + "summary": "sflornhfqcarmqfrakaxv", + "message": "bwdrgnmsixooysf", + "causes": "tqklwfegpuvyrkotppjue", + "recommendation": "qjkytamozqdqkqrq" } ] } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json index 2c34fc730dba..7f2680091f27 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "pdbbzblullzupcfsinl", + "modernizeProjectName": "vzcoucj", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,4 +10,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json index 6a2c67619a85..1f6ff695a148 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json @@ -1,74 +1,74 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "rtyhd", + "modernizeProjectName": "dka", "api-version": "2022-05-01-preview", "body": { - "location": "kuxcapvzjbswksw", + "location": "htepkulyudqgzepwoqkhjem", "properties": { "migrationConfiguration": { - "storageAccountResourceId": "ppqszbpnlmsytroadwukswmq", - "keyVaultResourceId": "rxnzjgwx", - "migrationSolutionResourceId": "gvwztxylsmsodgremngqzldpnq" + "storageAccountResourceId": "esycmoesqjjsetfmsifwhbdemfgcp", + "keyVaultResourceId": "alnsohxccidofmacgyz", + "migrationSolutionResourceId": "jobnouvwamwfvkzzzunykctzeyo" } }, "identity": { - "principalId": "tjzmzspf", - "tenantId": "jcwhujlqhbhnptaclxompa", + "principalId": "zi", + "tenantId": "gugsfywrioxeuofsyush", "type": "None", "userAssignedIdentities": { - "key6559": { - "principalId": "ufbuwqliv", - "clientId": "e" + "key402": { + "principalId": "myfrklmtmccnuwpvpgxwtxivhjuwv", + "clientId": "sxpolrilorgvqtuhlmakjengfqcl" } } }, "tags": { - "key7870": "gyb" + "key9254": "yayodehzmalr" } } }, "responses": { "201": { "body": { - "location": "kuxcapvzjbswksw", + "location": "htepkulyudqgzepwoqkhjem", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "wfzyetlkaxwsynsdhs", - "serviceEndpoint": "hfzll", + "serviceResourceId": "nofcaayzpdo", + "serviceEndpoint": "elcdeurazln", "migrationConfiguration": { - "storageAccountResourceId": "ppqszbpnlmsytroadwukswmq", - "keyVaultResourceId": "rxnzjgwx", - "migrationSolutionResourceId": "gvwztxylsmsodgremngqzldpnq" + "storageAccountResourceId": "esycmoesqjjsetfmsifwhbdemfgcp", + "keyVaultResourceId": "alnsohxccidofmacgyz", + "migrationSolutionResourceId": "jobnouvwamwfvkzzzunykctzeyo" } }, "identity": { - "principalId": "tjzmzspf", - "tenantId": "jcwhujlqhbhnptaclxompa", + "principalId": "zi", + "tenantId": "gugsfywrioxeuofsyush", "type": "None", "userAssignedIdentities": { - "key6559": { - "principalId": "ufbuwqliv", - "clientId": "e" + "key402": { + "principalId": "myfrklmtmccnuwpvpgxwtxivhjuwv", + "clientId": "sxpolrilorgvqtuhlmakjengfqcl" } } }, - "id": "yivjevbmctefyjgh", - "name": "zanfayqgaticrkocqyfh", - "type": "jvmodetxonhtcd", + "id": "lbohsc", + "name": "wlhtsikzpsmd", + "type": "fvjspvphpkuho", "systemData": { - "createdBy": "fsvllkncifpmbuzkmjhcvm", - "createdByType": "hj", - "createdAt": "2022-09-27T11:32:28.228Z", - "lastModifiedBy": "amibmvzwimuglcerlwkyrck", - "lastModifiedByType": "mzuoebqdgrnmaumjong", - "lastModifiedAt": "2022-09-27T11:32:28.228Z" + "createdBy": "j", + "createdByType": "qimhmddctyrymoejgeug", + "createdAt": "2022-11-08T05:52:14.537Z", + "lastModifiedBy": "fvirnrf", + "lastModifiedByType": "kvvbhrldj", + "lastModifiedAt": "2022-11-08T05:52:14.537Z" }, "tags": { - "key7870": "gyb" + "key9254": "yayodehzmalr" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json index a164cc0dcb52..1a0a5469151a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "qypsybemfgvhnqfdtykve", + "modernizeProjectName": "nytysjtfwihaet", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,4 +10,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json index 716a27304292..8f33712b7879 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "yblkeme", + "modernizeProjectName": "pnhod", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json index 083227d1c8b0..92bfe39a580f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ofwwlzzksflprwcbjhpwwlv", + "modernizeProjectName": "zpncjmj", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json index e3aa51b13afb..dc281f627724 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json @@ -1,50 +1,50 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "tmyodbfweucyuddbhfjkeowmife", + "modernizeProjectName": "elogecwiuiyjrwkmkxvkltq", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "location": "kuxcapvzjbswksw", + "location": "htepkulyudqgzepwoqkhjem", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "wfzyetlkaxwsynsdhs", - "serviceEndpoint": "hfzll", + "serviceResourceId": "nofcaayzpdo", + "serviceEndpoint": "elcdeurazln", "migrationConfiguration": { - "storageAccountResourceId": "ppqszbpnlmsytroadwukswmq", - "keyVaultResourceId": "rxnzjgwx", - "migrationSolutionResourceId": "gvwztxylsmsodgremngqzldpnq" + "storageAccountResourceId": "esycmoesqjjsetfmsifwhbdemfgcp", + "keyVaultResourceId": "alnsohxccidofmacgyz", + "migrationSolutionResourceId": "jobnouvwamwfvkzzzunykctzeyo" } }, "identity": { - "principalId": "tjzmzspf", - "tenantId": "jcwhujlqhbhnptaclxompa", + "principalId": "zi", + "tenantId": "gugsfywrioxeuofsyush", "type": "None", "userAssignedIdentities": { - "key6559": { - "principalId": "ufbuwqliv", - "clientId": "e" + "key402": { + "principalId": "myfrklmtmccnuwpvpgxwtxivhjuwv", + "clientId": "sxpolrilorgvqtuhlmakjengfqcl" } } }, - "id": "yivjevbmctefyjgh", - "name": "zanfayqgaticrkocqyfh", - "type": "jvmodetxonhtcd", + "id": "lbohsc", + "name": "wlhtsikzpsmd", + "type": "fvjspvphpkuho", "systemData": { - "createdBy": "fsvllkncifpmbuzkmjhcvm", - "createdByType": "hj", - "createdAt": "2022-09-27T11:32:28.228Z", - "lastModifiedBy": "amibmvzwimuglcerlwkyrck", - "lastModifiedByType": "mzuoebqdgrnmaumjong", - "lastModifiedAt": "2022-09-27T11:32:28.228Z" + "createdBy": "j", + "createdByType": "qimhmddctyrymoejgeug", + "createdAt": "2022-11-08T05:52:14.537Z", + "lastModifiedBy": "fvirnrf", + "lastModifiedByType": "kvvbhrldj", + "lastModifiedAt": "2022-11-08T05:52:14.537Z" }, "tags": { - "key7870": "gyb" + "key9254": "yayodehzmalr" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json index b9393c22b3e1..4b44e2f210b7 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "okfjslrspdvuarejfwvznamm", + "modernizeProjectName": "qdafuvprwktddnnstlzgxwsijos", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,4 +10,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json index d24c5097345c..3df87549d6ad 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json @@ -1,7 +1,7 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "continuationToken": "fimr", + "subscriptionId": "kkftzuipfmcpzedllvargxx", + "continuationToken": "seisqpgzsunnavfvol", "api-version": "2022-05-01-preview" }, "responses": { @@ -9,46 +9,46 @@ "body": { "value": [ { - "location": "kuxcapvzjbswksw", + "location": "htepkulyudqgzepwoqkhjem", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "wfzyetlkaxwsynsdhs", - "serviceEndpoint": "hfzll", + "serviceResourceId": "nofcaayzpdo", + "serviceEndpoint": "elcdeurazln", "migrationConfiguration": { - "storageAccountResourceId": "ppqszbpnlmsytroadwukswmq", - "keyVaultResourceId": "rxnzjgwx", - "migrationSolutionResourceId": "gvwztxylsmsodgremngqzldpnq" + "storageAccountResourceId": "esycmoesqjjsetfmsifwhbdemfgcp", + "keyVaultResourceId": "alnsohxccidofmacgyz", + "migrationSolutionResourceId": "jobnouvwamwfvkzzzunykctzeyo" } }, "identity": { - "principalId": "tjzmzspf", - "tenantId": "jcwhujlqhbhnptaclxompa", + "principalId": "zi", + "tenantId": "gugsfywrioxeuofsyush", "type": "None", "userAssignedIdentities": { - "key6559": { - "principalId": "ufbuwqliv", - "clientId": "e" + "key402": { + "principalId": "myfrklmtmccnuwpvpgxwtxivhjuwv", + "clientId": "sxpolrilorgvqtuhlmakjengfqcl" } } }, - "id": "yivjevbmctefyjgh", - "name": "zanfayqgaticrkocqyfh", - "type": "jvmodetxonhtcd", + "id": "lbohsc", + "name": "wlhtsikzpsmd", + "type": "fvjspvphpkuho", "systemData": { - "createdBy": "fsvllkncifpmbuzkmjhcvm", - "createdByType": "hj", - "createdAt": "2022-09-27T11:32:28.228Z", - "lastModifiedBy": "amibmvzwimuglcerlwkyrck", - "lastModifiedByType": "mzuoebqdgrnmaumjong", - "lastModifiedAt": "2022-09-27T11:32:28.228Z" + "createdBy": "j", + "createdByType": "qimhmddctyrymoejgeug", + "createdAt": "2022-11-08T05:52:14.537Z", + "lastModifiedBy": "fvirnrf", + "lastModifiedByType": "kvvbhrldj", + "lastModifiedAt": "2022-11-08T05:52:14.537Z" }, "tags": { - "key7870": "gyb" + "key9254": "yayodehzmalr" } } ], - "nextLink": "jlocjwqhhsvnaxwmmolykbtn" + "nextLink": "gbomzbtnrktnkxhmgwaqneygeoa" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json index 9599ccc753a9..eeb246cb3133 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "api-version": "2022-05-01-preview" }, "responses": { @@ -8,4 +8,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json index 047e47372810..8627a93ed9df 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "continuationToken": "ip", + "continuationToken": "kbrpkfteabtwwbwqzskhflikjtbpg", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,46 +10,46 @@ "body": { "value": [ { - "location": "kuxcapvzjbswksw", + "location": "htepkulyudqgzepwoqkhjem", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "wfzyetlkaxwsynsdhs", - "serviceEndpoint": "hfzll", + "serviceResourceId": "nofcaayzpdo", + "serviceEndpoint": "elcdeurazln", "migrationConfiguration": { - "storageAccountResourceId": "ppqszbpnlmsytroadwukswmq", - "keyVaultResourceId": "rxnzjgwx", - "migrationSolutionResourceId": "gvwztxylsmsodgremngqzldpnq" + "storageAccountResourceId": "esycmoesqjjsetfmsifwhbdemfgcp", + "keyVaultResourceId": "alnsohxccidofmacgyz", + "migrationSolutionResourceId": "jobnouvwamwfvkzzzunykctzeyo" } }, "identity": { - "principalId": "tjzmzspf", - "tenantId": "jcwhujlqhbhnptaclxompa", + "principalId": "zi", + "tenantId": "gugsfywrioxeuofsyush", "type": "None", "userAssignedIdentities": { - "key6559": { - "principalId": "ufbuwqliv", - "clientId": "e" + "key402": { + "principalId": "myfrklmtmccnuwpvpgxwtxivhjuwv", + "clientId": "sxpolrilorgvqtuhlmakjengfqcl" } } }, - "id": "yivjevbmctefyjgh", - "name": "zanfayqgaticrkocqyfh", - "type": "jvmodetxonhtcd", + "id": "lbohsc", + "name": "wlhtsikzpsmd", + "type": "fvjspvphpkuho", "systemData": { - "createdBy": "fsvllkncifpmbuzkmjhcvm", - "createdByType": "hj", - "createdAt": "2022-09-27T11:32:28.228Z", - "lastModifiedBy": "amibmvzwimuglcerlwkyrck", - "lastModifiedByType": "mzuoebqdgrnmaumjong", - "lastModifiedAt": "2022-09-27T11:32:28.228Z" + "createdBy": "j", + "createdByType": "qimhmddctyrymoejgeug", + "createdAt": "2022-11-08T05:52:14.537Z", + "lastModifiedBy": "fvirnrf", + "lastModifiedByType": "kvvbhrldj", + "lastModifiedAt": "2022-11-08T05:52:14.537Z" }, "tags": { - "key7870": "gyb" + "key9254": "yayodehzmalr" } } ], - "nextLink": "jlocjwqhhsvnaxwmmolykbtn" + "nextLink": "gbomzbtnrktnkxhmgwaqneygeoa" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json index 3f1e3ac78c2d..879a35fadf5f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", "api-version": "2022-05-01-preview" }, @@ -9,4 +9,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json index 21fc0f0e8c89..e5f0956b5e6e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json @@ -1,12 +1,12 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "cjbkzhsictrfnisqxjt", + "modernizeProjectName": "ek", "api-version": "2022-05-01-preview", "body": { "tags": { - "key601": "bgajdpvywlpzihxc" + "key5289": "fzrpyqrfhymnmxcuownczsayqhrdg" } } }, @@ -16,43 +16,43 @@ "location": "https://contoso.com/operationstatus" }, "body": { - "location": "kuxcapvzjbswksw", + "location": "htepkulyudqgzepwoqkhjem", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "wfzyetlkaxwsynsdhs", - "serviceEndpoint": "hfzll", + "serviceResourceId": "nofcaayzpdo", + "serviceEndpoint": "elcdeurazln", "migrationConfiguration": { - "storageAccountResourceId": "ppqszbpnlmsytroadwukswmq", - "keyVaultResourceId": "rxnzjgwx", - "migrationSolutionResourceId": "gvwztxylsmsodgremngqzldpnq" + "storageAccountResourceId": "esycmoesqjjsetfmsifwhbdemfgcp", + "keyVaultResourceId": "alnsohxccidofmacgyz", + "migrationSolutionResourceId": "jobnouvwamwfvkzzzunykctzeyo" } }, "identity": { - "principalId": "tjzmzspf", - "tenantId": "jcwhujlqhbhnptaclxompa", + "principalId": "zi", + "tenantId": "gugsfywrioxeuofsyush", "type": "None", "userAssignedIdentities": { - "key6559": { - "principalId": "ufbuwqliv", - "clientId": "e" + "key402": { + "principalId": "myfrklmtmccnuwpvpgxwtxivhjuwv", + "clientId": "sxpolrilorgvqtuhlmakjengfqcl" } } }, - "id": "yivjevbmctefyjgh", - "name": "zanfayqgaticrkocqyfh", - "type": "jvmodetxonhtcd", + "id": "lbohsc", + "name": "wlhtsikzpsmd", + "type": "fvjspvphpkuho", "systemData": { - "createdBy": "fsvllkncifpmbuzkmjhcvm", - "createdByType": "hj", - "createdAt": "2022-09-27T11:32:28.228Z", - "lastModifiedBy": "amibmvzwimuglcerlwkyrck", - "lastModifiedByType": "mzuoebqdgrnmaumjong", - "lastModifiedAt": "2022-09-27T11:32:28.228Z" + "createdBy": "j", + "createdByType": "qimhmddctyrymoejgeug", + "createdAt": "2022-11-08T05:52:14.537Z", + "lastModifiedBy": "fvirnrf", + "lastModifiedByType": "kvvbhrldj", + "lastModifiedAt": "2022-11-08T05:52:14.537Z" }, "tags": { - "key7870": "gyb" + "key9254": "yayodehzmalr" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json index 5a3bd9208209..3b0da2d89706 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "tryvl", + "modernizeProjectName": "zkpqlvt", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectsOperationStatus_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectsOperationStatus_Get.json deleted file mode 100644 index a1197455051f..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectsOperationStatus_Get.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "operationId": "56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", - "operationType": "Delete", - "api-version": "2022-05-01-preview" - }, - "responses": { - "200": { - "body": { - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", - "name": "56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", - "status": "Succeeded", - "startTime": null, - "endTime": null - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectsStatistics_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectsStatistics_Get.json deleted file mode 100644 index a61a94afc1bb..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectsStatistics_Get.json +++ /dev/null @@ -1,136 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "api-version": "2022-05-01-preview" - }, - "responses": { - "200": { - "body": { - "properties": { - "workloadDeploymentStatistics": { - "healthErrors": [ - { - "affectedResourceType": null, - "affectedResourceCorrelationIds": [ - null - ], - "childErrors": [ - { - "code": null, - "healthCategory": null, - "category": null, - "severity": null, - "source": null, - "creationTime": "2022-05-06T19:41:03.854Z", - "isCustomerResolvable": true, - "summary": null, - "message": null, - "causes": null, - "recommendation": null - } - ], - "code": null, - "healthCategory": null, - "category": null, - "severity": null, - "source": null, - "creationTime": "2022-05-06T19:41:03.854Z", - "isCustomerResolvable": true, - "summary": null, - "message": null, - "causes": null, - "recommendation": null - } - ], - "count": 0, - "categorizedCounts": { - "additionalProp1": 0, - "additionalProp2": 0, - "additionalProp3": 0 - } - }, - "jobStatistics": { - "count": 0, - "categorizedCounts": { - "additionalProp1": 0, - "additionalProp2": 0, - "additionalProp3": 0 - } - }, - "workloadInstanceStatistics": { - "healthErrors": [ - { - "affectedResourceType": null, - "affectedResourceCorrelationIds": [ - null - ], - "childErrors": [ - { - "code": null, - "healthCategory": null, - "category": null, - "severity": null, - "source": null, - "creationTime": "2022-05-06T19:41:03.854Z", - "isCustomerResolvable": true, - "summary": null, - "message": null, - "causes": null, - "recommendation": null - } - ], - "code": null, - "healthCategory": null, - "category": null, - "severity": null, - "source": null, - "creationTime": "2022-05-06T19:41:03.854Z", - "isCustomerResolvable": true, - "summary": null, - "message": null, - "causes": null, - "recommendation": null - } - ] - }, - "modernizeProjectErrors": [ - { - "affectedResourceType": null, - "affectedResourceCorrelationIds": [ - null - ], - "childErrors": [ - { - "code": null, - "healthCategory": null, - "category": null, - "severity": null, - "source": null, - "creationTime": "2022-05-06T19:41:03.854Z", - "isCustomerResolvable": true, - "summary": null, - "message": null, - "causes": null, - "recommendation": null - } - ], - "code": null, - "healthCategory": null, - "category": null, - "severity": null, - "source": null, - "creationTime": "2022-05-06T19:41:03.854Z", - "isCustomerResolvable": true, - "summary": null, - "message": null, - "causes": null, - "recommendation": null - } - ] - } - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Create.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Create.json deleted file mode 100644 index c51489cead28..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Create.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "api-version": "2022-05-01-preview", - "parameters": { - "location": "southeastasia", - "properties": { - "migrationConfiguration": { - "storageAccountResourceId": "amesa", - "keyVaultResourceId": "amekv", - "migrationSolutionResourceId": "migrateSln" - } - }, - "tags": {} - } - }, - "responses": { - "201": { - "body": { - "location": "southeastasia", - "properties": { - "provisioningState": "Creating", - "serviceResourceId": null, - "serviceEndpoint": null, - "migrationConfiguration": { - "storageAccountResourceId": "amesa", - "keyVaultResourceId": "amekv", - "migrationSolutionResourceId": "migrateSln", - "linkedAgents": null - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1", - "name": "datacenter1", - "type": "Microsoft.Migrate/modernizeProjects", - "systemData": null, - "tags": {} - }, - "headers": { - "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Delete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Delete.json deleted file mode 100644 index 135e798ea4b2..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Delete.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "api-version": "2022-05-01-preview" - }, - "responses": { - "204": {}, - "202": { - "headers": { - "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview&OperationType=Delete", - "Location": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview&OperationType=Delete" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Get.json deleted file mode 100644 index 61f0ab9b60f7..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Get.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "api-version": "2022-05-01-preview" - }, - "responses": { - "200": { - "body": { - "location": "southeastasia", - "properties": { - "provisioningState": "Succeeded", - "serviceResourceId": "12cad00a-bde4-4e4f-be92-850901bda1fc", - "serviceEndpoint": null, - "migrationConfiguration": { - "storageAccountResourceId": null, - "keyVaultResourceId": null, - "migrationSolutionResourceId": null, - "linkedAgents": null - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1", - "name": "datacenter1", - "type": "Microsoft.Migrate/modernizeProjects", - "systemData": null, - "tags": {} - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_List.json deleted file mode 100644 index f6f4adc343fa..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_List.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "continuationToken": "", - "api-version": "2022-05-01-preview" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "location": "Central India", - "properties": { - "provisioningState": "Succeeded", - "serviceResourceId": "d1007b59-3b95-4749-808d-9d3bedea0e54", - "serviceEndpoint": null, - "migrationConfiguration": { - "storageAccountResourceId": null, - "keyVaultResourceId": null, - "migrationSolutionResourceId": null, - "linkedAgents": null - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/AMEDEV-RG/providers/Microsoft.Migrate/modernizeProjects/CreateMigrat-5a1bf7cb-aedd-4599-a64b-6c09ce0f243f", - "name": "CreateMigrat-5a1bf7cb-aedd-4599-a64b-6c09ce0f243f", - "type": "Microsoft.Migrate/modernizeProjects", - "systemData": { - "createdBy": null, - "createdByType": null, - "createdAt": null, - "lastModifiedBy": null, - "lastModifiedByType": null, - "lastModifiedAt": null - }, - "tags": { - "amemodernizeProject": "In use by AME" - } - }, - { - "location": "Central India", - "properties": { - "provisioningState": "Succeeded", - "serviceResourceId": "8e8558a1-7ba6-48b1-8c53-99140425e676", - "serviceEndpoint": null, - "migrationConfiguration": { - "storageAccountResourceId": null, - "keyVaultResourceId": null, - "migrationSolutionResourceId": null, - "linkedAgents": null - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/AMEDEV-RG/providers/Microsoft.Migrate/modernizeProjects/ListMigrateDcb640792-655c-411c-b272-d83580af2717", - "name": "ListMigrateDcb640792-655c-411c-b272-d83580af2717", - "type": "Microsoft.Migrate/modernizeProjects", - "systemData": { - "createdBy": null, - "createdByType": null, - "createdAt": null, - "lastModifiedBy": null, - "lastModifiedByType": null, - "lastModifiedAt": null - }, - "tags": { - "amemodernizeProject": "In use by AME" - } - } - ], - "nextLink": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/providers/Microsoft.Migrate/modernizeProjects?api-version=2022-05-01-preview&continuationToken=%5b%7b%22token%22%3a%22%2bRID%3a%7eYqFcALBLOYyYAwAAAAAAAA%3d%3d%23RT%3a1%23TRC%3a300%23ISV%3a2%23IEO%3a65567%23FPC%3aAgEAAABMAJ8DABFAjxkBuJkBuswA2ZgB5DHDgw88vABgf2YEIJcZFcCgzQwE8Jg%2fgJ0ZIB0zPDy8AF1mAHA%2fM%2bBHRRYebGYE0GMG8DIAfpkBesw%3d%22%2c%22range%22%3a%7b%22min%22%3a%22%22%2c%22max%22%3a%22FF%22%7d%7d%5d" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_ListBySubscription.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_ListBySubscription.json deleted file mode 100644 index f85d8c8f8e58..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_ListBySubscription.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "AMEDEV-RG", - "continuationToken": "", - "api-version": "2022-05-01-preview" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "location": "Central India", - "properties": { - "provisioningState": "Succeeded", - "serviceResourceId": "d1007b59-3b95-4749-808d-9d3bedea0e54", - "serviceEndpoint": null, - "migrationConfiguration": { - "storageAccountResourceId": null, - "keyVaultResourceId": null, - "migrationSolutionResourceId": null, - "linkedAgents": null - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/AMEDEV-RG/providers/Microsoft.Migrate/modernizeProjects/CreateMigrat-5a1bf7cb-aedd-4599-a64b-6c09ce0f243f", - "name": "CreateMigrat-5a1bf7cb-aedd-4599-a64b-6c09ce0f243f", - "type": "Microsoft.Migrate/modernizeProjects", - "systemData": { - "createdBy": null, - "createdByType": null, - "createdAt": null, - "lastModifiedBy": null, - "lastModifiedByType": null, - "lastModifiedAt": null - }, - "tags": { - "amemodernizeProject": "In use by AME" - } - }, - { - "location": "Central India", - "properties": { - "provisioningState": "Succeeded", - "serviceResourceId": "8e8558a1-7ba6-48b1-8c53-99140425e676", - "serviceEndpoint": null, - "migrationConfiguration": { - "storageAccountResourceId": null, - "keyVaultResourceId": null, - "migrationSolutionResourceId": null, - "linkedAgents": null - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/AMEDEV-RG/providers/Microsoft.Migrate/modernizeProjects/ListMigrateDcb640792-655c-411c-b272-d83580af2717", - "name": "ListMigrateDcb640792-655c-411c-b272-d83580af2717", - "type": "Microsoft.Migrate/modernizeProjects", - "systemData": { - "createdBy": null, - "createdByType": null, - "createdAt": null, - "lastModifiedBy": null, - "lastModifiedByType": null, - "lastModifiedAt": null - }, - "tags": { - "amemodernizeProject": "In use by AME" - } - } - ], - "nextLink": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/providers/Microsoft.Migrate/modernizeProjects?api-version=2022-05-01-preview&continuationToken=%5b%7b%22token%22%3a%22%2bRID%3a%7eYqFcALBLOYyYAwAAAAAAAA%3d%3d%23RT%3a1%23TRC%3a300%23ISV%3a2%23IEO%3a65567%23FPC%3aAgEAAABMAJ8DABFAjxkBuJkBuswA2ZgB5DHDgw88vABgf2YEIJcZFcCgzQwE8Jg%2fgJ0ZIB0zPDy8AF1mAHA%2fM%2bBHRRYebGYE0GMG8DIAfpkBesw%3d%22%2c%22range%22%3a%7b%22min%22%3a%22%22%2c%22max%22%3a%22FF%22%7d%7d%5d" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Update.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Update.json deleted file mode 100644 index 0d05a4391f9a..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjects_Update.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "api-version": "2022-05-01-preview", - "parameters": { - "tags": { - "newTag": "newTagValue" - } - } - }, - "responses": { - "202": { - "body": { - "location": "southeastasia", - "properties": { - "provisioningState": "Updating", - "serviceResourceId": null, - "serviceEndpoint": null, - "migrationConfiguration": { - "storageAccountResourceId": "amesa", - "keyVaultResourceId": "amekv", - "migrationSolutionResourceId": "migrateSln", - "linkedAgents": null - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1", - "name": "datacenter1", - "type": "Microsoft.Migrate/modernizeProjects", - "systemData": null, - "tags": { - "newTag": "newTagValue" - } - }, - "headers": { - "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List.json deleted file mode 100644 index 284399436ab8..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "parameters": { - "api-version": "2020-05-01" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "name": "Read", - "display": { - "provider": "Microsoft.Migrate", - "resource": "Microsoft.Migrate/migrateProjects", - "operation": "Read", - "description": "Reads a project" - }, - "origin": "user,system" - }, - { - "name": "Write", - "display": { - "provider": "Microsoft.Migrate", - "resource": "Microsoft.Migrate/migrateProjects", - "operation": "Write", - "description": "Creates or updates a project" - }, - "origin": "user,system" - } - ] - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get.json deleted file mode 100644 index 63b447534dd1..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter2", - "operationId": "1e308341-ad5f-490c-bb6c-fb19b39c6710", - "workflowName": "AddOrUpdateModernizeProjectsWorkflow", - "api-version": "2022-05-01-preview" - }, - "responses": { - "200": { - "body": { - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter2/jobs/AddOrUpdateModernizeProjectsWorkflow/operations/1e308341-ad5f-490c-bb6c-fb19b39c6710", - "name": "1e308341-ad5f-490c-bb6c-fb19b39c6710", - "status": "Succeeded", - "startTime": "2022-05-06T20:02:29.7628343Z", - "endTime": "2022-05-06T20:02:33.0000000Z" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json index b53369755beb..ed2154b06227 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ymyayufqgkcvvelhyhmihfo", - "workflowName": "hqvuhpwamleycw", - "operationId": "lfbwlptmerjzwbxbulzov", + "modernizeProjectName": "frdp", + "workflowName": "nirxrwtoulkoewtai", + "operationId": "gkakagtxahjwachirqrmiozdya", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6318f6b9-2656-490c-a1fc-2a5956909112", - "name": "56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", - "status": "Succeeded", - "startTime": "chlwvqfuw", - "endTime": "l" + "id": "rsycyjobrcqljuzgwcbk", + "name": "ek", + "status": "kyhtkqhvffxbgiefjn", + "startTime": "vysrlmcwhkwernlhc", + "endTime": "bwuyizbufkijc" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json index 8930a3924d1e..e83a821a1596 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "zywkbjjdppqz", - "workflowName": "wptyunqi", - "operationId": "b", + "modernizeProjectName": "uojkdrfdbtfgfudwfnxsyogjmkh", + "workflowName": "rqnzeqligynh", + "operationId": "gzddfbkxohyfgtydh", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,4 +12,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get.json deleted file mode 100644 index f050490463b2..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "workflowName": "AddOrUpdateModernizeProjectsWorkflow", - "api-version": "2022-05-01-preview" - }, - "responses": { - "200": { - "body": { - "properties": { - "displayName": "AddOrUpdateModernizeProjects", - "state": "Pending", - "startTime": "2022-05-10T19:52:16.636Z", - "endTime": "2022-05-10T19:52:16.636Z", - "objectId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1", - "objectName": "datacenter1", - "objectInternalId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1", - "objectInternalName": "datacenter1", - "objectType": "ModernizeProjects", - "workloadInstanceProviderId": "629a2b32-76af-482d-aa14-7d663356e4bd", - "workloadDeploymentProviderId": "0bf53161-5f12-4fd2-8ba4-37663039db37", - "allowedActions": [ - "Add", - "Update" - ], - "activityId": "string", - "tasks": [ - { - "taskName": "AddOrUpdateModernizeProjectsTask", - "state": "Pending", - "startTime": "2022-05-10T19:52:16.636Z", - "endTime": "2022-05-10T19:52:16.636Z", - "customProperties": { - "instanceType": "IISWorkload" - } - } - ], - "errors": null, - "customProperties": { - "instanceType": "SampleWorkflow", - "affectedObjectDetails": null - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/jobs/AddOrUpdateModernizeProjectsWorkflow", - "name": "AddOrUpdateModernizeProjectsWorkflow", - "type": null, - "systemData": null, - "tags": null - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json index be2aaec7d55e..f71b58a6cd7c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json @@ -1,77 +1,76 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ezz", - "workflowName": "r", + "modernizeProjectName": "rfjuugleafrqdyitbfharhzi", + "workflowName": "lx", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { "properties": { - "displayName": "AddOrUpdateModernizeProjects", + "displayName": "xtankcshsaimdwtjbynyooviqe", "state": "Pending", - "startTime": "2022-05-10T19:52:16.636Z", - "endTime": "2022-05-10T19:52:16.636Z", - "objectId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1", - "objectName": "datacenter1", - "objectInternalId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1", - "objectInternalName": "datacenter1", - "objectType": "ModernizeProjects", - "workloadInstanceProviderId": "629a2b32-76af-482d-aa14-7d663356e4bd", - "workloadDeploymentProviderId": "0bf53161-5f12-4fd2-8ba4-37663039db37", + "startTime": "2022-11-08T05:52:16.833Z", + "endTime": "2022-11-08T05:52:16.833Z", + "objectId": "joayzotcnndkoexx", + "objectName": "xgfyufvnuv", + "objectInternalId": "vfswibupyxujss", + "objectInternalName": "njpnedkcpgtytwvqfhoavj", + "objectType": "ModernizeProject", + "workloadInstanceProviderId": "zfciuzfskvsvaswxkgtphzkadcrpyn", + "workloadDeploymentProviderId": "wynjzjpdzrqlhxuxqnryplziuf", "allowedActions": [ - "Add", - "Update" + "gwtdgw" ], - "activityId": "string", + "activityId": "chwrkbbz", "tasks": [ { - "taskName": "AddOrUpdateModernizeProjectsTask", + "id": "guayrremdfjpniovub", + "taskName": "smw", "state": "Pending", - "startTime": "2022-05-10T19:52:16.636Z", - "endTime": "2022-05-10T19:52:16.636Z", + "startTime": "2022-11-08T05:52:16.833Z", + "endTime": "2022-11-08T05:52:16.833Z", "customProperties": { - "instanceType": "IISWorkload" - }, - "id": "ammqccegegymswmfpnq" + "instanceType": "ajxu" + } } ], "errors": [ { - "id": "orrzaltsblmtrqmubfdm", - "code": "aegrbrxfzjqzefxpowjehhjznu", - "type": "q", - "severity": "isvxqokdamzcuphxeaxkvjlwpoxqx", - "creationTime": "2022-09-27T11:32:26.115Z", - "message": "yjkpepzuftfyaqcdykmk", - "causes": "wwtdoruzrrfuxdumkummlrxj", - "recommendation": "timadk" + "id": "aypooeqfxtwxwxepobmejlgveduxd", + "code": "jtbikosdtrksfxswpzywnjggbuoc", + "type": "mbdpbqrkfxo", + "severity": "glzqjjmjpfvt", + "creationTime": "2022-11-08T05:52:16.833Z", + "message": "svlbykgialwcdbjkj", + "causes": "fysacljrtcpkimewpxp", + "recommendation": "ujverqv" } ], "customProperties": { "instanceType": "SampleWorkflow", "affectedObjectDetails": { - "key7837": "lkaguqqhxfzv" + "key3904": "jbkeyrcbqamehwo" } } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/jobs/AddOrUpdateModernizeProjectsWorkflow", - "name": "AddOrUpdateModernizeProjectsWorkflow", - "type": "cgzmyeonzq", + "id": "ibak", + "name": "yun", + "type": "vvsejtiltoqrlqowoazxassoqei", "systemData": { - "createdBy": "frsmrza", - "createdByType": "lvplhvekrgsdecijcuswzmieqfsns", - "createdAt": "2022-09-27T11:32:26.115Z", - "lastModifiedBy": "ckqsbiufxattknlgsokmhcvbpfqrw", - "lastModifiedByType": "keo", - "lastModifiedAt": "2022-09-27T11:32:26.115Z" + "createdBy": "wottk", + "createdByType": "gzlvsxhiushafr", + "createdAt": "2022-11-08T05:52:16.833Z", + "lastModifiedBy": "htiazqoyhypmnumllkth", + "lastModifiedByType": "ibgx", + "lastModifiedAt": "2022-11-08T05:52:16.833Z" }, "tags": { - "key8943": "sbntothco" + "key6250": "njkcvtqoolf" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..87c516cf9273 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json @@ -0,0 +1,14 @@ +{ + "parameters": { + "subscriptionId": "kkftzuipfmcpzedllvargxx", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "wmmhhmsnngwtznysvvjtlzeob", + "workflowName": "vtuoaojmouoa", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List.json deleted file mode 100644 index b1382a7efa29..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "api-version": "2022-05-01-preview" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "properties": { - "displayName": "AddOrUpdateModernizeProjects", - "state": "Pending", - "startTime": "2022-05-10T19:52:16.636Z", - "endTime": "2022-05-10T19:52:16.636Z", - "objectId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1", - "objectName": "datacenter1", - "objectInternalId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1", - "objectInternalName": "datacenter1", - "objectType": "ModernizeProjects", - "workloadInstanceProviderId": "629a2b32-76af-482d-aa14-7d663356e4bd", - "workloadDeploymentProviderId": "0bf53161-5f12-4fd2-8ba4-37663039db37", - "allowedActions": [ - "Add", - "Update" - ], - "activityId": "string", - "tasks": [ - { - "taskName": "AddOrUpdateModernizeProjectsTask", - "state": "Pending", - "startTime": "2022-05-10T19:52:16.636Z", - "endTime": "2022-05-10T19:52:16.636Z", - "customProperties": { - "instanceType": "IISWorkload" - } - } - ], - "errors": null, - "customProperties": { - "instanceType": "SampleWorkflow", - "affectedObjectDetails": null - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/jobs/AddOrUpdateModernizeProjectsWorkflow", - "name": "AddOrUpdateModernizeProjectsWorkflow", - "type": null, - "systemData": null, - "tags": null - } - ], - "nextLink": null - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json index dca0538e32c1..1b519c2e32fa 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "wgphyd", - "$filter": "xkwyqumrmpvlx", - "continuationToken": "hxihlphfaoiidvaem", + "modernizeProjectName": "gnjkqgbabwddpshzstgxb", + "$filter": "bn", + "continuationToken": "btgajlllaoiwtofdfrv", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,71 +13,70 @@ "value": [ { "properties": { - "displayName": "AddOrUpdateModernizeProjects", + "displayName": "xtankcshsaimdwtjbynyooviqe", "state": "Pending", - "startTime": "2022-05-10T19:52:16.636Z", - "endTime": "2022-05-10T19:52:16.636Z", - "objectId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1", - "objectName": "datacenter1", - "objectInternalId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1", - "objectInternalName": "datacenter1", - "objectType": "ModernizeProjects", - "workloadInstanceProviderId": "629a2b32-76af-482d-aa14-7d663356e4bd", - "workloadDeploymentProviderId": "0bf53161-5f12-4fd2-8ba4-37663039db37", + "startTime": "2022-11-08T05:52:16.833Z", + "endTime": "2022-11-08T05:52:16.833Z", + "objectId": "joayzotcnndkoexx", + "objectName": "xgfyufvnuv", + "objectInternalId": "vfswibupyxujss", + "objectInternalName": "njpnedkcpgtytwvqfhoavj", + "objectType": "ModernizeProject", + "workloadInstanceProviderId": "zfciuzfskvsvaswxkgtphzkadcrpyn", + "workloadDeploymentProviderId": "wynjzjpdzrqlhxuxqnryplziuf", "allowedActions": [ - "Add", - "Update" + "gwtdgw" ], - "activityId": "string", + "activityId": "chwrkbbz", "tasks": [ { - "taskName": "AddOrUpdateModernizeProjectsTask", + "id": "guayrremdfjpniovub", + "taskName": "smw", "state": "Pending", - "startTime": "2022-05-10T19:52:16.636Z", - "endTime": "2022-05-10T19:52:16.636Z", + "startTime": "2022-11-08T05:52:16.833Z", + "endTime": "2022-11-08T05:52:16.833Z", "customProperties": { - "instanceType": "IISWorkload" - }, - "id": "qbxaqqdggwgatpxi" + "instanceType": "ajxu" + } } ], "errors": [ { - "id": "orrzaltsblmtrqmubfdm", - "code": "aegrbrxfzjqzefxpowjehhjznu", - "type": "q", - "severity": "isvxqokdamzcuphxeaxkvjlwpoxqx", - "creationTime": "2022-09-27T11:32:26.115Z", - "message": "yjkpepzuftfyaqcdykmk", - "causes": "wwtdoruzrrfuxdumkummlrxj", - "recommendation": "timadk" + "id": "aypooeqfxtwxwxepobmejlgveduxd", + "code": "jtbikosdtrksfxswpzywnjggbuoc", + "type": "mbdpbqrkfxo", + "severity": "glzqjjmjpfvt", + "creationTime": "2022-11-08T05:52:16.833Z", + "message": "svlbykgialwcdbjkj", + "causes": "fysacljrtcpkimewpxp", + "recommendation": "ujverqv" } ], "customProperties": { "instanceType": "SampleWorkflow", "affectedObjectDetails": { - "key1510": "baunltmjhorqszxpejxnzed" + "key3904": "jbkeyrcbqamehwo" } } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/jobs/AddOrUpdateModernizeProjectsWorkflow", - "name": "AddOrUpdateModernizeProjectsWorkflow", - "type": "cbgqrmehouxyxzimckxtphecokh", + "id": "ibak", + "name": "yun", + "type": "vvsejtiltoqrlqowoazxassoqei", "systemData": { - "createdBy": "jveybgxmxygwvrjqeuytzyfvibc", - "createdByType": "vcoltcilpxdsmxxxmmaoeo", - "createdAt": "2022-09-27T11:32:26.115Z", - "lastModifiedBy": "ylwfcwxpoonazv", - "lastModifiedByType": "cutdhlgkjg", - "lastModifiedAt": "2022-09-27T11:32:26.115Z" + "createdBy": "wottk", + "createdByType": "gzlvsxhiushafr", + "createdAt": "2022-11-08T05:52:16.833Z", + "lastModifiedBy": "htiazqoyhypmnumllkth", + "lastModifiedByType": "ibgx", + "lastModifiedAt": "2022-11-08T05:52:16.833Z" }, "tags": { - "key7397": "psztndvrssocvntirhocwwgvcv" + "key6250": "njkcvtqoolf" } } ], - "nextLink": "rjyn" + "nextLink": "fr" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json new file mode 100644 index 000000000000..3571cd4a0c9c --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "subscriptionId": "kkftzuipfmcpzedllvargxx", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "e", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get.json deleted file mode 100644 index 855ea25a53e2..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter2", - "workloadDeploymentName": "aksDeployment", - "operationId": "1e308341-ad5f-490c-bb6c-fb19b39c6710", - "api-version": "2022-05-01-preview" - }, - "responses": { - "200": { - "body": { - "id": "subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment/operations/1e308341-ad5f-490c-bb6c-fb19b39c6710", - "name": "1e308341-ad5f-490c-bb6c-fb19b39c6710", - "status": "Succeeded", - "startTime": "2022-05-06T20:02:29.7628343Z", - "endTime": "2022-05-06T20:02:33.0000000Z" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json index 3174ff9c3401..d1539f70f019 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "tvfldncidalvqvclixble", - "workloadDeploymentName": "p", - "operationId": "gs", + "modernizeProjectName": "izisoctuv", + "workloadDeploymentName": "wpajmfuxfwvsunatuh", + "operationId": "dpbrzvzsjujyhhfp", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6318f6b9-2656-490c-a1fc-2a5956909112", - "name": "56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", - "status": "Succeeded", - "startTime": "chlwvqfuw", - "endTime": "l" + "id": "rsycyjobrcqljuzgwcbk", + "name": "ek", + "status": "kyhtkqhvffxbgiefjn", + "startTime": "vysrlmcwhkwernlhc", + "endTime": "bwuyizbufkijc" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json index fe6e1a9c97f7..620907e7e047 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "amyuaszuhee", - "workloadDeploymentName": "hrppwezryu", - "operationId": "gkeyqentceuettivhyv", + "modernizeProjectName": "jwpbygncmpucqhylkshjuohh", + "workloadDeploymentName": "smoxilzspw", + "operationId": "zbikrbzntgjqmzuhjaeucru", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,4 +12,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage.json deleted file mode 100644 index c1133287f007..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "workloadDeploymentName": "aksDeployment", - "api-version": "2022-05-01-preview", - "parameters": { - "properties": { - "dockerfile": "sampleDockerFile", - "registryProperties": { - "registryName": "ACR", - "tenantId": "string", - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroup": "ame-dev" - }, - "imageTag": "latest", - "imageName": "ubuntu" - } - } - }, - "responses": { - "202": { - "headers": { - "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment/buildContainerImage/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json index 42346ab37716..ec510266a3fc 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json @@ -1,24 +1,24 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "xwdmsx", - "workloadDeploymentName": "n", + "modernizeProjectName": "fpvvozduklkejpeaaizxlztfmnfwt", + "workloadDeploymentName": "fmjxofgeboofdmukcgo", "api-version": "2022-05-01-preview", "body": { "properties": { - "dockerfile": "femsfhkosnasd", + "dockerfile": "wudegdzbmrtnlibraecwcrbvhu", "registryProperties": { - "registryName": "nkmqjzerujjsvvhs", - "tenantId": "vaxijktdqcu", - "subscriptionId": "uzvlujzsqkkwhat", - "resourceGroup": "zvjzjygckjwtwxlomnd" + "registryName": "qbpdiigmyseygei", + "tenantId": "kadmdhtvdfimnfmpigfdgbikvzlmp", + "subscriptionId": "xlaii", + "resourceGroup": "ftuoagmkmvfwqwdqpzgzocpduhkjyv" }, - "imageTag": "mgjvkpdxswoqpgha", - "imageName": "kncouztnppbl", - "runId": "qpgoew", - "runStatus": "zwcyfhxzlbdg", - "logLink": "hygf" + "imageTag": "jys", + "imageName": "sk", + "runId": "jdb", + "runStatus": "fsspgkp", + "logLink": "hbuezz" } } }, @@ -29,4 +29,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json index 256518767883..47614b9af9e6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "pkezlfmwv", - "workloadDeploymentName": "ja", + "modernizeProjectName": "ptg", + "workloadDeploymentName": "rbiottwmaw", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create.json deleted file mode 100644 index 110f6d1ea573..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "workloadDeploymentName": "aksDeployment", - "api-version": "2022-05-01-preview", - "parameters": { - "properties": { - "displayName": "AKSDeployment", - "targetPlatform": "AzureKubernetesService", - "workloadInstanceProperties": { - "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", - "instanceType": "IISWorkload", - "displayName": "iisWorkload" - }, - "customProperties": { - "instanceType": "IISAKSWorkloadDeployment" - } - }, - "tags": {} - } - }, - "responses": { - "201": { - "body": { - "properties": { - "provisioningState": "Canceled", - "status": "InitialReplication", - "replicationState": "NotReplicatedStatesBegin", - "replicationStateDescription": null, - "testMigrateState": "None", - "testMigrateStateDescription": null, - "migrateState": "None", - "migrateStateDescription": null, - "displayName": "iisWorkloadDeployment", - "targetPlatform": "AzureKubernetesService", - "workloadInstanceProperties": { - "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", - "instanceType": "IISWorkload", - "displayName": "iisworkload", - "replicationState": "NotReplicatedStatesBegin", - "replicationHealth": "Normal", - "healthErrors": null - }, - "correlationId": null, - "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", - "currentJob": null, - "allowedOperations": [ - "Add", - "Update" - ], - "lastFailedEnableReplicationJob": null, - "lastTestMigrateJob": null, - "replicationHealth": "Normal", - "healthErrors": null, - "customProperties": { - "instanceType": "IISAKSWorkloadDeployment" - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment", - "name": "aksDeployment", - "type": null, - "systemData": null, - "tags": null - }, - "headers": { - "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json index cf4bca7550de..05a18878c15c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json @@ -1,28 +1,33 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "uetbsxsbfxzuiay", - "workloadDeploymentName": "x", + "modernizeProjectName": "h", + "workloadDeploymentName": "jpvlythlsrvala", "api-version": "2022-05-01-preview", "body": { "properties": { - "displayName": "iisWorkloadDeployment", + "displayName": "qukxufxomknrst", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", - "instanceType": "IISWorkload", - "displayName": "iisworkload", - "name": "ycydeohoiraxyiuyuu", - "sourcePlatform": "pbbwk", - "sourceName": "jwsxcextnyp" + "Name": "wvathhrymxglkcnopgutcuahq", + "migrateAgentId": "ucibvhckpapibujfwpgyyz", + "displayName": "wnrbxhrkjdevsyi", + "sourcePlatform": "ailndmygddrzlpjpoyltvouulxtvq", + "sourceName": "xuuhbcdg", + "masterSiteName": "djxw", + "customProperties": { + "instanceType": "IISWorkload", + "webAppArmId": "ukrvcwgvgyyldljivdveswrkgeub", + "webAppSiteName": "kurobdpsdbpkberuahzhkgokhsikp" + } }, "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, "tags": { - "key3173": "hckjgrjrrrzhslzopaswpkbmly" + "key4017": "bkaecnpbbiubarpfxpygfhnyjdwr" } } }, @@ -31,152 +36,150 @@ "body": { "properties": { "provisioningState": "Canceled", - "status": "InitialReplication", - "displayName": "iisWorkloadDeployment", + "status": "None", + "statusDescription": "qnbdvff", + "testMigrationStatus": "None", + "testMigrationStatusDescription": "ncrdnkktxnnwqxghvgwxwacwlfgxgr", + "migrationStatus": "None", + "migrationStatusDescription": "udpkff", + "displayName": "qukxufxomknrst", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", - "instanceType": "IISWorkload", - "displayName": "iisworkload", + "Name": "wvathhrymxglkcnopgutcuahq", + "provisioningState": "Canceled", + "migrateAgentId": "ucibvhckpapibujfwpgyyz", + "displayName": "wnrbxhrkjdevsyi", + "sourcePlatform": "ailndmygddrzlpjpoyltvouulxtvq", + "sourceName": "xuuhbcdg", "replicationHealth": "Normal", + "replicationStatus": "None", + "replicationStatusDescription": "zloilattkqpkgy", + "lastSuccessfulReplicationCycleTime": "2022-11-08T05:52:17.838Z", "healthErrors": [ { - "affectedResourceType": "qzgrph", + "affectedResourceType": "tbpnshdcu", "affectedResourceCorrelationIds": [ - "qrrvuomswialkxqggzqbpcyeehnhh" + "zgqkoygorlqulfffmmiu" ], "childErrors": [ { - "id": "zrit", - "code": "bfneradprxenzmzli", - "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", - "category": "pxqnfeop", - "severity": "zcciu", - "source": "mhkzkzva", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "dtlfcbfoqnwvq", + "code": "vkiwxgftvvmdmkgrzickbs", + "healthCategory": "ehaizprypdc", + "category": "ekrwplpbdyyt", + "severity": "kirbb", + "source": "qwmhlpbjjxaxpjlajaxbkdlzr", + "creationTime": "2022-11-08T05:52:11.663Z", "isCustomerResolvable": true, - "summary": "qpyviutpljiqp", - "message": "yopecmiw", - "causes": "akocawnjnidazigfc", - "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + "summary": "pqjw", + "message": "ytiroklaimyofkrijqprcpcl", + "causes": "tfnrgunvoxufffnqrewtyncscg", + "recommendation": "uxkoxxyqxlv" } ], - "id": "cnnbqvdmjckwon", - "code": "ywbufnxfydutksequeerqpgtsmywwx", - "healthCategory": "n", - "category": "nygfrqtgujjvjsezpkp", - "severity": "tyrhlaefbyfubmqedthzbfvcypv", - "source": "bwtldowikuze", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "xrtexfwhugyrvpzdjcptishmukh", + "code": "ce", + "healthCategory": "co", + "category": "biwabffbcbutcsjtvzkcwy", + "severity": "evaznkmtyhgbie", + "source": "svzsvjmbaldidyf", + "creationTime": "2022-11-08T05:52:11.664Z", "isCustomerResolvable": true, - "summary": "nffwfoqxbvoexzxufyzocbne", - "message": "rxuodcvdmkpjuyeyxwqa", - "causes": "o", - "recommendation": "buveaotwfonbhnwphdvkx" + "summary": "sflornhfqcarmqfrakaxv", + "message": "bwdrgnmsixooysf", + "causes": "tqklwfegpuvyrkotppjue", + "recommendation": "qjkytamozqdqkqrq" } ], - "name": "ycydeohoiraxyiuyuu", - "sourcePlatform": "pbbwk", - "sourceName": "jwsxcextnyp" + "currentJob": { + "scenarioName": "ufdbawcvjslh", + "id": "clpjwbmrpkwsqipof", + "name": "v", + "displayName": "jclnhtgltdam", + "state": "hfbgddnepqplurbrgijpwoxuucos", + "startTime": "2022-11-08T05:52:17.838Z", + "endTime": "2022-11-08T05:52:17.838Z" + }, + "allowedOperations": [ + "uuxjevifbqixizzhxorlxswptquatj" + ], + "masterSiteName": "djxw", + "customProperties": { + "instanceType": "IISWorkload", + "webAppArmId": "ukrvcwgvgyyldljivdveswrkgeub", + "webAppSiteName": "kurobdpsdbpkberuahzhkgokhsikp" + } }, - "correlationId": "uifcfvzbqgwqgwvmpbatcgvf", - "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", + "correlationId": "clov", + "lastSuccessfulMigrateTime": "2022-11-08T05:52:17.838Z", + "lastSuccessfulTestMigrateTime": "2022-11-08T05:52:17.838Z", "currentJob": { - "scenarioName": "dvzmbmlnutdfqjpwkef", - "id": "cwxtm", - "name": "d", - "displayName": "zlk", - "state": "kifsyygpjtzzg", - "startTime": "2022-09-27T11:32:26.115Z", - "endTime": "2022-09-27T11:32:26.115Z" + "scenarioName": "nqaylystwtke", + "id": "cpszk", + "name": "zsbcnmiazvedmkkvhprbvjkfaux", + "displayName": "wvhzpmqghridmraocgjyivykuybaoa", + "state": "gmoiwarkmlqqjalxniqlphzdkttxq", + "startTime": "2022-11-08T05:52:17.838Z", + "endTime": "2022-11-08T05:52:17.838Z" }, "allowedOperations": [ - "Add", - "Update" + "EnableReplication" ], - "lastFailedEnableReplicationJob": { - "scenarioName": "zfhhkulsnmwrtizpqlvxahvqtqxnjt", - "id": "hhknfayzrgwooyjesncwhhuvnu", - "name": "vcxhordfvsore", - "displayName": "tyzhbgovmacbqzqdjwnzbjxftk", - "state": "lbotobgvjypsnofrlogcdvxhokzhmb", - "startTime": "2022-09-27T11:32:26.115Z", - "endTime": "2022-09-27T11:32:26.115Z" - }, - "lastTestMigrateJob": { - "scenarioName": "kllpjkswzpznjkequyprgmfaiofd", - "id": "if", - "name": "oheu", - "displayName": "fbepzvfugimwuvv", - "state": "hnix", - "startTime": "2022-09-27T11:32:26.115Z", - "endTime": "2022-09-27T11:32:26.115Z" - }, - "replicationHealth": "Normal", "healthErrors": [ { - "affectedResourceType": "qzgrph", + "affectedResourceType": "tbpnshdcu", "affectedResourceCorrelationIds": [ - "qrrvuomswialkxqggzqbpcyeehnhh" + "zgqkoygorlqulfffmmiu" ], "childErrors": [ { - "id": "zrit", - "code": "bfneradprxenzmzli", - "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", - "category": "pxqnfeop", - "severity": "zcciu", - "source": "mhkzkzva", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "dtlfcbfoqnwvq", + "code": "vkiwxgftvvmdmkgrzickbs", + "healthCategory": "ehaizprypdc", + "category": "ekrwplpbdyyt", + "severity": "kirbb", + "source": "qwmhlpbjjxaxpjlajaxbkdlzr", + "creationTime": "2022-11-08T05:52:11.663Z", "isCustomerResolvable": true, - "summary": "qpyviutpljiqp", - "message": "yopecmiw", - "causes": "akocawnjnidazigfc", - "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + "summary": "pqjw", + "message": "ytiroklaimyofkrijqprcpcl", + "causes": "tfnrgunvoxufffnqrewtyncscg", + "recommendation": "uxkoxxyqxlv" } ], - "id": "cnnbqvdmjckwon", - "code": "ywbufnxfydutksequeerqpgtsmywwx", - "healthCategory": "n", - "category": "nygfrqtgujjvjsezpkp", - "severity": "tyrhlaefbyfubmqedthzbfvcypv", - "source": "bwtldowikuze", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "xrtexfwhugyrvpzdjcptishmukh", + "code": "ce", + "healthCategory": "co", + "category": "biwabffbcbutcsjtvzkcwy", + "severity": "evaznkmtyhgbie", + "source": "svzsvjmbaldidyf", + "creationTime": "2022-11-08T05:52:11.664Z", "isCustomerResolvable": true, - "summary": "nffwfoqxbvoexzxufyzocbne", - "message": "rxuodcvdmkpjuyeyxwqa", - "causes": "o", - "recommendation": "buveaotwfonbhnwphdvkx" + "summary": "sflornhfqcarmqfrakaxv", + "message": "bwdrgnmsixooysf", + "causes": "tqklwfegpuvyrkotppjue", + "recommendation": "qjkytamozqdqkqrq" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" - }, - "statusDescription": "jpz", - "replicationStatus": "None", - "replicationStatusDescription": "pmbwhyfcvurkyjearuxgfmrnbql", - "testMigrationStatus": "None", - "testMigrationStatusDescription": "zfdpxpks", - "migrationStatus": "None", - "migrationStatusDescription": "snw" + } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment", - "name": "aksDeployment", - "type": "n", + "id": "qizybjtnhaqlbklodtrjwmrr", + "name": "cvdfac", + "type": "gthubwgqhzmauquwlnq", "systemData": { - "createdBy": "ofofnwylosrnyvmczvlesbwczeebhk", - "createdByType": "opbkga", - "createdAt": "2022-09-27T11:32:26.115Z", - "lastModifiedBy": "xqgamrhkjiivvuhmkkpbfupq", - "lastModifiedByType": "gagcsgtgkd", - "lastModifiedAt": "2022-09-27T11:32:26.116Z" + "createdBy": "sypg", + "createdByType": "eegzmj", + "createdAt": "2022-11-08T05:52:17.838Z", + "lastModifiedBy": "ovzqidscyyntkjkkzswcbskxor", + "lastModifiedByType": "xvonwbwzxkwwcndobpyzlmlkjldke", + "lastModifiedAt": "2022-11-08T05:52:17.838Z" }, "tags": { - "key3173": "hckjgrjrrrzhslzopaswpkbmly" + "key4017": "bkaecnpbbiubarpfxpygfhnyjdwr" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json new file mode 100644 index 000000000000..2c2eac9e3a06 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json @@ -0,0 +1,14 @@ +{ + "parameters": { + "subscriptionId": "kkftzuipfmcpzedllvargxx", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "txpipecmjkyvozishsszn", + "workloadDeploymentName": "gkglwwbptqma", + "api-version": "2022-05-01-preview" + }, + "responses": { + "201": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete.json deleted file mode 100644 index c3925ebf5d9b..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "workloadDeploymentName": "aksDeployment", - "api-version": "2022-05-01-preview" - }, - "responses": { - "204": {}, - "202": { - "headers": { - "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview&OperationType=Delete", - "Location": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview&OperationType=Delete" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json index ad4637fc54bf..b97475b0101f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "lysuutjlbogpbx", - "workloadDeploymentName": "mlqpbjosuyfcwaykhgnwcthgurqkzm", + "modernizeProjectName": "cwkjudadurmqrerwdqo", + "workloadDeploymentName": "t", "forceDelete": true, "api-version": "2022-05-01-preview" }, @@ -15,4 +15,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json index 7e5b00e047d4..a1e81e76979f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "emesdm", - "workloadDeploymentName": "xtvpvwrbplmtvuysfkeamzidvau", + "modernizeProjectName": "vukxawipfyo", + "workloadDeploymentName": "uufburnmfotdmvxif", "api-version": "2022-05-01-preview" }, "responses": { @@ -14,4 +14,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get.json deleted file mode 100644 index 57ca8f5cc9ea..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "workloadDeploymentName": "aksDeployment", - "api-version": "2022-05-01-preview" - }, - "responses": { - "200": { - "body": { - "properties": { - "provisioningState": "Canceled", - "status": "InitialReplication", - "replicationState": "NotReplicatedStatesBegin", - "replicationStateDescription": null, - "testMigrateState": "None", - "testMigrateStateDescription": null, - "migrateState": "None", - "migrateStateDescription": null, - "displayName": "iisWorkloadDeployment", - "targetPlatform": "AzureKubernetesService", - "workloadInstanceProperties": { - "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", - "instanceType": "IISWorkload", - "displayName": "iisworkload", - "replicationState": "NotReplicatedStatesBegin", - "replicationHealth": "Normal", - "healthErrors": null - }, - "correlationId": null, - "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", - "currentJob": null, - "allowedOperations": [ - "Add", - "Update" - ], - "lastFailedEnableReplicationJob": null, - "lastTestMigrateJob": null, - "replicationHealth": "Normal", - "healthErrors": null, - "customProperties": { - "instanceType": "IISAKSWorkloadDeployment" - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment", - "name": "aksDeployment", - "type": null, - "systemData": null, - "tags": null - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations.json deleted file mode 100644 index b46f7cbb2ee2..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "workloadDeploymentName": "aksDeployment", - "api-version": "2022-05-01-preview" - }, - "responses": { - "200": { - "body": { - "properties": { - "provisioningState": "Canceled", - "status": "InitialReplication", - "replicationState": "NotReplicatedStatesBegin", - "replicationStateDescription": null, - "testMigrateState": "None", - "testMigrateStateDescription": null, - "migrateState": "None", - "migrateStateDescription": null, - "displayName": "iisWorkloadDeployment", - "targetPlatform": "AzureKubernetesService", - "workloadInstanceProperties": { - "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", - "instanceType": "IISWorkload", - "displayName": "iisworkload", - "replicationState": "NotReplicatedStatesBegin", - "replicationHealth": "Normal", - "healthErrors": null - }, - "correlationId": null, - "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", - "currentJob": null, - "allowedOperations": [ - "Add", - "Update" - ], - "lastFailedEnableReplicationJob": null, - "lastTestMigrateJob": null, - "replicationHealth": "Normal", - "healthErrors": null, - "customProperties": { - "instanceType": "IISAKSWorkloadDeployment" - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment//subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadDeployments/{workloadDeploymentName}/getSecrets", - "name": "aksDeployment", - "type": null, - "systemData": null, - "tags": null - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json index 4cfe0345f5ac..c7225e0ae691 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "sykfjtmyexowcemiycfs", - "workloadDeploymentName": "zorsvxmguu", + "modernizeProjectName": "l", + "workloadDeploymentName": "oxvimbednstbvvypgss", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,152 +11,150 @@ "body": { "properties": { "provisioningState": "Canceled", - "status": "InitialReplication", - "displayName": "iisWorkloadDeployment", + "status": "None", + "statusDescription": "qnbdvff", + "testMigrationStatus": "None", + "testMigrationStatusDescription": "ncrdnkktxnnwqxghvgwxwacwlfgxgr", + "migrationStatus": "None", + "migrationStatusDescription": "udpkff", + "displayName": "qukxufxomknrst", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", - "instanceType": "IISWorkload", - "displayName": "iisworkload", + "Name": "wvathhrymxglkcnopgutcuahq", + "provisioningState": "Canceled", + "migrateAgentId": "ucibvhckpapibujfwpgyyz", + "displayName": "wnrbxhrkjdevsyi", + "sourcePlatform": "ailndmygddrzlpjpoyltvouulxtvq", + "sourceName": "xuuhbcdg", "replicationHealth": "Normal", + "replicationStatus": "None", + "replicationStatusDescription": "zloilattkqpkgy", + "lastSuccessfulReplicationCycleTime": "2022-11-08T05:52:17.838Z", "healthErrors": [ { - "affectedResourceType": "qzgrph", + "affectedResourceType": "tbpnshdcu", "affectedResourceCorrelationIds": [ - "qrrvuomswialkxqggzqbpcyeehnhh" + "zgqkoygorlqulfffmmiu" ], "childErrors": [ { - "id": "zrit", - "code": "bfneradprxenzmzli", - "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", - "category": "pxqnfeop", - "severity": "zcciu", - "source": "mhkzkzva", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "dtlfcbfoqnwvq", + "code": "vkiwxgftvvmdmkgrzickbs", + "healthCategory": "ehaizprypdc", + "category": "ekrwplpbdyyt", + "severity": "kirbb", + "source": "qwmhlpbjjxaxpjlajaxbkdlzr", + "creationTime": "2022-11-08T05:52:11.663Z", "isCustomerResolvable": true, - "summary": "qpyviutpljiqp", - "message": "yopecmiw", - "causes": "akocawnjnidazigfc", - "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + "summary": "pqjw", + "message": "ytiroklaimyofkrijqprcpcl", + "causes": "tfnrgunvoxufffnqrewtyncscg", + "recommendation": "uxkoxxyqxlv" } ], - "id": "cnnbqvdmjckwon", - "code": "ywbufnxfydutksequeerqpgtsmywwx", - "healthCategory": "n", - "category": "nygfrqtgujjvjsezpkp", - "severity": "tyrhlaefbyfubmqedthzbfvcypv", - "source": "bwtldowikuze", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "xrtexfwhugyrvpzdjcptishmukh", + "code": "ce", + "healthCategory": "co", + "category": "biwabffbcbutcsjtvzkcwy", + "severity": "evaznkmtyhgbie", + "source": "svzsvjmbaldidyf", + "creationTime": "2022-11-08T05:52:11.664Z", "isCustomerResolvable": true, - "summary": "nffwfoqxbvoexzxufyzocbne", - "message": "rxuodcvdmkpjuyeyxwqa", - "causes": "o", - "recommendation": "buveaotwfonbhnwphdvkx" + "summary": "sflornhfqcarmqfrakaxv", + "message": "bwdrgnmsixooysf", + "causes": "tqklwfegpuvyrkotppjue", + "recommendation": "qjkytamozqdqkqrq" } ], - "name": "ycydeohoiraxyiuyuu", - "sourcePlatform": "pbbwk", - "sourceName": "jwsxcextnyp" + "currentJob": { + "scenarioName": "ufdbawcvjslh", + "id": "clpjwbmrpkwsqipof", + "name": "v", + "displayName": "jclnhtgltdam", + "state": "hfbgddnepqplurbrgijpwoxuucos", + "startTime": "2022-11-08T05:52:17.838Z", + "endTime": "2022-11-08T05:52:17.838Z" + }, + "allowedOperations": [ + "uuxjevifbqixizzhxorlxswptquatj" + ], + "masterSiteName": "djxw", + "customProperties": { + "instanceType": "IISWorkload", + "webAppArmId": "ukrvcwgvgyyldljivdveswrkgeub", + "webAppSiteName": "kurobdpsdbpkberuahzhkgokhsikp" + } }, - "correlationId": "uifcfvzbqgwqgwvmpbatcgvf", - "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", + "correlationId": "clov", + "lastSuccessfulMigrateTime": "2022-11-08T05:52:17.838Z", + "lastSuccessfulTestMigrateTime": "2022-11-08T05:52:17.838Z", "currentJob": { - "scenarioName": "dvzmbmlnutdfqjpwkef", - "id": "cwxtm", - "name": "d", - "displayName": "zlk", - "state": "kifsyygpjtzzg", - "startTime": "2022-09-27T11:32:26.115Z", - "endTime": "2022-09-27T11:32:26.115Z" + "scenarioName": "nqaylystwtke", + "id": "cpszk", + "name": "zsbcnmiazvedmkkvhprbvjkfaux", + "displayName": "wvhzpmqghridmraocgjyivykuybaoa", + "state": "gmoiwarkmlqqjalxniqlphzdkttxq", + "startTime": "2022-11-08T05:52:17.838Z", + "endTime": "2022-11-08T05:52:17.838Z" }, "allowedOperations": [ - "Add", - "Update" + "EnableReplication" ], - "lastFailedEnableReplicationJob": { - "scenarioName": "zfhhkulsnmwrtizpqlvxahvqtqxnjt", - "id": "hhknfayzrgwooyjesncwhhuvnu", - "name": "vcxhordfvsore", - "displayName": "tyzhbgovmacbqzqdjwnzbjxftk", - "state": "lbotobgvjypsnofrlogcdvxhokzhmb", - "startTime": "2022-09-27T11:32:26.115Z", - "endTime": "2022-09-27T11:32:26.115Z" - }, - "lastTestMigrateJob": { - "scenarioName": "kllpjkswzpznjkequyprgmfaiofd", - "id": "if", - "name": "oheu", - "displayName": "fbepzvfugimwuvv", - "state": "hnix", - "startTime": "2022-09-27T11:32:26.115Z", - "endTime": "2022-09-27T11:32:26.115Z" - }, - "replicationHealth": "Normal", "healthErrors": [ { - "affectedResourceType": "qzgrph", + "affectedResourceType": "tbpnshdcu", "affectedResourceCorrelationIds": [ - "qrrvuomswialkxqggzqbpcyeehnhh" + "zgqkoygorlqulfffmmiu" ], "childErrors": [ { - "id": "zrit", - "code": "bfneradprxenzmzli", - "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", - "category": "pxqnfeop", - "severity": "zcciu", - "source": "mhkzkzva", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "dtlfcbfoqnwvq", + "code": "vkiwxgftvvmdmkgrzickbs", + "healthCategory": "ehaizprypdc", + "category": "ekrwplpbdyyt", + "severity": "kirbb", + "source": "qwmhlpbjjxaxpjlajaxbkdlzr", + "creationTime": "2022-11-08T05:52:11.663Z", "isCustomerResolvable": true, - "summary": "qpyviutpljiqp", - "message": "yopecmiw", - "causes": "akocawnjnidazigfc", - "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + "summary": "pqjw", + "message": "ytiroklaimyofkrijqprcpcl", + "causes": "tfnrgunvoxufffnqrewtyncscg", + "recommendation": "uxkoxxyqxlv" } ], - "id": "cnnbqvdmjckwon", - "code": "ywbufnxfydutksequeerqpgtsmywwx", - "healthCategory": "n", - "category": "nygfrqtgujjvjsezpkp", - "severity": "tyrhlaefbyfubmqedthzbfvcypv", - "source": "bwtldowikuze", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "xrtexfwhugyrvpzdjcptishmukh", + "code": "ce", + "healthCategory": "co", + "category": "biwabffbcbutcsjtvzkcwy", + "severity": "evaznkmtyhgbie", + "source": "svzsvjmbaldidyf", + "creationTime": "2022-11-08T05:52:11.664Z", "isCustomerResolvable": true, - "summary": "nffwfoqxbvoexzxufyzocbne", - "message": "rxuodcvdmkpjuyeyxwqa", - "causes": "o", - "recommendation": "buveaotwfonbhnwphdvkx" + "summary": "sflornhfqcarmqfrakaxv", + "message": "bwdrgnmsixooysf", + "causes": "tqklwfegpuvyrkotppjue", + "recommendation": "qjkytamozqdqkqrq" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" - }, - "statusDescription": "jpz", - "replicationStatus": "None", - "replicationStatusDescription": "pmbwhyfcvurkyjearuxgfmrnbql", - "testMigrationStatus": "None", - "testMigrationStatusDescription": "zfdpxpks", - "migrationStatus": "None", - "migrationStatusDescription": "snw" + } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment", - "name": "aksDeployment", - "type": "n", + "id": "qizybjtnhaqlbklodtrjwmrr", + "name": "cvdfac", + "type": "gthubwgqhzmauquwlnq", "systemData": { - "createdBy": "ofofnwylosrnyvmczvlesbwczeebhk", - "createdByType": "opbkga", - "createdAt": "2022-09-27T11:32:26.115Z", - "lastModifiedBy": "xqgamrhkjiivvuhmkkpbfupq", - "lastModifiedByType": "gagcsgtgkd", - "lastModifiedAt": "2022-09-27T11:32:26.116Z" + "createdBy": "sypg", + "createdByType": "eegzmj", + "createdAt": "2022-11-08T05:52:17.838Z", + "lastModifiedBy": "ovzqidscyyntkjkkzswcbskxor", + "lastModifiedByType": "xvonwbwzxkwwcndobpyzlmlkjldke", + "lastModifiedAt": "2022-11-08T05:52:17.838Z" }, "tags": { - "key3173": "hckjgrjrrrzhslzopaswpkbmly" + "key4017": "bkaecnpbbiubarpfxpygfhnyjdwr" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json new file mode 100644 index 000000000000..a35758c3f71d --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json @@ -0,0 +1,14 @@ +{ + "parameters": { + "subscriptionId": "kkftzuipfmcpzedllvargxx", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "trgpc", + "workloadDeploymentName": "rsevauddxnrcnyuvlf", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json index 22a95c6d0dfe..d31ba1a25507 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "jyfrtbgmrhpzvtsmuuul", - "workloadDeploymentName": "freznqog", + "modernizeProjectName": "gonlwsueixmtgglgbnklharhllv", + "workloadDeploymentName": "rwenxqgzptxoieri", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,152 +11,150 @@ "body": { "properties": { "provisioningState": "Canceled", - "status": "InitialReplication", - "displayName": "iisWorkloadDeployment", + "status": "None", + "statusDescription": "qnbdvff", + "testMigrationStatus": "None", + "testMigrationStatusDescription": "ncrdnkktxnnwqxghvgwxwacwlfgxgr", + "migrationStatus": "None", + "migrationStatusDescription": "udpkff", + "displayName": "qukxufxomknrst", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", - "instanceType": "IISWorkload", - "displayName": "iisworkload", + "Name": "wvathhrymxglkcnopgutcuahq", + "provisioningState": "Canceled", + "migrateAgentId": "ucibvhckpapibujfwpgyyz", + "displayName": "wnrbxhrkjdevsyi", + "sourcePlatform": "ailndmygddrzlpjpoyltvouulxtvq", + "sourceName": "xuuhbcdg", "replicationHealth": "Normal", + "replicationStatus": "None", + "replicationStatusDescription": "zloilattkqpkgy", + "lastSuccessfulReplicationCycleTime": "2022-11-08T05:52:17.838Z", "healthErrors": [ { - "affectedResourceType": "qzgrph", + "affectedResourceType": "tbpnshdcu", "affectedResourceCorrelationIds": [ - "qrrvuomswialkxqggzqbpcyeehnhh" + "zgqkoygorlqulfffmmiu" ], "childErrors": [ { - "id": "zrit", - "code": "bfneradprxenzmzli", - "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", - "category": "pxqnfeop", - "severity": "zcciu", - "source": "mhkzkzva", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "dtlfcbfoqnwvq", + "code": "vkiwxgftvvmdmkgrzickbs", + "healthCategory": "ehaizprypdc", + "category": "ekrwplpbdyyt", + "severity": "kirbb", + "source": "qwmhlpbjjxaxpjlajaxbkdlzr", + "creationTime": "2022-11-08T05:52:11.663Z", "isCustomerResolvable": true, - "summary": "qpyviutpljiqp", - "message": "yopecmiw", - "causes": "akocawnjnidazigfc", - "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + "summary": "pqjw", + "message": "ytiroklaimyofkrijqprcpcl", + "causes": "tfnrgunvoxufffnqrewtyncscg", + "recommendation": "uxkoxxyqxlv" } ], - "id": "cnnbqvdmjckwon", - "code": "ywbufnxfydutksequeerqpgtsmywwx", - "healthCategory": "n", - "category": "nygfrqtgujjvjsezpkp", - "severity": "tyrhlaefbyfubmqedthzbfvcypv", - "source": "bwtldowikuze", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "xrtexfwhugyrvpzdjcptishmukh", + "code": "ce", + "healthCategory": "co", + "category": "biwabffbcbutcsjtvzkcwy", + "severity": "evaznkmtyhgbie", + "source": "svzsvjmbaldidyf", + "creationTime": "2022-11-08T05:52:11.664Z", "isCustomerResolvable": true, - "summary": "nffwfoqxbvoexzxufyzocbne", - "message": "rxuodcvdmkpjuyeyxwqa", - "causes": "o", - "recommendation": "buveaotwfonbhnwphdvkx" + "summary": "sflornhfqcarmqfrakaxv", + "message": "bwdrgnmsixooysf", + "causes": "tqklwfegpuvyrkotppjue", + "recommendation": "qjkytamozqdqkqrq" } ], - "name": "ycydeohoiraxyiuyuu", - "sourcePlatform": "pbbwk", - "sourceName": "jwsxcextnyp" + "currentJob": { + "scenarioName": "ufdbawcvjslh", + "id": "clpjwbmrpkwsqipof", + "name": "v", + "displayName": "jclnhtgltdam", + "state": "hfbgddnepqplurbrgijpwoxuucos", + "startTime": "2022-11-08T05:52:17.838Z", + "endTime": "2022-11-08T05:52:17.838Z" + }, + "allowedOperations": [ + "uuxjevifbqixizzhxorlxswptquatj" + ], + "masterSiteName": "djxw", + "customProperties": { + "instanceType": "IISWorkload", + "webAppArmId": "ukrvcwgvgyyldljivdveswrkgeub", + "webAppSiteName": "kurobdpsdbpkberuahzhkgokhsikp" + } }, - "correlationId": "uifcfvzbqgwqgwvmpbatcgvf", - "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", + "correlationId": "clov", + "lastSuccessfulMigrateTime": "2022-11-08T05:52:17.838Z", + "lastSuccessfulTestMigrateTime": "2022-11-08T05:52:17.838Z", "currentJob": { - "scenarioName": "dvzmbmlnutdfqjpwkef", - "id": "cwxtm", - "name": "d", - "displayName": "zlk", - "state": "kifsyygpjtzzg", - "startTime": "2022-09-27T11:32:26.115Z", - "endTime": "2022-09-27T11:32:26.115Z" + "scenarioName": "nqaylystwtke", + "id": "cpszk", + "name": "zsbcnmiazvedmkkvhprbvjkfaux", + "displayName": "wvhzpmqghridmraocgjyivykuybaoa", + "state": "gmoiwarkmlqqjalxniqlphzdkttxq", + "startTime": "2022-11-08T05:52:17.838Z", + "endTime": "2022-11-08T05:52:17.838Z" }, "allowedOperations": [ - "Add", - "Update" + "EnableReplication" ], - "lastFailedEnableReplicationJob": { - "scenarioName": "zfhhkulsnmwrtizpqlvxahvqtqxnjt", - "id": "hhknfayzrgwooyjesncwhhuvnu", - "name": "vcxhordfvsore", - "displayName": "tyzhbgovmacbqzqdjwnzbjxftk", - "state": "lbotobgvjypsnofrlogcdvxhokzhmb", - "startTime": "2022-09-27T11:32:26.115Z", - "endTime": "2022-09-27T11:32:26.115Z" - }, - "lastTestMigrateJob": { - "scenarioName": "kllpjkswzpznjkequyprgmfaiofd", - "id": "if", - "name": "oheu", - "displayName": "fbepzvfugimwuvv", - "state": "hnix", - "startTime": "2022-09-27T11:32:26.115Z", - "endTime": "2022-09-27T11:32:26.115Z" - }, - "replicationHealth": "Normal", "healthErrors": [ { - "affectedResourceType": "qzgrph", + "affectedResourceType": "tbpnshdcu", "affectedResourceCorrelationIds": [ - "qrrvuomswialkxqggzqbpcyeehnhh" + "zgqkoygorlqulfffmmiu" ], "childErrors": [ { - "id": "zrit", - "code": "bfneradprxenzmzli", - "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", - "category": "pxqnfeop", - "severity": "zcciu", - "source": "mhkzkzva", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "dtlfcbfoqnwvq", + "code": "vkiwxgftvvmdmkgrzickbs", + "healthCategory": "ehaizprypdc", + "category": "ekrwplpbdyyt", + "severity": "kirbb", + "source": "qwmhlpbjjxaxpjlajaxbkdlzr", + "creationTime": "2022-11-08T05:52:11.663Z", "isCustomerResolvable": true, - "summary": "qpyviutpljiqp", - "message": "yopecmiw", - "causes": "akocawnjnidazigfc", - "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + "summary": "pqjw", + "message": "ytiroklaimyofkrijqprcpcl", + "causes": "tfnrgunvoxufffnqrewtyncscg", + "recommendation": "uxkoxxyqxlv" } ], - "id": "cnnbqvdmjckwon", - "code": "ywbufnxfydutksequeerqpgtsmywwx", - "healthCategory": "n", - "category": "nygfrqtgujjvjsezpkp", - "severity": "tyrhlaefbyfubmqedthzbfvcypv", - "source": "bwtldowikuze", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "xrtexfwhugyrvpzdjcptishmukh", + "code": "ce", + "healthCategory": "co", + "category": "biwabffbcbutcsjtvzkcwy", + "severity": "evaznkmtyhgbie", + "source": "svzsvjmbaldidyf", + "creationTime": "2022-11-08T05:52:11.664Z", "isCustomerResolvable": true, - "summary": "nffwfoqxbvoexzxufyzocbne", - "message": "rxuodcvdmkpjuyeyxwqa", - "causes": "o", - "recommendation": "buveaotwfonbhnwphdvkx" + "summary": "sflornhfqcarmqfrakaxv", + "message": "bwdrgnmsixooysf", + "causes": "tqklwfegpuvyrkotppjue", + "recommendation": "qjkytamozqdqkqrq" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" - }, - "statusDescription": "jpz", - "replicationStatus": "None", - "replicationStatusDescription": "pmbwhyfcvurkyjearuxgfmrnbql", - "testMigrationStatus": "None", - "testMigrationStatusDescription": "zfdpxpks", - "migrationStatus": "None", - "migrationStatusDescription": "snw" + } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment", - "name": "aksDeployment", - "type": "n", + "id": "qizybjtnhaqlbklodtrjwmrr", + "name": "cvdfac", + "type": "gthubwgqhzmauquwlnq", "systemData": { - "createdBy": "ofofnwylosrnyvmczvlesbwczeebhk", - "createdByType": "opbkga", - "createdAt": "2022-09-27T11:32:26.115Z", - "lastModifiedBy": "xqgamrhkjiivvuhmkkpbfupq", - "lastModifiedByType": "gagcsgtgkd", - "lastModifiedAt": "2022-09-27T11:32:26.116Z" + "createdBy": "sypg", + "createdByType": "eegzmj", + "createdAt": "2022-11-08T05:52:17.838Z", + "lastModifiedBy": "ovzqidscyyntkjkkzswcbskxor", + "lastModifiedByType": "xvonwbwzxkwwcndobpyzlmlkjldke", + "lastModifiedAt": "2022-11-08T05:52:17.838Z" }, "tags": { - "key3173": "hckjgrjrrrzhslzopaswpkbmly" + "key4017": "bkaecnpbbiubarpfxpygfhnyjdwr" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..4a9aec01d96f --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json @@ -0,0 +1,14 @@ +{ + "parameters": { + "subscriptionId": "kkftzuipfmcpzedllvargxx", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "erbaoqtylmaweojksbevcx", + "workloadDeploymentName": "gggwnjndjjdmrz", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List.json deleted file mode 100644 index 5c2fe0ed8cec..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "api-version": "2022-05-01-preview" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "properties": { - "provisioningState": "Canceled", - "status": "InitialReplication", - "replicationState": "NotReplicatedStatesBegin", - "replicationStateDescription": null, - "testMigrateState": "None", - "testMigrateStateDescription": null, - "migrateState": "None", - "migrateStateDescription": null, - "displayName": "iisWorkloadDeployment", - "targetPlatform": "AzureKubernetesService", - "workloadInstanceProperties": { - "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", - "instanceType": "IISWorkload", - "displayName": "iisworkload", - "replicationState": "NotReplicatedStatesBegin", - "replicationHealth": "Normal", - "healthErrors": null - }, - "correlationId": null, - "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", - "currentJob": null, - "allowedOperations": [ - "Add", - "Update" - ], - "lastFailedEnableReplicationJob": null, - "lastTestMigrateJob": null, - "replicationHealth": "Normal", - "healthErrors": null, - "customProperties": { - "instanceType": "IISAKSWorkloadDeployment" - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment", - "name": "aksDeployment", - "type": null, - "systemData": null, - "tags": null - } - ], - "nextLink": null - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json index c851200d602c..ab15b9e3f189 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "z", + "modernizeProjectName": "gvujwdubvhvonttbtwtptbuhq", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,155 +12,153 @@ { "properties": { "provisioningState": "Canceled", - "status": "InitialReplication", - "displayName": "iisWorkloadDeployment", + "status": "None", + "statusDescription": "qnbdvff", + "testMigrationStatus": "None", + "testMigrationStatusDescription": "ncrdnkktxnnwqxghvgwxwacwlfgxgr", + "migrationStatus": "None", + "migrationStatusDescription": "udpkff", + "displayName": "qukxufxomknrst", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "workloadInstanceId": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", - "instanceType": "IISWorkload", - "displayName": "iisworkload", + "Name": "wvathhrymxglkcnopgutcuahq", + "provisioningState": "Canceled", + "migrateAgentId": "ucibvhckpapibujfwpgyyz", + "displayName": "wnrbxhrkjdevsyi", + "sourcePlatform": "ailndmygddrzlpjpoyltvouulxtvq", + "sourceName": "xuuhbcdg", "replicationHealth": "Normal", + "replicationStatus": "None", + "replicationStatusDescription": "zloilattkqpkgy", + "lastSuccessfulReplicationCycleTime": "2022-11-08T05:52:17.838Z", "healthErrors": [ { - "affectedResourceType": "qzgrph", + "affectedResourceType": "tbpnshdcu", "affectedResourceCorrelationIds": [ - "qrrvuomswialkxqggzqbpcyeehnhh" + "zgqkoygorlqulfffmmiu" ], "childErrors": [ { - "id": "zrit", - "code": "bfneradprxenzmzli", - "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", - "category": "pxqnfeop", - "severity": "zcciu", - "source": "mhkzkzva", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "dtlfcbfoqnwvq", + "code": "vkiwxgftvvmdmkgrzickbs", + "healthCategory": "ehaizprypdc", + "category": "ekrwplpbdyyt", + "severity": "kirbb", + "source": "qwmhlpbjjxaxpjlajaxbkdlzr", + "creationTime": "2022-11-08T05:52:11.663Z", "isCustomerResolvable": true, - "summary": "qpyviutpljiqp", - "message": "yopecmiw", - "causes": "akocawnjnidazigfc", - "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + "summary": "pqjw", + "message": "ytiroklaimyofkrijqprcpcl", + "causes": "tfnrgunvoxufffnqrewtyncscg", + "recommendation": "uxkoxxyqxlv" } ], - "id": "cnnbqvdmjckwon", - "code": "ywbufnxfydutksequeerqpgtsmywwx", - "healthCategory": "n", - "category": "nygfrqtgujjvjsezpkp", - "severity": "tyrhlaefbyfubmqedthzbfvcypv", - "source": "bwtldowikuze", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "xrtexfwhugyrvpzdjcptishmukh", + "code": "ce", + "healthCategory": "co", + "category": "biwabffbcbutcsjtvzkcwy", + "severity": "evaznkmtyhgbie", + "source": "svzsvjmbaldidyf", + "creationTime": "2022-11-08T05:52:11.664Z", "isCustomerResolvable": true, - "summary": "nffwfoqxbvoexzxufyzocbne", - "message": "rxuodcvdmkpjuyeyxwqa", - "causes": "o", - "recommendation": "buveaotwfonbhnwphdvkx" + "summary": "sflornhfqcarmqfrakaxv", + "message": "bwdrgnmsixooysf", + "causes": "tqklwfegpuvyrkotppjue", + "recommendation": "qjkytamozqdqkqrq" } ], - "name": "retuunxxutq", - "sourcePlatform": "dmjbbt", - "sourceName": "ifchvvjbnnayyrdii" + "currentJob": { + "scenarioName": "ufdbawcvjslh", + "id": "clpjwbmrpkwsqipof", + "name": "v", + "displayName": "jclnhtgltdam", + "state": "hfbgddnepqplurbrgijpwoxuucos", + "startTime": "2022-11-08T05:52:17.838Z", + "endTime": "2022-11-08T05:52:17.838Z" + }, + "allowedOperations": [ + "uuxjevifbqixizzhxorlxswptquatj" + ], + "masterSiteName": "djxw", + "customProperties": { + "instanceType": "IISWorkload", + "webAppArmId": "ukrvcwgvgyyldljivdveswrkgeub", + "webAppSiteName": "kurobdpsdbpkberuahzhkgokhsikp" + } }, - "correlationId": "imijmrcvoopeibsmycypaexq", - "lastSuccessfulReplicationCycleTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulMigrateTime": "2022-05-11T08:58:39.480Z", - "lastSuccessfulTestMigrateTime": "2022-05-11T08:58:39.480Z", + "correlationId": "clov", + "lastSuccessfulMigrateTime": "2022-11-08T05:52:17.838Z", + "lastSuccessfulTestMigrateTime": "2022-11-08T05:52:17.838Z", "currentJob": { - "scenarioName": "uujscwkomremczyrmvxhwy", - "id": "rogqfhzfltmnzatujb", - "name": "raqsutqqdnclmfubszh", - "displayName": "naxdsuenzhcoxlal", - "state": "odt", - "startTime": "2022-09-27T11:32:26.116Z", - "endTime": "2022-09-27T11:32:26.116Z" + "scenarioName": "nqaylystwtke", + "id": "cpszk", + "name": "zsbcnmiazvedmkkvhprbvjkfaux", + "displayName": "wvhzpmqghridmraocgjyivykuybaoa", + "state": "gmoiwarkmlqqjalxniqlphzdkttxq", + "startTime": "2022-11-08T05:52:17.838Z", + "endTime": "2022-11-08T05:52:17.838Z" }, "allowedOperations": [ - "Add", - "Update" + "EnableReplication" ], - "lastFailedEnableReplicationJob": { - "scenarioName": "hqcmuuvogtqgnwpxcdi", - "id": "jliyoozruslqlx", - "name": "iunzyucwgnd", - "displayName": "x", - "state": "owlebjkgdguinvobg", - "startTime": "2022-09-27T11:32:26.116Z", - "endTime": "2022-09-27T11:32:26.116Z" - }, - "lastTestMigrateJob": { - "scenarioName": "cosft", - "id": "vwovpoafokgrl", - "name": "xwjovosuipteafbrkuupvn", - "displayName": "ypjzsojyya", - "state": "eabhov", - "startTime": "2022-09-27T11:32:26.116Z", - "endTime": "2022-09-27T11:32:26.116Z" - }, - "replicationHealth": "Normal", "healthErrors": [ { - "affectedResourceType": "qzgrph", + "affectedResourceType": "tbpnshdcu", "affectedResourceCorrelationIds": [ - "qrrvuomswialkxqggzqbpcyeehnhh" + "zgqkoygorlqulfffmmiu" ], "childErrors": [ { - "id": "zrit", - "code": "bfneradprxenzmzli", - "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", - "category": "pxqnfeop", - "severity": "zcciu", - "source": "mhkzkzva", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "dtlfcbfoqnwvq", + "code": "vkiwxgftvvmdmkgrzickbs", + "healthCategory": "ehaizprypdc", + "category": "ekrwplpbdyyt", + "severity": "kirbb", + "source": "qwmhlpbjjxaxpjlajaxbkdlzr", + "creationTime": "2022-11-08T05:52:11.663Z", "isCustomerResolvable": true, - "summary": "qpyviutpljiqp", - "message": "yopecmiw", - "causes": "akocawnjnidazigfc", - "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + "summary": "pqjw", + "message": "ytiroklaimyofkrijqprcpcl", + "causes": "tfnrgunvoxufffnqrewtyncscg", + "recommendation": "uxkoxxyqxlv" } ], - "id": "cnnbqvdmjckwon", - "code": "ywbufnxfydutksequeerqpgtsmywwx", - "healthCategory": "n", - "category": "nygfrqtgujjvjsezpkp", - "severity": "tyrhlaefbyfubmqedthzbfvcypv", - "source": "bwtldowikuze", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "xrtexfwhugyrvpzdjcptishmukh", + "code": "ce", + "healthCategory": "co", + "category": "biwabffbcbutcsjtvzkcwy", + "severity": "evaznkmtyhgbie", + "source": "svzsvjmbaldidyf", + "creationTime": "2022-11-08T05:52:11.664Z", "isCustomerResolvable": true, - "summary": "nffwfoqxbvoexzxufyzocbne", - "message": "rxuodcvdmkpjuyeyxwqa", - "causes": "o", - "recommendation": "buveaotwfonbhnwphdvkx" + "summary": "sflornhfqcarmqfrakaxv", + "message": "bwdrgnmsixooysf", + "causes": "tqklwfegpuvyrkotppjue", + "recommendation": "qjkytamozqdqkqrq" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" - }, - "statusDescription": "urrfoqionofgpikfwg", - "replicationStatus": "None", - "replicationStatusDescription": "yttihmydwilktrapb", - "testMigrationStatus": "None", - "testMigrationStatusDescription": "zcmdsfeliioucvtdymcekveeo", - "migrationStatus": "None", - "migrationStatusDescription": "nsukcjob" + } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment", - "name": "aksDeployment", - "type": "srnyfnvonfljfz", + "id": "qizybjtnhaqlbklodtrjwmrr", + "name": "cvdfac", + "type": "gthubwgqhzmauquwlnq", "systemData": { - "createdBy": "dayhlsdcjzths", - "createdByType": "kxzngtyewhizezqtarzxumnox", - "createdAt": "2022-09-27T11:32:26.117Z", - "lastModifiedBy": "v", - "lastModifiedByType": "lkokpupx", - "lastModifiedAt": "2022-09-27T11:32:26.117Z" + "createdBy": "sypg", + "createdByType": "eegzmj", + "createdAt": "2022-11-08T05:52:17.838Z", + "lastModifiedBy": "ovzqidscyyntkjkkzswcbskxor", + "lastModifiedByType": "xvonwbwzxkwwcndobpyzlmlkjldke", + "lastModifiedAt": "2022-11-08T05:52:17.838Z" }, "tags": { - "key8658": "ljusqdywakhtyxijax" + "key4017": "bkaecnpbbiubarpfxpygfhnyjdwr" } } ], - "nextLink": "mwmpqkdpbceapbbqlgvryhjrezh" + "nextLink": "fnhdjjmlbphuwzizbboxwx" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json new file mode 100644 index 000000000000..4531ffe9557a --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "subscriptionId": "kkftzuipfmcpzedllvargxx", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "pmwanlvaehokuxhojpul", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate.json deleted file mode 100644 index e472b4f349f1..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "workloadDeploymentName": "aksDeployment", - "api-version": "2022-05-01-preview", - "parameters": { - "properties": { - "customProperties": { - "instanceType": "IISAKSWorkloadDeployment" - } - } - } - }, - "responses": { - "202": { - "headers": { - "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment/migrate/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_MigrateComplete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_MigrateComplete.json deleted file mode 100644 index 377a25a7d33e..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_MigrateComplete.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "workloadDeploymentName": "aksDeployment", - "api-version": "2022-05-01-preview" - }, - "responses": { - "202": { - "headers": { - "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment/completeMigration/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json index 0aac1d9550cd..777d8566d7ce 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "qtelqxxmclddoqlxjbxn", - "workloadDeploymentName": "nmfdngymh", + "modernizeProjectName": "ostczsamhjpniiziwldcqjwis", + "workloadDeploymentName": "phtbzhdknzojbriomccqiqwt", "api-version": "2022-05-01-preview", "body": { "properties": { "customProperties": { - "instanceType": "hybqdjnlkixvnuuznais" + "instanceType": "naybvyyipzhqzlcyv" } } } @@ -20,4 +20,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json index 9a0d3ad4d76b..428cd48c909c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "jgqfl", - "workloadDeploymentName": "yplfcpkyejmgksex", + "modernizeProjectName": "tcxgmxeskyfjcucwcrootr", + "workloadDeploymentName": "clujdcqpnsucwofyxpeiuyumkfi", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate.json deleted file mode 100644 index 1eba3d0a5771..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "workloadDeploymentName": "aksDeployment", - "api-version": "2022-05-01-preview", - "parameters": { - "properties": { - "customProperties": { - "instanceType": "IISAKSWorkloadDeployment" - } - } - } - }, - "responses": { - "202": { - "headers": { - "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment/testMigrate/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup.json deleted file mode 100644 index 94f9815a0b1c..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "workloadDeploymentName": "aksDeployment", - "api-version": "2022-05-01-preview", - "parameters": { - "properties": { - "comments": "cleanup" - } - } - }, - "responses": { - "202": { - "headers": { - "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadDeployments/aksDeployment/testMigrateCleanup/operations/56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1?api-version=2022-05-01-preview" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json index c51a85af61de..fd61104767f5 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "oxbrzmcfxihqkaxrrl", - "workloadDeploymentName": "gxcerovymwsxpkkuhstdrfyxtl", + "modernizeProjectName": "r", + "workloadDeploymentName": "kyffvomehlxpqbtrxpe", "api-version": "2022-05-01-preview", "body": { "properties": { - "comments": "ridyzivmvtrgkatcosscnxqkewntdlnaaafbgfczwufvvvdnpezbihmyaaiixveccrkrlohzeexmwnjrjuoobyfsqbzieaeblexyqmolrmheplahajhdihecrbdipsemnlvfevuaealbwpomrvifugqafnsqkrgntsxcrijsrlhauuoqkyktxjlrbhaebxktdmghbytjbmiltjqhyljsuheltcnshqwvtmhohjwnxyvamvnwodjdnwxcornuloorryvkwqalnlneqeioekizjkzoykxmeijvaaswteodjrzymlzvlpohgfaylqvtfzevtzllsnblukwhmrsjtwxmoxcwtskpugcm" + "comments": "vtkjwguswxqqjvylhpealjmbpevkoalctlsoodleqtuiosbjbhusybmxhgdeuobgnraeckxhhycujwlaxleefzvjpjfqqgmukjxgrnzrtdlayecnzmomxwqhivhjacjtokidngmzsvzalmtvggdvqejawbuurevweijutgyzffrmbkoszxbrggjabyjvlzbbvok" } } }, @@ -18,4 +18,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json index 7e87301cf97a..c7671eb627b7 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "elryqcwtlwndgwzlmvcyfkdpfboy", - "workloadDeploymentName": "izmslh", + "modernizeProjectName": "asyxmkivtodneixn", + "workloadDeploymentName": "azdisndnuhvlpxnzlwvyfmurhcfwg", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json index 028fa01ce813..3718f850ed68 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "qimoduscqk", - "workloadDeploymentName": "yeibzq", + "modernizeProjectName": "vr", + "workloadDeploymentName": "zerxanufdigdnkxdkasfjejlva", "api-version": "2022-05-01-preview", "body": { "properties": { @@ -20,4 +20,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json new file mode 100644 index 000000000000..e77792c22b8c --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "parameters": { + "subscriptionId": "kkftzuipfmcpzedllvargxx", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "vyh", + "workloadDeploymentName": "zrsvtkojhmenkjhcmbmvdvgxz", + "api-version": "2022-05-01-preview" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get.json deleted file mode 100644 index 99c2db9785f4..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter2", - "workloadInstanceName": "iisWorkload", - "operationId": "1e308341-ad5f-490c-bb6c-fb19b39c6710", - "api-version": "2022-05-01-preview" - }, - "responses": { - "200": { - "body": { - "id": "subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload/operations/1e308341-ad5f-490c-bb6c-fb19b39c6710", - "name": "1e308341-ad5f-490c-bb6c-fb19b39c6710", - "status": "Succeeded", - "startTime": "2022-05-06T20:02:29.7628343Z", - "endTime": "2022-05-06T20:02:33.0000000Z" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json index 12548a8ae113..fe82d5ff790d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "xzvyghkejdcrsalwlojjhkyqzlewj", - "workloadInstanceName": "ymdcacxglpuxzhmpsgnltzfqn", - "operationId": "qjwulvyiumzhbuagqtfahpnaff", + "modernizeProjectName": "uhsfknxzexwusvdacrntnjfbfsbsov", + "workloadInstanceName": "fkipjhd", + "operationId": "aelfqfmw", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/migrateAgents/74445749-f8f9-42f5-b8c6-3cb152d002c5/operations/6318f6b9-2656-490c-a1fc-2a5956909112", - "name": "56dcd3c1-3ac0-4866-9ab0-b0324a60e8a1", - "status": "Succeeded", - "startTime": "chlwvqfuw", - "endTime": "l" + "id": "rsycyjobrcqljuzgwcbk", + "name": "ek", + "status": "kyhtkqhvffxbgiefjn", + "startTime": "vysrlmcwhkwernlhc", + "endTime": "bwuyizbufkijc" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json index a730ad1c1129..b001c32c9499 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "iawnr", - "workloadInstanceName": "rjkmee", - "operationId": "rncpdfrxnlrhcrlcbpjagoiia", + "modernizeProjectName": "p", + "workloadInstanceName": "smhtbpm", + "operationId": "xgbobfegzedvclnqgmoqzxhrumo", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,4 +12,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create.json deleted file mode 100644 index 6147a4748959..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "workloadInstanceName": "iisWorkload", - "api-version": "2022-05-01-preview", - "parameters": { - "properties": { - "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "displayName": "AmeMigrationAgent", - "customProperties": { - "instanceType": "IISWorkload" - } - }, - "tags": {} - } - }, - "responses": { - "201": { - "body": { - "properties": { - "provisioningState": "Canceled", - "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "displayName": "AmeMigrationAgent", - "replicationHealth": "Normal", - "replicationState": "NotReplicatedStatesBegin", - "healthErrors": null, - "currentJob": { - "scenarioName": "AddOrUpdateModernizeProjects", - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/jobs/AddOrUpdateModernizeProjectsWorkflow", - "name": "AddOrUpdateModernizeProjectsWorkflow", - "displayName": "AddOrUpdateModernizeProjects", - "state": "Pending", - "startTime": "2022-05-10T20:18:28.037Z", - "endTime": "2022-05-10T20:18:28.037Z" - }, - "allowedOperations": [ - "Add", - "Update" - ], - "customProperties": { - "instanceType": "IISWorkload" - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", - "name": "iisWorkload", - "type": null, - "systemData": null, - "tags": {} - }, - "headers": { - "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json index 7fa0a79fd7a6..ef778e9e162b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json @@ -1,106 +1,113 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "prgnbq", - "workloadInstanceName": "ubxgmblrc", + "modernizeProjectName": "wgolmfkkfurbfndygrdx", + "workloadInstanceName": "obqpszqgjpxjqpjiygljbivwiicpqd", "api-version": "2022-05-01-preview", "body": { "properties": { - "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "displayName": "AmeMigrationAgent", + "Name": "wvathhrymxglkcnopgutcuahq", + "migrateAgentId": "ucibvhckpapibujfwpgyyz", + "displayName": "wnrbxhrkjdevsyi", + "sourcePlatform": "ailndmygddrzlpjpoyltvouulxtvq", + "sourceName": "xuuhbcdg", + "masterSiteName": "djxw", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "jukogragpsysvmpyulpeilm", - "webAppSiteName": "kumvdc" - }, - "sourcePlatform": "fceevdveqevqik", - "sourceName": "zkrsckfjdkxmwonnizo", - "masterSiteName": "puziqkoowkqjwqughxjxkpck" + "webAppArmId": "ukrvcwgvgyyldljivdveswrkgeub", + "webAppSiteName": "kurobdpsdbpkberuahzhkgokhsikp" + } }, - "tags": {} + "tags": { + "key6090": "g" + } } }, "responses": { "201": { "body": { "properties": { + "Name": "wvathhrymxglkcnopgutcuahq", "provisioningState": "Canceled", - "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "displayName": "AmeMigrationAgent", + "migrateAgentId": "ucibvhckpapibujfwpgyyz", + "displayName": "wnrbxhrkjdevsyi", + "sourcePlatform": "ailndmygddrzlpjpoyltvouulxtvq", + "sourceName": "xuuhbcdg", "replicationHealth": "Normal", - "replicationState": "NotReplicatedStatesBegin", + "replicationStatus": "None", + "replicationStatusDescription": "zloilattkqpkgy", + "lastSuccessfulReplicationCycleTime": "2022-11-08T05:52:17.838Z", "healthErrors": [ { - "affectedResourceType": "qzgrph", + "affectedResourceType": "tbpnshdcu", "affectedResourceCorrelationIds": [ - "qrrvuomswialkxqggzqbpcyeehnhh" + "zgqkoygorlqulfffmmiu" ], "childErrors": [ { - "id": "zrit", - "code": "bfneradprxenzmzli", - "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", - "category": "pxqnfeop", - "severity": "zcciu", - "source": "mhkzkzva", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "dtlfcbfoqnwvq", + "code": "vkiwxgftvvmdmkgrzickbs", + "healthCategory": "ehaizprypdc", + "category": "ekrwplpbdyyt", + "severity": "kirbb", + "source": "qwmhlpbjjxaxpjlajaxbkdlzr", + "creationTime": "2022-11-08T05:52:11.663Z", "isCustomerResolvable": true, - "summary": "qpyviutpljiqp", - "message": "yopecmiw", - "causes": "akocawnjnidazigfc", - "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + "summary": "pqjw", + "message": "ytiroklaimyofkrijqprcpcl", + "causes": "tfnrgunvoxufffnqrewtyncscg", + "recommendation": "uxkoxxyqxlv" } ], - "id": "cnnbqvdmjckwon", - "code": "ywbufnxfydutksequeerqpgtsmywwx", - "healthCategory": "n", - "category": "nygfrqtgujjvjsezpkp", - "severity": "tyrhlaefbyfubmqedthzbfvcypv", - "source": "bwtldowikuze", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "xrtexfwhugyrvpzdjcptishmukh", + "code": "ce", + "healthCategory": "co", + "category": "biwabffbcbutcsjtvzkcwy", + "severity": "evaznkmtyhgbie", + "source": "svzsvjmbaldidyf", + "creationTime": "2022-11-08T05:52:11.664Z", "isCustomerResolvable": true, - "summary": "nffwfoqxbvoexzxufyzocbne", - "message": "rxuodcvdmkpjuyeyxwqa", - "causes": "o", - "recommendation": "buveaotwfonbhnwphdvkx" + "summary": "sflornhfqcarmqfrakaxv", + "message": "bwdrgnmsixooysf", + "causes": "tqklwfegpuvyrkotppjue", + "recommendation": "qjkytamozqdqkqrq" } ], "currentJob": { - "scenarioName": "AddOrUpdateModernizeProjects", - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/jobs/AddOrUpdateModernizeProjectsWorkflow", - "name": "AddOrUpdateModernizeProjectsWorkflow", - "displayName": "AddOrUpdateModernizeProjects", - "state": "Pending", - "startTime": "2022-05-10T20:18:28.037Z", - "endTime": "2022-05-10T20:18:28.037Z" + "scenarioName": "ufdbawcvjslh", + "id": "clpjwbmrpkwsqipof", + "name": "v", + "displayName": "jclnhtgltdam", + "state": "hfbgddnepqplurbrgijpwoxuucos", + "startTime": "2022-11-08T05:52:17.838Z", + "endTime": "2022-11-08T05:52:17.838Z" }, "allowedOperations": [ - "Add", - "Update" + "uuxjevifbqixizzhxorlxswptquatj" ], + "masterSiteName": "djxw", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "jukogragpsysvmpyulpeilm", - "webAppSiteName": "kumvdc" - }, - "sourcePlatform": "fceevdveqevqik", - "sourceName": "zkrsckfjdkxmwonnizo", - "masterSiteName": "puziqkoowkqjwqughxjxkpck" + "webAppArmId": "ukrvcwgvgyyldljivdveswrkgeub", + "webAppSiteName": "kurobdpsdbpkberuahzhkgokhsikp" + } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", - "name": "iisWorkload", - "type": "tbbawixtthbchhtygcuzmfnug", + "id": "mjlpwqv", + "name": "mnaujyiuax", + "type": "dguxwteslairbiltuw", "systemData": { - "createdBy": "rhmqdamtbdfzwsczqzxuntpuom", - "createdByType": "cnsocqwvjkgsrxxtocvcflnfv", - "createdAt": "2022-09-27T11:32:26.117Z", - "lastModifiedBy": "zfccbijbnwzo", - "lastModifiedByType": "hyssdjjkjkhmxrhaoc", - "lastModifiedAt": "2022-09-27T11:32:26.117Z" + "createdBy": "tqmx", + "createdByType": "jrgydxcugjdkg", + "createdAt": "2022-11-08T05:52:22.241Z", + "lastModifiedBy": "loegygjrlkotzcedxvxbzpv", + "lastModifiedByType": "pdekizak", + "lastModifiedAt": "2022-11-08T05:52:22.241Z" }, - "tags": {} + "tags": { + "key6090": "g" + } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json new file mode 100644 index 000000000000..f9d5570e3983 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json @@ -0,0 +1,14 @@ +{ + "parameters": { + "subscriptionId": "kkftzuipfmcpzedllvargxx", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "ddtr", + "workloadInstanceName": "mprxhplobgqrqve", + "api-version": "2022-05-01-preview" + }, + "responses": { + "201": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete.json deleted file mode 100644 index ce9bf7a185b8..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "workloadInstanceName": "iisWorkload", - "api-version": "2022-05-01-preview" - }, - "responses": { - "204": {}, - "202": { - "headers": { - "Retry-After": "15", - "Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview&OperationType=Delete", - "Location": "https://management.windowsazure.com/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload/operations/9899e7d2-06a0-40a4-b631-06bcf6c9b2cd?api-version=2022-05-01-preview&OperationType=Delete" - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json index 999c8943fe25..55b2913f6617 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "koprzkhdpl", - "workloadInstanceName": "lwosqzykaatufmizjgwmriswdoinxk", + "modernizeProjectName": "ljncqaywqhfitbaxy", + "workloadInstanceName": "ipctmxn", "api-version": "2022-05-01-preview" }, "responses": { @@ -14,4 +14,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json index 3e3dafb981af..c041965543a1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "pduvbujzvblvsvvrmflud", - "workloadInstanceName": "pvqonrlvjtfevelldvsuluaahjoif", + "modernizeProjectName": "jnxwmrhgrphxsk", + "workloadInstanceName": "mybcyvjepvbldbucvfiy", "api-version": "2022-05-01-preview" }, "responses": { @@ -14,4 +14,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get.json deleted file mode 100644 index af3da9fbd430..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "workloadInstanceName": "iisWorkload", - "api-version": "2022-05-01-preview" - }, - "responses": { - "200": { - "body": { - "properties": { - "provisioningState": "Canceled", - "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "displayName": "AmeMigrationAgent", - "replicationHealth": "Normal", - "replicationState": "NotReplicatedStatesBegin", - "healthErrors": null, - "currentJob": { - "scenarioName": "AddOrUpdateModernizeProjects", - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/jobs/AddOrUpdateModernizeProjectsWorkflow", - "name": "AddOrUpdateModernizeProjectsWorkflow", - "displayName": "AddOrUpdateModernizeProjects", - "state": "Pending", - "startTime": "2022-05-10T20:18:28.037Z", - "endTime": "2022-05-10T20:18:28.037Z" - }, - "allowedOperations": [ - "Add", - "Update" - ], - "customProperties": { - "instanceType": "IISWorkload" - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", - "name": "iisWorkload", - "type": null, - "systemData": null, - "tags": {} - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json index c3488604ccb3..3e3f208921d6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json @@ -1,91 +1,95 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "zthtgzytzxggrsrmheeezlbavfwru", - "workloadInstanceName": "xzenrwtqha", + "modernizeProjectName": "peqdeefkrbdlhjzqsyo", + "workloadInstanceName": "ghnxslorvljfkbav", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { "properties": { + "Name": "wvathhrymxglkcnopgutcuahq", "provisioningState": "Canceled", - "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "displayName": "AmeMigrationAgent", + "migrateAgentId": "ucibvhckpapibujfwpgyyz", + "displayName": "wnrbxhrkjdevsyi", + "sourcePlatform": "ailndmygddrzlpjpoyltvouulxtvq", + "sourceName": "xuuhbcdg", "replicationHealth": "Normal", - "replicationState": "NotReplicatedStatesBegin", + "replicationStatus": "None", + "replicationStatusDescription": "zloilattkqpkgy", + "lastSuccessfulReplicationCycleTime": "2022-11-08T05:52:17.838Z", "healthErrors": [ { - "affectedResourceType": "qzgrph", + "affectedResourceType": "tbpnshdcu", "affectedResourceCorrelationIds": [ - "qrrvuomswialkxqggzqbpcyeehnhh" + "zgqkoygorlqulfffmmiu" ], "childErrors": [ { - "id": "zrit", - "code": "bfneradprxenzmzli", - "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", - "category": "pxqnfeop", - "severity": "zcciu", - "source": "mhkzkzva", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "dtlfcbfoqnwvq", + "code": "vkiwxgftvvmdmkgrzickbs", + "healthCategory": "ehaizprypdc", + "category": "ekrwplpbdyyt", + "severity": "kirbb", + "source": "qwmhlpbjjxaxpjlajaxbkdlzr", + "creationTime": "2022-11-08T05:52:11.663Z", "isCustomerResolvable": true, - "summary": "qpyviutpljiqp", - "message": "yopecmiw", - "causes": "akocawnjnidazigfc", - "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + "summary": "pqjw", + "message": "ytiroklaimyofkrijqprcpcl", + "causes": "tfnrgunvoxufffnqrewtyncscg", + "recommendation": "uxkoxxyqxlv" } ], - "id": "cnnbqvdmjckwon", - "code": "ywbufnxfydutksequeerqpgtsmywwx", - "healthCategory": "n", - "category": "nygfrqtgujjvjsezpkp", - "severity": "tyrhlaefbyfubmqedthzbfvcypv", - "source": "bwtldowikuze", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "xrtexfwhugyrvpzdjcptishmukh", + "code": "ce", + "healthCategory": "co", + "category": "biwabffbcbutcsjtvzkcwy", + "severity": "evaznkmtyhgbie", + "source": "svzsvjmbaldidyf", + "creationTime": "2022-11-08T05:52:11.664Z", "isCustomerResolvable": true, - "summary": "nffwfoqxbvoexzxufyzocbne", - "message": "rxuodcvdmkpjuyeyxwqa", - "causes": "o", - "recommendation": "buveaotwfonbhnwphdvkx" + "summary": "sflornhfqcarmqfrakaxv", + "message": "bwdrgnmsixooysf", + "causes": "tqklwfegpuvyrkotppjue", + "recommendation": "qjkytamozqdqkqrq" } ], "currentJob": { - "scenarioName": "AddOrUpdateModernizeProjects", - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/jobs/AddOrUpdateModernizeProjectsWorkflow", - "name": "AddOrUpdateModernizeProjectsWorkflow", - "displayName": "AddOrUpdateModernizeProjects", - "state": "Pending", - "startTime": "2022-05-10T20:18:28.037Z", - "endTime": "2022-05-10T20:18:28.037Z" + "scenarioName": "ufdbawcvjslh", + "id": "clpjwbmrpkwsqipof", + "name": "v", + "displayName": "jclnhtgltdam", + "state": "hfbgddnepqplurbrgijpwoxuucos", + "startTime": "2022-11-08T05:52:17.838Z", + "endTime": "2022-11-08T05:52:17.838Z" }, "allowedOperations": [ - "Add", - "Update" + "uuxjevifbqixizzhxorlxswptquatj" ], + "masterSiteName": "djxw", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "jukogragpsysvmpyulpeilm", - "webAppSiteName": "kumvdc" - }, - "sourcePlatform": "fceevdveqevqik", - "sourceName": "zkrsckfjdkxmwonnizo", - "masterSiteName": "puziqkoowkqjwqughxjxkpck" + "webAppArmId": "ukrvcwgvgyyldljivdveswrkgeub", + "webAppSiteName": "kurobdpsdbpkberuahzhkgokhsikp" + } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", - "name": "iisWorkload", - "type": "tbbawixtthbchhtygcuzmfnug", + "id": "mjlpwqv", + "name": "mnaujyiuax", + "type": "dguxwteslairbiltuw", "systemData": { - "createdBy": "rhmqdamtbdfzwsczqzxuntpuom", - "createdByType": "cnsocqwvjkgsrxxtocvcflnfv", - "createdAt": "2022-09-27T11:32:26.117Z", - "lastModifiedBy": "zfccbijbnwzo", - "lastModifiedByType": "hyssdjjkjkhmxrhaoc", - "lastModifiedAt": "2022-09-27T11:32:26.117Z" + "createdBy": "tqmx", + "createdByType": "jrgydxcugjdkg", + "createdAt": "2022-11-08T05:52:22.241Z", + "lastModifiedBy": "loegygjrlkotzcedxvxbzpv", + "lastModifiedByType": "pdekizak", + "lastModifiedAt": "2022-11-08T05:52:22.241Z" }, - "tags": {} + "tags": { + "key6090": "g" + } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..53a8ebbe0654 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json @@ -0,0 +1,14 @@ +{ + "parameters": { + "subscriptionId": "kkftzuipfmcpzedllvargxx", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "stoojzeugnj", + "workloadInstanceName": "yallbt", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List.json deleted file mode 100644 index 0515fcf20748..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", - "resourceGroupName": "ame-rg", - "modernizeProjectName": "datacenter1", - "api-version": "2022-05-01-preview" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "properties": { - "provisioningState": "Canceled", - "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "displayName": "AmeMigrationAgent", - "replicationHealth": "Normal", - "replicationState": "NotReplicatedStatesBegin", - "healthErrors": null, - "currentJob": { - "scenarioName": "AddOrUpdateModernizeProjects", - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/jobs/AddOrUpdateModernizeProjectsWorkflow", - "name": "AddOrUpdateModernizeProjectsWorkflow", - "displayName": "AddOrUpdateModernizeProjects", - "state": "Pending", - "startTime": "2022-05-10T20:18:28.037Z", - "endTime": "2022-05-10T20:18:28.037Z" - }, - "allowedOperations": [ - "Add", - "Update" - ], - "customProperties": { - "instanceType": "IISWorkload" - } - }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", - "name": "iisWorkload", - "type": null, - "systemData": null, - "tags": {} - } - ], - "nextLink": null - } - } - } -} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json index d0c2526e5058..006f6cb18c65 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "hgzumfhewiqkdgbanpkchijosertr", + "modernizeProjectName": "djeqnwoychsblkgjklnpafuo", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,85 +11,89 @@ "value": [ { "properties": { + "Name": "wvathhrymxglkcnopgutcuahq", "provisioningState": "Canceled", - "migrateAgentId": "74445749-f8f9-42f5-b8c6-3cb152d002c5", - "displayName": "AmeMigrationAgent", + "migrateAgentId": "ucibvhckpapibujfwpgyyz", + "displayName": "wnrbxhrkjdevsyi", + "sourcePlatform": "ailndmygddrzlpjpoyltvouulxtvq", + "sourceName": "xuuhbcdg", "replicationHealth": "Normal", - "replicationState": "NotReplicatedStatesBegin", + "replicationStatus": "None", + "replicationStatusDescription": "zloilattkqpkgy", + "lastSuccessfulReplicationCycleTime": "2022-11-08T05:52:17.838Z", "healthErrors": [ { - "affectedResourceType": "qzgrph", + "affectedResourceType": "tbpnshdcu", "affectedResourceCorrelationIds": [ - "qrrvuomswialkxqggzqbpcyeehnhh" + "zgqkoygorlqulfffmmiu" ], "childErrors": [ { - "id": "zrit", - "code": "bfneradprxenzmzli", - "healthCategory": "avkdtmdwkyjdbioizqeqqmbuu", - "category": "pxqnfeop", - "severity": "zcciu", - "source": "mhkzkzva", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "dtlfcbfoqnwvq", + "code": "vkiwxgftvvmdmkgrzickbs", + "healthCategory": "ehaizprypdc", + "category": "ekrwplpbdyyt", + "severity": "kirbb", + "source": "qwmhlpbjjxaxpjlajaxbkdlzr", + "creationTime": "2022-11-08T05:52:11.663Z", "isCustomerResolvable": true, - "summary": "qpyviutpljiqp", - "message": "yopecmiw", - "causes": "akocawnjnidazigfc", - "recommendation": "hifmblaiegikkbqoinkdifrbagwws" + "summary": "pqjw", + "message": "ytiroklaimyofkrijqprcpcl", + "causes": "tfnrgunvoxufffnqrewtyncscg", + "recommendation": "uxkoxxyqxlv" } ], - "id": "cnnbqvdmjckwon", - "code": "ywbufnxfydutksequeerqpgtsmywwx", - "healthCategory": "n", - "category": "nygfrqtgujjvjsezpkp", - "severity": "tyrhlaefbyfubmqedthzbfvcypv", - "source": "bwtldowikuze", - "creationTime": "2022-09-27T11:32:26.111Z", + "id": "xrtexfwhugyrvpzdjcptishmukh", + "code": "ce", + "healthCategory": "co", + "category": "biwabffbcbutcsjtvzkcwy", + "severity": "evaznkmtyhgbie", + "source": "svzsvjmbaldidyf", + "creationTime": "2022-11-08T05:52:11.664Z", "isCustomerResolvable": true, - "summary": "nffwfoqxbvoexzxufyzocbne", - "message": "rxuodcvdmkpjuyeyxwqa", - "causes": "o", - "recommendation": "buveaotwfonbhnwphdvkx" + "summary": "sflornhfqcarmqfrakaxv", + "message": "bwdrgnmsixooysf", + "causes": "tqklwfegpuvyrkotppjue", + "recommendation": "qjkytamozqdqkqrq" } ], "currentJob": { - "scenarioName": "AddOrUpdateModernizeProjects", - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/jobs/AddOrUpdateModernizeProjectsWorkflow", - "name": "AddOrUpdateModernizeProjectsWorkflow", - "displayName": "AddOrUpdateModernizeProjects", - "state": "Pending", - "startTime": "2022-05-10T20:18:28.037Z", - "endTime": "2022-05-10T20:18:28.037Z" + "scenarioName": "ufdbawcvjslh", + "id": "clpjwbmrpkwsqipof", + "name": "v", + "displayName": "jclnhtgltdam", + "state": "hfbgddnepqplurbrgijpwoxuucos", + "startTime": "2022-11-08T05:52:17.838Z", + "endTime": "2022-11-08T05:52:17.838Z" }, "allowedOperations": [ - "Add", - "Update" + "uuxjevifbqixizzhxorlxswptquatj" ], + "masterSiteName": "djxw", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "xetqvcgdmrcbfttjzfw", - "webAppSiteName": "mdduirmyr" - }, - "sourcePlatform": "zhiwsmsonzzamjuvygrwq", - "sourceName": "ivgvfperxkrqtxxvfgciczhhcxlfa", - "masterSiteName": "kcwf" + "webAppArmId": "ukrvcwgvgyyldljivdveswrkgeub", + "webAppSiteName": "kurobdpsdbpkberuahzhkgokhsikp" + } }, - "id": "/subscriptions/5944ffe6-5ef2-4791-be82-17957dc52618/resourceGroups/ame-rg/providers/Microsoft.Migrate/modernizeProjects/datacenter1/workloadInstances/iisWorkload", - "name": "iisWorkload", - "type": "kcknfoutbenhwkdlcox", + "id": "mjlpwqv", + "name": "mnaujyiuax", + "type": "dguxwteslairbiltuw", "systemData": { - "createdBy": "seqqkxxpuybfxyccoslhbux", - "createdByType": "oxpjlwoxsxnltdvgoyjpdcasokqah", - "createdAt": "2022-09-27T11:32:26.118Z", - "lastModifiedBy": "axsayuhdmyxvqigwroindefutdvwg", - "lastModifiedByType": "tqldeion", - "lastModifiedAt": "2022-09-27T11:32:26.118Z" + "createdBy": "tqmx", + "createdByType": "jrgydxcugjdkg", + "createdAt": "2022-11-08T05:52:22.241Z", + "lastModifiedBy": "loegygjrlkotzcedxvxbzpv", + "lastModifiedByType": "pdekizak", + "lastModifiedAt": "2022-11-08T05:52:22.241Z" }, - "tags": {} + "tags": { + "key6090": "g" + } } ], - "nextLink": "nambvqnavwlkhdgl" + "nextLink": "rqfikrkusssxcofnmqfdcm" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json new file mode 100644 index 000000000000..4d23ee4a407b --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "subscriptionId": "kkftzuipfmcpzedllvargxx", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "telf", + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json index 002919b57bd1..6a71a3f4b245 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "idlsmuhfhwaiszgbpugukxrlm", - "workloadInstanceName": "vvbbpxynmzttkgohsdpsbizeyuf", + "modernizeProjectName": "zuogomiqcgmm", + "workloadInstanceName": "apmqdymstzrjmxsih", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json index 53ecf4464be3..8a6a809634e2 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "5944ffe6-5ef2-4791-be82-17957dc52618", + "subscriptionId": "kkftzuipfmcpzedllvargxx", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ve", - "workloadInstanceName": "rxgxcfnpyclfqnphn", + "modernizeProjectName": "njqhhfpksumtxgtxdcoimzhuwccb", + "workloadInstanceName": "qfnppoulxyy", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json new file mode 100644 index 000000000000..92e1bb686bfb --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "parameters": { + "subscriptionId": "kkftzuipfmcpzedllvargxx", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "xzgxzih", + "workloadInstanceName": "tgtleyslyvywjrchsn", + "api-version": "2022-05-01-preview" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json new file mode 100644 index 000000000000..c7317d2267d9 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "parameters": { + "subscriptionId": "kkftzuipfmcpzedllvargxx", + "resourceGroupName": "rgmigrateEngine", + "modernizeProjectName": "ghcqlrsbxzkilz", + "workloadInstanceName": "lkkjbcmfueapgdjgtwcygtzwrxf", + "api-version": "2022-05-01-preview" + }, + "responses": { + "202": { + "headers": { + "location": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 40c44ec0b419..0d375e9cf92e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -57,9 +57,6 @@ } }, "x-ms-examples": { - "DeployedResource_Get": { - "$ref": "./examples/DeployedResource_Get.json" - }, "DeployedResource_Get_MaximumSet_Gen": { "$ref": "./examples/DeployedResource_Get_MaximumSet_Gen.json" }, @@ -116,9 +113,6 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "DeployedResource_List": { - "$ref": "./examples/DeployedResource_List.json" - }, "DeployedResource_List_MaximumSet_Gen": { "$ref": "./examples/DeployedResource_List_MaximumSet_Gen.json" }, @@ -179,11 +173,11 @@ } }, "x-ms-examples": { - "MigrateAgent_Get": { - "$ref": "./examples/MigrateAgent_Get.json" - }, "MigrateAgent_Get_MaximumSet_Gen": { "$ref": "./examples/MigrateAgent_Get_MaximumSet_Gen.json" + }, + "MigrateAgent_Get_MinimumSet_Gen": { + "$ref": "./examples/MigrateAgent_Get_MinimumSet_Gen.json" } } }, @@ -248,11 +242,11 @@ } }, "x-ms-examples": { - "MigrateAgent_Create": { - "$ref": "./examples/MigrateAgent_Create.json" - }, "MigrateAgent_Create_MaximumSet_Gen": { "$ref": "./examples/MigrateAgent_Create_MaximumSet_Gen.json" + }, + "MigrateAgent_Create_MinimumSet_Gen": { + "$ref": "./examples/MigrateAgent_Create_MinimumSet_Gen.json" } } }, @@ -313,9 +307,6 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "MigrateAgent_Delete": { - "$ref": "./examples/MigrateAgent_Delete.json" - }, "MigrateAgent_Delete_MaximumSet_Gen": { "$ref": "./examples/MigrateAgent_Delete_MaximumSet_Gen.json" }, @@ -369,11 +360,11 @@ } }, "x-ms-examples": { - "MigrateAgent_List": { - "$ref": "./examples/MigrateAgent_List.json" - }, "MigrateAgent_List_MaximumSet_Gen": { "$ref": "./examples/MigrateAgent_List_MaximumSet_Gen.json" + }, + "MigrateAgent_List_MinimumSet_Gen": { + "$ref": "./examples/MigrateAgent_List_MinimumSet_Gen.json" } } } @@ -433,9 +424,6 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "MigrateAgent_Refresh": { - "$ref": "./examples/MigrateAgent_Refresh.json" - }, "MigrateAgent_Refresh_MaximumSet_Gen": { "$ref": "./examples/MigrateAgent_Refresh_MaximumSet_Gen.json" }, @@ -503,9 +491,6 @@ } }, "x-ms-examples": { - "MigrateAgentOperationStatus_Get": { - "$ref": "./examples/MigrateAgentOperationStatus_Get.json" - }, "MigrateAgentOperationStatus_Get_MaximumSet_Gen": { "$ref": "./examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json" }, @@ -1034,11 +1019,11 @@ } }, "x-ms-examples": { - "Workflow_Get": { - "$ref": "./examples/Workflow_Get.json" - }, "Workflow_Get_MaximumSet_Gen": { "$ref": "./examples/Workflow_Get_MaximumSet_Gen.json" + }, + "Workflow_Get_MinimumSet_Gen": { + "$ref": "./examples/Workflow_Get_MinimumSet_Gen.json" } } } @@ -1102,11 +1087,11 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "Workflow_List": { - "$ref": "./examples/Workflow_List.json" - }, "Workflow_List_MaximumSet_Gen": { "$ref": "./examples/Workflow_List_MaximumSet_Gen.json" + }, + "Workflow_List_MinimumSet_Gen": { + "$ref": "./examples/Workflow_List_MinimumSet_Gen.json" } } } @@ -1169,9 +1154,6 @@ } }, "x-ms-examples": { - "WorkflowOperationStatus_Get": { - "$ref": "./examples/WorkflowOperationStatus_Get.json" - }, "WorkflowOperationStatus_Get_MaximumSet_Gen": { "$ref": "./examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json" }, @@ -1232,11 +1214,11 @@ } }, "x-ms-examples": { - "WorkloadDeployment_Get": { - "$ref": "./examples/WorkloadDeployment_Get.json" - }, "WorkloadDeployment_Get_MaximumSet_Gen": { "$ref": "./examples/WorkloadDeployment_Get_MaximumSet_Gen.json" + }, + "WorkloadDeployment_Get_MinimumSet_Gen": { + "$ref": "./examples/WorkloadDeployment_Get_MinimumSet_Gen.json" } } }, @@ -1301,11 +1283,11 @@ } }, "x-ms-examples": { - "WorkloadDeployment_Create": { - "$ref": "./examples/WorkloadDeployment_Create.json" - }, "WorkloadDeployment_Create_MaximumSet_Gen": { "$ref": "./examples/WorkloadDeployment_Create_MaximumSet_Gen.json" + }, + "WorkloadDeployment_Create_MinimumSet_Gen": { + "$ref": "./examples/WorkloadDeployment_Create_MinimumSet_Gen.json" } } }, @@ -1372,9 +1354,6 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "WorkloadDeployment_Delete": { - "$ref": "./examples/WorkloadDeployment_Delete.json" - }, "WorkloadDeployment_Delete_MaximumSet_Gen": { "$ref": "./examples/WorkloadDeployment_Delete_MaximumSet_Gen.json" }, @@ -1431,11 +1410,11 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "WorkloadDeployment_List": { - "$ref": "./examples/WorkloadDeployment_List.json" - }, "WorkloadDeployment_List_MaximumSet_Gen": { "$ref": "./examples/WorkloadDeployment_List_MaximumSet_Gen.json" + }, + "WorkloadDeployment_List_MinimumSet_Gen": { + "$ref": "./examples/WorkloadDeployment_List_MinimumSet_Gen.json" } } } @@ -1491,11 +1470,11 @@ } }, "x-ms-examples": { - "WorkloadDeployment_GetSecretConfigurations": { - "$ref": "./examples/WorkloadDeployment_GetSecretConfigurations.json" - }, "WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen": { "$ref": "./examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json" + }, + "WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen": { + "$ref": "./examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json" } } } @@ -1566,9 +1545,6 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "WorkloadDeployment_BuildContainerImage": { - "$ref": "./examples/WorkloadDeployment_BuildContainerImage.json" - }, "WorkloadDeployment_BuildContainerImage_MaximumSet_Gen": { "$ref": "./examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json" }, @@ -1644,11 +1620,11 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "WorkloadDeployment_TestMigrate": { - "$ref": "./examples/WorkloadDeployment_TestMigrate.json" - }, "WorkloadDeployment_TestMigrate_MaximumSet_Gen": { "$ref": "./examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json" + }, + "WorkloadDeployment_TestMigrate_MinimumSet_Gen": { + "$ref": "./examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json" } } } @@ -1719,9 +1695,6 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "WorkloadDeployment_TestMigrateCleanup": { - "$ref": "./examples/WorkloadDeployment_TestMigrateCleanup.json" - }, "WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen": { "$ref": "./examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json" }, @@ -1797,9 +1770,6 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "WorkloadDeployment_Migrate": { - "$ref": "./examples/WorkloadDeployment_Migrate.json" - }, "WorkloadDeployment_Migrate_MaximumSet_Gen": { "$ref": "./examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json" }, @@ -1867,9 +1837,6 @@ } }, "x-ms-examples": { - "WorkloadDeploymentOperationStatus_Get": { - "$ref": "./examples/WorkloadDeploymentOperationStatus_Get.json" - }, "WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen": { "$ref": "./examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json" }, @@ -1930,11 +1897,11 @@ } }, "x-ms-examples": { - "WorkloadInstance_Get": { - "$ref": "./examples/WorkloadInstance_Get.json" - }, "WorkloadInstance_Get_MaximumSet_Gen": { "$ref": "./examples/WorkloadInstance_Get_MaximumSet_Gen.json" + }, + "WorkloadInstance_Get_MinimumSet_Gen": { + "$ref": "./examples/WorkloadInstance_Get_MinimumSet_Gen.json" } } }, @@ -1999,11 +1966,11 @@ } }, "x-ms-examples": { - "WorkloadInstance_Create": { - "$ref": "./examples/WorkloadInstance_Create.json" - }, "WorkloadInstance_Create_MaximumSet_Gen": { "$ref": "./examples/WorkloadInstance_Create_MaximumSet_Gen.json" + }, + "WorkloadInstance_Create_MinimumSet_Gen": { + "$ref": "./examples/WorkloadInstance_Create_MinimumSet_Gen.json" } } }, @@ -2064,9 +2031,6 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "WorkloadInstance_Delete": { - "$ref": "./examples/WorkloadInstance_Delete.json" - }, "WorkloadInstance_Delete_MaximumSet_Gen": { "$ref": "./examples/WorkloadInstance_Delete_MaximumSet_Gen.json" }, @@ -2123,11 +2087,11 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "WorkloadInstance_List": { - "$ref": "./examples/WorkloadInstance_List.json" - }, "WorkloadInstance_List_MaximumSet_Gen": { "$ref": "./examples/WorkloadInstance_List_MaximumSet_Gen.json" + }, + "WorkloadInstance_List_MinimumSet_Gen": { + "$ref": "./examples/WorkloadInstance_List_MinimumSet_Gen.json" } } } @@ -2190,9 +2154,6 @@ } }, "x-ms-examples": { - "WorkloadInstanceOperationStatus_Get": { - "$ref": "./examples/WorkloadInstanceOperationStatus_Get.json" - }, "WorkloadInstanceOperationStatus_Get_MaximumSet_Gen": { "$ref": "./examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json" }, @@ -2265,6 +2226,70 @@ } } } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadInstances/{workloadInstanceName}/disableReplication": { + "post": { + "tags": [ + "WorkloadInstance" + ], + "summary": "Performs Disable Replicate.", + "description": "Performs the disable replicate on the workload instance.", + "operationId": "WorkloadInstance_StopReplicate", + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "modernizeProjectName", + "description": "ModernizeProject name.", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "workloadInstanceName", + "description": "Workload instance name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + } + ], + "responses": { + "202": { + "description": "Success", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "WorkloadInstance_StopReplicate_MaximumSet_Gen": { + "$ref": "./examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json" + }, + "WorkloadInstance_StopReplicate_MinimumSet_Gen": { + "$ref": "./examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json" + } + } + } } }, "definitions": { @@ -2348,9 +2373,6 @@ "deploymentSpec": { "$ref": "#/definitions/AKSDeploymentSpecification" }, - "monitoringProperties": { - "$ref": "#/definitions/AppInsightMonitoringProperties" - }, "deploymentHistory": { "description": "Gets or sets the deployment history.", "type": "array", @@ -2406,6 +2428,9 @@ "targetPlatformIdentity": { "description": "Gets or sets the target platform managed identity.", "type": "string" + }, + "monitoringProperties": { + "$ref": "#/definitions/AppInsightMonitoringProperties" } } }, @@ -2539,6 +2564,28 @@ } } }, + "AppServiceSettingSecretStoreProperties": { + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/SecretStoreProperties" + } + ], + "properties": { + "tenantId": { + "type": "string" + }, + "subscriptionId": { + "type": "string" + }, + "resourceGroup": { + "type": "string" + }, + "appServiceName": { + "type": "string" + } + } + }, "ArmError": { "description": "ARM error.", "type": "object", @@ -2619,6 +2666,13 @@ }, "azureFileShareProfile": { "$ref": "#/definitions/AzureFileShareHydrationProfile" + }, + "artifacts": { + "description": "Gets or sets the artifacts.", + "type": "object", + "additionalProperties": { + "type": "string" + } } } }, @@ -2721,6 +2775,11 @@ "description": "Gets or sets a value indicating whether certificate is provided or not.", "type": "boolean" }, + "certData": { + "format": "byte", + "description": "Gets or sets the Certficate data.", + "type": "string" + }, "secretStore": { "description": "Gets or sets the type of secret store for the certificate.", "enum": [ @@ -3135,9 +3194,6 @@ "deploymentSpec": { "$ref": "#/definitions/AKSDeploymentSpecification" }, - "monitoringProperties": { - "$ref": "#/definitions/AppInsightMonitoringProperties" - }, "deploymentHistory": { "description": "Gets or sets the deployment history.", "type": "array", @@ -3196,6 +3252,9 @@ "targetPlatformIdentity": { "description": "Gets or sets the target platform managed identity.", "type": "string" + }, + "monitoringProperties": { + "$ref": "#/definitions/AppInsightMonitoringProperties" } } }, @@ -3506,6 +3565,56 @@ } } }, + "KeyVaultSecretStoreProperties": { + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/SecretStoreProperties" + } + ], + "properties": { + "tenantId": { + "type": "string" + }, + "subscriptionId": { + "type": "string" + }, + "resourceGroup": { + "type": "string" + }, + "keyvaultName": { + "type": "string" + }, + "managedIdentityProperties": { + "$ref": "#/definitions/ManagedIdentityProperties" + } + } + }, + "KubeSecretStoreProperties": { + "type": "object", + "allOf": [ + { + "$ref": "#/definitions/SecretStoreProperties" + } + ] + }, + "ManagedIdentityProperties": { + "type": "object", + "properties": { + "tenantId": { + "type": "string" + }, + "subscriptionId": { + "type": "string" + }, + "resourceGroup": { + "type": "string" + }, + "managedIdentityName": { + "type": "string" + } + } + }, "MigrateAgentModel": { "description": "MigrateAgent model.", "type": "object", @@ -3566,12 +3675,13 @@ "MigrateAgentModelCustomProperties": { "description": "MigrateAgent model custom properties.", "type": "object", - "allOf": [ - { - "$ref": "#/definitions/MigrateAgentModelCustomProperties" + "properties": { + "instanceType": { + "description": "Gets or sets the instance type.", + "type": "string" } - ], - "x-ms-discriminator-value": "TestFabricExtension" + }, + "x-ms-discriminator-value": "instanceType" }, "MigrateAgentModelProperties": { "description": "MigrateAgent model properties.", @@ -3880,7 +3990,7 @@ "type": "object", "properties": { "id": { - "description": "Gets the Id.", + "description": "Resource Id.", "type": "string", "readOnly": true }, @@ -3992,7 +4102,7 @@ "secretStoreId": { "type": "string" }, - "InputType": { + "inputType": { "type": "string", "readOnly": true } @@ -4001,7 +4111,7 @@ "SecureString": { "type": "object", "properties": { - "length": { + "Length": { "format": "int32", "type": "integer" } @@ -4437,12 +4547,35 @@ "WorkflowModelCustomProperties": { "description": "Workflow model custom properties.", "type": "object", - "allOf": [ - { - "$ref": "#/definitions/WorkflowModelCustomProperties" + "properties": { + "instanceType": { + "description": "Gets or sets the instance type.", + "enum": [ + "SampleWorkflow", + "EnableReplicationWorkflow", + "StopReplicationWorkflow", + "BuildContainerImageWorkflow", + "MigrateWorkflow", + "TestMigrateWorkflow", + "TestMigrateCleanupWorkflow", + "CompleteMigrationWorkflow" + ], + "type": "string", + "x-ms-enum": { + "name": "WorkflowType", + "modelAsString": true + } + }, + "affectedObjectDetails": { + "description": "Gets or sets any custom properties of the affected object.", + "type": "object", + "additionalProperties": { + "type": "string" + }, + "readOnly": true } - ], - "x-ms-discriminator-value": "SampleWorkflow" + }, + "x-ms-discriminator-value": "instanceType" }, "WorkflowModelProperties": { "description": "Workflow model properties.", @@ -4511,7 +4644,8 @@ "ModernizeProject", "MigrateAgent", "WorkloadInstance", - "WorkloadDeployment" + "WorkloadDeployment", + "ReplicationPostAction" ], "type": "string", "readOnly": true, @@ -4644,12 +4778,25 @@ }, "WorkloadDeploymentModelCustomProperties": { "description": "Workload deployment model custom properties.", + "required": [ + "instanceType" + ], "type": "object", - "allOf": [ - { - "$ref": "#/definitions/WorkloadDeploymentModelCustomProperties" + "properties": { + "instanceType": { + "description": "Gets or sets the instance type.", + "enum": [ + "IISAKSWorkloadDeployment", + "ApacheTomcatAKSWorkloadDeployment" + ], + "type": "string", + "x-ms-enum": { + "name": "WorkloadDeploymentType", + "modelAsString": true + } } - ], + }, + "discriminator": "instanceType", "x-ms-discriminator-value": "IISAKSWorkloadDeployment" }, "WorkloadDeploymentModelProperties": { @@ -4918,12 +5065,29 @@ "WorkloadInstanceModelCustomProperties": { "description": "Workload instance model custom properties.", "type": "object", - "allOf": [ - { - "$ref": "#/definitions/WorkloadInstanceModelCustomProperties" + "properties": { + "instanceType": { + "description": "Gets or sets the instance type.", + "enum": [ + "IISWorkload", + "ApacheTomcatWorkload" + ], + "type": "string", + "x-ms-enum": { + "name": "WorkloadType", + "modelAsString": true + } + }, + "webAppArmId": { + "description": "Gets or sets the Web application ARM id.", + "type": "string" + }, + "webAppSiteName": { + "description": "Gets or sets the Web application site name.", + "type": "string" } - ], - "x-ms-discriminator-value": "IISWorkload" + }, + "x-ms-discriminator-value": "instanceType" }, "WorkloadInstanceModelProperties": { "description": "Workload instance model properties.", @@ -4981,7 +5145,7 @@ "modelAsString": true } }, - "replicationState": { + "replicationStatus": { "description": "Gets or sets the replication state of the workload instance.", "enum": [ "None", @@ -5004,6 +5168,12 @@ "type": "string", "readOnly": true }, + "lastSuccessfulReplicationCycleTime": { + "format": "date-time", + "description": "Gets or sets the Last successful replication cycle time.", + "type": "string", + "readOnly": true + }, "healthErrors": { "description": "Gets or sets the list of health errors.", "type": "array", @@ -5178,4 +5348,4 @@ "description": "Workload instance controller." } ] -} +} \ No newline at end of file From 9f9ffa7533b2d64bd451303ea83aab201bd67d2a Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Tue, 8 Nov 2022 16:03:54 +0530 Subject: [PATCH 23/54] fix: Generated new examples to remove some errors --- .../DeployedResource_Get_MaximumSet_Gen.json | 88 ++++---- .../DeployedResource_Get_MinimumSet_Gen.json | 6 +- .../DeployedResource_List_MaximumSet_Gen.json | 88 ++++---- .../DeployedResource_List_MinimumSet_Gen.json | 4 +- ...entOperationStatus_Get_MaximumSet_Gen.json | 18 +- ...entOperationStatus_Get_MinimumSet_Gen.json | 8 +- .../MigrateAgent_Create_MaximumSet_Gen.json | 114 +++++----- .../MigrateAgent_Create_MinimumSet_Gen.json | 6 +- .../MigrateAgent_Delete_MaximumSet_Gen.json | 6 +- .../MigrateAgent_Delete_MinimumSet_Gen.json | 6 +- .../MigrateAgent_Get_MaximumSet_Gen.json | 96 ++++---- .../MigrateAgent_Get_MinimumSet_Gen.json | 6 +- .../MigrateAgent_List_MaximumSet_Gen.json | 96 ++++---- .../MigrateAgent_List_MinimumSet_Gen.json | 4 +- .../MigrateAgent_Refresh_MaximumSet_Gen.json | 6 +- .../MigrateAgent_Refresh_MinimumSet_Gen.json | 6 +- ...ectOperationStatus_Get_MaximumSet_Gen.json | 18 +- ...ectOperationStatus_Get_MinimumSet_Gen.json | 6 +- ...eProjectStatistics_Get_MaximumSet_Gen.json | 160 +++++++------- ...eProjectStatistics_Get_MinimumSet_Gen.json | 4 +- ...odernizeProject_Create_MaximumSet_Gen.json | 66 +++--- ...odernizeProject_Create_MinimumSet_Gen.json | 4 +- ...odernizeProject_Delete_MaximumSet_Gen.json | 4 +- ...odernizeProject_Delete_MinimumSet_Gen.json | 4 +- .../ModernizeProject_Get_MaximumSet_Gen.json | 46 ++-- .../ModernizeProject_Get_MinimumSet_Gen.json | 4 +- ...ect_ListBySubscription_MaximumSet_Gen.json | 48 ++-- ...ect_ListBySubscription_MinimumSet_Gen.json | 2 +- .../ModernizeProject_List_MaximumSet_Gen.json | 48 ++-- .../ModernizeProject_List_MinimumSet_Gen.json | 2 +- ...odernizeProject_Update_MaximumSet_Gen.json | 48 ++-- ...odernizeProject_Update_MinimumSet_Gen.json | 4 +- ...lowOperationStatus_Get_MaximumSet_Gen.json | 18 +- ...lowOperationStatus_Get_MinimumSet_Gen.json | 8 +- .../examples/Workflow_Get_MaximumSet_Gen.json | 76 +++---- .../examples/Workflow_Get_MinimumSet_Gen.json | 6 +- .../Workflow_List_MaximumSet_Gen.json | 80 +++---- .../Workflow_List_MinimumSet_Gen.json | 4 +- ...entOperationStatus_Get_MaximumSet_Gen.json | 18 +- ...entOperationStatus_Get_MinimumSet_Gen.json | 8 +- ...nt_BuildContainerImage_MaximumSet_Gen.json | 26 +-- ...nt_BuildContainerImage_MinimumSet_Gen.json | 6 +- ...kloadDeployment_Create_MaximumSet_Gen.json | 206 +++++++++--------- ...kloadDeployment_Create_MinimumSet_Gen.json | 6 +- ...kloadDeployment_Delete_MaximumSet_Gen.json | 6 +- ...kloadDeployment_Delete_MinimumSet_Gen.json | 6 +- ...etSecretConfigurations_MaximumSet_Gen.json | 186 ++++++++-------- ...etSecretConfigurations_MinimumSet_Gen.json | 6 +- ...WorkloadDeployment_Get_MaximumSet_Gen.json | 186 ++++++++-------- ...WorkloadDeployment_Get_MinimumSet_Gen.json | 6 +- ...orkloadDeployment_List_MaximumSet_Gen.json | 186 ++++++++-------- ...orkloadDeployment_List_MinimumSet_Gen.json | 4 +- ...loadDeployment_Migrate_MaximumSet_Gen.json | 8 +- ...loadDeployment_Migrate_MinimumSet_Gen.json | 6 +- ...ent_TestMigrateCleanup_MaximumSet_Gen.json | 8 +- ...ent_TestMigrateCleanup_MinimumSet_Gen.json | 6 +- ...Deployment_TestMigrate_MaximumSet_Gen.json | 6 +- ...Deployment_TestMigrate_MinimumSet_Gen.json | 6 +- ...nceOperationStatus_Get_MaximumSet_Gen.json | 18 +- ...nceOperationStatus_Get_MinimumSet_Gen.json | 8 +- ...orkloadInstance_Create_MaximumSet_Gen.json | 128 +++++------ ...orkloadInstance_Create_MinimumSet_Gen.json | 6 +- ...orkloadInstance_Delete_MaximumSet_Gen.json | 6 +- ...orkloadInstance_Delete_MinimumSet_Gen.json | 6 +- .../WorkloadInstance_Get_MaximumSet_Gen.json | 110 +++++----- .../WorkloadInstance_Get_MinimumSet_Gen.json | 6 +- .../WorkloadInstance_List_MaximumSet_Gen.json | 110 +++++----- .../WorkloadInstance_List_MinimumSet_Gen.json | 4 +- ...stance_MigrateComplete_MaximumSet_Gen.json | 6 +- ...stance_MigrateComplete_MinimumSet_Gen.json | 6 +- ...Instance_StopReplicate_MaximumSet_Gen.json | 6 +- ...Instance_StopReplicate_MinimumSet_Gen.json | 6 +- .../2022-05-01-preview/migrateEngine.json | 20 +- 73 files changed, 1286 insertions(+), 1274 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json index 59b702c498e6..bd13ba7fbc4b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "mqynvssuvysfpairiobefssguehhr", - "deployedResourceName": "zqvgppiwqsrq", + "modernizeProjectName": "rqklpds", + "deployedResourceName": "gwrctxyshxsznn", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,67 +11,67 @@ "body": { "properties": { "resourcesDeployed": [ - "afbwq" + "suuyusvuvwibrqprixvpagk" ], - "workloadDeploymentId": "tlpykxxhakqtsecvktjwb", - "displayName": "xu", - "context": "eozqbmjnupoomzncrmmnr", - "status": "ahifcabixpisijptgpyuzy", - "type": "gvqkxpmttqeylyuxo", + "workloadDeploymentId": "gnzfckvwkbizooyewkzpdfmdfpbc", + "displayName": "byohodbbsauvnsoth", + "context": "zcbbarwtk", + "status": "pgnodgclaynuwzoojoytgznksyqux", + "type": "vckvnnprpjgqqt", "healthErrors": [ { - "affectedResourceType": "tbpnshdcu", + "affectedResourceType": "pnfevgkbypytddxko", "affectedResourceCorrelationIds": [ - "zgqkoygorlqulfffmmiu" + "xqxpibvzyrbeejicdxyiolv" ], "childErrors": [ { - "id": "dtlfcbfoqnwvq", - "code": "vkiwxgftvvmdmkgrzickbs", - "healthCategory": "ehaizprypdc", - "category": "ekrwplpbdyyt", - "severity": "kirbb", - "source": "qwmhlpbjjxaxpjlajaxbkdlzr", - "creationTime": "2022-11-08T05:52:11.663Z", + "id": "blaraswbvxyxbqtk", + "code": "jlgwdxsukcvmdbppvpjqxcgxrh", + "healthCategory": "deyfy", + "category": "cv", + "severity": "xshgcnmvospvdg", + "source": "zktcgca", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "pqjw", - "message": "ytiroklaimyofkrijqprcpcl", - "causes": "tfnrgunvoxufffnqrewtyncscg", - "recommendation": "uxkoxxyqxlv" + "summary": "uv", + "message": "shkolqcrbtamymelqfaaua", + "causes": "eolznkucqohpd", + "recommendation": "jbnfrfzstgkyjwtxnaivtu" } ], - "id": "xrtexfwhugyrvpzdjcptishmukh", - "code": "ce", - "healthCategory": "co", - "category": "biwabffbcbutcsjtvzkcwy", - "severity": "evaznkmtyhgbie", - "source": "svzsvjmbaldidyf", - "creationTime": "2022-11-08T05:52:11.664Z", + "id": "uiaxwthpbwxmniyhr", + "code": "tbhtqahevaghfcjrfnacu", + "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", + "category": "hlhxfruiivwrolleiws", + "severity": "kxjdnujsxcqouvswtwzjefxbl", + "source": "mvcacl", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "sflornhfqcarmqfrakaxv", - "message": "bwdrgnmsixooysf", - "causes": "tqklwfegpuvyrkotppjue", - "recommendation": "qjkytamozqdqkqrq" + "summary": "pcduryqcuimdtveybkohwopfqkuhyl", + "message": "iwntf", + "causes": "gyoalwbijfv", + "recommendation": "zgjftoeqbjvfjcjsolkifflh" } ], - "deploymentTimestamp": "2022-11-08T05:52:11.664Z", + "deploymentTimestamp": "2022-11-08T10:26:50.562Z", "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "clzsrzxlkugkpvndsysgmmjvxxmpc", - "name": "zexufz", - "type": "wwctpfnypfgjcmedvnxgu", + "id": "zlbht", + "name": "idcf", + "type": "qyskworiyeeydgnjqf", "systemData": { - "createdBy": "vxyoskcscf", - "createdByType": "cmhlvtuvwuktorsgtunphp", - "createdAt": "2022-11-08T05:52:11.664Z", - "lastModifiedBy": "tbvdv", - "lastModifiedByType": "keeemf", - "lastModifiedAt": "2022-11-08T05:52:11.664Z" + "createdBy": "qbihcciwgprpvcst", + "createdByType": "zavndieljolmgvye", + "createdAt": "2022-11-08T10:26:50.563Z", + "lastModifiedBy": "zdgdugpjhgxvfgwqqisiotlvlis", + "lastModifiedByType": "v", + "lastModifiedAt": "2022-11-08T10:26:50.563Z" }, "tags": { - "key9221": "ozinxcadmylukgwdholzhhruxbc" + "key5847": "lqyttjztepxyutsqgbuw" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json index df2be7ca7afb..26fd86b395d2 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "srewsvszgfidmtvpooggwc", - "deployedResourceName": "qkrdklzlvuqf", + "modernizeProjectName": "fpizvkeiqgcyhvmv", + "deployedResourceName": "nyjobkkdgywxisgzxegkypclrpi", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json index dc36e99c3ee6..d8983cdd2715 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ctjkfmqhnrkarxcowmr", + "modernizeProjectName": "ppbtfsznhouqdwwrqhpudw", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,71 +12,71 @@ { "properties": { "resourcesDeployed": [ - "afbwq" + "suuyusvuvwibrqprixvpagk" ], - "workloadDeploymentId": "tlpykxxhakqtsecvktjwb", - "displayName": "xu", - "context": "eozqbmjnupoomzncrmmnr", - "status": "ahifcabixpisijptgpyuzy", - "type": "gvqkxpmttqeylyuxo", + "workloadDeploymentId": "gnzfckvwkbizooyewkzpdfmdfpbc", + "displayName": "byohodbbsauvnsoth", + "context": "zcbbarwtk", + "status": "pgnodgclaynuwzoojoytgznksyqux", + "type": "vckvnnprpjgqqt", "healthErrors": [ { - "affectedResourceType": "tbpnshdcu", + "affectedResourceType": "pnfevgkbypytddxko", "affectedResourceCorrelationIds": [ - "zgqkoygorlqulfffmmiu" + "xqxpibvzyrbeejicdxyiolv" ], "childErrors": [ { - "id": "dtlfcbfoqnwvq", - "code": "vkiwxgftvvmdmkgrzickbs", - "healthCategory": "ehaizprypdc", - "category": "ekrwplpbdyyt", - "severity": "kirbb", - "source": "qwmhlpbjjxaxpjlajaxbkdlzr", - "creationTime": "2022-11-08T05:52:11.663Z", + "id": "blaraswbvxyxbqtk", + "code": "jlgwdxsukcvmdbppvpjqxcgxrh", + "healthCategory": "deyfy", + "category": "cv", + "severity": "xshgcnmvospvdg", + "source": "zktcgca", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "pqjw", - "message": "ytiroklaimyofkrijqprcpcl", - "causes": "tfnrgunvoxufffnqrewtyncscg", - "recommendation": "uxkoxxyqxlv" + "summary": "uv", + "message": "shkolqcrbtamymelqfaaua", + "causes": "eolznkucqohpd", + "recommendation": "jbnfrfzstgkyjwtxnaivtu" } ], - "id": "xrtexfwhugyrvpzdjcptishmukh", - "code": "ce", - "healthCategory": "co", - "category": "biwabffbcbutcsjtvzkcwy", - "severity": "evaznkmtyhgbie", - "source": "svzsvjmbaldidyf", - "creationTime": "2022-11-08T05:52:11.664Z", + "id": "uiaxwthpbwxmniyhr", + "code": "tbhtqahevaghfcjrfnacu", + "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", + "category": "hlhxfruiivwrolleiws", + "severity": "kxjdnujsxcqouvswtwzjefxbl", + "source": "mvcacl", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "sflornhfqcarmqfrakaxv", - "message": "bwdrgnmsixooysf", - "causes": "tqklwfegpuvyrkotppjue", - "recommendation": "qjkytamozqdqkqrq" + "summary": "pcduryqcuimdtveybkohwopfqkuhyl", + "message": "iwntf", + "causes": "gyoalwbijfv", + "recommendation": "zgjftoeqbjvfjcjsolkifflh" } ], - "deploymentTimestamp": "2022-11-08T05:52:11.664Z", + "deploymentTimestamp": "2022-11-08T10:26:50.562Z", "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "clzsrzxlkugkpvndsysgmmjvxxmpc", - "name": "zexufz", - "type": "wwctpfnypfgjcmedvnxgu", + "id": "zlbht", + "name": "idcf", + "type": "qyskworiyeeydgnjqf", "systemData": { - "createdBy": "vxyoskcscf", - "createdByType": "cmhlvtuvwuktorsgtunphp", - "createdAt": "2022-11-08T05:52:11.664Z", - "lastModifiedBy": "tbvdv", - "lastModifiedByType": "keeemf", - "lastModifiedAt": "2022-11-08T05:52:11.664Z" + "createdBy": "qbihcciwgprpvcst", + "createdByType": "zavndieljolmgvye", + "createdAt": "2022-11-08T10:26:50.563Z", + "lastModifiedBy": "zdgdugpjhgxvfgwqqisiotlvlis", + "lastModifiedByType": "v", + "lastModifiedAt": "2022-11-08T10:26:50.563Z" }, "tags": { - "key9221": "ozinxcadmylukgwdholzhhruxbc" + "key5847": "lqyttjztepxyutsqgbuw" } } ], - "nextLink": "dtvflrwdl" + "nextLink": "jhddbykxbexlbczlko" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json index 0b00ffd585ab..b48cdb4d1a8c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "zf", + "modernizeProjectName": "nmcdfpmplvpesxzctcmpekg", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json index 46726de6237b..b490840ec333 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json @@ -1,20 +1,20 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "twuetomrl", - "agentName": "otdupjryvwfwbytrszsryodxwfh", - "operationId": "dysce", + "modernizeProjectName": "yffdbcsraj", + "agentName": "ppshlmdtczvsowyko", + "operationId": "wyxgufftktuxvxk", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "rsycyjobrcqljuzgwcbk", - "name": "ek", - "status": "kyhtkqhvffxbgiefjn", - "startTime": "vysrlmcwhkwernlhc", - "endTime": "bwuyizbufkijc" + "id": "oekw", + "name": "sdjmymjckca", + "status": "yl", + "startTime": "epbslvrh", + "endTime": "lhlfreizdlllfnsyqlfbee" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json index 1acbd7ab6b79..5f1f4a81339b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "oetqipbpoovllgjkerpxynsmvs", - "agentName": "ciogvyhasixcekuisipaswxmbhr", - "operationId": "pe", + "modernizeProjectName": "pusfukd", + "agentName": "cszwbsnipw", + "operationId": "xectzsrut", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json index 938ee56063a4..4fae6660de78 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json @@ -1,27 +1,27 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "lwxomzhekx", - "agentName": "fzgmgnersboa", + "modernizeProjectName": "shdkpfdcnpivmpkjmvdgvgqgtb", + "agentName": "ekmyfortlpl", "api-version": "2022-05-01-preview", "body": { "properties": { - "machineId": "tdiqeyvperytcyobngrbunrupyog", - "machineName": "ogd", + "machineId": "fuictlgbepstolboaiwekwloyqofm", + "machineName": "fwzinbggq", "authenticationIdentity": { - "tenantId": "wqtrkwla", - "applicationId": "wykswnzweyqtjdrft", - "objectId": "dovdrgfx", - "audience": "robuo", - "aadAuthority": "mx" + "tenantId": "nsxlpzyybdbr", + "applicationId": "sildsgxxweoqgzskubptayrsprzj", + "objectId": "dqriz", + "audience": "sromiqhwaiwvlzajrmwtfrhlzm", + "aadAuthority": "ljggejmvrwsqakloy" }, "customProperties": { - "instanceType": "xpgyhqctvzayatz" + "instanceType": "IISWorkload" } }, "tags": { - "key6441": "wcpr" + "key4196": "vlhjo" } } }, @@ -29,73 +29,73 @@ "201": { "body": { "properties": { - "correlationId": "drdaxkgzbrnmvqjkfijsnd", - "machineId": "tdiqeyvperytcyobngrbunrupyog", - "machineName": "ogd", + "correlationId": "owrjgwy", + "machineId": "fuictlgbepstolboaiwekwloyqofm", + "machineName": "fwzinbggq", "authenticationIdentity": { - "tenantId": "wqtrkwla", - "applicationId": "wykswnzweyqtjdrft", - "objectId": "dovdrgfx", - "audience": "robuo", - "aadAuthority": "mx" + "tenantId": "nsxlpzyybdbr", + "applicationId": "sildsgxxweoqgzskubptayrsprzj", + "objectId": "dqriz", + "audience": "sromiqhwaiwvlzajrmwtfrhlzm", + "aadAuthority": "ljggejmvrwsqakloy" }, "isResponsive": true, - "lastHeartbeat": "2022-11-08T05:52:12.546Z", - "versionNumber": "jkwolgwzucmfjqomsw", + "lastHeartbeat": "2022-11-08T10:26:51.550Z", + "versionNumber": "xesoiyxrqvxmzlctwjipowtmv", "provisioningState": "Canceled", "healthErrors": [ { - "affectedResourceType": "tbpnshdcu", + "affectedResourceType": "pnfevgkbypytddxko", "affectedResourceCorrelationIds": [ - "zgqkoygorlqulfffmmiu" + "xqxpibvzyrbeejicdxyiolv" ], "childErrors": [ { - "id": "dtlfcbfoqnwvq", - "code": "vkiwxgftvvmdmkgrzickbs", - "healthCategory": "ehaizprypdc", - "category": "ekrwplpbdyyt", - "severity": "kirbb", - "source": "qwmhlpbjjxaxpjlajaxbkdlzr", - "creationTime": "2022-11-08T05:52:11.663Z", + "id": "blaraswbvxyxbqtk", + "code": "jlgwdxsukcvmdbppvpjqxcgxrh", + "healthCategory": "deyfy", + "category": "cv", + "severity": "xshgcnmvospvdg", + "source": "zktcgca", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "pqjw", - "message": "ytiroklaimyofkrijqprcpcl", - "causes": "tfnrgunvoxufffnqrewtyncscg", - "recommendation": "uxkoxxyqxlv" + "summary": "uv", + "message": "shkolqcrbtamymelqfaaua", + "causes": "eolznkucqohpd", + "recommendation": "jbnfrfzstgkyjwtxnaivtu" } ], - "id": "xrtexfwhugyrvpzdjcptishmukh", - "code": "ce", - "healthCategory": "co", - "category": "biwabffbcbutcsjtvzkcwy", - "severity": "evaznkmtyhgbie", - "source": "svzsvjmbaldidyf", - "creationTime": "2022-11-08T05:52:11.664Z", + "id": "uiaxwthpbwxmniyhr", + "code": "tbhtqahevaghfcjrfnacu", + "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", + "category": "hlhxfruiivwrolleiws", + "severity": "kxjdnujsxcqouvswtwzjefxbl", + "source": "mvcacl", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "sflornhfqcarmqfrakaxv", - "message": "bwdrgnmsixooysf", - "causes": "tqklwfegpuvyrkotppjue", - "recommendation": "qjkytamozqdqkqrq" + "summary": "pcduryqcuimdtveybkohwopfqkuhyl", + "message": "iwntf", + "causes": "gyoalwbijfv", + "recommendation": "zgjftoeqbjvfjcjsolkifflh" } ], "customProperties": { - "instanceType": "xpgyhqctvzayatz" + "instanceType": "IISWorkload" } }, - "id": "qlavzbzykfaxag", - "name": "hlnjqicee", - "type": "vfpzad", + "id": "uuxi", + "name": "axrsftrvp", + "type": "xcwxvgderytvafjcldlrpm", "systemData": { - "createdBy": "swewewvjjemyxcixgzadmjucxe", - "createdByType": "pobndziivmrmwhzd", - "createdAt": "2022-11-08T05:52:12.546Z", - "lastModifiedBy": "jorjjootwcizjxez", - "lastModifiedByType": "togxyz", - "lastModifiedAt": "2022-11-08T05:52:12.546Z" + "createdBy": "lvc", + "createdByType": "vsozilvducvmnug", + "createdAt": "2022-11-08T10:26:51.550Z", + "lastModifiedBy": "kfigazsvcdyhmvbshtadirdhmxuj", + "lastModifiedByType": "bwtttrivpcpfdmnppvnmv", + "lastModifiedAt": "2022-11-08T10:26:51.550Z" }, "tags": { - "key6441": "wcpr" + "key4196": "vlhjo" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json index a28ae08fd8a0..14536c307344 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "veihsjkthtancmlg", - "agentName": "cghwmfesunrsdqgbwljv", + "modernizeProjectName": "bybvptfabug", + "agentName": "gytmsaligytieghqknyuruytumxex", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json index 013869c35d5c..d88645fd820c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "rgwgebpt", - "agentName": "wlgr", + "modernizeProjectName": "pbmmvvrvlnflymlwj", + "agentName": "rbcpselqyppur", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json index c6200dff3e5f..2749bdc22431 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "orpmcfvzl", - "agentName": "ybb", + "modernizeProjectName": "ypfheklspnqfqqhdxjtnwyrmrq", + "agentName": "nuvltugdiqgdc", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json index bc711a367b5e..da60ed498725 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json @@ -1,82 +1,82 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "pkiyczyawvsgzujj", - "agentName": "dxmsrialindyqoa", + "modernizeProjectName": "jmdbugxkjyahut", + "agentName": "yihfqztobcpmh", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { "properties": { - "correlationId": "drdaxkgzbrnmvqjkfijsnd", - "machineId": "tdiqeyvperytcyobngrbunrupyog", - "machineName": "ogd", + "correlationId": "owrjgwy", + "machineId": "fuictlgbepstolboaiwekwloyqofm", + "machineName": "fwzinbggq", "authenticationIdentity": { - "tenantId": "wqtrkwla", - "applicationId": "wykswnzweyqtjdrft", - "objectId": "dovdrgfx", - "audience": "robuo", - "aadAuthority": "mx" + "tenantId": "nsxlpzyybdbr", + "applicationId": "sildsgxxweoqgzskubptayrsprzj", + "objectId": "dqriz", + "audience": "sromiqhwaiwvlzajrmwtfrhlzm", + "aadAuthority": "ljggejmvrwsqakloy" }, "isResponsive": true, - "lastHeartbeat": "2022-11-08T05:52:12.546Z", - "versionNumber": "jkwolgwzucmfjqomsw", + "lastHeartbeat": "2022-11-08T10:26:51.550Z", + "versionNumber": "xesoiyxrqvxmzlctwjipowtmv", "provisioningState": "Canceled", "healthErrors": [ { - "affectedResourceType": "tbpnshdcu", + "affectedResourceType": "pnfevgkbypytddxko", "affectedResourceCorrelationIds": [ - "zgqkoygorlqulfffmmiu" + "xqxpibvzyrbeejicdxyiolv" ], "childErrors": [ { - "id": "dtlfcbfoqnwvq", - "code": "vkiwxgftvvmdmkgrzickbs", - "healthCategory": "ehaizprypdc", - "category": "ekrwplpbdyyt", - "severity": "kirbb", - "source": "qwmhlpbjjxaxpjlajaxbkdlzr", - "creationTime": "2022-11-08T05:52:11.663Z", + "id": "blaraswbvxyxbqtk", + "code": "jlgwdxsukcvmdbppvpjqxcgxrh", + "healthCategory": "deyfy", + "category": "cv", + "severity": "xshgcnmvospvdg", + "source": "zktcgca", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "pqjw", - "message": "ytiroklaimyofkrijqprcpcl", - "causes": "tfnrgunvoxufffnqrewtyncscg", - "recommendation": "uxkoxxyqxlv" + "summary": "uv", + "message": "shkolqcrbtamymelqfaaua", + "causes": "eolznkucqohpd", + "recommendation": "jbnfrfzstgkyjwtxnaivtu" } ], - "id": "xrtexfwhugyrvpzdjcptishmukh", - "code": "ce", - "healthCategory": "co", - "category": "biwabffbcbutcsjtvzkcwy", - "severity": "evaznkmtyhgbie", - "source": "svzsvjmbaldidyf", - "creationTime": "2022-11-08T05:52:11.664Z", + "id": "uiaxwthpbwxmniyhr", + "code": "tbhtqahevaghfcjrfnacu", + "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", + "category": "hlhxfruiivwrolleiws", + "severity": "kxjdnujsxcqouvswtwzjefxbl", + "source": "mvcacl", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "sflornhfqcarmqfrakaxv", - "message": "bwdrgnmsixooysf", - "causes": "tqklwfegpuvyrkotppjue", - "recommendation": "qjkytamozqdqkqrq" + "summary": "pcduryqcuimdtveybkohwopfqkuhyl", + "message": "iwntf", + "causes": "gyoalwbijfv", + "recommendation": "zgjftoeqbjvfjcjsolkifflh" } ], "customProperties": { - "instanceType": "xpgyhqctvzayatz" + "instanceType": "IISWorkload" } }, - "id": "qlavzbzykfaxag", - "name": "hlnjqicee", - "type": "vfpzad", + "id": "uuxi", + "name": "axrsftrvp", + "type": "xcwxvgderytvafjcldlrpm", "systemData": { - "createdBy": "swewewvjjemyxcixgzadmjucxe", - "createdByType": "pobndziivmrmwhzd", - "createdAt": "2022-11-08T05:52:12.546Z", - "lastModifiedBy": "jorjjootwcizjxez", - "lastModifiedByType": "togxyz", - "lastModifiedAt": "2022-11-08T05:52:12.546Z" + "createdBy": "lvc", + "createdByType": "vsozilvducvmnug", + "createdAt": "2022-11-08T10:26:51.550Z", + "lastModifiedBy": "kfigazsvcdyhmvbshtadirdhmxuj", + "lastModifiedByType": "bwtttrivpcpfdmnppvnmv", + "lastModifiedAt": "2022-11-08T10:26:51.550Z" }, "tags": { - "key6441": "wcpr" + "key4196": "vlhjo" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json index 8638e2226362..767d90888145 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "gagtsyouoqplankqbypcvpeb", - "agentName": "cjqpvkmazdjzpcsxbjkocdboodfaa", + "modernizeProjectName": "zfzomsaawvbaqgeladbmlpee", + "agentName": "vygnr", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json index 431416d752ae..439861f93184 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "mbwgfvxbfyktdvayuftc", + "modernizeProjectName": "jaxrcibrpokoihnggdgwlgr", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,77 +11,77 @@ "value": [ { "properties": { - "correlationId": "drdaxkgzbrnmvqjkfijsnd", - "machineId": "tdiqeyvperytcyobngrbunrupyog", - "machineName": "ogd", + "correlationId": "owrjgwy", + "machineId": "fuictlgbepstolboaiwekwloyqofm", + "machineName": "fwzinbggq", "authenticationIdentity": { - "tenantId": "wqtrkwla", - "applicationId": "wykswnzweyqtjdrft", - "objectId": "dovdrgfx", - "audience": "robuo", - "aadAuthority": "mx" + "tenantId": "nsxlpzyybdbr", + "applicationId": "sildsgxxweoqgzskubptayrsprzj", + "objectId": "dqriz", + "audience": "sromiqhwaiwvlzajrmwtfrhlzm", + "aadAuthority": "ljggejmvrwsqakloy" }, "isResponsive": true, - "lastHeartbeat": "2022-11-08T05:52:12.546Z", - "versionNumber": "jkwolgwzucmfjqomsw", + "lastHeartbeat": "2022-11-08T10:26:51.550Z", + "versionNumber": "xesoiyxrqvxmzlctwjipowtmv", "provisioningState": "Canceled", "healthErrors": [ { - "affectedResourceType": "tbpnshdcu", + "affectedResourceType": "pnfevgkbypytddxko", "affectedResourceCorrelationIds": [ - "zgqkoygorlqulfffmmiu" + "xqxpibvzyrbeejicdxyiolv" ], "childErrors": [ { - "id": "dtlfcbfoqnwvq", - "code": "vkiwxgftvvmdmkgrzickbs", - "healthCategory": "ehaizprypdc", - "category": "ekrwplpbdyyt", - "severity": "kirbb", - "source": "qwmhlpbjjxaxpjlajaxbkdlzr", - "creationTime": "2022-11-08T05:52:11.663Z", + "id": "blaraswbvxyxbqtk", + "code": "jlgwdxsukcvmdbppvpjqxcgxrh", + "healthCategory": "deyfy", + "category": "cv", + "severity": "xshgcnmvospvdg", + "source": "zktcgca", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "pqjw", - "message": "ytiroklaimyofkrijqprcpcl", - "causes": "tfnrgunvoxufffnqrewtyncscg", - "recommendation": "uxkoxxyqxlv" + "summary": "uv", + "message": "shkolqcrbtamymelqfaaua", + "causes": "eolznkucqohpd", + "recommendation": "jbnfrfzstgkyjwtxnaivtu" } ], - "id": "xrtexfwhugyrvpzdjcptishmukh", - "code": "ce", - "healthCategory": "co", - "category": "biwabffbcbutcsjtvzkcwy", - "severity": "evaznkmtyhgbie", - "source": "svzsvjmbaldidyf", - "creationTime": "2022-11-08T05:52:11.664Z", + "id": "uiaxwthpbwxmniyhr", + "code": "tbhtqahevaghfcjrfnacu", + "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", + "category": "hlhxfruiivwrolleiws", + "severity": "kxjdnujsxcqouvswtwzjefxbl", + "source": "mvcacl", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "sflornhfqcarmqfrakaxv", - "message": "bwdrgnmsixooysf", - "causes": "tqklwfegpuvyrkotppjue", - "recommendation": "qjkytamozqdqkqrq" + "summary": "pcduryqcuimdtveybkohwopfqkuhyl", + "message": "iwntf", + "causes": "gyoalwbijfv", + "recommendation": "zgjftoeqbjvfjcjsolkifflh" } ], "customProperties": { - "instanceType": "xpgyhqctvzayatz" + "instanceType": "IISWorkload" } }, - "id": "qlavzbzykfaxag", - "name": "hlnjqicee", - "type": "vfpzad", + "id": "uuxi", + "name": "axrsftrvp", + "type": "xcwxvgderytvafjcldlrpm", "systemData": { - "createdBy": "swewewvjjemyxcixgzadmjucxe", - "createdByType": "pobndziivmrmwhzd", - "createdAt": "2022-11-08T05:52:12.546Z", - "lastModifiedBy": "jorjjootwcizjxez", - "lastModifiedByType": "togxyz", - "lastModifiedAt": "2022-11-08T05:52:12.546Z" + "createdBy": "lvc", + "createdByType": "vsozilvducvmnug", + "createdAt": "2022-11-08T10:26:51.550Z", + "lastModifiedBy": "kfigazsvcdyhmvbshtadirdhmxuj", + "lastModifiedByType": "bwtttrivpcpfdmnppvnmv", + "lastModifiedAt": "2022-11-08T10:26:51.550Z" }, "tags": { - "key6441": "wcpr" + "key4196": "vlhjo" } } ], - "nextLink": "jmnlzbvmizhygrznfuxa" + "nextLink": "okosrgcigepcnnsfzvzlexchzcqg" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json index a979f22d980c..68e1e94c51e8 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "hidtoz", + "modernizeProjectName": "ygbyuuuvwlwkeroxmn", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json index 3f2b0920b346..ef93621b0846 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "misyatcouafjsjqekcfgqxeipx", - "agentName": "rfdgbiabsxleoc", + "modernizeProjectName": "fnswmapmtqwu", + "agentName": "gqzzxca", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json index ec93649e7c5a..7fec05b24837 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ojkhlvmacigvaynxqinfuqaktg", - "agentName": "mkayyxmu", + "modernizeProjectName": "qcfrwsqrvokkypiobmv", + "agentName": "pkzadddqv", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json index 1f028a4b6e11..26e0b0c92ea9 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json @@ -1,20 +1,20 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "bwylgyjzyjfsqrungdmigjtel", - "operationId": "aygmhqqk", - "OperationType": "jytaiclpdksq", + "modernizeProjectName": "ixpxogoieohhg", + "operationId": "qt", + "OperationType": "riecazmdxpgdclaophzi", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "rsycyjobrcqljuzgwcbk", - "name": "ek", - "status": "kyhtkqhvffxbgiefjn", - "startTime": "vysrlmcwhkwernlhc", - "endTime": "bwuyizbufkijc" + "id": "oekw", + "name": "sdjmymjckca", + "status": "yl", + "startTime": "epbslvrh", + "endTime": "lhlfreizdlllfnsyqlfbee" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json index 3e3953fd99ea..ffaf6d6c92c6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "fygubqztksdbcdtafjsjoguwa", - "operationId": "ajzofvykoeamrdpxk", + "modernizeProjectName": "xcgcwxcgfjoexpxbqstlvj", + "operationId": "twvpgotlgbyomgckijynorokkmaf", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json index 6c36691c2def..42ff7d4223b1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "sv", + "modernizeProjectName": "kqhbtronkhuatczlgyvgstfjlyw", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,127 +12,127 @@ "workloadDeploymentStatistics": { "healthErrors": [ { - "affectedResourceType": "tbpnshdcu", + "affectedResourceType": "pnfevgkbypytddxko", "affectedResourceCorrelationIds": [ - "zgqkoygorlqulfffmmiu" + "xqxpibvzyrbeejicdxyiolv" ], "childErrors": [ { - "id": "dtlfcbfoqnwvq", - "code": "vkiwxgftvvmdmkgrzickbs", - "healthCategory": "ehaizprypdc", - "category": "ekrwplpbdyyt", - "severity": "kirbb", - "source": "qwmhlpbjjxaxpjlajaxbkdlzr", - "creationTime": "2022-11-08T05:52:11.663Z", + "id": "blaraswbvxyxbqtk", + "code": "jlgwdxsukcvmdbppvpjqxcgxrh", + "healthCategory": "deyfy", + "category": "cv", + "severity": "xshgcnmvospvdg", + "source": "zktcgca", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "pqjw", - "message": "ytiroklaimyofkrijqprcpcl", - "causes": "tfnrgunvoxufffnqrewtyncscg", - "recommendation": "uxkoxxyqxlv" + "summary": "uv", + "message": "shkolqcrbtamymelqfaaua", + "causes": "eolznkucqohpd", + "recommendation": "jbnfrfzstgkyjwtxnaivtu" } ], - "id": "xrtexfwhugyrvpzdjcptishmukh", - "code": "ce", - "healthCategory": "co", - "category": "biwabffbcbutcsjtvzkcwy", - "severity": "evaznkmtyhgbie", - "source": "svzsvjmbaldidyf", - "creationTime": "2022-11-08T05:52:11.664Z", + "id": "uiaxwthpbwxmniyhr", + "code": "tbhtqahevaghfcjrfnacu", + "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", + "category": "hlhxfruiivwrolleiws", + "severity": "kxjdnujsxcqouvswtwzjefxbl", + "source": "mvcacl", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "sflornhfqcarmqfrakaxv", - "message": "bwdrgnmsixooysf", - "causes": "tqklwfegpuvyrkotppjue", - "recommendation": "qjkytamozqdqkqrq" + "summary": "pcduryqcuimdtveybkohwopfqkuhyl", + "message": "iwntf", + "causes": "gyoalwbijfv", + "recommendation": "zgjftoeqbjvfjcjsolkifflh" } ], - "count": 2, + "count": 27, "categorizedCounts": { - "key4354": 1 + "key9900": 27 } }, "jobStatistics": { - "count": 26, + "count": 17, "categorizedCounts": { - "key6763": 27 + "key4985": 29 } }, "workloadInstanceStatistics": { "healthErrors": [ { - "affectedResourceType": "tbpnshdcu", + "affectedResourceType": "pnfevgkbypytddxko", "affectedResourceCorrelationIds": [ - "zgqkoygorlqulfffmmiu" + "xqxpibvzyrbeejicdxyiolv" ], "childErrors": [ { - "id": "dtlfcbfoqnwvq", - "code": "vkiwxgftvvmdmkgrzickbs", - "healthCategory": "ehaizprypdc", - "category": "ekrwplpbdyyt", - "severity": "kirbb", - "source": "qwmhlpbjjxaxpjlajaxbkdlzr", - "creationTime": "2022-11-08T05:52:11.663Z", + "id": "blaraswbvxyxbqtk", + "code": "jlgwdxsukcvmdbppvpjqxcgxrh", + "healthCategory": "deyfy", + "category": "cv", + "severity": "xshgcnmvospvdg", + "source": "zktcgca", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "pqjw", - "message": "ytiroklaimyofkrijqprcpcl", - "causes": "tfnrgunvoxufffnqrewtyncscg", - "recommendation": "uxkoxxyqxlv" + "summary": "uv", + "message": "shkolqcrbtamymelqfaaua", + "causes": "eolznkucqohpd", + "recommendation": "jbnfrfzstgkyjwtxnaivtu" } ], - "id": "xrtexfwhugyrvpzdjcptishmukh", - "code": "ce", - "healthCategory": "co", - "category": "biwabffbcbutcsjtvzkcwy", - "severity": "evaznkmtyhgbie", - "source": "svzsvjmbaldidyf", - "creationTime": "2022-11-08T05:52:11.664Z", + "id": "uiaxwthpbwxmniyhr", + "code": "tbhtqahevaghfcjrfnacu", + "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", + "category": "hlhxfruiivwrolleiws", + "severity": "kxjdnujsxcqouvswtwzjefxbl", + "source": "mvcacl", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "sflornhfqcarmqfrakaxv", - "message": "bwdrgnmsixooysf", - "causes": "tqklwfegpuvyrkotppjue", - "recommendation": "qjkytamozqdqkqrq" + "summary": "pcduryqcuimdtveybkohwopfqkuhyl", + "message": "iwntf", + "causes": "gyoalwbijfv", + "recommendation": "zgjftoeqbjvfjcjsolkifflh" } ], - "count": 27, + "count": 20, "categorizedCounts": { - "key8393": 16 + "key2169": 10 } }, "modernizeProjectErrors": [ { - "affectedResourceType": "tbpnshdcu", + "affectedResourceType": "pnfevgkbypytddxko", "affectedResourceCorrelationIds": [ - "zgqkoygorlqulfffmmiu" + "xqxpibvzyrbeejicdxyiolv" ], "childErrors": [ { - "id": "dtlfcbfoqnwvq", - "code": "vkiwxgftvvmdmkgrzickbs", - "healthCategory": "ehaizprypdc", - "category": "ekrwplpbdyyt", - "severity": "kirbb", - "source": "qwmhlpbjjxaxpjlajaxbkdlzr", - "creationTime": "2022-11-08T05:52:11.663Z", + "id": "blaraswbvxyxbqtk", + "code": "jlgwdxsukcvmdbppvpjqxcgxrh", + "healthCategory": "deyfy", + "category": "cv", + "severity": "xshgcnmvospvdg", + "source": "zktcgca", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "pqjw", - "message": "ytiroklaimyofkrijqprcpcl", - "causes": "tfnrgunvoxufffnqrewtyncscg", - "recommendation": "uxkoxxyqxlv" + "summary": "uv", + "message": "shkolqcrbtamymelqfaaua", + "causes": "eolznkucqohpd", + "recommendation": "jbnfrfzstgkyjwtxnaivtu" } ], - "id": "xrtexfwhugyrvpzdjcptishmukh", - "code": "ce", - "healthCategory": "co", - "category": "biwabffbcbutcsjtvzkcwy", - "severity": "evaznkmtyhgbie", - "source": "svzsvjmbaldidyf", - "creationTime": "2022-11-08T05:52:11.664Z", + "id": "uiaxwthpbwxmniyhr", + "code": "tbhtqahevaghfcjrfnacu", + "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", + "category": "hlhxfruiivwrolleiws", + "severity": "kxjdnujsxcqouvswtwzjefxbl", + "source": "mvcacl", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "sflornhfqcarmqfrakaxv", - "message": "bwdrgnmsixooysf", - "causes": "tqklwfegpuvyrkotppjue", - "recommendation": "qjkytamozqdqkqrq" + "summary": "pcduryqcuimdtveybkohwopfqkuhyl", + "message": "iwntf", + "causes": "gyoalwbijfv", + "recommendation": "zgjftoeqbjvfjcjsolkifflh" } ] } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json index 7f2680091f27..70cbc6808355 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "vzcoucj", + "modernizeProjectName": "svwljntzwvvuu", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json index 1f6ff695a148..c32c51cf3f33 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json @@ -1,72 +1,72 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "dka", + "modernizeProjectName": "cqaftbt", "api-version": "2022-05-01-preview", "body": { - "location": "htepkulyudqgzepwoqkhjem", + "location": "qknkermbtjhixbpiohacqvujdrxf", "properties": { "migrationConfiguration": { - "storageAccountResourceId": "esycmoesqjjsetfmsifwhbdemfgcp", - "keyVaultResourceId": "alnsohxccidofmacgyz", - "migrationSolutionResourceId": "jobnouvwamwfvkzzzunykctzeyo" + "storageAccountResourceId": "fczizhdaujzk", + "keyVaultResourceId": "zdnsjtnpcifghmgse", + "migrationSolutionResourceId": "b" } }, "identity": { - "principalId": "zi", - "tenantId": "gugsfywrioxeuofsyush", + "principalId": "wjbmksamogajqhsit", + "tenantId": "exxgyh", "type": "None", "userAssignedIdentities": { - "key402": { - "principalId": "myfrklmtmccnuwpvpgxwtxivhjuwv", - "clientId": "sxpolrilorgvqtuhlmakjengfqcl" + "key1823": { + "principalId": "cnfkisicwajsissq", + "clientId": "sdzevuhm" } } }, "tags": { - "key9254": "yayodehzmalr" + "key4335": "iakz" } } }, "responses": { "201": { "body": { - "location": "htepkulyudqgzepwoqkhjem", + "location": "qknkermbtjhixbpiohacqvujdrxf", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "nofcaayzpdo", - "serviceEndpoint": "elcdeurazln", + "serviceResourceId": "chavowjopolpveelbgtqsf", + "serviceEndpoint": "jujmcvjzysqpzavwcvgebfluu", "migrationConfiguration": { - "storageAccountResourceId": "esycmoesqjjsetfmsifwhbdemfgcp", - "keyVaultResourceId": "alnsohxccidofmacgyz", - "migrationSolutionResourceId": "jobnouvwamwfvkzzzunykctzeyo" + "storageAccountResourceId": "fczizhdaujzk", + "keyVaultResourceId": "zdnsjtnpcifghmgse", + "migrationSolutionResourceId": "b" } }, "identity": { - "principalId": "zi", - "tenantId": "gugsfywrioxeuofsyush", + "principalId": "wjbmksamogajqhsit", + "tenantId": "exxgyh", "type": "None", "userAssignedIdentities": { - "key402": { - "principalId": "myfrklmtmccnuwpvpgxwtxivhjuwv", - "clientId": "sxpolrilorgvqtuhlmakjengfqcl" + "key1823": { + "principalId": "cnfkisicwajsissq", + "clientId": "sdzevuhm" } } }, - "id": "lbohsc", - "name": "wlhtsikzpsmd", - "type": "fvjspvphpkuho", + "id": "vemtmqckeutteezbeejnbgl", + "name": "zdpzfunetlcodcdtiwlzksqrc", + "type": "z", "systemData": { - "createdBy": "j", - "createdByType": "qimhmddctyrymoejgeug", - "createdAt": "2022-11-08T05:52:14.537Z", - "lastModifiedBy": "fvirnrf", - "lastModifiedByType": "kvvbhrldj", - "lastModifiedAt": "2022-11-08T05:52:14.537Z" + "createdBy": "znwkoprjrtitygvnw", + "createdByType": "k", + "createdAt": "2022-11-08T10:26:53.824Z", + "lastModifiedBy": "zqkhvdtdjocujinhrvpaavrolgiw", + "lastModifiedByType": "lvdrqgnorutgiflvpdabbaxfsqpzxg", + "lastModifiedAt": "2022-11-08T10:26:53.824Z" }, "tags": { - "key9254": "yayodehzmalr" + "key4335": "iakz" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json index 1a0a5469151a..5d58812f4fdf 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "nytysjtfwihaet", + "modernizeProjectName": "nbe", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json index 8f33712b7879..f66466e1243a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "pnhod", + "modernizeProjectName": "ldgsvkufgzhurhfc", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json index 92bfe39a580f..840335fb7c22 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "zpncjmj", + "modernizeProjectName": "k", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json index dc281f627724..4fdf363bc46e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json @@ -1,48 +1,48 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "elogecwiuiyjrwkmkxvkltq", + "modernizeProjectName": "vhlyhxwkmnefjnvprbdd", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "location": "htepkulyudqgzepwoqkhjem", + "location": "qknkermbtjhixbpiohacqvujdrxf", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "nofcaayzpdo", - "serviceEndpoint": "elcdeurazln", + "serviceResourceId": "chavowjopolpveelbgtqsf", + "serviceEndpoint": "jujmcvjzysqpzavwcvgebfluu", "migrationConfiguration": { - "storageAccountResourceId": "esycmoesqjjsetfmsifwhbdemfgcp", - "keyVaultResourceId": "alnsohxccidofmacgyz", - "migrationSolutionResourceId": "jobnouvwamwfvkzzzunykctzeyo" + "storageAccountResourceId": "fczizhdaujzk", + "keyVaultResourceId": "zdnsjtnpcifghmgse", + "migrationSolutionResourceId": "b" } }, "identity": { - "principalId": "zi", - "tenantId": "gugsfywrioxeuofsyush", + "principalId": "wjbmksamogajqhsit", + "tenantId": "exxgyh", "type": "None", "userAssignedIdentities": { - "key402": { - "principalId": "myfrklmtmccnuwpvpgxwtxivhjuwv", - "clientId": "sxpolrilorgvqtuhlmakjengfqcl" + "key1823": { + "principalId": "cnfkisicwajsissq", + "clientId": "sdzevuhm" } } }, - "id": "lbohsc", - "name": "wlhtsikzpsmd", - "type": "fvjspvphpkuho", + "id": "vemtmqckeutteezbeejnbgl", + "name": "zdpzfunetlcodcdtiwlzksqrc", + "type": "z", "systemData": { - "createdBy": "j", - "createdByType": "qimhmddctyrymoejgeug", - "createdAt": "2022-11-08T05:52:14.537Z", - "lastModifiedBy": "fvirnrf", - "lastModifiedByType": "kvvbhrldj", - "lastModifiedAt": "2022-11-08T05:52:14.537Z" + "createdBy": "znwkoprjrtitygvnw", + "createdByType": "k", + "createdAt": "2022-11-08T10:26:53.824Z", + "lastModifiedBy": "zqkhvdtdjocujinhrvpaavrolgiw", + "lastModifiedByType": "lvdrqgnorutgiflvpdabbaxfsqpzxg", + "lastModifiedAt": "2022-11-08T10:26:53.824Z" }, "tags": { - "key9254": "yayodehzmalr" + "key4335": "iakz" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json index 4b44e2f210b7..4582a3111687 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "qdafuvprwktddnnstlzgxwsijos", + "modernizeProjectName": "rkc", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json index 3df87549d6ad..54904173ec02 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json @@ -1,7 +1,7 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", - "continuationToken": "seisqpgzsunnavfvol", + "subscriptionId": "kelyerty", + "continuationToken": "uulffq", "api-version": "2022-05-01-preview" }, "responses": { @@ -9,45 +9,45 @@ "body": { "value": [ { - "location": "htepkulyudqgzepwoqkhjem", + "location": "qknkermbtjhixbpiohacqvujdrxf", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "nofcaayzpdo", - "serviceEndpoint": "elcdeurazln", + "serviceResourceId": "chavowjopolpveelbgtqsf", + "serviceEndpoint": "jujmcvjzysqpzavwcvgebfluu", "migrationConfiguration": { - "storageAccountResourceId": "esycmoesqjjsetfmsifwhbdemfgcp", - "keyVaultResourceId": "alnsohxccidofmacgyz", - "migrationSolutionResourceId": "jobnouvwamwfvkzzzunykctzeyo" + "storageAccountResourceId": "fczizhdaujzk", + "keyVaultResourceId": "zdnsjtnpcifghmgse", + "migrationSolutionResourceId": "b" } }, "identity": { - "principalId": "zi", - "tenantId": "gugsfywrioxeuofsyush", + "principalId": "wjbmksamogajqhsit", + "tenantId": "exxgyh", "type": "None", "userAssignedIdentities": { - "key402": { - "principalId": "myfrklmtmccnuwpvpgxwtxivhjuwv", - "clientId": "sxpolrilorgvqtuhlmakjengfqcl" + "key1823": { + "principalId": "cnfkisicwajsissq", + "clientId": "sdzevuhm" } } }, - "id": "lbohsc", - "name": "wlhtsikzpsmd", - "type": "fvjspvphpkuho", + "id": "vemtmqckeutteezbeejnbgl", + "name": "zdpzfunetlcodcdtiwlzksqrc", + "type": "z", "systemData": { - "createdBy": "j", - "createdByType": "qimhmddctyrymoejgeug", - "createdAt": "2022-11-08T05:52:14.537Z", - "lastModifiedBy": "fvirnrf", - "lastModifiedByType": "kvvbhrldj", - "lastModifiedAt": "2022-11-08T05:52:14.537Z" + "createdBy": "znwkoprjrtitygvnw", + "createdByType": "k", + "createdAt": "2022-11-08T10:26:53.824Z", + "lastModifiedBy": "zqkhvdtdjocujinhrvpaavrolgiw", + "lastModifiedByType": "lvdrqgnorutgiflvpdabbaxfsqpzxg", + "lastModifiedAt": "2022-11-08T10:26:53.824Z" }, "tags": { - "key9254": "yayodehzmalr" + "key4335": "iakz" } } ], - "nextLink": "gbomzbtnrktnkxhmgwaqneygeoa" + "nextLink": "anaffysxqhzi" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json index eeb246cb3133..f85c3e69af68 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json index 8627a93ed9df..e83951204ede 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "continuationToken": "kbrpkfteabtwwbwqzskhflikjtbpg", + "continuationToken": "sqbjdugcapmexndctafnrqq", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,45 +10,45 @@ "body": { "value": [ { - "location": "htepkulyudqgzepwoqkhjem", + "location": "qknkermbtjhixbpiohacqvujdrxf", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "nofcaayzpdo", - "serviceEndpoint": "elcdeurazln", + "serviceResourceId": "chavowjopolpveelbgtqsf", + "serviceEndpoint": "jujmcvjzysqpzavwcvgebfluu", "migrationConfiguration": { - "storageAccountResourceId": "esycmoesqjjsetfmsifwhbdemfgcp", - "keyVaultResourceId": "alnsohxccidofmacgyz", - "migrationSolutionResourceId": "jobnouvwamwfvkzzzunykctzeyo" + "storageAccountResourceId": "fczizhdaujzk", + "keyVaultResourceId": "zdnsjtnpcifghmgse", + "migrationSolutionResourceId": "b" } }, "identity": { - "principalId": "zi", - "tenantId": "gugsfywrioxeuofsyush", + "principalId": "wjbmksamogajqhsit", + "tenantId": "exxgyh", "type": "None", "userAssignedIdentities": { - "key402": { - "principalId": "myfrklmtmccnuwpvpgxwtxivhjuwv", - "clientId": "sxpolrilorgvqtuhlmakjengfqcl" + "key1823": { + "principalId": "cnfkisicwajsissq", + "clientId": "sdzevuhm" } } }, - "id": "lbohsc", - "name": "wlhtsikzpsmd", - "type": "fvjspvphpkuho", + "id": "vemtmqckeutteezbeejnbgl", + "name": "zdpzfunetlcodcdtiwlzksqrc", + "type": "z", "systemData": { - "createdBy": "j", - "createdByType": "qimhmddctyrymoejgeug", - "createdAt": "2022-11-08T05:52:14.537Z", - "lastModifiedBy": "fvirnrf", - "lastModifiedByType": "kvvbhrldj", - "lastModifiedAt": "2022-11-08T05:52:14.537Z" + "createdBy": "znwkoprjrtitygvnw", + "createdByType": "k", + "createdAt": "2022-11-08T10:26:53.824Z", + "lastModifiedBy": "zqkhvdtdjocujinhrvpaavrolgiw", + "lastModifiedByType": "lvdrqgnorutgiflvpdabbaxfsqpzxg", + "lastModifiedAt": "2022-11-08T10:26:53.824Z" }, "tags": { - "key9254": "yayodehzmalr" + "key4335": "iakz" } } ], - "nextLink": "gbomzbtnrktnkxhmgwaqneygeoa" + "nextLink": "anaffysxqhzi" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json index 879a35fadf5f..81c28e9e20a3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", "api-version": "2022-05-01-preview" }, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json index e5f0956b5e6e..8c3aff16fb5d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json @@ -1,12 +1,12 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ek", + "modernizeProjectName": "sujtmjutuhavmmjtukto", "api-version": "2022-05-01-preview", "body": { "tags": { - "key5289": "fzrpyqrfhymnmxcuownczsayqhrdg" + "key7610": "lfls" } } }, @@ -16,41 +16,41 @@ "location": "https://contoso.com/operationstatus" }, "body": { - "location": "htepkulyudqgzepwoqkhjem", + "location": "qknkermbtjhixbpiohacqvujdrxf", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "nofcaayzpdo", - "serviceEndpoint": "elcdeurazln", + "serviceResourceId": "chavowjopolpveelbgtqsf", + "serviceEndpoint": "jujmcvjzysqpzavwcvgebfluu", "migrationConfiguration": { - "storageAccountResourceId": "esycmoesqjjsetfmsifwhbdemfgcp", - "keyVaultResourceId": "alnsohxccidofmacgyz", - "migrationSolutionResourceId": "jobnouvwamwfvkzzzunykctzeyo" + "storageAccountResourceId": "fczizhdaujzk", + "keyVaultResourceId": "zdnsjtnpcifghmgse", + "migrationSolutionResourceId": "b" } }, "identity": { - "principalId": "zi", - "tenantId": "gugsfywrioxeuofsyush", + "principalId": "wjbmksamogajqhsit", + "tenantId": "exxgyh", "type": "None", "userAssignedIdentities": { - "key402": { - "principalId": "myfrklmtmccnuwpvpgxwtxivhjuwv", - "clientId": "sxpolrilorgvqtuhlmakjengfqcl" + "key1823": { + "principalId": "cnfkisicwajsissq", + "clientId": "sdzevuhm" } } }, - "id": "lbohsc", - "name": "wlhtsikzpsmd", - "type": "fvjspvphpkuho", + "id": "vemtmqckeutteezbeejnbgl", + "name": "zdpzfunetlcodcdtiwlzksqrc", + "type": "z", "systemData": { - "createdBy": "j", - "createdByType": "qimhmddctyrymoejgeug", - "createdAt": "2022-11-08T05:52:14.537Z", - "lastModifiedBy": "fvirnrf", - "lastModifiedByType": "kvvbhrldj", - "lastModifiedAt": "2022-11-08T05:52:14.537Z" + "createdBy": "znwkoprjrtitygvnw", + "createdByType": "k", + "createdAt": "2022-11-08T10:26:53.824Z", + "lastModifiedBy": "zqkhvdtdjocujinhrvpaavrolgiw", + "lastModifiedByType": "lvdrqgnorutgiflvpdabbaxfsqpzxg", + "lastModifiedAt": "2022-11-08T10:26:53.824Z" }, "tags": { - "key9254": "yayodehzmalr" + "key4335": "iakz" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json index 3b0da2d89706..5db415cb0772 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "zkpqlvt", + "modernizeProjectName": "vnpixnbhntreyswcndgbnlguwes", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json index ed2154b06227..19d85196eb89 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json @@ -1,20 +1,20 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "frdp", - "workflowName": "nirxrwtoulkoewtai", - "operationId": "gkakagtxahjwachirqrmiozdya", + "modernizeProjectName": "unbdghbmnohzxgmpp", + "workflowName": "xvzjeafeviulsxbbpwi", + "operationId": "wxivmrsorxcoggs", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "rsycyjobrcqljuzgwcbk", - "name": "ek", - "status": "kyhtkqhvffxbgiefjn", - "startTime": "vysrlmcwhkwernlhc", - "endTime": "bwuyizbufkijc" + "id": "oekw", + "name": "sdjmymjckca", + "status": "yl", + "startTime": "epbslvrh", + "endTime": "lhlfreizdlllfnsyqlfbee" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json index e83a821a1596..fe9d1e0ac332 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "uojkdrfdbtfgfudwfnxsyogjmkh", - "workflowName": "rqnzeqligynh", - "operationId": "gzddfbkxohyfgtydh", + "modernizeProjectName": "puprvz", + "workflowName": "egqcxchfpujvb", + "operationId": "jkevvskewthbmd", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json index f71b58a6cd7c..2a37a54ec9c8 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json @@ -1,74 +1,74 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "rfjuugleafrqdyitbfharhzi", - "workflowName": "lx", + "modernizeProjectName": "bnhn", + "workflowName": "fviqdrwvgkrgtctpdyhyc", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { "properties": { - "displayName": "xtankcshsaimdwtjbynyooviqe", + "displayName": "fkn", "state": "Pending", - "startTime": "2022-11-08T05:52:16.833Z", - "endTime": "2022-11-08T05:52:16.833Z", - "objectId": "joayzotcnndkoexx", - "objectName": "xgfyufvnuv", - "objectInternalId": "vfswibupyxujss", - "objectInternalName": "njpnedkcpgtytwvqfhoavj", + "startTime": "2022-11-08T10:26:56.893Z", + "endTime": "2022-11-08T10:26:56.893Z", + "objectId": "qfpgnbqxzlozqnhslmiwujniqnwuux", + "objectName": "de", + "objectInternalId": "hrvkjtfkbpnooilwf", + "objectInternalName": "w", "objectType": "ModernizeProject", - "workloadInstanceProviderId": "zfciuzfskvsvaswxkgtphzkadcrpyn", - "workloadDeploymentProviderId": "wynjzjpdzrqlhxuxqnryplziuf", + "workloadInstanceProviderId": "stikryxqnj", + "workloadDeploymentProviderId": "kd", "allowedActions": [ - "gwtdgw" + "jgnvmmuimxpqwpyo" ], - "activityId": "chwrkbbz", + "activityId": "wpmqrgkptghspsqveiffbjz", "tasks": [ { - "id": "guayrremdfjpniovub", - "taskName": "smw", + "id": "hbmqthvpccdzxvanoyhzwd", + "taskName": "glm", "state": "Pending", - "startTime": "2022-11-08T05:52:16.833Z", - "endTime": "2022-11-08T05:52:16.833Z", + "startTime": "2022-11-08T10:26:56.893Z", + "endTime": "2022-11-08T10:26:56.893Z", "customProperties": { - "instanceType": "ajxu" + "instanceType": "xknirnaaadhaeqlbovqwm" } } ], "errors": [ { - "id": "aypooeqfxtwxwxepobmejlgveduxd", - "code": "jtbikosdtrksfxswpzywnjggbuoc", - "type": "mbdpbqrkfxo", - "severity": "glzqjjmjpfvt", - "creationTime": "2022-11-08T05:52:16.833Z", - "message": "svlbykgialwcdbjkj", - "causes": "fysacljrtcpkimewpxp", - "recommendation": "ujverqv" + "id": "cyqdc", + "code": "sprmkpttdemtlfav", + "type": "rhcpftqucd", + "severity": "zacsvxxmo", + "creationTime": "2022-11-08T10:26:56.893Z", + "message": "hjpwgzlupkccptcmeazai", + "causes": "xbarjaappygx", + "recommendation": "bvg" } ], "customProperties": { "instanceType": "SampleWorkflow", "affectedObjectDetails": { - "key3904": "jbkeyrcbqamehwo" + "key427": "jjfzxgttsyejtwkrzwjutnownke" } } }, - "id": "ibak", - "name": "yun", - "type": "vvsejtiltoqrlqowoazxassoqei", + "id": "uykreljrfuoulhpjbjzyh", + "name": "bsnuijfvastzqhriwlf", + "type": "sbesg", "systemData": { - "createdBy": "wottk", - "createdByType": "gzlvsxhiushafr", - "createdAt": "2022-11-08T05:52:16.833Z", - "lastModifiedBy": "htiazqoyhypmnumllkth", - "lastModifiedByType": "ibgx", - "lastModifiedAt": "2022-11-08T05:52:16.833Z" + "createdBy": "mlpcymovingfxgbx", + "createdByType": "n", + "createdAt": "2022-11-08T10:26:56.893Z", + "lastModifiedBy": "jwlkqaywkzyotpithbfk", + "lastModifiedByType": "weyyympdvokuqktteldvnji", + "lastModifiedAt": "2022-11-08T10:26:56.893Z" }, "tags": { - "key6250": "njkcvtqoolf" + "key9404": "xkpfafgdtvlrd" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json index 87c516cf9273..a77d27d71e8c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "wmmhhmsnngwtznysvvjtlzeob", - "workflowName": "vtuoaojmouoa", + "modernizeProjectName": "axwtdawlrbxsivcyeuhswxvbt", + "workflowName": "uhludgavdgekjflnbdazzicnaa", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json index 1b519c2e32fa..f7855800c83b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "gnjkqgbabwddpshzstgxb", - "$filter": "bn", - "continuationToken": "btgajlllaoiwtofdfrv", + "modernizeProjectName": "rubshaamevljvgclet", + "$filter": "mgwcwktyexkngxwbjlngsxhegdmqga", + "continuationToken": "rebgexs", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,69 +13,69 @@ "value": [ { "properties": { - "displayName": "xtankcshsaimdwtjbynyooviqe", + "displayName": "fkn", "state": "Pending", - "startTime": "2022-11-08T05:52:16.833Z", - "endTime": "2022-11-08T05:52:16.833Z", - "objectId": "joayzotcnndkoexx", - "objectName": "xgfyufvnuv", - "objectInternalId": "vfswibupyxujss", - "objectInternalName": "njpnedkcpgtytwvqfhoavj", + "startTime": "2022-11-08T10:26:56.893Z", + "endTime": "2022-11-08T10:26:56.893Z", + "objectId": "qfpgnbqxzlozqnhslmiwujniqnwuux", + "objectName": "de", + "objectInternalId": "hrvkjtfkbpnooilwf", + "objectInternalName": "w", "objectType": "ModernizeProject", - "workloadInstanceProviderId": "zfciuzfskvsvaswxkgtphzkadcrpyn", - "workloadDeploymentProviderId": "wynjzjpdzrqlhxuxqnryplziuf", + "workloadInstanceProviderId": "stikryxqnj", + "workloadDeploymentProviderId": "kd", "allowedActions": [ - "gwtdgw" + "jgnvmmuimxpqwpyo" ], - "activityId": "chwrkbbz", + "activityId": "wpmqrgkptghspsqveiffbjz", "tasks": [ { - "id": "guayrremdfjpniovub", - "taskName": "smw", + "id": "hbmqthvpccdzxvanoyhzwd", + "taskName": "glm", "state": "Pending", - "startTime": "2022-11-08T05:52:16.833Z", - "endTime": "2022-11-08T05:52:16.833Z", + "startTime": "2022-11-08T10:26:56.893Z", + "endTime": "2022-11-08T10:26:56.893Z", "customProperties": { - "instanceType": "ajxu" + "instanceType": "xknirnaaadhaeqlbovqwm" } } ], "errors": [ { - "id": "aypooeqfxtwxwxepobmejlgveduxd", - "code": "jtbikosdtrksfxswpzywnjggbuoc", - "type": "mbdpbqrkfxo", - "severity": "glzqjjmjpfvt", - "creationTime": "2022-11-08T05:52:16.833Z", - "message": "svlbykgialwcdbjkj", - "causes": "fysacljrtcpkimewpxp", - "recommendation": "ujverqv" + "id": "cyqdc", + "code": "sprmkpttdemtlfav", + "type": "rhcpftqucd", + "severity": "zacsvxxmo", + "creationTime": "2022-11-08T10:26:56.893Z", + "message": "hjpwgzlupkccptcmeazai", + "causes": "xbarjaappygx", + "recommendation": "bvg" } ], "customProperties": { "instanceType": "SampleWorkflow", "affectedObjectDetails": { - "key3904": "jbkeyrcbqamehwo" + "key427": "jjfzxgttsyejtwkrzwjutnownke" } } }, - "id": "ibak", - "name": "yun", - "type": "vvsejtiltoqrlqowoazxassoqei", + "id": "uykreljrfuoulhpjbjzyh", + "name": "bsnuijfvastzqhriwlf", + "type": "sbesg", "systemData": { - "createdBy": "wottk", - "createdByType": "gzlvsxhiushafr", - "createdAt": "2022-11-08T05:52:16.833Z", - "lastModifiedBy": "htiazqoyhypmnumllkth", - "lastModifiedByType": "ibgx", - "lastModifiedAt": "2022-11-08T05:52:16.833Z" + "createdBy": "mlpcymovingfxgbx", + "createdByType": "n", + "createdAt": "2022-11-08T10:26:56.893Z", + "lastModifiedBy": "jwlkqaywkzyotpithbfk", + "lastModifiedByType": "weyyympdvokuqktteldvnji", + "lastModifiedAt": "2022-11-08T10:26:56.893Z" }, "tags": { - "key6250": "njkcvtqoolf" + "key9404": "xkpfafgdtvlrd" } } ], - "nextLink": "fr" + "nextLink": "rtesskwnulrywr" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json index 3571cd4a0c9c..791c875e52d7 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "e", + "modernizeProjectName": "cdfzpblulpdxsblasogaycjrkp", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json index d1539f70f019..a3ee41561790 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json @@ -1,20 +1,20 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "izisoctuv", - "workloadDeploymentName": "wpajmfuxfwvsunatuh", - "operationId": "dpbrzvzsjujyhhfp", + "modernizeProjectName": "ndw", + "workloadDeploymentName": "us", + "operationId": "cdwdgsqkkr", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "rsycyjobrcqljuzgwcbk", - "name": "ek", - "status": "kyhtkqhvffxbgiefjn", - "startTime": "vysrlmcwhkwernlhc", - "endTime": "bwuyizbufkijc" + "id": "oekw", + "name": "sdjmymjckca", + "status": "yl", + "startTime": "epbslvrh", + "endTime": "lhlfreizdlllfnsyqlfbee" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json index 620907e7e047..b354e5a94289 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "jwpbygncmpucqhylkshjuohh", - "workloadDeploymentName": "smoxilzspw", - "operationId": "zbikrbzntgjqmzuhjaeucru", + "modernizeProjectName": "tofmtbvtinvcywnky", + "workloadDeploymentName": "jfbvtqiixhdh", + "operationId": "uqcoiaugtbuodqv", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json index ec510266a3fc..2c9bf213d4a3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json @@ -1,24 +1,24 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "fpvvozduklkejpeaaizxlztfmnfwt", - "workloadDeploymentName": "fmjxofgeboofdmukcgo", + "modernizeProjectName": "nnwpuhdc", + "workloadDeploymentName": "gmhynefqmideuwvhojhsji", "api-version": "2022-05-01-preview", "body": { "properties": { - "dockerfile": "wudegdzbmrtnlibraecwcrbvhu", + "dockerfile": "cjblmddjmjvghjjnl", "registryProperties": { - "registryName": "qbpdiigmyseygei", - "tenantId": "kadmdhtvdfimnfmpigfdgbikvzlmp", - "subscriptionId": "xlaii", - "resourceGroup": "ftuoagmkmvfwqwdqpzgzocpduhkjyv" + "registryName": "yhswaspieaw", + "tenantId": "uh", + "subscriptionId": "xtkuvnatavnjdcmum", + "resourceGroup": "o" }, - "imageTag": "jys", - "imageName": "sk", - "runId": "jdb", - "runStatus": "fsspgkp", - "logLink": "hbuezz" + "imageTag": "smu", + "imageName": "kuwzbdfunairscbvqyh", + "runId": "hxttkkhthjjpitluoilvb", + "runStatus": "nbpdxwjtjxfyuxaf", + "logLink": "oislpkvdrvkkitgynezamujqw" } } }, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json index 47614b9af9e6..7ffb70aade79 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ptg", - "workloadDeploymentName": "rbiottwmaw", + "modernizeProjectName": "wsknebwhimrjbk", + "workloadDeploymentName": "tvvbudvc", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json index 05a18878c15c..58e83cd3e226 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json @@ -1,25 +1,25 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "h", - "workloadDeploymentName": "jpvlythlsrvala", + "modernizeProjectName": "mzqvdfmdctwenwrtdwmbsafp", + "workloadDeploymentName": "uczxtkidahfjmvh", "api-version": "2022-05-01-preview", "body": { "properties": { - "displayName": "qukxufxomknrst", + "displayName": "cgedbzcwygqqdjo", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "Name": "wvathhrymxglkcnopgutcuahq", - "migrateAgentId": "ucibvhckpapibujfwpgyyz", - "displayName": "wnrbxhrkjdevsyi", - "sourcePlatform": "ailndmygddrzlpjpoyltvouulxtvq", - "sourceName": "xuuhbcdg", - "masterSiteName": "djxw", + "Name": "kulxqvayhxqkaxucqtv", + "migrateAgentId": "qkoqwqipvn", + "displayName": "eogymxmfiy", + "sourcePlatform": "qkb", + "sourceName": "ud", + "masterSiteName": "lmrmwugf", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "ukrvcwgvgyyldljivdveswrkgeub", - "webAppSiteName": "kurobdpsdbpkberuahzhkgokhsikp" + "webAppArmId": "bvszhdga", + "webAppSiteName": "anpamzrdfyxzyuxdxbn" } }, "customProperties": { @@ -27,7 +27,7 @@ } }, "tags": { - "key4017": "bkaecnpbbiubarpfxpygfhnyjdwr" + "key7760": "jtzpxoqekalpfak" } } }, @@ -37,147 +37,147 @@ "properties": { "provisioningState": "Canceled", "status": "None", - "statusDescription": "qnbdvff", + "statusDescription": "eetnlkvwycomajptunskylzouc", "testMigrationStatus": "None", - "testMigrationStatusDescription": "ncrdnkktxnnwqxghvgwxwacwlfgxgr", + "testMigrationStatusDescription": "vuhd", "migrationStatus": "None", - "migrationStatusDescription": "udpkff", - "displayName": "qukxufxomknrst", + "migrationStatusDescription": "mmv", + "displayName": "cgedbzcwygqqdjo", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "Name": "wvathhrymxglkcnopgutcuahq", + "Name": "kulxqvayhxqkaxucqtv", "provisioningState": "Canceled", - "migrateAgentId": "ucibvhckpapibujfwpgyyz", - "displayName": "wnrbxhrkjdevsyi", - "sourcePlatform": "ailndmygddrzlpjpoyltvouulxtvq", - "sourceName": "xuuhbcdg", + "migrateAgentId": "qkoqwqipvn", + "displayName": "eogymxmfiy", + "sourcePlatform": "qkb", + "sourceName": "ud", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "zloilattkqpkgy", - "lastSuccessfulReplicationCycleTime": "2022-11-08T05:52:17.838Z", + "replicationStatusDescription": "xngqkblrertcfa", + "lastSuccessfulReplicationCycleTime": "2022-11-08T10:26:58.028Z", "healthErrors": [ { - "affectedResourceType": "tbpnshdcu", + "affectedResourceType": "pnfevgkbypytddxko", "affectedResourceCorrelationIds": [ - "zgqkoygorlqulfffmmiu" + "xqxpibvzyrbeejicdxyiolv" ], "childErrors": [ { - "id": "dtlfcbfoqnwvq", - "code": "vkiwxgftvvmdmkgrzickbs", - "healthCategory": "ehaizprypdc", - "category": "ekrwplpbdyyt", - "severity": "kirbb", - "source": "qwmhlpbjjxaxpjlajaxbkdlzr", - "creationTime": "2022-11-08T05:52:11.663Z", + "id": "blaraswbvxyxbqtk", + "code": "jlgwdxsukcvmdbppvpjqxcgxrh", + "healthCategory": "deyfy", + "category": "cv", + "severity": "xshgcnmvospvdg", + "source": "zktcgca", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "pqjw", - "message": "ytiroklaimyofkrijqprcpcl", - "causes": "tfnrgunvoxufffnqrewtyncscg", - "recommendation": "uxkoxxyqxlv" + "summary": "uv", + "message": "shkolqcrbtamymelqfaaua", + "causes": "eolznkucqohpd", + "recommendation": "jbnfrfzstgkyjwtxnaivtu" } ], - "id": "xrtexfwhugyrvpzdjcptishmukh", - "code": "ce", - "healthCategory": "co", - "category": "biwabffbcbutcsjtvzkcwy", - "severity": "evaznkmtyhgbie", - "source": "svzsvjmbaldidyf", - "creationTime": "2022-11-08T05:52:11.664Z", + "id": "uiaxwthpbwxmniyhr", + "code": "tbhtqahevaghfcjrfnacu", + "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", + "category": "hlhxfruiivwrolleiws", + "severity": "kxjdnujsxcqouvswtwzjefxbl", + "source": "mvcacl", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "sflornhfqcarmqfrakaxv", - "message": "bwdrgnmsixooysf", - "causes": "tqklwfegpuvyrkotppjue", - "recommendation": "qjkytamozqdqkqrq" + "summary": "pcduryqcuimdtveybkohwopfqkuhyl", + "message": "iwntf", + "causes": "gyoalwbijfv", + "recommendation": "zgjftoeqbjvfjcjsolkifflh" } ], "currentJob": { - "scenarioName": "ufdbawcvjslh", - "id": "clpjwbmrpkwsqipof", - "name": "v", - "displayName": "jclnhtgltdam", - "state": "hfbgddnepqplurbrgijpwoxuucos", - "startTime": "2022-11-08T05:52:17.838Z", - "endTime": "2022-11-08T05:52:17.838Z" + "scenarioName": "hkjvnpsezhaixbxu", + "id": "xxxxaorlxfwd", + "name": "zjhfllvhbjclez", + "displayName": "lyzlohchcjllsfspfjjqkzcgdz", + "state": "bnkzgcswhwmqn", + "startTime": "2022-11-08T10:26:58.028Z", + "endTime": "2022-11-08T10:26:58.028Z" }, "allowedOperations": [ - "uuxjevifbqixizzhxorlxswptquatj" + "sewleywnhjuvdnlecit" ], - "masterSiteName": "djxw", + "masterSiteName": "lmrmwugf", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "ukrvcwgvgyyldljivdveswrkgeub", - "webAppSiteName": "kurobdpsdbpkberuahzhkgokhsikp" + "webAppArmId": "bvszhdga", + "webAppSiteName": "anpamzrdfyxzyuxdxbn" } }, - "correlationId": "clov", - "lastSuccessfulMigrateTime": "2022-11-08T05:52:17.838Z", - "lastSuccessfulTestMigrateTime": "2022-11-08T05:52:17.838Z", + "correlationId": "mhhvfzkghhpotjbkpr", + "lastSuccessfulMigrateTime": "2022-11-08T10:26:58.028Z", + "lastSuccessfulTestMigrateTime": "2022-11-08T10:26:58.028Z", "currentJob": { - "scenarioName": "nqaylystwtke", - "id": "cpszk", - "name": "zsbcnmiazvedmkkvhprbvjkfaux", - "displayName": "wvhzpmqghridmraocgjyivykuybaoa", - "state": "gmoiwarkmlqqjalxniqlphzdkttxq", - "startTime": "2022-11-08T05:52:17.838Z", - "endTime": "2022-11-08T05:52:17.838Z" + "scenarioName": "qljwrqjkeppnhgldvq", + "id": "nfvifytlounedseeq", + "name": "qud", + "displayName": "ommslcrmeqhjzji", + "state": "wraatygtqsxtegibidvq", + "startTime": "2022-11-08T10:26:58.028Z", + "endTime": "2022-11-08T10:26:58.029Z" }, "allowedOperations": [ "EnableReplication" ], "healthErrors": [ { - "affectedResourceType": "tbpnshdcu", + "affectedResourceType": "pnfevgkbypytddxko", "affectedResourceCorrelationIds": [ - "zgqkoygorlqulfffmmiu" + "xqxpibvzyrbeejicdxyiolv" ], "childErrors": [ { - "id": "dtlfcbfoqnwvq", - "code": "vkiwxgftvvmdmkgrzickbs", - "healthCategory": "ehaizprypdc", - "category": "ekrwplpbdyyt", - "severity": "kirbb", - "source": "qwmhlpbjjxaxpjlajaxbkdlzr", - "creationTime": "2022-11-08T05:52:11.663Z", + "id": "blaraswbvxyxbqtk", + "code": "jlgwdxsukcvmdbppvpjqxcgxrh", + "healthCategory": "deyfy", + "category": "cv", + "severity": "xshgcnmvospvdg", + "source": "zktcgca", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "pqjw", - "message": "ytiroklaimyofkrijqprcpcl", - "causes": "tfnrgunvoxufffnqrewtyncscg", - "recommendation": "uxkoxxyqxlv" + "summary": "uv", + "message": "shkolqcrbtamymelqfaaua", + "causes": "eolznkucqohpd", + "recommendation": "jbnfrfzstgkyjwtxnaivtu" } ], - "id": "xrtexfwhugyrvpzdjcptishmukh", - "code": "ce", - "healthCategory": "co", - "category": "biwabffbcbutcsjtvzkcwy", - "severity": "evaznkmtyhgbie", - "source": "svzsvjmbaldidyf", - "creationTime": "2022-11-08T05:52:11.664Z", + "id": "uiaxwthpbwxmniyhr", + "code": "tbhtqahevaghfcjrfnacu", + "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", + "category": "hlhxfruiivwrolleiws", + "severity": "kxjdnujsxcqouvswtwzjefxbl", + "source": "mvcacl", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "sflornhfqcarmqfrakaxv", - "message": "bwdrgnmsixooysf", - "causes": "tqklwfegpuvyrkotppjue", - "recommendation": "qjkytamozqdqkqrq" + "summary": "pcduryqcuimdtveybkohwopfqkuhyl", + "message": "iwntf", + "causes": "gyoalwbijfv", + "recommendation": "zgjftoeqbjvfjcjsolkifflh" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "qizybjtnhaqlbklodtrjwmrr", - "name": "cvdfac", - "type": "gthubwgqhzmauquwlnq", + "id": "ctldij", + "name": "rpzwcimozfhedoslwbqn", + "type": "ujjcrmcmkrr", "systemData": { - "createdBy": "sypg", - "createdByType": "eegzmj", - "createdAt": "2022-11-08T05:52:17.838Z", - "lastModifiedBy": "ovzqidscyyntkjkkzswcbskxor", - "lastModifiedByType": "xvonwbwzxkwwcndobpyzlmlkjldke", - "lastModifiedAt": "2022-11-08T05:52:17.838Z" + "createdBy": "pynzwsltpvxjbmpuqnyzoirznaxl", + "createdByType": "ztlmog", + "createdAt": "2022-11-08T10:26:58.029Z", + "lastModifiedBy": "hnedbiqcjixd", + "lastModifiedByType": "gpkjy", + "lastModifiedAt": "2022-11-08T10:26:58.029Z" }, "tags": { - "key4017": "bkaecnpbbiubarpfxpygfhnyjdwr" + "key7760": "jtzpxoqekalpfak" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json index 2c2eac9e3a06..c04c9db7c83c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "txpipecmjkyvozishsszn", - "workloadDeploymentName": "gkglwwbptqma", + "modernizeProjectName": "ftozql", + "workloadDeploymentName": "qjyvtkgrrczursysgpljjgr", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json index b97475b0101f..67db9ba07c90 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "cwkjudadurmqrerwdqo", - "workloadDeploymentName": "t", + "modernizeProjectName": "zdigotf", + "workloadDeploymentName": "tikscuxaaa", "forceDelete": true, "api-version": "2022-05-01-preview" }, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json index a1e81e76979f..1e344fcdeb67 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "vukxawipfyo", - "workloadDeploymentName": "uufburnmfotdmvxif", + "modernizeProjectName": "icrnyaxktxwlzkzkapotnsyfjdwj", + "workloadDeploymentName": "nblhepwbmhtawec", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json index c7225e0ae691..08337d3f4f8d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "l", - "workloadDeploymentName": "oxvimbednstbvvypgss", + "modernizeProjectName": "dmqkjfuqdbsnoujymrys", + "workloadDeploymentName": "ubuutvqyzfrq", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,147 +12,147 @@ "properties": { "provisioningState": "Canceled", "status": "None", - "statusDescription": "qnbdvff", + "statusDescription": "eetnlkvwycomajptunskylzouc", "testMigrationStatus": "None", - "testMigrationStatusDescription": "ncrdnkktxnnwqxghvgwxwacwlfgxgr", + "testMigrationStatusDescription": "vuhd", "migrationStatus": "None", - "migrationStatusDescription": "udpkff", - "displayName": "qukxufxomknrst", + "migrationStatusDescription": "mmv", + "displayName": "cgedbzcwygqqdjo", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "Name": "wvathhrymxglkcnopgutcuahq", + "Name": "kulxqvayhxqkaxucqtv", "provisioningState": "Canceled", - "migrateAgentId": "ucibvhckpapibujfwpgyyz", - "displayName": "wnrbxhrkjdevsyi", - "sourcePlatform": "ailndmygddrzlpjpoyltvouulxtvq", - "sourceName": "xuuhbcdg", + "migrateAgentId": "qkoqwqipvn", + "displayName": "eogymxmfiy", + "sourcePlatform": "qkb", + "sourceName": "ud", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "zloilattkqpkgy", - "lastSuccessfulReplicationCycleTime": "2022-11-08T05:52:17.838Z", + "replicationStatusDescription": "xngqkblrertcfa", + "lastSuccessfulReplicationCycleTime": "2022-11-08T10:26:58.028Z", "healthErrors": [ { - "affectedResourceType": "tbpnshdcu", + "affectedResourceType": "pnfevgkbypytddxko", "affectedResourceCorrelationIds": [ - "zgqkoygorlqulfffmmiu" + "xqxpibvzyrbeejicdxyiolv" ], "childErrors": [ { - "id": "dtlfcbfoqnwvq", - "code": "vkiwxgftvvmdmkgrzickbs", - "healthCategory": "ehaizprypdc", - "category": "ekrwplpbdyyt", - "severity": "kirbb", - "source": "qwmhlpbjjxaxpjlajaxbkdlzr", - "creationTime": "2022-11-08T05:52:11.663Z", + "id": "blaraswbvxyxbqtk", + "code": "jlgwdxsukcvmdbppvpjqxcgxrh", + "healthCategory": "deyfy", + "category": "cv", + "severity": "xshgcnmvospvdg", + "source": "zktcgca", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "pqjw", - "message": "ytiroklaimyofkrijqprcpcl", - "causes": "tfnrgunvoxufffnqrewtyncscg", - "recommendation": "uxkoxxyqxlv" + "summary": "uv", + "message": "shkolqcrbtamymelqfaaua", + "causes": "eolznkucqohpd", + "recommendation": "jbnfrfzstgkyjwtxnaivtu" } ], - "id": "xrtexfwhugyrvpzdjcptishmukh", - "code": "ce", - "healthCategory": "co", - "category": "biwabffbcbutcsjtvzkcwy", - "severity": "evaznkmtyhgbie", - "source": "svzsvjmbaldidyf", - "creationTime": "2022-11-08T05:52:11.664Z", + "id": "uiaxwthpbwxmniyhr", + "code": "tbhtqahevaghfcjrfnacu", + "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", + "category": "hlhxfruiivwrolleiws", + "severity": "kxjdnujsxcqouvswtwzjefxbl", + "source": "mvcacl", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "sflornhfqcarmqfrakaxv", - "message": "bwdrgnmsixooysf", - "causes": "tqklwfegpuvyrkotppjue", - "recommendation": "qjkytamozqdqkqrq" + "summary": "pcduryqcuimdtveybkohwopfqkuhyl", + "message": "iwntf", + "causes": "gyoalwbijfv", + "recommendation": "zgjftoeqbjvfjcjsolkifflh" } ], "currentJob": { - "scenarioName": "ufdbawcvjslh", - "id": "clpjwbmrpkwsqipof", - "name": "v", - "displayName": "jclnhtgltdam", - "state": "hfbgddnepqplurbrgijpwoxuucos", - "startTime": "2022-11-08T05:52:17.838Z", - "endTime": "2022-11-08T05:52:17.838Z" + "scenarioName": "hkjvnpsezhaixbxu", + "id": "xxxxaorlxfwd", + "name": "zjhfllvhbjclez", + "displayName": "lyzlohchcjllsfspfjjqkzcgdz", + "state": "bnkzgcswhwmqn", + "startTime": "2022-11-08T10:26:58.028Z", + "endTime": "2022-11-08T10:26:58.028Z" }, "allowedOperations": [ - "uuxjevifbqixizzhxorlxswptquatj" + "sewleywnhjuvdnlecit" ], - "masterSiteName": "djxw", + "masterSiteName": "lmrmwugf", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "ukrvcwgvgyyldljivdveswrkgeub", - "webAppSiteName": "kurobdpsdbpkberuahzhkgokhsikp" + "webAppArmId": "bvszhdga", + "webAppSiteName": "anpamzrdfyxzyuxdxbn" } }, - "correlationId": "clov", - "lastSuccessfulMigrateTime": "2022-11-08T05:52:17.838Z", - "lastSuccessfulTestMigrateTime": "2022-11-08T05:52:17.838Z", + "correlationId": "mhhvfzkghhpotjbkpr", + "lastSuccessfulMigrateTime": "2022-11-08T10:26:58.028Z", + "lastSuccessfulTestMigrateTime": "2022-11-08T10:26:58.028Z", "currentJob": { - "scenarioName": "nqaylystwtke", - "id": "cpszk", - "name": "zsbcnmiazvedmkkvhprbvjkfaux", - "displayName": "wvhzpmqghridmraocgjyivykuybaoa", - "state": "gmoiwarkmlqqjalxniqlphzdkttxq", - "startTime": "2022-11-08T05:52:17.838Z", - "endTime": "2022-11-08T05:52:17.838Z" + "scenarioName": "qljwrqjkeppnhgldvq", + "id": "nfvifytlounedseeq", + "name": "qud", + "displayName": "ommslcrmeqhjzji", + "state": "wraatygtqsxtegibidvq", + "startTime": "2022-11-08T10:26:58.028Z", + "endTime": "2022-11-08T10:26:58.029Z" }, "allowedOperations": [ "EnableReplication" ], "healthErrors": [ { - "affectedResourceType": "tbpnshdcu", + "affectedResourceType": "pnfevgkbypytddxko", "affectedResourceCorrelationIds": [ - "zgqkoygorlqulfffmmiu" + "xqxpibvzyrbeejicdxyiolv" ], "childErrors": [ { - "id": "dtlfcbfoqnwvq", - "code": "vkiwxgftvvmdmkgrzickbs", - "healthCategory": "ehaizprypdc", - "category": "ekrwplpbdyyt", - "severity": "kirbb", - "source": "qwmhlpbjjxaxpjlajaxbkdlzr", - "creationTime": "2022-11-08T05:52:11.663Z", + "id": "blaraswbvxyxbqtk", + "code": "jlgwdxsukcvmdbppvpjqxcgxrh", + "healthCategory": "deyfy", + "category": "cv", + "severity": "xshgcnmvospvdg", + "source": "zktcgca", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "pqjw", - "message": "ytiroklaimyofkrijqprcpcl", - "causes": "tfnrgunvoxufffnqrewtyncscg", - "recommendation": "uxkoxxyqxlv" + "summary": "uv", + "message": "shkolqcrbtamymelqfaaua", + "causes": "eolznkucqohpd", + "recommendation": "jbnfrfzstgkyjwtxnaivtu" } ], - "id": "xrtexfwhugyrvpzdjcptishmukh", - "code": "ce", - "healthCategory": "co", - "category": "biwabffbcbutcsjtvzkcwy", - "severity": "evaznkmtyhgbie", - "source": "svzsvjmbaldidyf", - "creationTime": "2022-11-08T05:52:11.664Z", + "id": "uiaxwthpbwxmniyhr", + "code": "tbhtqahevaghfcjrfnacu", + "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", + "category": "hlhxfruiivwrolleiws", + "severity": "kxjdnujsxcqouvswtwzjefxbl", + "source": "mvcacl", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "sflornhfqcarmqfrakaxv", - "message": "bwdrgnmsixooysf", - "causes": "tqklwfegpuvyrkotppjue", - "recommendation": "qjkytamozqdqkqrq" + "summary": "pcduryqcuimdtveybkohwopfqkuhyl", + "message": "iwntf", + "causes": "gyoalwbijfv", + "recommendation": "zgjftoeqbjvfjcjsolkifflh" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "qizybjtnhaqlbklodtrjwmrr", - "name": "cvdfac", - "type": "gthubwgqhzmauquwlnq", + "id": "ctldij", + "name": "rpzwcimozfhedoslwbqn", + "type": "ujjcrmcmkrr", "systemData": { - "createdBy": "sypg", - "createdByType": "eegzmj", - "createdAt": "2022-11-08T05:52:17.838Z", - "lastModifiedBy": "ovzqidscyyntkjkkzswcbskxor", - "lastModifiedByType": "xvonwbwzxkwwcndobpyzlmlkjldke", - "lastModifiedAt": "2022-11-08T05:52:17.838Z" + "createdBy": "pynzwsltpvxjbmpuqnyzoirznaxl", + "createdByType": "ztlmog", + "createdAt": "2022-11-08T10:26:58.029Z", + "lastModifiedBy": "hnedbiqcjixd", + "lastModifiedByType": "gpkjy", + "lastModifiedAt": "2022-11-08T10:26:58.029Z" }, "tags": { - "key4017": "bkaecnpbbiubarpfxpygfhnyjdwr" + "key7760": "jtzpxoqekalpfak" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json index a35758c3f71d..33ad2fbecd1c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "trgpc", - "workloadDeploymentName": "rsevauddxnrcnyuvlf", + "modernizeProjectName": "vkozxbbrpbluouwndmzuhcengkn", + "workloadDeploymentName": "wcbcmhd", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json index d31ba1a25507..b0a5b5637ed4 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "gonlwsueixmtgglgbnklharhllv", - "workloadDeploymentName": "rwenxqgzptxoieri", + "modernizeProjectName": "tdeyyxepwj", + "workloadDeploymentName": "xkuihqujiyolpfzbbvd", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,147 +12,147 @@ "properties": { "provisioningState": "Canceled", "status": "None", - "statusDescription": "qnbdvff", + "statusDescription": "eetnlkvwycomajptunskylzouc", "testMigrationStatus": "None", - "testMigrationStatusDescription": "ncrdnkktxnnwqxghvgwxwacwlfgxgr", + "testMigrationStatusDescription": "vuhd", "migrationStatus": "None", - "migrationStatusDescription": "udpkff", - "displayName": "qukxufxomknrst", + "migrationStatusDescription": "mmv", + "displayName": "cgedbzcwygqqdjo", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "Name": "wvathhrymxglkcnopgutcuahq", + "Name": "kulxqvayhxqkaxucqtv", "provisioningState": "Canceled", - "migrateAgentId": "ucibvhckpapibujfwpgyyz", - "displayName": "wnrbxhrkjdevsyi", - "sourcePlatform": "ailndmygddrzlpjpoyltvouulxtvq", - "sourceName": "xuuhbcdg", + "migrateAgentId": "qkoqwqipvn", + "displayName": "eogymxmfiy", + "sourcePlatform": "qkb", + "sourceName": "ud", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "zloilattkqpkgy", - "lastSuccessfulReplicationCycleTime": "2022-11-08T05:52:17.838Z", + "replicationStatusDescription": "xngqkblrertcfa", + "lastSuccessfulReplicationCycleTime": "2022-11-08T10:26:58.028Z", "healthErrors": [ { - "affectedResourceType": "tbpnshdcu", + "affectedResourceType": "pnfevgkbypytddxko", "affectedResourceCorrelationIds": [ - "zgqkoygorlqulfffmmiu" + "xqxpibvzyrbeejicdxyiolv" ], "childErrors": [ { - "id": "dtlfcbfoqnwvq", - "code": "vkiwxgftvvmdmkgrzickbs", - "healthCategory": "ehaizprypdc", - "category": "ekrwplpbdyyt", - "severity": "kirbb", - "source": "qwmhlpbjjxaxpjlajaxbkdlzr", - "creationTime": "2022-11-08T05:52:11.663Z", + "id": "blaraswbvxyxbqtk", + "code": "jlgwdxsukcvmdbppvpjqxcgxrh", + "healthCategory": "deyfy", + "category": "cv", + "severity": "xshgcnmvospvdg", + "source": "zktcgca", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "pqjw", - "message": "ytiroklaimyofkrijqprcpcl", - "causes": "tfnrgunvoxufffnqrewtyncscg", - "recommendation": "uxkoxxyqxlv" + "summary": "uv", + "message": "shkolqcrbtamymelqfaaua", + "causes": "eolznkucqohpd", + "recommendation": "jbnfrfzstgkyjwtxnaivtu" } ], - "id": "xrtexfwhugyrvpzdjcptishmukh", - "code": "ce", - "healthCategory": "co", - "category": "biwabffbcbutcsjtvzkcwy", - "severity": "evaznkmtyhgbie", - "source": "svzsvjmbaldidyf", - "creationTime": "2022-11-08T05:52:11.664Z", + "id": "uiaxwthpbwxmniyhr", + "code": "tbhtqahevaghfcjrfnacu", + "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", + "category": "hlhxfruiivwrolleiws", + "severity": "kxjdnujsxcqouvswtwzjefxbl", + "source": "mvcacl", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "sflornhfqcarmqfrakaxv", - "message": "bwdrgnmsixooysf", - "causes": "tqklwfegpuvyrkotppjue", - "recommendation": "qjkytamozqdqkqrq" + "summary": "pcduryqcuimdtveybkohwopfqkuhyl", + "message": "iwntf", + "causes": "gyoalwbijfv", + "recommendation": "zgjftoeqbjvfjcjsolkifflh" } ], "currentJob": { - "scenarioName": "ufdbawcvjslh", - "id": "clpjwbmrpkwsqipof", - "name": "v", - "displayName": "jclnhtgltdam", - "state": "hfbgddnepqplurbrgijpwoxuucos", - "startTime": "2022-11-08T05:52:17.838Z", - "endTime": "2022-11-08T05:52:17.838Z" + "scenarioName": "hkjvnpsezhaixbxu", + "id": "xxxxaorlxfwd", + "name": "zjhfllvhbjclez", + "displayName": "lyzlohchcjllsfspfjjqkzcgdz", + "state": "bnkzgcswhwmqn", + "startTime": "2022-11-08T10:26:58.028Z", + "endTime": "2022-11-08T10:26:58.028Z" }, "allowedOperations": [ - "uuxjevifbqixizzhxorlxswptquatj" + "sewleywnhjuvdnlecit" ], - "masterSiteName": "djxw", + "masterSiteName": "lmrmwugf", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "ukrvcwgvgyyldljivdveswrkgeub", - "webAppSiteName": "kurobdpsdbpkberuahzhkgokhsikp" + "webAppArmId": "bvszhdga", + "webAppSiteName": "anpamzrdfyxzyuxdxbn" } }, - "correlationId": "clov", - "lastSuccessfulMigrateTime": "2022-11-08T05:52:17.838Z", - "lastSuccessfulTestMigrateTime": "2022-11-08T05:52:17.838Z", + "correlationId": "mhhvfzkghhpotjbkpr", + "lastSuccessfulMigrateTime": "2022-11-08T10:26:58.028Z", + "lastSuccessfulTestMigrateTime": "2022-11-08T10:26:58.028Z", "currentJob": { - "scenarioName": "nqaylystwtke", - "id": "cpszk", - "name": "zsbcnmiazvedmkkvhprbvjkfaux", - "displayName": "wvhzpmqghridmraocgjyivykuybaoa", - "state": "gmoiwarkmlqqjalxniqlphzdkttxq", - "startTime": "2022-11-08T05:52:17.838Z", - "endTime": "2022-11-08T05:52:17.838Z" + "scenarioName": "qljwrqjkeppnhgldvq", + "id": "nfvifytlounedseeq", + "name": "qud", + "displayName": "ommslcrmeqhjzji", + "state": "wraatygtqsxtegibidvq", + "startTime": "2022-11-08T10:26:58.028Z", + "endTime": "2022-11-08T10:26:58.029Z" }, "allowedOperations": [ "EnableReplication" ], "healthErrors": [ { - "affectedResourceType": "tbpnshdcu", + "affectedResourceType": "pnfevgkbypytddxko", "affectedResourceCorrelationIds": [ - "zgqkoygorlqulfffmmiu" + "xqxpibvzyrbeejicdxyiolv" ], "childErrors": [ { - "id": "dtlfcbfoqnwvq", - "code": "vkiwxgftvvmdmkgrzickbs", - "healthCategory": "ehaizprypdc", - "category": "ekrwplpbdyyt", - "severity": "kirbb", - "source": "qwmhlpbjjxaxpjlajaxbkdlzr", - "creationTime": "2022-11-08T05:52:11.663Z", + "id": "blaraswbvxyxbqtk", + "code": "jlgwdxsukcvmdbppvpjqxcgxrh", + "healthCategory": "deyfy", + "category": "cv", + "severity": "xshgcnmvospvdg", + "source": "zktcgca", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "pqjw", - "message": "ytiroklaimyofkrijqprcpcl", - "causes": "tfnrgunvoxufffnqrewtyncscg", - "recommendation": "uxkoxxyqxlv" + "summary": "uv", + "message": "shkolqcrbtamymelqfaaua", + "causes": "eolznkucqohpd", + "recommendation": "jbnfrfzstgkyjwtxnaivtu" } ], - "id": "xrtexfwhugyrvpzdjcptishmukh", - "code": "ce", - "healthCategory": "co", - "category": "biwabffbcbutcsjtvzkcwy", - "severity": "evaznkmtyhgbie", - "source": "svzsvjmbaldidyf", - "creationTime": "2022-11-08T05:52:11.664Z", + "id": "uiaxwthpbwxmniyhr", + "code": "tbhtqahevaghfcjrfnacu", + "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", + "category": "hlhxfruiivwrolleiws", + "severity": "kxjdnujsxcqouvswtwzjefxbl", + "source": "mvcacl", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "sflornhfqcarmqfrakaxv", - "message": "bwdrgnmsixooysf", - "causes": "tqklwfegpuvyrkotppjue", - "recommendation": "qjkytamozqdqkqrq" + "summary": "pcduryqcuimdtveybkohwopfqkuhyl", + "message": "iwntf", + "causes": "gyoalwbijfv", + "recommendation": "zgjftoeqbjvfjcjsolkifflh" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "qizybjtnhaqlbklodtrjwmrr", - "name": "cvdfac", - "type": "gthubwgqhzmauquwlnq", + "id": "ctldij", + "name": "rpzwcimozfhedoslwbqn", + "type": "ujjcrmcmkrr", "systemData": { - "createdBy": "sypg", - "createdByType": "eegzmj", - "createdAt": "2022-11-08T05:52:17.838Z", - "lastModifiedBy": "ovzqidscyyntkjkkzswcbskxor", - "lastModifiedByType": "xvonwbwzxkwwcndobpyzlmlkjldke", - "lastModifiedAt": "2022-11-08T05:52:17.838Z" + "createdBy": "pynzwsltpvxjbmpuqnyzoirznaxl", + "createdByType": "ztlmog", + "createdAt": "2022-11-08T10:26:58.029Z", + "lastModifiedBy": "hnedbiqcjixd", + "lastModifiedByType": "gpkjy", + "lastModifiedAt": "2022-11-08T10:26:58.029Z" }, "tags": { - "key4017": "bkaecnpbbiubarpfxpygfhnyjdwr" + "key7760": "jtzpxoqekalpfak" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json index 4a9aec01d96f..55d264107676 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "erbaoqtylmaweojksbevcx", - "workloadDeploymentName": "gggwnjndjjdmrz", + "modernizeProjectName": "ta", + "workloadDeploymentName": "kjialg", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json index ab15b9e3f189..cd4344e8f699 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "gvujwdubvhvonttbtwtptbuhq", + "modernizeProjectName": "asgqprureqgynkjhtcmjafzjou", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,151 +13,151 @@ "properties": { "provisioningState": "Canceled", "status": "None", - "statusDescription": "qnbdvff", + "statusDescription": "eetnlkvwycomajptunskylzouc", "testMigrationStatus": "None", - "testMigrationStatusDescription": "ncrdnkktxnnwqxghvgwxwacwlfgxgr", + "testMigrationStatusDescription": "vuhd", "migrationStatus": "None", - "migrationStatusDescription": "udpkff", - "displayName": "qukxufxomknrst", + "migrationStatusDescription": "mmv", + "displayName": "cgedbzcwygqqdjo", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "Name": "wvathhrymxglkcnopgutcuahq", + "Name": "kulxqvayhxqkaxucqtv", "provisioningState": "Canceled", - "migrateAgentId": "ucibvhckpapibujfwpgyyz", - "displayName": "wnrbxhrkjdevsyi", - "sourcePlatform": "ailndmygddrzlpjpoyltvouulxtvq", - "sourceName": "xuuhbcdg", + "migrateAgentId": "qkoqwqipvn", + "displayName": "eogymxmfiy", + "sourcePlatform": "qkb", + "sourceName": "ud", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "zloilattkqpkgy", - "lastSuccessfulReplicationCycleTime": "2022-11-08T05:52:17.838Z", + "replicationStatusDescription": "xngqkblrertcfa", + "lastSuccessfulReplicationCycleTime": "2022-11-08T10:26:58.028Z", "healthErrors": [ { - "affectedResourceType": "tbpnshdcu", + "affectedResourceType": "pnfevgkbypytddxko", "affectedResourceCorrelationIds": [ - "zgqkoygorlqulfffmmiu" + "xqxpibvzyrbeejicdxyiolv" ], "childErrors": [ { - "id": "dtlfcbfoqnwvq", - "code": "vkiwxgftvvmdmkgrzickbs", - "healthCategory": "ehaizprypdc", - "category": "ekrwplpbdyyt", - "severity": "kirbb", - "source": "qwmhlpbjjxaxpjlajaxbkdlzr", - "creationTime": "2022-11-08T05:52:11.663Z", + "id": "blaraswbvxyxbqtk", + "code": "jlgwdxsukcvmdbppvpjqxcgxrh", + "healthCategory": "deyfy", + "category": "cv", + "severity": "xshgcnmvospvdg", + "source": "zktcgca", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "pqjw", - "message": "ytiroklaimyofkrijqprcpcl", - "causes": "tfnrgunvoxufffnqrewtyncscg", - "recommendation": "uxkoxxyqxlv" + "summary": "uv", + "message": "shkolqcrbtamymelqfaaua", + "causes": "eolznkucqohpd", + "recommendation": "jbnfrfzstgkyjwtxnaivtu" } ], - "id": "xrtexfwhugyrvpzdjcptishmukh", - "code": "ce", - "healthCategory": "co", - "category": "biwabffbcbutcsjtvzkcwy", - "severity": "evaznkmtyhgbie", - "source": "svzsvjmbaldidyf", - "creationTime": "2022-11-08T05:52:11.664Z", + "id": "uiaxwthpbwxmniyhr", + "code": "tbhtqahevaghfcjrfnacu", + "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", + "category": "hlhxfruiivwrolleiws", + "severity": "kxjdnujsxcqouvswtwzjefxbl", + "source": "mvcacl", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "sflornhfqcarmqfrakaxv", - "message": "bwdrgnmsixooysf", - "causes": "tqklwfegpuvyrkotppjue", - "recommendation": "qjkytamozqdqkqrq" + "summary": "pcduryqcuimdtveybkohwopfqkuhyl", + "message": "iwntf", + "causes": "gyoalwbijfv", + "recommendation": "zgjftoeqbjvfjcjsolkifflh" } ], "currentJob": { - "scenarioName": "ufdbawcvjslh", - "id": "clpjwbmrpkwsqipof", - "name": "v", - "displayName": "jclnhtgltdam", - "state": "hfbgddnepqplurbrgijpwoxuucos", - "startTime": "2022-11-08T05:52:17.838Z", - "endTime": "2022-11-08T05:52:17.838Z" + "scenarioName": "hkjvnpsezhaixbxu", + "id": "xxxxaorlxfwd", + "name": "zjhfllvhbjclez", + "displayName": "lyzlohchcjllsfspfjjqkzcgdz", + "state": "bnkzgcswhwmqn", + "startTime": "2022-11-08T10:26:58.028Z", + "endTime": "2022-11-08T10:26:58.028Z" }, "allowedOperations": [ - "uuxjevifbqixizzhxorlxswptquatj" + "sewleywnhjuvdnlecit" ], - "masterSiteName": "djxw", + "masterSiteName": "lmrmwugf", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "ukrvcwgvgyyldljivdveswrkgeub", - "webAppSiteName": "kurobdpsdbpkberuahzhkgokhsikp" + "webAppArmId": "bvszhdga", + "webAppSiteName": "anpamzrdfyxzyuxdxbn" } }, - "correlationId": "clov", - "lastSuccessfulMigrateTime": "2022-11-08T05:52:17.838Z", - "lastSuccessfulTestMigrateTime": "2022-11-08T05:52:17.838Z", + "correlationId": "mhhvfzkghhpotjbkpr", + "lastSuccessfulMigrateTime": "2022-11-08T10:26:58.028Z", + "lastSuccessfulTestMigrateTime": "2022-11-08T10:26:58.028Z", "currentJob": { - "scenarioName": "nqaylystwtke", - "id": "cpszk", - "name": "zsbcnmiazvedmkkvhprbvjkfaux", - "displayName": "wvhzpmqghridmraocgjyivykuybaoa", - "state": "gmoiwarkmlqqjalxniqlphzdkttxq", - "startTime": "2022-11-08T05:52:17.838Z", - "endTime": "2022-11-08T05:52:17.838Z" + "scenarioName": "qljwrqjkeppnhgldvq", + "id": "nfvifytlounedseeq", + "name": "qud", + "displayName": "ommslcrmeqhjzji", + "state": "wraatygtqsxtegibidvq", + "startTime": "2022-11-08T10:26:58.028Z", + "endTime": "2022-11-08T10:26:58.029Z" }, "allowedOperations": [ "EnableReplication" ], "healthErrors": [ { - "affectedResourceType": "tbpnshdcu", + "affectedResourceType": "pnfevgkbypytddxko", "affectedResourceCorrelationIds": [ - "zgqkoygorlqulfffmmiu" + "xqxpibvzyrbeejicdxyiolv" ], "childErrors": [ { - "id": "dtlfcbfoqnwvq", - "code": "vkiwxgftvvmdmkgrzickbs", - "healthCategory": "ehaizprypdc", - "category": "ekrwplpbdyyt", - "severity": "kirbb", - "source": "qwmhlpbjjxaxpjlajaxbkdlzr", - "creationTime": "2022-11-08T05:52:11.663Z", + "id": "blaraswbvxyxbqtk", + "code": "jlgwdxsukcvmdbppvpjqxcgxrh", + "healthCategory": "deyfy", + "category": "cv", + "severity": "xshgcnmvospvdg", + "source": "zktcgca", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "pqjw", - "message": "ytiroklaimyofkrijqprcpcl", - "causes": "tfnrgunvoxufffnqrewtyncscg", - "recommendation": "uxkoxxyqxlv" + "summary": "uv", + "message": "shkolqcrbtamymelqfaaua", + "causes": "eolznkucqohpd", + "recommendation": "jbnfrfzstgkyjwtxnaivtu" } ], - "id": "xrtexfwhugyrvpzdjcptishmukh", - "code": "ce", - "healthCategory": "co", - "category": "biwabffbcbutcsjtvzkcwy", - "severity": "evaznkmtyhgbie", - "source": "svzsvjmbaldidyf", - "creationTime": "2022-11-08T05:52:11.664Z", + "id": "uiaxwthpbwxmniyhr", + "code": "tbhtqahevaghfcjrfnacu", + "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", + "category": "hlhxfruiivwrolleiws", + "severity": "kxjdnujsxcqouvswtwzjefxbl", + "source": "mvcacl", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "sflornhfqcarmqfrakaxv", - "message": "bwdrgnmsixooysf", - "causes": "tqklwfegpuvyrkotppjue", - "recommendation": "qjkytamozqdqkqrq" + "summary": "pcduryqcuimdtveybkohwopfqkuhyl", + "message": "iwntf", + "causes": "gyoalwbijfv", + "recommendation": "zgjftoeqbjvfjcjsolkifflh" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "qizybjtnhaqlbklodtrjwmrr", - "name": "cvdfac", - "type": "gthubwgqhzmauquwlnq", + "id": "ctldij", + "name": "rpzwcimozfhedoslwbqn", + "type": "ujjcrmcmkrr", "systemData": { - "createdBy": "sypg", - "createdByType": "eegzmj", - "createdAt": "2022-11-08T05:52:17.838Z", - "lastModifiedBy": "ovzqidscyyntkjkkzswcbskxor", - "lastModifiedByType": "xvonwbwzxkwwcndobpyzlmlkjldke", - "lastModifiedAt": "2022-11-08T05:52:17.838Z" + "createdBy": "pynzwsltpvxjbmpuqnyzoirznaxl", + "createdByType": "ztlmog", + "createdAt": "2022-11-08T10:26:58.029Z", + "lastModifiedBy": "hnedbiqcjixd", + "lastModifiedByType": "gpkjy", + "lastModifiedAt": "2022-11-08T10:26:58.029Z" }, "tags": { - "key4017": "bkaecnpbbiubarpfxpygfhnyjdwr" + "key7760": "jtzpxoqekalpfak" } } ], - "nextLink": "fnhdjjmlbphuwzizbboxwx" + "nextLink": "wnjcyfzeqm" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json index 4531ffe9557a..d74bcef2710c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "pmwanlvaehokuxhojpul", + "modernizeProjectName": "yaomjmrnziyqhqthejqbtjrltl", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json index 777d8566d7ce..a00261de27fd 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ostczsamhjpniiziwldcqjwis", - "workloadDeploymentName": "phtbzhdknzojbriomccqiqwt", + "modernizeProjectName": "nwvanxyiaiwpsuwyhibldjxs", + "workloadDeploymentName": "xkgbhujylhowhyrov", "api-version": "2022-05-01-preview", "body": { "properties": { "customProperties": { - "instanceType": "naybvyyipzhqzlcyv" + "instanceType": "hkpuqwteigwlwluwprfpri" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json index 428cd48c909c..c6f977fc8bc0 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "tcxgmxeskyfjcucwcrootr", - "workloadDeploymentName": "clujdcqpnsucwofyxpeiuyumkfi", + "modernizeProjectName": "gqzuaemwamelehaxw", + "workloadDeploymentName": "cgdojhwpkgkzpqnxtwvookbwfkr", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json index fd61104767f5..03a0d6d629cf 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "r", - "workloadDeploymentName": "kyffvomehlxpqbtrxpe", + "modernizeProjectName": "pcducjhuzvbrsskjqzkryoupxbs", + "workloadDeploymentName": "mglvsfakectibgvkjcjm", "api-version": "2022-05-01-preview", "body": { "properties": { - "comments": "vtkjwguswxqqjvylhpealjmbpevkoalctlsoodleqtuiosbjbhusybmxhgdeuobgnraeckxhhycujwlaxleefzvjpjfqqgmukjxgrnzrtdlayecnzmomxwqhivhjacjtokidngmzsvzalmtvggdvqejawbuurevweijutgyzffrmbkoszxbrggjabyjvlzbbvok" + "comments": "sohdmfcvioedfbfbbhyunsubjkavdsmrmgxuiqevdklpuinzqcmkhdadmflfqakupuzaxbzuhjgnfsmnasbihwffxsqfpuuhkpr" } } }, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json index c7671eb627b7..585f0da2e743 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "asyxmkivtodneixn", - "workloadDeploymentName": "azdisndnuhvlpxnzlwvyfmurhcfwg", + "modernizeProjectName": "cowoezbjsvmvpcmhkg", + "workloadDeploymentName": "gsne", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json index 3718f850ed68..e743277f3e9f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "vr", - "workloadDeploymentName": "zerxanufdigdnkxdkasfjejlva", + "modernizeProjectName": "dlvldgimlbwtnygblgrv", + "workloadDeploymentName": "btkbricjiuqjfbnxieuhfvfsh", "api-version": "2022-05-01-preview", "body": { "properties": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json index e77792c22b8c..f9f0682a421b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "vyh", - "workloadDeploymentName": "zrsvtkojhmenkjhcmbmvdvgxz", + "modernizeProjectName": "nzzfvrvbtvrumcwojew", + "workloadDeploymentName": "quxdxrovzracnzcbm", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json index fe82d5ff790d..0bf28683de21 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json @@ -1,20 +1,20 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "uhsfknxzexwusvdacrntnjfbfsbsov", - "workloadInstanceName": "fkipjhd", - "operationId": "aelfqfmw", + "modernizeProjectName": "hhrcmjgsixxleaglhnb", + "workloadInstanceName": "fw", + "operationId": "azcqzbsciqrxcp", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "rsycyjobrcqljuzgwcbk", - "name": "ek", - "status": "kyhtkqhvffxbgiefjn", - "startTime": "vysrlmcwhkwernlhc", - "endTime": "bwuyizbufkijc" + "id": "oekw", + "name": "sdjmymjckca", + "status": "yl", + "startTime": "epbslvrh", + "endTime": "lhlfreizdlllfnsyqlfbee" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json index b001c32c9499..058eed8f8516 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "p", - "workloadInstanceName": "smhtbpm", - "operationId": "xgbobfegzedvclnqgmoqzxhrumo", + "modernizeProjectName": "vypxlfqnhkhoxlqijnemgl", + "workloadInstanceName": "mhmhggrajhxeeofj", + "operationId": "fozxzfciwrkmjqdl", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json index ef778e9e162b..1590c56d4078 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json @@ -1,26 +1,26 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "wgolmfkkfurbfndygrdx", - "workloadInstanceName": "obqpszqgjpxjqpjiygljbivwiicpqd", + "modernizeProjectName": "byjzkvnhffvggvwzjcnexuljjyt", + "workloadInstanceName": "u", "api-version": "2022-05-01-preview", "body": { "properties": { - "Name": "wvathhrymxglkcnopgutcuahq", - "migrateAgentId": "ucibvhckpapibujfwpgyyz", - "displayName": "wnrbxhrkjdevsyi", - "sourcePlatform": "ailndmygddrzlpjpoyltvouulxtvq", - "sourceName": "xuuhbcdg", - "masterSiteName": "djxw", + "Name": "kulxqvayhxqkaxucqtv", + "migrateAgentId": "qkoqwqipvn", + "displayName": "eogymxmfiy", + "sourcePlatform": "qkb", + "sourceName": "ud", + "masterSiteName": "lmrmwugf", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "ukrvcwgvgyyldljivdveswrkgeub", - "webAppSiteName": "kurobdpsdbpkberuahzhkgokhsikp" + "webAppArmId": "bvszhdga", + "webAppSiteName": "anpamzrdfyxzyuxdxbn" } }, "tags": { - "key6090": "g" + "key5742": "pyfvdmpcj" } } }, @@ -28,84 +28,84 @@ "201": { "body": { "properties": { - "Name": "wvathhrymxglkcnopgutcuahq", + "Name": "kulxqvayhxqkaxucqtv", "provisioningState": "Canceled", - "migrateAgentId": "ucibvhckpapibujfwpgyyz", - "displayName": "wnrbxhrkjdevsyi", - "sourcePlatform": "ailndmygddrzlpjpoyltvouulxtvq", - "sourceName": "xuuhbcdg", + "migrateAgentId": "qkoqwqipvn", + "displayName": "eogymxmfiy", + "sourcePlatform": "qkb", + "sourceName": "ud", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "zloilattkqpkgy", - "lastSuccessfulReplicationCycleTime": "2022-11-08T05:52:17.838Z", + "replicationStatusDescription": "xngqkblrertcfa", + "lastSuccessfulReplicationCycleTime": "2022-11-08T10:26:58.028Z", "healthErrors": [ { - "affectedResourceType": "tbpnshdcu", + "affectedResourceType": "pnfevgkbypytddxko", "affectedResourceCorrelationIds": [ - "zgqkoygorlqulfffmmiu" + "xqxpibvzyrbeejicdxyiolv" ], "childErrors": [ { - "id": "dtlfcbfoqnwvq", - "code": "vkiwxgftvvmdmkgrzickbs", - "healthCategory": "ehaizprypdc", - "category": "ekrwplpbdyyt", - "severity": "kirbb", - "source": "qwmhlpbjjxaxpjlajaxbkdlzr", - "creationTime": "2022-11-08T05:52:11.663Z", + "id": "blaraswbvxyxbqtk", + "code": "jlgwdxsukcvmdbppvpjqxcgxrh", + "healthCategory": "deyfy", + "category": "cv", + "severity": "xshgcnmvospvdg", + "source": "zktcgca", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "pqjw", - "message": "ytiroklaimyofkrijqprcpcl", - "causes": "tfnrgunvoxufffnqrewtyncscg", - "recommendation": "uxkoxxyqxlv" + "summary": "uv", + "message": "shkolqcrbtamymelqfaaua", + "causes": "eolznkucqohpd", + "recommendation": "jbnfrfzstgkyjwtxnaivtu" } ], - "id": "xrtexfwhugyrvpzdjcptishmukh", - "code": "ce", - "healthCategory": "co", - "category": "biwabffbcbutcsjtvzkcwy", - "severity": "evaznkmtyhgbie", - "source": "svzsvjmbaldidyf", - "creationTime": "2022-11-08T05:52:11.664Z", + "id": "uiaxwthpbwxmniyhr", + "code": "tbhtqahevaghfcjrfnacu", + "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", + "category": "hlhxfruiivwrolleiws", + "severity": "kxjdnujsxcqouvswtwzjefxbl", + "source": "mvcacl", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "sflornhfqcarmqfrakaxv", - "message": "bwdrgnmsixooysf", - "causes": "tqklwfegpuvyrkotppjue", - "recommendation": "qjkytamozqdqkqrq" + "summary": "pcduryqcuimdtveybkohwopfqkuhyl", + "message": "iwntf", + "causes": "gyoalwbijfv", + "recommendation": "zgjftoeqbjvfjcjsolkifflh" } ], "currentJob": { - "scenarioName": "ufdbawcvjslh", - "id": "clpjwbmrpkwsqipof", - "name": "v", - "displayName": "jclnhtgltdam", - "state": "hfbgddnepqplurbrgijpwoxuucos", - "startTime": "2022-11-08T05:52:17.838Z", - "endTime": "2022-11-08T05:52:17.838Z" + "scenarioName": "hkjvnpsezhaixbxu", + "id": "xxxxaorlxfwd", + "name": "zjhfllvhbjclez", + "displayName": "lyzlohchcjllsfspfjjqkzcgdz", + "state": "bnkzgcswhwmqn", + "startTime": "2022-11-08T10:26:58.028Z", + "endTime": "2022-11-08T10:26:58.028Z" }, "allowedOperations": [ - "uuxjevifbqixizzhxorlxswptquatj" + "sewleywnhjuvdnlecit" ], - "masterSiteName": "djxw", + "masterSiteName": "lmrmwugf", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "ukrvcwgvgyyldljivdveswrkgeub", - "webAppSiteName": "kurobdpsdbpkberuahzhkgokhsikp" + "webAppArmId": "bvszhdga", + "webAppSiteName": "anpamzrdfyxzyuxdxbn" } }, - "id": "mjlpwqv", - "name": "mnaujyiuax", - "type": "dguxwteslairbiltuw", + "id": "syjovlflemyotorccugwaqqclenrq", + "name": "plrfddxlixy", + "type": "yasvvufurqvsug", "systemData": { - "createdBy": "tqmx", - "createdByType": "jrgydxcugjdkg", - "createdAt": "2022-11-08T05:52:22.241Z", - "lastModifiedBy": "loegygjrlkotzcedxvxbzpv", - "lastModifiedByType": "pdekizak", - "lastModifiedAt": "2022-11-08T05:52:22.241Z" + "createdBy": "jbrlxmkiznbbgkzawpzkpjaj", + "createdByType": "vjyiqodzvfgektcdfoejd", + "createdAt": "2022-11-08T10:27:01.792Z", + "lastModifiedBy": "x", + "lastModifiedByType": "hdyqslxwokmmvzsiabndotnqxsj", + "lastModifiedAt": "2022-11-08T10:27:01.792Z" }, "tags": { - "key6090": "g" + "key5742": "pyfvdmpcj" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json index f9d5570e3983..0358dc07ef06 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ddtr", - "workloadInstanceName": "mprxhplobgqrqve", + "modernizeProjectName": "kmecbyfok", + "workloadInstanceName": "rddixeddwdfyjmje", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json index 55b2913f6617..7b4e44609e94 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ljncqaywqhfitbaxy", - "workloadInstanceName": "ipctmxn", + "modernizeProjectName": "dixgvafxbezdpxku", + "workloadInstanceName": "zkqgjhmtyvragautij", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json index c041965543a1..e35431eec954 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "jnxwmrhgrphxsk", - "workloadInstanceName": "mybcyvjepvbldbucvfiy", + "modernizeProjectName": "rtdvqwogjtgofuyawfqjgcjs", + "workloadInstanceName": "oeaavdliiltuicvxfcwcqcotjdwku", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json index 3e3f208921d6..208fb19234bb 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json @@ -1,93 +1,93 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "peqdeefkrbdlhjzqsyo", - "workloadInstanceName": "ghnxslorvljfkbav", + "modernizeProjectName": "ocmdmkhqwn", + "workloadInstanceName": "dsbbeyaksnhgkcu", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { "properties": { - "Name": "wvathhrymxglkcnopgutcuahq", + "Name": "kulxqvayhxqkaxucqtv", "provisioningState": "Canceled", - "migrateAgentId": "ucibvhckpapibujfwpgyyz", - "displayName": "wnrbxhrkjdevsyi", - "sourcePlatform": "ailndmygddrzlpjpoyltvouulxtvq", - "sourceName": "xuuhbcdg", + "migrateAgentId": "qkoqwqipvn", + "displayName": "eogymxmfiy", + "sourcePlatform": "qkb", + "sourceName": "ud", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "zloilattkqpkgy", - "lastSuccessfulReplicationCycleTime": "2022-11-08T05:52:17.838Z", + "replicationStatusDescription": "xngqkblrertcfa", + "lastSuccessfulReplicationCycleTime": "2022-11-08T10:26:58.028Z", "healthErrors": [ { - "affectedResourceType": "tbpnshdcu", + "affectedResourceType": "pnfevgkbypytddxko", "affectedResourceCorrelationIds": [ - "zgqkoygorlqulfffmmiu" + "xqxpibvzyrbeejicdxyiolv" ], "childErrors": [ { - "id": "dtlfcbfoqnwvq", - "code": "vkiwxgftvvmdmkgrzickbs", - "healthCategory": "ehaizprypdc", - "category": "ekrwplpbdyyt", - "severity": "kirbb", - "source": "qwmhlpbjjxaxpjlajaxbkdlzr", - "creationTime": "2022-11-08T05:52:11.663Z", + "id": "blaraswbvxyxbqtk", + "code": "jlgwdxsukcvmdbppvpjqxcgxrh", + "healthCategory": "deyfy", + "category": "cv", + "severity": "xshgcnmvospvdg", + "source": "zktcgca", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "pqjw", - "message": "ytiroklaimyofkrijqprcpcl", - "causes": "tfnrgunvoxufffnqrewtyncscg", - "recommendation": "uxkoxxyqxlv" + "summary": "uv", + "message": "shkolqcrbtamymelqfaaua", + "causes": "eolznkucqohpd", + "recommendation": "jbnfrfzstgkyjwtxnaivtu" } ], - "id": "xrtexfwhugyrvpzdjcptishmukh", - "code": "ce", - "healthCategory": "co", - "category": "biwabffbcbutcsjtvzkcwy", - "severity": "evaznkmtyhgbie", - "source": "svzsvjmbaldidyf", - "creationTime": "2022-11-08T05:52:11.664Z", + "id": "uiaxwthpbwxmniyhr", + "code": "tbhtqahevaghfcjrfnacu", + "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", + "category": "hlhxfruiivwrolleiws", + "severity": "kxjdnujsxcqouvswtwzjefxbl", + "source": "mvcacl", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "sflornhfqcarmqfrakaxv", - "message": "bwdrgnmsixooysf", - "causes": "tqklwfegpuvyrkotppjue", - "recommendation": "qjkytamozqdqkqrq" + "summary": "pcduryqcuimdtveybkohwopfqkuhyl", + "message": "iwntf", + "causes": "gyoalwbijfv", + "recommendation": "zgjftoeqbjvfjcjsolkifflh" } ], "currentJob": { - "scenarioName": "ufdbawcvjslh", - "id": "clpjwbmrpkwsqipof", - "name": "v", - "displayName": "jclnhtgltdam", - "state": "hfbgddnepqplurbrgijpwoxuucos", - "startTime": "2022-11-08T05:52:17.838Z", - "endTime": "2022-11-08T05:52:17.838Z" + "scenarioName": "hkjvnpsezhaixbxu", + "id": "xxxxaorlxfwd", + "name": "zjhfllvhbjclez", + "displayName": "lyzlohchcjllsfspfjjqkzcgdz", + "state": "bnkzgcswhwmqn", + "startTime": "2022-11-08T10:26:58.028Z", + "endTime": "2022-11-08T10:26:58.028Z" }, "allowedOperations": [ - "uuxjevifbqixizzhxorlxswptquatj" + "sewleywnhjuvdnlecit" ], - "masterSiteName": "djxw", + "masterSiteName": "lmrmwugf", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "ukrvcwgvgyyldljivdveswrkgeub", - "webAppSiteName": "kurobdpsdbpkberuahzhkgokhsikp" + "webAppArmId": "bvszhdga", + "webAppSiteName": "anpamzrdfyxzyuxdxbn" } }, - "id": "mjlpwqv", - "name": "mnaujyiuax", - "type": "dguxwteslairbiltuw", + "id": "syjovlflemyotorccugwaqqclenrq", + "name": "plrfddxlixy", + "type": "yasvvufurqvsug", "systemData": { - "createdBy": "tqmx", - "createdByType": "jrgydxcugjdkg", - "createdAt": "2022-11-08T05:52:22.241Z", - "lastModifiedBy": "loegygjrlkotzcedxvxbzpv", - "lastModifiedByType": "pdekizak", - "lastModifiedAt": "2022-11-08T05:52:22.241Z" + "createdBy": "jbrlxmkiznbbgkzawpzkpjaj", + "createdByType": "vjyiqodzvfgektcdfoejd", + "createdAt": "2022-11-08T10:27:01.792Z", + "lastModifiedBy": "x", + "lastModifiedByType": "hdyqslxwokmmvzsiabndotnqxsj", + "lastModifiedAt": "2022-11-08T10:27:01.792Z" }, "tags": { - "key6090": "g" + "key5742": "pyfvdmpcj" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json index 53a8ebbe0654..879af018bc1b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "stoojzeugnj", - "workloadInstanceName": "yallbt", + "modernizeProjectName": "hwlrotdcyvejnitespakvnlqvpf", + "workloadInstanceName": "mcurcwocpi", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json index 006f6cb18c65..363c46f7b0ed 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "djeqnwoychsblkgjklnpafuo", + "modernizeProjectName": "hhckjgxorcsqxsmhvrcujexhhshmce", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,88 +11,88 @@ "value": [ { "properties": { - "Name": "wvathhrymxglkcnopgutcuahq", + "Name": "kulxqvayhxqkaxucqtv", "provisioningState": "Canceled", - "migrateAgentId": "ucibvhckpapibujfwpgyyz", - "displayName": "wnrbxhrkjdevsyi", - "sourcePlatform": "ailndmygddrzlpjpoyltvouulxtvq", - "sourceName": "xuuhbcdg", + "migrateAgentId": "qkoqwqipvn", + "displayName": "eogymxmfiy", + "sourcePlatform": "qkb", + "sourceName": "ud", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "zloilattkqpkgy", - "lastSuccessfulReplicationCycleTime": "2022-11-08T05:52:17.838Z", + "replicationStatusDescription": "xngqkblrertcfa", + "lastSuccessfulReplicationCycleTime": "2022-11-08T10:26:58.028Z", "healthErrors": [ { - "affectedResourceType": "tbpnshdcu", + "affectedResourceType": "pnfevgkbypytddxko", "affectedResourceCorrelationIds": [ - "zgqkoygorlqulfffmmiu" + "xqxpibvzyrbeejicdxyiolv" ], "childErrors": [ { - "id": "dtlfcbfoqnwvq", - "code": "vkiwxgftvvmdmkgrzickbs", - "healthCategory": "ehaizprypdc", - "category": "ekrwplpbdyyt", - "severity": "kirbb", - "source": "qwmhlpbjjxaxpjlajaxbkdlzr", - "creationTime": "2022-11-08T05:52:11.663Z", + "id": "blaraswbvxyxbqtk", + "code": "jlgwdxsukcvmdbppvpjqxcgxrh", + "healthCategory": "deyfy", + "category": "cv", + "severity": "xshgcnmvospvdg", + "source": "zktcgca", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "pqjw", - "message": "ytiroklaimyofkrijqprcpcl", - "causes": "tfnrgunvoxufffnqrewtyncscg", - "recommendation": "uxkoxxyqxlv" + "summary": "uv", + "message": "shkolqcrbtamymelqfaaua", + "causes": "eolznkucqohpd", + "recommendation": "jbnfrfzstgkyjwtxnaivtu" } ], - "id": "xrtexfwhugyrvpzdjcptishmukh", - "code": "ce", - "healthCategory": "co", - "category": "biwabffbcbutcsjtvzkcwy", - "severity": "evaznkmtyhgbie", - "source": "svzsvjmbaldidyf", - "creationTime": "2022-11-08T05:52:11.664Z", + "id": "uiaxwthpbwxmniyhr", + "code": "tbhtqahevaghfcjrfnacu", + "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", + "category": "hlhxfruiivwrolleiws", + "severity": "kxjdnujsxcqouvswtwzjefxbl", + "source": "mvcacl", + "creationTime": "2022-11-08T10:26:50.562Z", "isCustomerResolvable": true, - "summary": "sflornhfqcarmqfrakaxv", - "message": "bwdrgnmsixooysf", - "causes": "tqklwfegpuvyrkotppjue", - "recommendation": "qjkytamozqdqkqrq" + "summary": "pcduryqcuimdtveybkohwopfqkuhyl", + "message": "iwntf", + "causes": "gyoalwbijfv", + "recommendation": "zgjftoeqbjvfjcjsolkifflh" } ], "currentJob": { - "scenarioName": "ufdbawcvjslh", - "id": "clpjwbmrpkwsqipof", - "name": "v", - "displayName": "jclnhtgltdam", - "state": "hfbgddnepqplurbrgijpwoxuucos", - "startTime": "2022-11-08T05:52:17.838Z", - "endTime": "2022-11-08T05:52:17.838Z" + "scenarioName": "hkjvnpsezhaixbxu", + "id": "xxxxaorlxfwd", + "name": "zjhfllvhbjclez", + "displayName": "lyzlohchcjllsfspfjjqkzcgdz", + "state": "bnkzgcswhwmqn", + "startTime": "2022-11-08T10:26:58.028Z", + "endTime": "2022-11-08T10:26:58.028Z" }, "allowedOperations": [ - "uuxjevifbqixizzhxorlxswptquatj" + "sewleywnhjuvdnlecit" ], - "masterSiteName": "djxw", + "masterSiteName": "lmrmwugf", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "ukrvcwgvgyyldljivdveswrkgeub", - "webAppSiteName": "kurobdpsdbpkberuahzhkgokhsikp" + "webAppArmId": "bvszhdga", + "webAppSiteName": "anpamzrdfyxzyuxdxbn" } }, - "id": "mjlpwqv", - "name": "mnaujyiuax", - "type": "dguxwteslairbiltuw", + "id": "syjovlflemyotorccugwaqqclenrq", + "name": "plrfddxlixy", + "type": "yasvvufurqvsug", "systemData": { - "createdBy": "tqmx", - "createdByType": "jrgydxcugjdkg", - "createdAt": "2022-11-08T05:52:22.241Z", - "lastModifiedBy": "loegygjrlkotzcedxvxbzpv", - "lastModifiedByType": "pdekizak", - "lastModifiedAt": "2022-11-08T05:52:22.241Z" + "createdBy": "jbrlxmkiznbbgkzawpzkpjaj", + "createdByType": "vjyiqodzvfgektcdfoejd", + "createdAt": "2022-11-08T10:27:01.792Z", + "lastModifiedBy": "x", + "lastModifiedByType": "hdyqslxwokmmvzsiabndotnqxsj", + "lastModifiedAt": "2022-11-08T10:27:01.792Z" }, "tags": { - "key6090": "g" + "key5742": "pyfvdmpcj" } } ], - "nextLink": "rqfikrkusssxcofnmqfdcm" + "nextLink": "cowjrbfl" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json index 4d23ee4a407b..0b7ea470776c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "telf", + "modernizeProjectName": "poaitocamgpiatqg", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json index 6a71a3f4b245..2a6dbdce4fcc 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "zuogomiqcgmm", - "workloadInstanceName": "apmqdymstzrjmxsih", + "modernizeProjectName": "lshrwzykcszzugagfedlxqi", + "workloadInstanceName": "iagcwczsczxnljgubtlxbyusubafn", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json index 8a6a809634e2..e782b82b1af4 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "njqhhfpksumtxgtxdcoimzhuwccb", - "workloadInstanceName": "qfnppoulxyy", + "modernizeProjectName": "x", + "workloadInstanceName": "zerjrt", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json index 92e1bb686bfb..0eecdb289101 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "xzgxzih", - "workloadInstanceName": "tgtleyslyvywjrchsn", + "modernizeProjectName": "naxrlphwmowafizjjese", + "workloadInstanceName": "cbzrejfpkpfdnwju", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json index c7317d2267d9..b3181c03fd2d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kkftzuipfmcpzedllvargxx", + "subscriptionId": "kelyerty", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ghcqlrsbxzkilz", - "workloadInstanceName": "lkkjbcmfueapgdjgtwcygtzwrxf", + "modernizeProjectName": "uxscbhikleqglltxzokyzrnf", + "workloadInstanceName": "krqridpojvuepkux", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 0d375e9cf92e..2c592aeebf69 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -3674,6 +3674,9 @@ }, "MigrateAgentModelCustomProperties": { "description": "MigrateAgent model custom properties.", + "required": [ + "instanceType" + ], "type": "object", "properties": { "instanceType": { @@ -3681,7 +3684,8 @@ "type": "string" } }, - "x-ms-discriminator-value": "instanceType" + "x-ms-discriminator-value": "IISWorkload", + "discriminator": "instanceType" }, "MigrateAgentModelProperties": { "description": "MigrateAgent model properties.", @@ -4546,6 +4550,9 @@ }, "WorkflowModelCustomProperties": { "description": "Workflow model custom properties.", + "required": [ + "instanceType" + ], "type": "object", "properties": { "instanceType": { @@ -4575,7 +4582,8 @@ "readOnly": true } }, - "x-ms-discriminator-value": "instanceType" + "x-ms-discriminator-value": "SampleWorkflow", + "discriminator": "instanceType" }, "WorkflowModelProperties": { "description": "Workflow model properties.", @@ -5064,6 +5072,9 @@ }, "WorkloadInstanceModelCustomProperties": { "description": "Workload instance model custom properties.", + "required": [ + "instanceType" + ], "type": "object", "properties": { "instanceType": { @@ -5087,7 +5098,8 @@ "type": "string" } }, - "x-ms-discriminator-value": "instanceType" + "x-ms-discriminator-value": "IISWorkload", + "discriminator": "instanceType" }, "WorkloadInstanceModelProperties": { "description": "Workload instance model properties.", @@ -5348,4 +5360,4 @@ "description": "Workload instance controller." } ] -} \ No newline at end of file +} From b9cf96c96f3c41383fe899ba36c65fda9836affb Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Tue, 8 Nov 2022 16:44:20 +0530 Subject: [PATCH 24/54] fix: Added x-ms-long-running-operation-options --- .../2022-05-01-preview/migrateEngine.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 2c592aeebf69..13783a84516a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -306,6 +306,9 @@ } }, "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "location" + }, "x-ms-examples": { "MigrateAgent_Delete_MaximumSet_Gen": { "$ref": "./examples/MigrateAgent_Delete_MaximumSet_Gen.json" @@ -423,6 +426,9 @@ } }, "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "location" + }, "x-ms-examples": { "MigrateAgent_Refresh_MaximumSet_Gen": { "$ref": "./examples/MigrateAgent_Refresh_MaximumSet_Gen.json" @@ -732,6 +738,9 @@ } }, "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "location" + }, "x-ms-examples": { "ModernizeProject_Delete_MaximumSet_Gen": { "$ref": "./examples/ModernizeProject_Delete_MaximumSet_Gen.json" @@ -1353,6 +1362,9 @@ } }, "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "location" + }, "x-ms-examples": { "WorkloadDeployment_Delete_MaximumSet_Gen": { "$ref": "./examples/WorkloadDeployment_Delete_MaximumSet_Gen.json" @@ -1544,6 +1556,9 @@ } }, "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "location" + }, "x-ms-examples": { "WorkloadDeployment_BuildContainerImage_MaximumSet_Gen": { "$ref": "./examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json" @@ -1619,6 +1634,9 @@ } }, "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "location" + }, "x-ms-examples": { "WorkloadDeployment_TestMigrate_MaximumSet_Gen": { "$ref": "./examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json" @@ -1694,6 +1712,9 @@ } }, "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "location" + }, "x-ms-examples": { "WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen": { "$ref": "./examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json" @@ -1769,6 +1790,9 @@ } }, "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "location" + }, "x-ms-examples": { "WorkloadDeployment_Migrate_MaximumSet_Gen": { "$ref": "./examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json" @@ -2030,6 +2054,9 @@ } }, "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "location" + }, "x-ms-examples": { "WorkloadInstance_Delete_MaximumSet_Gen": { "$ref": "./examples/WorkloadInstance_Delete_MaximumSet_Gen.json" @@ -2217,6 +2244,9 @@ } }, "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "location" + }, "x-ms-examples": { "WorkloadInstance_MigrateComplete_MaximumSet_Gen": { "$ref": "./examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json" @@ -2281,6 +2311,9 @@ } }, "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "location" + }, "x-ms-examples": { "WorkloadInstance_StopReplicate_MaximumSet_Gen": { "$ref": "./examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json" From 4534a0e5bcde0c00cc5b02239dca3262ba4552e9 Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Wed, 9 Nov 2022 10:59:35 +0530 Subject: [PATCH 25/54] refactor: Ran prettier fix --- .../examples/DeployedResource_Get_MaximumSet_Gen.json | 2 +- .../examples/DeployedResource_Get_MinimumSet_Gen.json | 2 +- .../examples/DeployedResource_List_MaximumSet_Gen.json | 2 +- .../examples/DeployedResource_List_MinimumSet_Gen.json | 2 +- .../MigrateAgentOperationStatus_Get_MaximumSet_Gen.json | 2 +- .../MigrateAgentOperationStatus_Get_MinimumSet_Gen.json | 2 +- .../examples/MigrateAgent_Create_MaximumSet_Gen.json | 2 +- .../examples/MigrateAgent_Create_MinimumSet_Gen.json | 2 +- .../examples/MigrateAgent_Delete_MaximumSet_Gen.json | 2 +- .../examples/MigrateAgent_Delete_MinimumSet_Gen.json | 2 +- .../examples/MigrateAgent_Get_MaximumSet_Gen.json | 2 +- .../examples/MigrateAgent_Get_MinimumSet_Gen.json | 2 +- .../examples/MigrateAgent_List_MaximumSet_Gen.json | 2 +- .../examples/MigrateAgent_List_MinimumSet_Gen.json | 2 +- .../examples/MigrateAgent_Refresh_MaximumSet_Gen.json | 2 +- .../examples/MigrateAgent_Refresh_MinimumSet_Gen.json | 2 +- .../ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json | 2 +- .../ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProject_Create_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProject_Create_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProject_Delete_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProject_Delete_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProject_Get_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProject_Get_MinimumSet_Gen.json | 2 +- .../ModernizeProject_ListBySubscription_MaximumSet_Gen.json | 2 +- .../ModernizeProject_ListBySubscription_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProject_List_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProject_List_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProject_Update_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProject_Update_MinimumSet_Gen.json | 2 +- .../examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json | 2 +- .../examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json | 2 +- .../examples/Workflow_Get_MaximumSet_Gen.json | 2 +- .../examples/Workflow_Get_MinimumSet_Gen.json | 2 +- .../examples/Workflow_List_MaximumSet_Gen.json | 2 +- .../examples/Workflow_List_MinimumSet_Gen.json | 2 +- .../WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json | 2 +- .../WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json | 2 +- .../WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json | 2 +- .../WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Create_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Create_MinimumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Delete_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Delete_MinimumSet_Gen.json | 2 +- ...rkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json | 2 +- ...rkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Get_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Get_MinimumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_List_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_List_MinimumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json | 2 +- .../WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json | 2 +- .../WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json | 2 +- .../WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json | 2 +- .../WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json | 2 +- .../examples/WorkloadInstance_Create_MaximumSet_Gen.json | 2 +- .../examples/WorkloadInstance_Create_MinimumSet_Gen.json | 2 +- .../examples/WorkloadInstance_Delete_MaximumSet_Gen.json | 2 +- .../examples/WorkloadInstance_Delete_MinimumSet_Gen.json | 2 +- .../examples/WorkloadInstance_Get_MaximumSet_Gen.json | 2 +- .../examples/WorkloadInstance_Get_MinimumSet_Gen.json | 2 +- .../examples/WorkloadInstance_List_MaximumSet_Gen.json | 2 +- .../examples/WorkloadInstance_List_MinimumSet_Gen.json | 2 +- .../WorkloadInstance_MigrateComplete_MaximumSet_Gen.json | 2 +- .../WorkloadInstance_MigrateComplete_MinimumSet_Gen.json | 2 +- .../examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json | 2 +- .../examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json | 2 +- 72 files changed, 72 insertions(+), 72 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json index bd13ba7fbc4b..dbb04cfda6db 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json @@ -76,4 +76,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json index 26fd86b395d2..428760fbd245 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json index d8983cdd2715..54454d021ac5 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json @@ -80,4 +80,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json index b48cdb4d1a8c..d5bf19bdf02c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json index b490840ec333..b58e8650cb1f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json index 5f1f4a81339b..b553cc2201f6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json @@ -12,4 +12,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json index 4fae6660de78..09891e909606 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json @@ -100,4 +100,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json index 14536c307344..e39b294b3eef 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json index d88645fd820c..4b5c816fe260 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json index 2749bdc22431..b97b7f753ddf 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json index da60ed498725..8d6757eeb14e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json @@ -81,4 +81,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json index 767d90888145..1125ae38ba4f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json index 439861f93184..4c74ac74261a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json @@ -85,4 +85,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json index 68e1e94c51e8..10471949103a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json index ef93621b0846..9583e37410eb 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json index 7fec05b24837..027187f2dc6a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json index 26e0b0c92ea9..ccfd4cecdb4a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json index ffaf6d6c92c6..8486b1a8a509 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json index 42ff7d4223b1..3ec38323345a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json @@ -139,4 +139,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json index 70cbc6808355..173dc416220b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json index c32c51cf3f33..f7e62465b7b6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json @@ -71,4 +71,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json index 5d58812f4fdf..51e2d21f965e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json index f66466e1243a..b654019ed8ae 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json @@ -13,4 +13,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json index 840335fb7c22..958529a4adb2 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json @@ -13,4 +13,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json index 4fdf363bc46e..085b1b9ea8c8 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json index 4582a3111687..7dcdf990318f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json index 54904173ec02..3f62e796c968 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json @@ -51,4 +51,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json index f85c3e69af68..4166a4394590 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json @@ -8,4 +8,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json index e83951204ede..7450a1d1cc5f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json index 81c28e9e20a3..47c01af1e178 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json @@ -9,4 +9,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json index 8c3aff16fb5d..87e06f9e5e7e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json @@ -55,4 +55,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json index 5db415cb0772..49aad4cdc921 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json @@ -13,4 +13,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json index 19d85196eb89..6441767afa8b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json index fe9d1e0ac332..11c34a1a5f26 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json @@ -12,4 +12,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json index 2a37a54ec9c8..c7948020622f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json @@ -73,4 +73,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json index a77d27d71e8c..6ada75256dd2 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json index f7855800c83b..868e075a8292 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json @@ -79,4 +79,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json index 791c875e52d7..9ccc6905ea48 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json index a3ee41561790..bca2f3f8f520 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json index b354e5a94289..30554c9c3ec3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json @@ -12,4 +12,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json index 2c9bf213d4a3..a96c50d63a13 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json @@ -29,4 +29,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json index 7ffb70aade79..3908ee86c32a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json index 58e83cd3e226..4b0d49ecae3a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json @@ -182,4 +182,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json index c04c9db7c83c..9fc62e864d52 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json index 67db9ba07c90..e19312c0a1de 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json @@ -15,4 +15,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json index 1e344fcdeb67..3bc7ce790e3c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json index 08337d3f4f8d..cac3f4e84eae 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json @@ -157,4 +157,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json index 33ad2fbecd1c..4353d46a443b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json index b0a5b5637ed4..8a248e1ca05b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json @@ -157,4 +157,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json index 55d264107676..d50fa3b0c82c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json index cd4344e8f699..918871ebe112 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json @@ -161,4 +161,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json index d74bcef2710c..1bf2f08bf7cb 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json index a00261de27fd..988a335f4d56 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json @@ -20,4 +20,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json index c6f977fc8bc0..73719f9e3c8f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json index 03a0d6d629cf..004d3d2e9686 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json index 585f0da2e743..974895b1c607 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json index e743277f3e9f..4d8e0aa48baf 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json @@ -20,4 +20,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json index f9f0682a421b..de7bde56917b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json index 0bf28683de21..e5826d7329c5 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json index 058eed8f8516..ee7578cca767 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json @@ -12,4 +12,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json index 1590c56d4078..c2fea7f64bd2 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json @@ -110,4 +110,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json index 0358dc07ef06..3b26cdef21b6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json index 7b4e44609e94..69402d360f5c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json index e35431eec954..ba397cfcc16c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json index 208fb19234bb..a5d69d5bc379 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json @@ -92,4 +92,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json index 879af018bc1b..8b65d321c062 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json index 363c46f7b0ed..47bb6e82706c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json @@ -96,4 +96,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json index 0b7ea470776c..8dedf2d16fc1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json index 2a6dbdce4fcc..83eda3bae642 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json index e782b82b1af4..437e32a39267 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json index 0eecdb289101..c23eecd6b319 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json index b3181c03fd2d..f44b6b0c3937 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} From 9fffc96ae51804d5ff995ac98d0f10e8a624daa3 Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Wed, 9 Nov 2022 15:01:32 +0530 Subject: [PATCH 26/54] fix: Spell check error --- .../preview/2022-05-01-preview/migrateEngine.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 13783a84516a..f18de06596ef 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -2810,7 +2810,7 @@ }, "certData": { "format": "byte", - "description": "Gets or sets the Certficate data.", + "description": "Gets or sets the Certificate data.", "type": "string" }, "secretStore": { From af8bcadf86a185725ca491dfa58e45d62db59e56 Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Fri, 11 Nov 2022 12:57:43 +0530 Subject: [PATCH 27/54] fix: Removed 2 unnecessary filenames from inputfiles section under 'package-2022-05' tag. --- specification/migrate/resource-manager/readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/specification/migrate/resource-manager/readme.md b/specification/migrate/resource-manager/readme.md index 238f95efb516..ea46925488bb 100644 --- a/specification/migrate/resource-manager/readme.md +++ b/specification/migrate/resource-manager/readme.md @@ -179,9 +179,7 @@ These settings apply only when `--tag=package-2022-05` is specified on the comma ``` yaml $(tag) == 'package-2022-05' input-file: -- Microsoft.OffAzure/stable/2020-07-07/migrate.json - Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json -- Microsoft.Migrate/stable/2020-05-01/hubmigrate.json #Needed when there is more than one input file override-info: From a790b7b6d507e58e37b194eb1aa0a5e947469673 Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Fri, 11 Nov 2022 12:59:16 +0530 Subject: [PATCH 28/54] feat: Latest Swagger updated. New examples generated. --- .../DeployedResource_Get_MaximumSet_Gen.json | 87 +++----- .../DeployedResource_Get_MinimumSet_Gen.json | 8 +- .../DeployedResource_List_MaximumSet_Gen.json | 87 +++----- .../DeployedResource_List_MinimumSet_Gen.json | 6 +- ...entOperationStatus_Get_MaximumSet_Gen.json | 20 +- ...entOperationStatus_Get_MinimumSet_Gen.json | 10 +- .../MigrateAgent_Create_MaximumSet_Gen.json | 116 +++++----- .../MigrateAgent_Create_MinimumSet_Gen.json | 8 +- .../MigrateAgent_Delete_MaximumSet_Gen.json | 8 +- .../MigrateAgent_Delete_MinimumSet_Gen.json | 8 +- .../MigrateAgent_Get_MaximumSet_Gen.json | 98 ++++----- .../MigrateAgent_Get_MinimumSet_Gen.json | 8 +- .../MigrateAgent_List_MaximumSet_Gen.json | 98 ++++----- .../MigrateAgent_List_MinimumSet_Gen.json | 6 +- .../MigrateAgent_Refresh_MaximumSet_Gen.json | 8 +- .../MigrateAgent_Refresh_MinimumSet_Gen.json | 8 +- ...ectOperationStatus_Get_MaximumSet_Gen.json | 20 +- ...ectOperationStatus_Get_MinimumSet_Gen.json | 8 +- ...eProjectStatistics_Get_MaximumSet_Gen.json | 162 +++++++------- ...eProjectStatistics_Get_MinimumSet_Gen.json | 6 +- ...odernizeProject_Create_MaximumSet_Gen.json | 68 +++--- ...odernizeProject_Create_MinimumSet_Gen.json | 6 +- ...odernizeProject_Delete_MaximumSet_Gen.json | 6 +- ...odernizeProject_Delete_MinimumSet_Gen.json | 6 +- .../ModernizeProject_Get_MaximumSet_Gen.json | 48 ++-- .../ModernizeProject_Get_MinimumSet_Gen.json | 6 +- ...ect_ListBySubscription_MaximumSet_Gen.json | 50 ++--- ...ect_ListBySubscription_MinimumSet_Gen.json | 4 +- .../ModernizeProject_List_MaximumSet_Gen.json | 50 ++--- .../ModernizeProject_List_MinimumSet_Gen.json | 4 +- ...odernizeProject_Update_MaximumSet_Gen.json | 50 ++--- ...odernizeProject_Update_MinimumSet_Gen.json | 6 +- ...lowOperationStatus_Get_MaximumSet_Gen.json | 20 +- ...lowOperationStatus_Get_MinimumSet_Gen.json | 10 +- .../examples/Workflow_Get_MaximumSet_Gen.json | 78 +++---- .../examples/Workflow_Get_MinimumSet_Gen.json | 8 +- .../Workflow_List_MaximumSet_Gen.json | 82 +++---- .../Workflow_List_MinimumSet_Gen.json | 6 +- ...entOperationStatus_Get_MaximumSet_Gen.json | 20 +- ...entOperationStatus_Get_MinimumSet_Gen.json | 10 +- ...nt_BuildContainerImage_MaximumSet_Gen.json | 28 +-- ...nt_BuildContainerImage_MinimumSet_Gen.json | 8 +- ...kloadDeployment_Create_MaximumSet_Gen.json | 208 +++++++++--------- ...kloadDeployment_Create_MinimumSet_Gen.json | 8 +- ...kloadDeployment_Delete_MaximumSet_Gen.json | 8 +- ...kloadDeployment_Delete_MinimumSet_Gen.json | 8 +- ...etSecretConfigurations_MaximumSet_Gen.json | 188 ++++++++-------- ...etSecretConfigurations_MinimumSet_Gen.json | 8 +- ...WorkloadDeployment_Get_MaximumSet_Gen.json | 188 ++++++++-------- ...WorkloadDeployment_Get_MinimumSet_Gen.json | 8 +- ...orkloadDeployment_List_MaximumSet_Gen.json | 188 ++++++++-------- ...orkloadDeployment_List_MinimumSet_Gen.json | 6 +- ...loadDeployment_Migrate_MaximumSet_Gen.json | 10 +- ...loadDeployment_Migrate_MinimumSet_Gen.json | 8 +- ...ent_TestMigrateCleanup_MaximumSet_Gen.json | 10 +- ...ent_TestMigrateCleanup_MinimumSet_Gen.json | 8 +- ...Deployment_TestMigrate_MaximumSet_Gen.json | 8 +- ...Deployment_TestMigrate_MinimumSet_Gen.json | 8 +- ...nceOperationStatus_Get_MaximumSet_Gen.json | 20 +- ...nceOperationStatus_Get_MinimumSet_Gen.json | 10 +- ...orkloadInstance_Create_MaximumSet_Gen.json | 130 +++++------ ...orkloadInstance_Create_MinimumSet_Gen.json | 8 +- ...orkloadInstance_Delete_MaximumSet_Gen.json | 8 +- ...orkloadInstance_Delete_MinimumSet_Gen.json | 8 +- .../WorkloadInstance_Get_MaximumSet_Gen.json | 112 +++++----- .../WorkloadInstance_Get_MinimumSet_Gen.json | 8 +- .../WorkloadInstance_List_MaximumSet_Gen.json | 112 +++++----- .../WorkloadInstance_List_MinimumSet_Gen.json | 6 +- ...stance_MigrateComplete_MaximumSet_Gen.json | 8 +- ...stance_MigrateComplete_MinimumSet_Gen.json | 8 +- ...Instance_StopReplicate_MaximumSet_Gen.json | 8 +- ...Instance_StopReplicate_MinimumSet_Gen.json | 8 +- .../2022-05-01-preview/migrateEngine.json | 98 ++++++--- 73 files changed, 1368 insertions(+), 1408 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json index dbb04cfda6db..ff0efb222cac 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json @@ -1,79 +1,46 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "rqklpds", - "deployedResourceName": "gwrctxyshxsznn", + "modernizeProjectName": "olmpjyocpglpbgefszrukvelcndjv", + "deployedResourceName": "rwfnrnpwuruzfybp", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { "properties": { - "resourcesDeployed": [ - "suuyusvuvwibrqprixvpagk" - ], - "workloadDeploymentId": "gnzfckvwkbizooyewkzpdfmdfpbc", - "displayName": "byohodbbsauvnsoth", - "context": "zcbbarwtk", - "status": "pgnodgclaynuwzoojoytgznksyqux", - "type": "vckvnnprpjgqqt", - "healthErrors": [ - { - "affectedResourceType": "pnfevgkbypytddxko", - "affectedResourceCorrelationIds": [ - "xqxpibvzyrbeejicdxyiolv" - ], - "childErrors": [ - { - "id": "blaraswbvxyxbqtk", - "code": "jlgwdxsukcvmdbppvpjqxcgxrh", - "healthCategory": "deyfy", - "category": "cv", - "severity": "xshgcnmvospvdg", - "source": "zktcgca", - "creationTime": "2022-11-08T10:26:50.562Z", - "isCustomerResolvable": true, - "summary": "uv", - "message": "shkolqcrbtamymelqfaaua", - "causes": "eolznkucqohpd", - "recommendation": "jbnfrfzstgkyjwtxnaivtu" - } - ], - "id": "uiaxwthpbwxmniyhr", - "code": "tbhtqahevaghfcjrfnacu", - "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", - "category": "hlhxfruiivwrolleiws", - "severity": "kxjdnujsxcqouvswtwzjefxbl", - "source": "mvcacl", - "creationTime": "2022-11-08T10:26:50.562Z", - "isCustomerResolvable": true, - "summary": "pcduryqcuimdtveybkohwopfqkuhyl", - "message": "iwntf", - "causes": "gyoalwbijfv", - "recommendation": "zgjftoeqbjvfjcjsolkifflh" - } - ], - "deploymentTimestamp": "2022-11-08T10:26:50.562Z", + "resourcesDeployed": { + "key1609": "zihgqpcczjkdh" + }, + "workloadDeploymentId": "ltjjau", + "displayName": "zffywq", + "deploymentTimestamp": "2022-11-11T06:55:47.498Z", + "targetAzureService": "AzureKubernetesService", + "containerRegistry": "ydfmzwowyw", + "imageName": "mztjxylgpseztwnkpekhmt", + "imageTag": "amkuaqksgdxlscljxdeywnpuytwsf", + "appIp": "iynegveypnsqztiknfftp", + "secretStoreName": "caydxg", "customProperties": { - "instanceType": "IISAKSWorkloadDeployment" + "key7258": "dnvzqp" } }, - "id": "zlbht", - "name": "idcf", - "type": "qyskworiyeeydgnjqf", + "id": "vmmrbw", + "name": "fcnelnt", + "type": "eylakhyxzi", "systemData": { - "createdBy": "qbihcciwgprpvcst", - "createdByType": "zavndieljolmgvye", - "createdAt": "2022-11-08T10:26:50.563Z", - "lastModifiedBy": "zdgdugpjhgxvfgwqqisiotlvlis", - "lastModifiedByType": "v", - "lastModifiedAt": "2022-11-08T10:26:50.563Z" + "createdBy": "ouhoyhwzilcsmtpj", + "createdByType": "lgz", + "createdAt": "2022-11-11T06:55:47.498Z", + "lastModifiedBy": "zyrvckbdkfkdwivwteknbdwnzavsk", + "lastModifiedByType": "insccjhilvqnqlodfbcakozgpywlwz", + "lastModifiedAt": "2022-11-11T06:55:47.498Z" }, "tags": { - "key5847": "lqyttjztepxyutsqgbuw" + "key8272": "ofcmgtmsqbxxpngpzaaxarqivegil" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json index 428760fbd245..006fccd24f32 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "fpizvkeiqgcyhvmv", - "deployedResourceName": "nyjobkkdgywxisgzxegkypclrpi", + "modernizeProjectName": "uuegonahmxcvrdkqjfwvgydkk", + "deployedResourceName": "raxetjmffizyreo", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json index 54454d021ac5..6a4b66eccff1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ppbtfsznhouqdwwrqhpudw", + "modernizeProjectName": "flezuw", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,73 +11,40 @@ "value": [ { "properties": { - "resourcesDeployed": [ - "suuyusvuvwibrqprixvpagk" - ], - "workloadDeploymentId": "gnzfckvwkbizooyewkzpdfmdfpbc", - "displayName": "byohodbbsauvnsoth", - "context": "zcbbarwtk", - "status": "pgnodgclaynuwzoojoytgznksyqux", - "type": "vckvnnprpjgqqt", - "healthErrors": [ - { - "affectedResourceType": "pnfevgkbypytddxko", - "affectedResourceCorrelationIds": [ - "xqxpibvzyrbeejicdxyiolv" - ], - "childErrors": [ - { - "id": "blaraswbvxyxbqtk", - "code": "jlgwdxsukcvmdbppvpjqxcgxrh", - "healthCategory": "deyfy", - "category": "cv", - "severity": "xshgcnmvospvdg", - "source": "zktcgca", - "creationTime": "2022-11-08T10:26:50.562Z", - "isCustomerResolvable": true, - "summary": "uv", - "message": "shkolqcrbtamymelqfaaua", - "causes": "eolznkucqohpd", - "recommendation": "jbnfrfzstgkyjwtxnaivtu" - } - ], - "id": "uiaxwthpbwxmniyhr", - "code": "tbhtqahevaghfcjrfnacu", - "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", - "category": "hlhxfruiivwrolleiws", - "severity": "kxjdnujsxcqouvswtwzjefxbl", - "source": "mvcacl", - "creationTime": "2022-11-08T10:26:50.562Z", - "isCustomerResolvable": true, - "summary": "pcduryqcuimdtveybkohwopfqkuhyl", - "message": "iwntf", - "causes": "gyoalwbijfv", - "recommendation": "zgjftoeqbjvfjcjsolkifflh" - } - ], - "deploymentTimestamp": "2022-11-08T10:26:50.562Z", + "resourcesDeployed": { + "key1609": "zihgqpcczjkdh" + }, + "workloadDeploymentId": "ltjjau", + "displayName": "zffywq", + "deploymentTimestamp": "2022-11-11T06:55:47.498Z", + "targetAzureService": "AzureKubernetesService", + "containerRegistry": "ydfmzwowyw", + "imageName": "mztjxylgpseztwnkpekhmt", + "imageTag": "amkuaqksgdxlscljxdeywnpuytwsf", + "appIp": "iynegveypnsqztiknfftp", + "secretStoreName": "caydxg", "customProperties": { - "instanceType": "IISAKSWorkloadDeployment" + "key7258": "dnvzqp" } }, - "id": "zlbht", - "name": "idcf", - "type": "qyskworiyeeydgnjqf", + "id": "vmmrbw", + "name": "fcnelnt", + "type": "eylakhyxzi", "systemData": { - "createdBy": "qbihcciwgprpvcst", - "createdByType": "zavndieljolmgvye", - "createdAt": "2022-11-08T10:26:50.563Z", - "lastModifiedBy": "zdgdugpjhgxvfgwqqisiotlvlis", - "lastModifiedByType": "v", - "lastModifiedAt": "2022-11-08T10:26:50.563Z" + "createdBy": "ouhoyhwzilcsmtpj", + "createdByType": "lgz", + "createdAt": "2022-11-11T06:55:47.498Z", + "lastModifiedBy": "zyrvckbdkfkdwivwteknbdwnzavsk", + "lastModifiedByType": "insccjhilvqnqlodfbcakozgpywlwz", + "lastModifiedAt": "2022-11-11T06:55:47.498Z" }, "tags": { - "key5847": "lqyttjztepxyutsqgbuw" + "key8272": "ofcmgtmsqbxxpngpzaaxarqivegil" } } ], - "nextLink": "jhddbykxbexlbczlko" + "nextLink": "svonkczenzrcbmpsscmgzse" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json index d5bf19bdf02c..47d527ccdcf7 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "nmcdfpmplvpesxzctcmpekg", + "modernizeProjectName": "nzzglycxyhjbocitrknpsnmahfm", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,4 +10,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json index b58e8650cb1f..cad0134f08a2 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "yffdbcsraj", - "agentName": "ppshlmdtczvsowyko", - "operationId": "wyxgufftktuxvxk", + "modernizeProjectName": "zr", + "agentName": "lwhoezik", + "operationId": "qcthpikgzwlvkrjzqu", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "oekw", - "name": "sdjmymjckca", - "status": "yl", - "startTime": "epbslvrh", - "endTime": "lhlfreizdlllfnsyqlfbee" + "id": "emxtcsjitttpvjfx", + "name": "tzaxgrhtfawrv", + "status": "mllwc", + "startTime": "rhudwlyjvxktptnjzwncrjlqqmlhxz", + "endTime": "yon" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json index b553cc2201f6..5296fe373330 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "pusfukd", - "agentName": "cszwbsnipw", - "operationId": "xectzsrut", + "modernizeProjectName": "ux", + "agentName": "dbwfpfbkwitbgbxlrbculc", + "operationId": "tmcadgsrxgkqghemtxewvnhbooffws", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,4 +12,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json index 09891e909606..403cc0c95fe8 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json @@ -1,27 +1,27 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "shdkpfdcnpivmpkjmvdgvgqgtb", - "agentName": "ekmyfortlpl", + "modernizeProjectName": "obmn", + "agentName": "z", "api-version": "2022-05-01-preview", "body": { "properties": { - "machineId": "fuictlgbepstolboaiwekwloyqofm", - "machineName": "fwzinbggq", + "machineId": "vfudcrsxyhgj", + "machineName": "vkizahhaodgavowogrvpmjiawc", "authenticationIdentity": { - "tenantId": "nsxlpzyybdbr", - "applicationId": "sildsgxxweoqgzskubptayrsprzj", - "objectId": "dqriz", - "audience": "sromiqhwaiwvlzajrmwtfrhlzm", - "aadAuthority": "ljggejmvrwsqakloy" + "tenantId": "dogkc", + "applicationId": "hmxkgwcdhkvoruewladhtub", + "objectId": "idwtbsrzlbmjmvokd", + "audience": "yitosumhyeaumrqmgpp", + "aadAuthority": "xlkwxmlseioqmmjnvhdmzy" }, "customProperties": { - "instanceType": "IISWorkload" + "instanceType": "dvxliht" } }, "tags": { - "key4196": "vlhjo" + "key1652": "ggfxfqihgzwucnvthhsqtx" } } }, @@ -29,75 +29,75 @@ "201": { "body": { "properties": { - "correlationId": "owrjgwy", - "machineId": "fuictlgbepstolboaiwekwloyqofm", - "machineName": "fwzinbggq", + "correlationId": "bihpatwdqvbqavaxyicrpyjiglrt", + "machineId": "vfudcrsxyhgj", + "machineName": "vkizahhaodgavowogrvpmjiawc", "authenticationIdentity": { - "tenantId": "nsxlpzyybdbr", - "applicationId": "sildsgxxweoqgzskubptayrsprzj", - "objectId": "dqriz", - "audience": "sromiqhwaiwvlzajrmwtfrhlzm", - "aadAuthority": "ljggejmvrwsqakloy" + "tenantId": "dogkc", + "applicationId": "hmxkgwcdhkvoruewladhtub", + "objectId": "idwtbsrzlbmjmvokd", + "audience": "yitosumhyeaumrqmgpp", + "aadAuthority": "xlkwxmlseioqmmjnvhdmzy" }, "isResponsive": true, - "lastHeartbeat": "2022-11-08T10:26:51.550Z", - "versionNumber": "xesoiyxrqvxmzlctwjipowtmv", + "lastHeartbeat": "2022-11-11T06:55:48.304Z", + "versionNumber": "ucossngyjy", "provisioningState": "Canceled", "healthErrors": [ { - "affectedResourceType": "pnfevgkbypytddxko", + "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", "affectedResourceCorrelationIds": [ - "xqxpibvzyrbeejicdxyiolv" + "nnijffornxkfusuhlqmqklultxe" ], "childErrors": [ { - "id": "blaraswbvxyxbqtk", - "code": "jlgwdxsukcvmdbppvpjqxcgxrh", - "healthCategory": "deyfy", - "category": "cv", - "severity": "xshgcnmvospvdg", - "source": "zktcgca", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "hcczwhfgreuryycebnxyzd", + "code": "ofvsysu", + "healthCategory": "wbxefulkpdli", + "category": "uvfjagihlahzemlytvyny", + "severity": "dkbjahklyhrnbhrb", + "source": "xpapcxyjkskyomjhbmfyiqjfu", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "uv", - "message": "shkolqcrbtamymelqfaaua", - "causes": "eolznkucqohpd", - "recommendation": "jbnfrfzstgkyjwtxnaivtu" + "summary": "ucrbovdwmevxguk", + "message": "mymqzn", + "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", + "recommendation": "reryolybafnjcdcp" } ], - "id": "uiaxwthpbwxmniyhr", - "code": "tbhtqahevaghfcjrfnacu", - "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", - "category": "hlhxfruiivwrolleiws", - "severity": "kxjdnujsxcqouvswtwzjefxbl", - "source": "mvcacl", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "cgvbphlvtmpvbubqqgtmqypyda", + "code": "oogdxasjxucfrcp", + "healthCategory": "fifndkrvvxstaaah", + "category": "lsjk", + "severity": "gnvfivykkraw", + "source": "bfencpg", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "pcduryqcuimdtveybkohwopfqkuhyl", - "message": "iwntf", - "causes": "gyoalwbijfv", - "recommendation": "zgjftoeqbjvfjcjsolkifflh" + "summary": "ndpkcoqutozbbdjkzx", + "message": "gtaowwhqlzhqqonzfuhnk", + "causes": "zutlxebjyuijofuq", + "recommendation": "iqdsmoqtxgrbcbnoiq" } ], "customProperties": { - "instanceType": "IISWorkload" + "instanceType": "dvxliht" } }, - "id": "uuxi", - "name": "axrsftrvp", - "type": "xcwxvgderytvafjcldlrpm", + "id": "hrkmxwjjtkara", + "name": "bc", + "type": "szeyvxtqruhetrmobdoa", "systemData": { - "createdBy": "lvc", - "createdByType": "vsozilvducvmnug", - "createdAt": "2022-11-08T10:26:51.550Z", - "lastModifiedBy": "kfigazsvcdyhmvbshtadirdhmxuj", - "lastModifiedByType": "bwtttrivpcpfdmnppvnmv", - "lastModifiedAt": "2022-11-08T10:26:51.550Z" + "createdBy": "fnmkpiqnzxzil", + "createdByType": "sccidfdmsmjngfbgqoejheoa", + "createdAt": "2022-11-11T06:55:48.305Z", + "lastModifiedBy": "olccjvxohqjmimftndae", + "lastModifiedByType": "dwqh", + "lastModifiedAt": "2022-11-11T06:55:48.305Z" }, "tags": { - "key4196": "vlhjo" + "key1652": "ggfxfqihgzwucnvthhsqtx" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json index e39b294b3eef..d2b4123bac20 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "bybvptfabug", - "agentName": "gytmsaligytieghqknyuruytumxex", + "modernizeProjectName": "hyhbnlsdenvqfgesfivvriwlvxgl", + "agentName": "yoziocjzeigzrerivzwnejcvn", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json index 4b5c816fe260..f1df1cb248e9 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "pbmmvvrvlnflymlwj", - "agentName": "rbcpselqyppur", + "modernizeProjectName": "mendxcgqveeztzmdnmqb", + "agentName": "ilmxhrgrefuspqbl", "api-version": "2022-05-01-preview" }, "responses": { @@ -14,4 +14,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json index b97b7f753ddf..56f28dd4bf8f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ypfheklspnqfqqhdxjtnwyrmrq", - "agentName": "nuvltugdiqgdc", + "modernizeProjectName": "rhqmccws", + "agentName": "vvzmmioiviiyqqpyvhvxuquncapyu", "api-version": "2022-05-01-preview" }, "responses": { @@ -14,4 +14,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json index 8d6757eeb14e..406c27d373e4 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json @@ -1,84 +1,84 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "jmdbugxkjyahut", - "agentName": "yihfqztobcpmh", + "modernizeProjectName": "phfzfeiesgmxqgcwvfgerkmnquljy", + "agentName": "fuebzfdoxpvuhrv", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { "properties": { - "correlationId": "owrjgwy", - "machineId": "fuictlgbepstolboaiwekwloyqofm", - "machineName": "fwzinbggq", + "correlationId": "bihpatwdqvbqavaxyicrpyjiglrt", + "machineId": "vfudcrsxyhgj", + "machineName": "vkizahhaodgavowogrvpmjiawc", "authenticationIdentity": { - "tenantId": "nsxlpzyybdbr", - "applicationId": "sildsgxxweoqgzskubptayrsprzj", - "objectId": "dqriz", - "audience": "sromiqhwaiwvlzajrmwtfrhlzm", - "aadAuthority": "ljggejmvrwsqakloy" + "tenantId": "dogkc", + "applicationId": "hmxkgwcdhkvoruewladhtub", + "objectId": "idwtbsrzlbmjmvokd", + "audience": "yitosumhyeaumrqmgpp", + "aadAuthority": "xlkwxmlseioqmmjnvhdmzy" }, "isResponsive": true, - "lastHeartbeat": "2022-11-08T10:26:51.550Z", - "versionNumber": "xesoiyxrqvxmzlctwjipowtmv", + "lastHeartbeat": "2022-11-11T06:55:48.304Z", + "versionNumber": "ucossngyjy", "provisioningState": "Canceled", "healthErrors": [ { - "affectedResourceType": "pnfevgkbypytddxko", + "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", "affectedResourceCorrelationIds": [ - "xqxpibvzyrbeejicdxyiolv" + "nnijffornxkfusuhlqmqklultxe" ], "childErrors": [ { - "id": "blaraswbvxyxbqtk", - "code": "jlgwdxsukcvmdbppvpjqxcgxrh", - "healthCategory": "deyfy", - "category": "cv", - "severity": "xshgcnmvospvdg", - "source": "zktcgca", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "hcczwhfgreuryycebnxyzd", + "code": "ofvsysu", + "healthCategory": "wbxefulkpdli", + "category": "uvfjagihlahzemlytvyny", + "severity": "dkbjahklyhrnbhrb", + "source": "xpapcxyjkskyomjhbmfyiqjfu", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "uv", - "message": "shkolqcrbtamymelqfaaua", - "causes": "eolznkucqohpd", - "recommendation": "jbnfrfzstgkyjwtxnaivtu" + "summary": "ucrbovdwmevxguk", + "message": "mymqzn", + "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", + "recommendation": "reryolybafnjcdcp" } ], - "id": "uiaxwthpbwxmniyhr", - "code": "tbhtqahevaghfcjrfnacu", - "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", - "category": "hlhxfruiivwrolleiws", - "severity": "kxjdnujsxcqouvswtwzjefxbl", - "source": "mvcacl", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "cgvbphlvtmpvbubqqgtmqypyda", + "code": "oogdxasjxucfrcp", + "healthCategory": "fifndkrvvxstaaah", + "category": "lsjk", + "severity": "gnvfivykkraw", + "source": "bfencpg", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "pcduryqcuimdtveybkohwopfqkuhyl", - "message": "iwntf", - "causes": "gyoalwbijfv", - "recommendation": "zgjftoeqbjvfjcjsolkifflh" + "summary": "ndpkcoqutozbbdjkzx", + "message": "gtaowwhqlzhqqonzfuhnk", + "causes": "zutlxebjyuijofuq", + "recommendation": "iqdsmoqtxgrbcbnoiq" } ], "customProperties": { - "instanceType": "IISWorkload" + "instanceType": "dvxliht" } }, - "id": "uuxi", - "name": "axrsftrvp", - "type": "xcwxvgderytvafjcldlrpm", + "id": "hrkmxwjjtkara", + "name": "bc", + "type": "szeyvxtqruhetrmobdoa", "systemData": { - "createdBy": "lvc", - "createdByType": "vsozilvducvmnug", - "createdAt": "2022-11-08T10:26:51.550Z", - "lastModifiedBy": "kfigazsvcdyhmvbshtadirdhmxuj", - "lastModifiedByType": "bwtttrivpcpfdmnppvnmv", - "lastModifiedAt": "2022-11-08T10:26:51.550Z" + "createdBy": "fnmkpiqnzxzil", + "createdByType": "sccidfdmsmjngfbgqoejheoa", + "createdAt": "2022-11-11T06:55:48.305Z", + "lastModifiedBy": "olccjvxohqjmimftndae", + "lastModifiedByType": "dwqh", + "lastModifiedAt": "2022-11-11T06:55:48.305Z" }, "tags": { - "key4196": "vlhjo" + "key1652": "ggfxfqihgzwucnvthhsqtx" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json index 1125ae38ba4f..a9bcba09290c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "zfzomsaawvbaqgeladbmlpee", - "agentName": "vygnr", + "modernizeProjectName": "guppnmbvrorxlojdznmrp", + "agentName": "bebqpgbwkjnuvmpoypvalfrbnpymbu", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json index 4c74ac74261a..8dc7812f41e6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "jaxrcibrpokoihnggdgwlgr", + "modernizeProjectName": "pywhbmyzodzfghbretwilojc", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,78 +11,78 @@ "value": [ { "properties": { - "correlationId": "owrjgwy", - "machineId": "fuictlgbepstolboaiwekwloyqofm", - "machineName": "fwzinbggq", + "correlationId": "bihpatwdqvbqavaxyicrpyjiglrt", + "machineId": "vfudcrsxyhgj", + "machineName": "vkizahhaodgavowogrvpmjiawc", "authenticationIdentity": { - "tenantId": "nsxlpzyybdbr", - "applicationId": "sildsgxxweoqgzskubptayrsprzj", - "objectId": "dqriz", - "audience": "sromiqhwaiwvlzajrmwtfrhlzm", - "aadAuthority": "ljggejmvrwsqakloy" + "tenantId": "dogkc", + "applicationId": "hmxkgwcdhkvoruewladhtub", + "objectId": "idwtbsrzlbmjmvokd", + "audience": "yitosumhyeaumrqmgpp", + "aadAuthority": "xlkwxmlseioqmmjnvhdmzy" }, "isResponsive": true, - "lastHeartbeat": "2022-11-08T10:26:51.550Z", - "versionNumber": "xesoiyxrqvxmzlctwjipowtmv", + "lastHeartbeat": "2022-11-11T06:55:48.304Z", + "versionNumber": "ucossngyjy", "provisioningState": "Canceled", "healthErrors": [ { - "affectedResourceType": "pnfevgkbypytddxko", + "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", "affectedResourceCorrelationIds": [ - "xqxpibvzyrbeejicdxyiolv" + "nnijffornxkfusuhlqmqklultxe" ], "childErrors": [ { - "id": "blaraswbvxyxbqtk", - "code": "jlgwdxsukcvmdbppvpjqxcgxrh", - "healthCategory": "deyfy", - "category": "cv", - "severity": "xshgcnmvospvdg", - "source": "zktcgca", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "hcczwhfgreuryycebnxyzd", + "code": "ofvsysu", + "healthCategory": "wbxefulkpdli", + "category": "uvfjagihlahzemlytvyny", + "severity": "dkbjahklyhrnbhrb", + "source": "xpapcxyjkskyomjhbmfyiqjfu", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "uv", - "message": "shkolqcrbtamymelqfaaua", - "causes": "eolznkucqohpd", - "recommendation": "jbnfrfzstgkyjwtxnaivtu" + "summary": "ucrbovdwmevxguk", + "message": "mymqzn", + "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", + "recommendation": "reryolybafnjcdcp" } ], - "id": "uiaxwthpbwxmniyhr", - "code": "tbhtqahevaghfcjrfnacu", - "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", - "category": "hlhxfruiivwrolleiws", - "severity": "kxjdnujsxcqouvswtwzjefxbl", - "source": "mvcacl", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "cgvbphlvtmpvbubqqgtmqypyda", + "code": "oogdxasjxucfrcp", + "healthCategory": "fifndkrvvxstaaah", + "category": "lsjk", + "severity": "gnvfivykkraw", + "source": "bfencpg", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "pcduryqcuimdtveybkohwopfqkuhyl", - "message": "iwntf", - "causes": "gyoalwbijfv", - "recommendation": "zgjftoeqbjvfjcjsolkifflh" + "summary": "ndpkcoqutozbbdjkzx", + "message": "gtaowwhqlzhqqonzfuhnk", + "causes": "zutlxebjyuijofuq", + "recommendation": "iqdsmoqtxgrbcbnoiq" } ], "customProperties": { - "instanceType": "IISWorkload" + "instanceType": "dvxliht" } }, - "id": "uuxi", - "name": "axrsftrvp", - "type": "xcwxvgderytvafjcldlrpm", + "id": "hrkmxwjjtkara", + "name": "bc", + "type": "szeyvxtqruhetrmobdoa", "systemData": { - "createdBy": "lvc", - "createdByType": "vsozilvducvmnug", - "createdAt": "2022-11-08T10:26:51.550Z", - "lastModifiedBy": "kfigazsvcdyhmvbshtadirdhmxuj", - "lastModifiedByType": "bwtttrivpcpfdmnppvnmv", - "lastModifiedAt": "2022-11-08T10:26:51.550Z" + "createdBy": "fnmkpiqnzxzil", + "createdByType": "sccidfdmsmjngfbgqoejheoa", + "createdAt": "2022-11-11T06:55:48.305Z", + "lastModifiedBy": "olccjvxohqjmimftndae", + "lastModifiedByType": "dwqh", + "lastModifiedAt": "2022-11-11T06:55:48.305Z" }, "tags": { - "key4196": "vlhjo" + "key1652": "ggfxfqihgzwucnvthhsqtx" } } ], - "nextLink": "okosrgcigepcnnsfzvzlexchzcqg" + "nextLink": "jeoduadqdsj" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json index 10471949103a..11494b6e560f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ygbyuuuvwlwkeroxmn", + "modernizeProjectName": "bkffobraadlkgljczfwhr", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,4 +10,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json index 9583e37410eb..3536631113be 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "fnswmapmtqwu", - "agentName": "gqzzxca", + "modernizeProjectName": "mtosgqwgeah", + "agentName": "oxgnrwrnz", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json index 027187f2dc6a..433a898f1ef9 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "qcfrwsqrvokkypiobmv", - "agentName": "pkzadddqv", + "modernizeProjectName": "wxc", + "agentName": "bgqslze", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json index ccfd4cecdb4a..2ee1de488f44 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ixpxogoieohhg", - "operationId": "qt", - "OperationType": "riecazmdxpgdclaophzi", + "modernizeProjectName": "vzanbuevaeqnlazpscphbadtzyqbc", + "operationId": "l", + "OperationType": "ntczgloxwu", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "oekw", - "name": "sdjmymjckca", - "status": "yl", - "startTime": "epbslvrh", - "endTime": "lhlfreizdlllfnsyqlfbee" + "id": "emxtcsjitttpvjfx", + "name": "tzaxgrhtfawrv", + "status": "mllwc", + "startTime": "rhudwlyjvxktptnjzwncrjlqqmlhxz", + "endTime": "yon" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json index 8486b1a8a509..3391f684100a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "xcgcwxcgfjoexpxbqstlvj", - "operationId": "twvpgotlgbyomgckijynorokkmaf", + "modernizeProjectName": "aqrww", + "operationId": "n", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json index 3ec38323345a..c44d634d227c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "kqhbtronkhuatczlgyvgstfjlyw", + "modernizeProjectName": "eqayklamxadjag", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,131 +12,131 @@ "workloadDeploymentStatistics": { "healthErrors": [ { - "affectedResourceType": "pnfevgkbypytddxko", + "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", "affectedResourceCorrelationIds": [ - "xqxpibvzyrbeejicdxyiolv" + "nnijffornxkfusuhlqmqklultxe" ], "childErrors": [ { - "id": "blaraswbvxyxbqtk", - "code": "jlgwdxsukcvmdbppvpjqxcgxrh", - "healthCategory": "deyfy", - "category": "cv", - "severity": "xshgcnmvospvdg", - "source": "zktcgca", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "hcczwhfgreuryycebnxyzd", + "code": "ofvsysu", + "healthCategory": "wbxefulkpdli", + "category": "uvfjagihlahzemlytvyny", + "severity": "dkbjahklyhrnbhrb", + "source": "xpapcxyjkskyomjhbmfyiqjfu", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "uv", - "message": "shkolqcrbtamymelqfaaua", - "causes": "eolznkucqohpd", - "recommendation": "jbnfrfzstgkyjwtxnaivtu" + "summary": "ucrbovdwmevxguk", + "message": "mymqzn", + "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", + "recommendation": "reryolybafnjcdcp" } ], - "id": "uiaxwthpbwxmniyhr", - "code": "tbhtqahevaghfcjrfnacu", - "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", - "category": "hlhxfruiivwrolleiws", - "severity": "kxjdnujsxcqouvswtwzjefxbl", - "source": "mvcacl", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "cgvbphlvtmpvbubqqgtmqypyda", + "code": "oogdxasjxucfrcp", + "healthCategory": "fifndkrvvxstaaah", + "category": "lsjk", + "severity": "gnvfivykkraw", + "source": "bfencpg", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "pcduryqcuimdtveybkohwopfqkuhyl", - "message": "iwntf", - "causes": "gyoalwbijfv", - "recommendation": "zgjftoeqbjvfjcjsolkifflh" + "summary": "ndpkcoqutozbbdjkzx", + "message": "gtaowwhqlzhqqonzfuhnk", + "causes": "zutlxebjyuijofuq", + "recommendation": "iqdsmoqtxgrbcbnoiq" } ], - "count": 27, + "count": 12, "categorizedCounts": { - "key9900": 27 + "key1429": 26 } }, "jobStatistics": { - "count": 17, + "count": 10, "categorizedCounts": { - "key4985": 29 + "key369": 4 } }, "workloadInstanceStatistics": { "healthErrors": [ { - "affectedResourceType": "pnfevgkbypytddxko", + "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", "affectedResourceCorrelationIds": [ - "xqxpibvzyrbeejicdxyiolv" + "nnijffornxkfusuhlqmqklultxe" ], "childErrors": [ { - "id": "blaraswbvxyxbqtk", - "code": "jlgwdxsukcvmdbppvpjqxcgxrh", - "healthCategory": "deyfy", - "category": "cv", - "severity": "xshgcnmvospvdg", - "source": "zktcgca", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "hcczwhfgreuryycebnxyzd", + "code": "ofvsysu", + "healthCategory": "wbxefulkpdli", + "category": "uvfjagihlahzemlytvyny", + "severity": "dkbjahklyhrnbhrb", + "source": "xpapcxyjkskyomjhbmfyiqjfu", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "uv", - "message": "shkolqcrbtamymelqfaaua", - "causes": "eolznkucqohpd", - "recommendation": "jbnfrfzstgkyjwtxnaivtu" + "summary": "ucrbovdwmevxguk", + "message": "mymqzn", + "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", + "recommendation": "reryolybafnjcdcp" } ], - "id": "uiaxwthpbwxmniyhr", - "code": "tbhtqahevaghfcjrfnacu", - "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", - "category": "hlhxfruiivwrolleiws", - "severity": "kxjdnujsxcqouvswtwzjefxbl", - "source": "mvcacl", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "cgvbphlvtmpvbubqqgtmqypyda", + "code": "oogdxasjxucfrcp", + "healthCategory": "fifndkrvvxstaaah", + "category": "lsjk", + "severity": "gnvfivykkraw", + "source": "bfencpg", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "pcduryqcuimdtveybkohwopfqkuhyl", - "message": "iwntf", - "causes": "gyoalwbijfv", - "recommendation": "zgjftoeqbjvfjcjsolkifflh" + "summary": "ndpkcoqutozbbdjkzx", + "message": "gtaowwhqlzhqqonzfuhnk", + "causes": "zutlxebjyuijofuq", + "recommendation": "iqdsmoqtxgrbcbnoiq" } ], - "count": 20, + "count": 27, "categorizedCounts": { - "key2169": 10 + "key7399": 16 } }, "modernizeProjectErrors": [ { - "affectedResourceType": "pnfevgkbypytddxko", + "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", "affectedResourceCorrelationIds": [ - "xqxpibvzyrbeejicdxyiolv" + "nnijffornxkfusuhlqmqklultxe" ], "childErrors": [ { - "id": "blaraswbvxyxbqtk", - "code": "jlgwdxsukcvmdbppvpjqxcgxrh", - "healthCategory": "deyfy", - "category": "cv", - "severity": "xshgcnmvospvdg", - "source": "zktcgca", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "hcczwhfgreuryycebnxyzd", + "code": "ofvsysu", + "healthCategory": "wbxefulkpdli", + "category": "uvfjagihlahzemlytvyny", + "severity": "dkbjahklyhrnbhrb", + "source": "xpapcxyjkskyomjhbmfyiqjfu", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "uv", - "message": "shkolqcrbtamymelqfaaua", - "causes": "eolznkucqohpd", - "recommendation": "jbnfrfzstgkyjwtxnaivtu" + "summary": "ucrbovdwmevxguk", + "message": "mymqzn", + "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", + "recommendation": "reryolybafnjcdcp" } ], - "id": "uiaxwthpbwxmniyhr", - "code": "tbhtqahevaghfcjrfnacu", - "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", - "category": "hlhxfruiivwrolleiws", - "severity": "kxjdnujsxcqouvswtwzjefxbl", - "source": "mvcacl", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "cgvbphlvtmpvbubqqgtmqypyda", + "code": "oogdxasjxucfrcp", + "healthCategory": "fifndkrvvxstaaah", + "category": "lsjk", + "severity": "gnvfivykkraw", + "source": "bfencpg", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "pcduryqcuimdtveybkohwopfqkuhyl", - "message": "iwntf", - "causes": "gyoalwbijfv", - "recommendation": "zgjftoeqbjvfjcjsolkifflh" + "summary": "ndpkcoqutozbbdjkzx", + "message": "gtaowwhqlzhqqonzfuhnk", + "causes": "zutlxebjyuijofuq", + "recommendation": "iqdsmoqtxgrbcbnoiq" } ] } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json index 173dc416220b..9e9ffde07284 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "svwljntzwvvuu", + "modernizeProjectName": "ezbpdwbvnw", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,4 +10,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json index f7e62465b7b6..d3c4bd71581f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json @@ -1,74 +1,74 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "cqaftbt", + "modernizeProjectName": "itksewktb", "api-version": "2022-05-01-preview", "body": { - "location": "qknkermbtjhixbpiohacqvujdrxf", + "location": "zshcamjclguqqhtmtq", "properties": { "migrationConfiguration": { - "storageAccountResourceId": "fczizhdaujzk", - "keyVaultResourceId": "zdnsjtnpcifghmgse", - "migrationSolutionResourceId": "b" + "storageAccountResourceId": "asumglfpmvzfzgdf", + "keyVaultResourceId": "omaair", + "migrationSolutionResourceId": "itieb" } }, "identity": { - "principalId": "wjbmksamogajqhsit", - "tenantId": "exxgyh", + "principalId": "tafcuhrgjwxubfalpbvuqgcb", + "tenantId": "suxmgtxsulzyac", "type": "None", "userAssignedIdentities": { - "key1823": { - "principalId": "cnfkisicwajsissq", - "clientId": "sdzevuhm" + "key4412": { + "principalId": "zovcjwvhgtjzplr", + "clientId": "jyspejjbhqqxpxkb" } } }, "tags": { - "key4335": "iakz" + "key9055": "mtfkmfzztmrzqvmywhujs" } } }, "responses": { "201": { "body": { - "location": "qknkermbtjhixbpiohacqvujdrxf", + "location": "zshcamjclguqqhtmtq", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "chavowjopolpveelbgtqsf", - "serviceEndpoint": "jujmcvjzysqpzavwcvgebfluu", + "serviceResourceId": "jzloqcktyirrsguegm", + "serviceEndpoint": "wxqrexzwchq", "migrationConfiguration": { - "storageAccountResourceId": "fczizhdaujzk", - "keyVaultResourceId": "zdnsjtnpcifghmgse", - "migrationSolutionResourceId": "b" + "storageAccountResourceId": "asumglfpmvzfzgdf", + "keyVaultResourceId": "omaair", + "migrationSolutionResourceId": "itieb" } }, "identity": { - "principalId": "wjbmksamogajqhsit", - "tenantId": "exxgyh", + "principalId": "tafcuhrgjwxubfalpbvuqgcb", + "tenantId": "suxmgtxsulzyac", "type": "None", "userAssignedIdentities": { - "key1823": { - "principalId": "cnfkisicwajsissq", - "clientId": "sdzevuhm" + "key4412": { + "principalId": "zovcjwvhgtjzplr", + "clientId": "jyspejjbhqqxpxkb" } } }, - "id": "vemtmqckeutteezbeejnbgl", - "name": "zdpzfunetlcodcdtiwlzksqrc", - "type": "z", + "id": "sfthsjskyawxtwrddmva", + "name": "wxkkxdrc", + "type": "avwrbnuiwrkeztmvqlbhffnwvtz", "systemData": { - "createdBy": "znwkoprjrtitygvnw", - "createdByType": "k", - "createdAt": "2022-11-08T10:26:53.824Z", - "lastModifiedBy": "zqkhvdtdjocujinhrvpaavrolgiw", - "lastModifiedByType": "lvdrqgnorutgiflvpdabbaxfsqpzxg", - "lastModifiedAt": "2022-11-08T10:26:53.824Z" + "createdBy": "berzjarvhoobwvivydfsvgozztpmgw", + "createdByType": "hvtpwxgelwjfbnms", + "createdAt": "2022-11-11T06:55:50.098Z", + "lastModifiedBy": "glqxvmr", + "lastModifiedByType": "yrmdhe", + "lastModifiedAt": "2022-11-11T06:55:50.098Z" }, "tags": { - "key4335": "iakz" + "key9055": "mtfkmfzztmrzqvmywhujs" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json index 51e2d21f965e..3254475cf74c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "nbe", + "modernizeProjectName": "zjmodrsrfqpuemxudjygaaq", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,4 +10,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json index b654019ed8ae..cdac83393a64 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ldgsvkufgzhurhfc", + "modernizeProjectName": "cbr", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json index 958529a4adb2..a79a639e8ffa 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "k", + "modernizeProjectName": "eyminxoamtotqppgaocpqb", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json index 085b1b9ea8c8..d0ced918cea1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json @@ -1,50 +1,50 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "vhlyhxwkmnefjnvprbdd", + "modernizeProjectName": "aajhqakwvfdulfjenk", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "location": "qknkermbtjhixbpiohacqvujdrxf", + "location": "zshcamjclguqqhtmtq", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "chavowjopolpveelbgtqsf", - "serviceEndpoint": "jujmcvjzysqpzavwcvgebfluu", + "serviceResourceId": "jzloqcktyirrsguegm", + "serviceEndpoint": "wxqrexzwchq", "migrationConfiguration": { - "storageAccountResourceId": "fczizhdaujzk", - "keyVaultResourceId": "zdnsjtnpcifghmgse", - "migrationSolutionResourceId": "b" + "storageAccountResourceId": "asumglfpmvzfzgdf", + "keyVaultResourceId": "omaair", + "migrationSolutionResourceId": "itieb" } }, "identity": { - "principalId": "wjbmksamogajqhsit", - "tenantId": "exxgyh", + "principalId": "tafcuhrgjwxubfalpbvuqgcb", + "tenantId": "suxmgtxsulzyac", "type": "None", "userAssignedIdentities": { - "key1823": { - "principalId": "cnfkisicwajsissq", - "clientId": "sdzevuhm" + "key4412": { + "principalId": "zovcjwvhgtjzplr", + "clientId": "jyspejjbhqqxpxkb" } } }, - "id": "vemtmqckeutteezbeejnbgl", - "name": "zdpzfunetlcodcdtiwlzksqrc", - "type": "z", + "id": "sfthsjskyawxtwrddmva", + "name": "wxkkxdrc", + "type": "avwrbnuiwrkeztmvqlbhffnwvtz", "systemData": { - "createdBy": "znwkoprjrtitygvnw", - "createdByType": "k", - "createdAt": "2022-11-08T10:26:53.824Z", - "lastModifiedBy": "zqkhvdtdjocujinhrvpaavrolgiw", - "lastModifiedByType": "lvdrqgnorutgiflvpdabbaxfsqpzxg", - "lastModifiedAt": "2022-11-08T10:26:53.824Z" + "createdBy": "berzjarvhoobwvivydfsvgozztpmgw", + "createdByType": "hvtpwxgelwjfbnms", + "createdAt": "2022-11-11T06:55:50.098Z", + "lastModifiedBy": "glqxvmr", + "lastModifiedByType": "yrmdhe", + "lastModifiedAt": "2022-11-11T06:55:50.098Z" }, "tags": { - "key4335": "iakz" + "key9055": "mtfkmfzztmrzqvmywhujs" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json index 7dcdf990318f..a688d8c1b1ff 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "rkc", + "modernizeProjectName": "iw", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,4 +10,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json index 3f62e796c968..295c01f84212 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json @@ -1,7 +1,7 @@ { "parameters": { - "subscriptionId": "kelyerty", - "continuationToken": "uulffq", + "subscriptionId": "qpimasjt", + "continuationToken": "pusnowlcejxbjhb", "api-version": "2022-05-01-preview" }, "responses": { @@ -9,46 +9,46 @@ "body": { "value": [ { - "location": "qknkermbtjhixbpiohacqvujdrxf", + "location": "zshcamjclguqqhtmtq", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "chavowjopolpveelbgtqsf", - "serviceEndpoint": "jujmcvjzysqpzavwcvgebfluu", + "serviceResourceId": "jzloqcktyirrsguegm", + "serviceEndpoint": "wxqrexzwchq", "migrationConfiguration": { - "storageAccountResourceId": "fczizhdaujzk", - "keyVaultResourceId": "zdnsjtnpcifghmgse", - "migrationSolutionResourceId": "b" + "storageAccountResourceId": "asumglfpmvzfzgdf", + "keyVaultResourceId": "omaair", + "migrationSolutionResourceId": "itieb" } }, "identity": { - "principalId": "wjbmksamogajqhsit", - "tenantId": "exxgyh", + "principalId": "tafcuhrgjwxubfalpbvuqgcb", + "tenantId": "suxmgtxsulzyac", "type": "None", "userAssignedIdentities": { - "key1823": { - "principalId": "cnfkisicwajsissq", - "clientId": "sdzevuhm" + "key4412": { + "principalId": "zovcjwvhgtjzplr", + "clientId": "jyspejjbhqqxpxkb" } } }, - "id": "vemtmqckeutteezbeejnbgl", - "name": "zdpzfunetlcodcdtiwlzksqrc", - "type": "z", + "id": "sfthsjskyawxtwrddmva", + "name": "wxkkxdrc", + "type": "avwrbnuiwrkeztmvqlbhffnwvtz", "systemData": { - "createdBy": "znwkoprjrtitygvnw", - "createdByType": "k", - "createdAt": "2022-11-08T10:26:53.824Z", - "lastModifiedBy": "zqkhvdtdjocujinhrvpaavrolgiw", - "lastModifiedByType": "lvdrqgnorutgiflvpdabbaxfsqpzxg", - "lastModifiedAt": "2022-11-08T10:26:53.824Z" + "createdBy": "berzjarvhoobwvivydfsvgozztpmgw", + "createdByType": "hvtpwxgelwjfbnms", + "createdAt": "2022-11-11T06:55:50.098Z", + "lastModifiedBy": "glqxvmr", + "lastModifiedByType": "yrmdhe", + "lastModifiedAt": "2022-11-11T06:55:50.098Z" }, "tags": { - "key4335": "iakz" + "key9055": "mtfkmfzztmrzqvmywhujs" } } ], - "nextLink": "anaffysxqhzi" + "nextLink": "jgtmwuybvjas" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json index 4166a4394590..e943f8181fa3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "api-version": "2022-05-01-preview" }, "responses": { @@ -8,4 +8,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json index 7450a1d1cc5f..7615324e169b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "continuationToken": "sqbjdugcapmexndctafnrqq", + "continuationToken": "bzcbrofyjdmavjoeehcvdjwdoy", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,46 +10,46 @@ "body": { "value": [ { - "location": "qknkermbtjhixbpiohacqvujdrxf", + "location": "zshcamjclguqqhtmtq", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "chavowjopolpveelbgtqsf", - "serviceEndpoint": "jujmcvjzysqpzavwcvgebfluu", + "serviceResourceId": "jzloqcktyirrsguegm", + "serviceEndpoint": "wxqrexzwchq", "migrationConfiguration": { - "storageAccountResourceId": "fczizhdaujzk", - "keyVaultResourceId": "zdnsjtnpcifghmgse", - "migrationSolutionResourceId": "b" + "storageAccountResourceId": "asumglfpmvzfzgdf", + "keyVaultResourceId": "omaair", + "migrationSolutionResourceId": "itieb" } }, "identity": { - "principalId": "wjbmksamogajqhsit", - "tenantId": "exxgyh", + "principalId": "tafcuhrgjwxubfalpbvuqgcb", + "tenantId": "suxmgtxsulzyac", "type": "None", "userAssignedIdentities": { - "key1823": { - "principalId": "cnfkisicwajsissq", - "clientId": "sdzevuhm" + "key4412": { + "principalId": "zovcjwvhgtjzplr", + "clientId": "jyspejjbhqqxpxkb" } } }, - "id": "vemtmqckeutteezbeejnbgl", - "name": "zdpzfunetlcodcdtiwlzksqrc", - "type": "z", + "id": "sfthsjskyawxtwrddmva", + "name": "wxkkxdrc", + "type": "avwrbnuiwrkeztmvqlbhffnwvtz", "systemData": { - "createdBy": "znwkoprjrtitygvnw", - "createdByType": "k", - "createdAt": "2022-11-08T10:26:53.824Z", - "lastModifiedBy": "zqkhvdtdjocujinhrvpaavrolgiw", - "lastModifiedByType": "lvdrqgnorutgiflvpdabbaxfsqpzxg", - "lastModifiedAt": "2022-11-08T10:26:53.824Z" + "createdBy": "berzjarvhoobwvivydfsvgozztpmgw", + "createdByType": "hvtpwxgelwjfbnms", + "createdAt": "2022-11-11T06:55:50.098Z", + "lastModifiedBy": "glqxvmr", + "lastModifiedByType": "yrmdhe", + "lastModifiedAt": "2022-11-11T06:55:50.098Z" }, "tags": { - "key4335": "iakz" + "key9055": "mtfkmfzztmrzqvmywhujs" } } ], - "nextLink": "anaffysxqhzi" + "nextLink": "jgtmwuybvjas" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json index 47c01af1e178..3661e812d9e7 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", "api-version": "2022-05-01-preview" }, @@ -9,4 +9,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json index 87e06f9e5e7e..cc0b9c1f71b7 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json @@ -1,12 +1,12 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "sujtmjutuhavmmjtukto", + "modernizeProjectName": "satltdgslkuzxja", "api-version": "2022-05-01-preview", "body": { "tags": { - "key7610": "lfls" + "key9363": "kxjns" } } }, @@ -16,43 +16,43 @@ "location": "https://contoso.com/operationstatus" }, "body": { - "location": "qknkermbtjhixbpiohacqvujdrxf", + "location": "zshcamjclguqqhtmtq", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "chavowjopolpveelbgtqsf", - "serviceEndpoint": "jujmcvjzysqpzavwcvgebfluu", + "serviceResourceId": "jzloqcktyirrsguegm", + "serviceEndpoint": "wxqrexzwchq", "migrationConfiguration": { - "storageAccountResourceId": "fczizhdaujzk", - "keyVaultResourceId": "zdnsjtnpcifghmgse", - "migrationSolutionResourceId": "b" + "storageAccountResourceId": "asumglfpmvzfzgdf", + "keyVaultResourceId": "omaair", + "migrationSolutionResourceId": "itieb" } }, "identity": { - "principalId": "wjbmksamogajqhsit", - "tenantId": "exxgyh", + "principalId": "tafcuhrgjwxubfalpbvuqgcb", + "tenantId": "suxmgtxsulzyac", "type": "None", "userAssignedIdentities": { - "key1823": { - "principalId": "cnfkisicwajsissq", - "clientId": "sdzevuhm" + "key4412": { + "principalId": "zovcjwvhgtjzplr", + "clientId": "jyspejjbhqqxpxkb" } } }, - "id": "vemtmqckeutteezbeejnbgl", - "name": "zdpzfunetlcodcdtiwlzksqrc", - "type": "z", + "id": "sfthsjskyawxtwrddmva", + "name": "wxkkxdrc", + "type": "avwrbnuiwrkeztmvqlbhffnwvtz", "systemData": { - "createdBy": "znwkoprjrtitygvnw", - "createdByType": "k", - "createdAt": "2022-11-08T10:26:53.824Z", - "lastModifiedBy": "zqkhvdtdjocujinhrvpaavrolgiw", - "lastModifiedByType": "lvdrqgnorutgiflvpdabbaxfsqpzxg", - "lastModifiedAt": "2022-11-08T10:26:53.824Z" + "createdBy": "berzjarvhoobwvivydfsvgozztpmgw", + "createdByType": "hvtpwxgelwjfbnms", + "createdAt": "2022-11-11T06:55:50.098Z", + "lastModifiedBy": "glqxvmr", + "lastModifiedByType": "yrmdhe", + "lastModifiedAt": "2022-11-11T06:55:50.098Z" }, "tags": { - "key4335": "iakz" + "key9055": "mtfkmfzztmrzqvmywhujs" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json index 49aad4cdc921..de80eec9e012 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "vnpixnbhntreyswcndgbnlguwes", + "modernizeProjectName": "masvltvniptgccgzscnvwtdg", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json index 6441767afa8b..6eb23a7ee6d2 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "unbdghbmnohzxgmpp", - "workflowName": "xvzjeafeviulsxbbpwi", - "operationId": "wxivmrsorxcoggs", + "modernizeProjectName": "d", + "workflowName": "cyeplnbmzlilgkszysdcwsfmx", + "operationId": "fwetojwrxzdgtqrvbw", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "oekw", - "name": "sdjmymjckca", - "status": "yl", - "startTime": "epbslvrh", - "endTime": "lhlfreizdlllfnsyqlfbee" + "id": "emxtcsjitttpvjfx", + "name": "tzaxgrhtfawrv", + "status": "mllwc", + "startTime": "rhudwlyjvxktptnjzwncrjlqqmlhxz", + "endTime": "yon" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json index 11c34a1a5f26..1fab7c7d6d66 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "puprvz", - "workflowName": "egqcxchfpujvb", - "operationId": "jkevvskewthbmd", + "modernizeProjectName": "zlumuhgfprdq", + "workflowName": "igwot", + "operationId": "sayxqnsoyrbjbrcgjpolfw", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,4 +12,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json index c7948020622f..40339a97040b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json @@ -1,76 +1,76 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "bnhn", - "workflowName": "fviqdrwvgkrgtctpdyhyc", + "modernizeProjectName": "eksxdekfklgqllcyntlf", + "workflowName": "dhbndwrestjtnoorsfjddhembsxhtm", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { "properties": { - "displayName": "fkn", + "displayName": "ray", "state": "Pending", - "startTime": "2022-11-08T10:26:56.893Z", - "endTime": "2022-11-08T10:26:56.893Z", - "objectId": "qfpgnbqxzlozqnhslmiwujniqnwuux", - "objectName": "de", - "objectInternalId": "hrvkjtfkbpnooilwf", - "objectInternalName": "w", + "startTime": "2022-11-11T06:55:52.546Z", + "endTime": "2022-11-11T06:55:52.546Z", + "objectId": "lynwifiodo", + "objectName": "bpoyhftfxqleqgvbheld", + "objectInternalId": "mqpeqo", + "objectInternalName": "foakwxjbsmupriexlfpfk", "objectType": "ModernizeProject", - "workloadInstanceProviderId": "stikryxqnj", - "workloadDeploymentProviderId": "kd", + "workloadInstanceProviderId": "f", + "workloadDeploymentProviderId": "twhsofcnwkt", "allowedActions": [ - "jgnvmmuimxpqwpyo" + "vyfysbcuhqvbzbaekayslbb" ], - "activityId": "wpmqrgkptghspsqveiffbjz", + "activityId": "amzwnhrkeqhnn", "tasks": [ { - "id": "hbmqthvpccdzxvanoyhzwd", - "taskName": "glm", + "id": "yurlnvzrqiulutfaxtynky", + "taskName": "vqvhid", "state": "Pending", - "startTime": "2022-11-08T10:26:56.893Z", - "endTime": "2022-11-08T10:26:56.893Z", + "startTime": "2022-11-11T06:55:52.546Z", + "endTime": "2022-11-11T06:55:52.546Z", "customProperties": { - "instanceType": "xknirnaaadhaeqlbovqwm" + "instanceType": "hxogf" } } ], "errors": [ { - "id": "cyqdc", - "code": "sprmkpttdemtlfav", - "type": "rhcpftqucd", - "severity": "zacsvxxmo", - "creationTime": "2022-11-08T10:26:56.893Z", - "message": "hjpwgzlupkccptcmeazai", - "causes": "xbarjaappygx", - "recommendation": "bvg" + "id": "iqdmosxz", + "code": "migmqglmxgzhayvskemsrhietvwyq", + "type": "xlhjwvpcibuwezgjxxffgwd", + "severity": "ckfetwrdavmiorg", + "creationTime": "2022-11-11T06:55:52.546Z", + "message": "q", + "causes": "ytqebnqajesj", + "recommendation": "tel" } ], "customProperties": { "instanceType": "SampleWorkflow", "affectedObjectDetails": { - "key427": "jjfzxgttsyejtwkrzwjutnownke" + "key1030": "jyxofrycfnghsyehsxfexbuwzmewwt" } } }, - "id": "uykreljrfuoulhpjbjzyh", - "name": "bsnuijfvastzqhriwlf", - "type": "sbesg", + "id": "pebjxhgvhfnrtsdteba", + "name": "wxwfugadlhwuwdugwwprukahxaopbw", + "type": "ckwakxtbrxnzvh", "systemData": { - "createdBy": "mlpcymovingfxgbx", - "createdByType": "n", - "createdAt": "2022-11-08T10:26:56.893Z", - "lastModifiedBy": "jwlkqaywkzyotpithbfk", - "lastModifiedByType": "weyyympdvokuqktteldvnji", - "lastModifiedAt": "2022-11-08T10:26:56.893Z" + "createdBy": "egsepfufinqkpcvuopnrrnlsdaja", + "createdByType": "drdkouxslafwzfyerbvv", + "createdAt": "2022-11-11T06:55:52.546Z", + "lastModifiedBy": "kgyyngxbszjkkajaffzuegjtkodsi", + "lastModifiedByType": "tewoq", + "lastModifiedAt": "2022-11-11T06:55:52.546Z" }, "tags": { - "key9404": "xkpfafgdtvlrd" + "key1073": "uptzxlsx" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json index 6ada75256dd2..61dab7dbc209 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "axwtdawlrbxsivcyeuhswxvbt", - "workflowName": "uhludgavdgekjflnbdazzicnaa", + "modernizeProjectName": "mgisblxjqdwwjdqjxukddgtwrp", + "workflowName": "htqirrefeudahxdyabvepmbfvttav", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json index 868e075a8292..80101444b948 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "rubshaamevljvgclet", - "$filter": "mgwcwktyexkngxwbjlngsxhegdmqga", - "continuationToken": "rebgexs", + "modernizeProjectName": "hsqmqtbklxfyiwdvwxvrzvw", + "$filter": "hcxtoqdqtfkzyhkjoenwqfqz", + "continuationToken": "rdyafjiqasepevhzlkkyhccdbbgii", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,70 +13,70 @@ "value": [ { "properties": { - "displayName": "fkn", + "displayName": "ray", "state": "Pending", - "startTime": "2022-11-08T10:26:56.893Z", - "endTime": "2022-11-08T10:26:56.893Z", - "objectId": "qfpgnbqxzlozqnhslmiwujniqnwuux", - "objectName": "de", - "objectInternalId": "hrvkjtfkbpnooilwf", - "objectInternalName": "w", + "startTime": "2022-11-11T06:55:52.546Z", + "endTime": "2022-11-11T06:55:52.546Z", + "objectId": "lynwifiodo", + "objectName": "bpoyhftfxqleqgvbheld", + "objectInternalId": "mqpeqo", + "objectInternalName": "foakwxjbsmupriexlfpfk", "objectType": "ModernizeProject", - "workloadInstanceProviderId": "stikryxqnj", - "workloadDeploymentProviderId": "kd", + "workloadInstanceProviderId": "f", + "workloadDeploymentProviderId": "twhsofcnwkt", "allowedActions": [ - "jgnvmmuimxpqwpyo" + "vyfysbcuhqvbzbaekayslbb" ], - "activityId": "wpmqrgkptghspsqveiffbjz", + "activityId": "amzwnhrkeqhnn", "tasks": [ { - "id": "hbmqthvpccdzxvanoyhzwd", - "taskName": "glm", + "id": "yurlnvzrqiulutfaxtynky", + "taskName": "vqvhid", "state": "Pending", - "startTime": "2022-11-08T10:26:56.893Z", - "endTime": "2022-11-08T10:26:56.893Z", + "startTime": "2022-11-11T06:55:52.546Z", + "endTime": "2022-11-11T06:55:52.546Z", "customProperties": { - "instanceType": "xknirnaaadhaeqlbovqwm" + "instanceType": "hxogf" } } ], "errors": [ { - "id": "cyqdc", - "code": "sprmkpttdemtlfav", - "type": "rhcpftqucd", - "severity": "zacsvxxmo", - "creationTime": "2022-11-08T10:26:56.893Z", - "message": "hjpwgzlupkccptcmeazai", - "causes": "xbarjaappygx", - "recommendation": "bvg" + "id": "iqdmosxz", + "code": "migmqglmxgzhayvskemsrhietvwyq", + "type": "xlhjwvpcibuwezgjxxffgwd", + "severity": "ckfetwrdavmiorg", + "creationTime": "2022-11-11T06:55:52.546Z", + "message": "q", + "causes": "ytqebnqajesj", + "recommendation": "tel" } ], "customProperties": { "instanceType": "SampleWorkflow", "affectedObjectDetails": { - "key427": "jjfzxgttsyejtwkrzwjutnownke" + "key1030": "jyxofrycfnghsyehsxfexbuwzmewwt" } } }, - "id": "uykreljrfuoulhpjbjzyh", - "name": "bsnuijfvastzqhriwlf", - "type": "sbesg", + "id": "pebjxhgvhfnrtsdteba", + "name": "wxwfugadlhwuwdugwwprukahxaopbw", + "type": "ckwakxtbrxnzvh", "systemData": { - "createdBy": "mlpcymovingfxgbx", - "createdByType": "n", - "createdAt": "2022-11-08T10:26:56.893Z", - "lastModifiedBy": "jwlkqaywkzyotpithbfk", - "lastModifiedByType": "weyyympdvokuqktteldvnji", - "lastModifiedAt": "2022-11-08T10:26:56.893Z" + "createdBy": "egsepfufinqkpcvuopnrrnlsdaja", + "createdByType": "drdkouxslafwzfyerbvv", + "createdAt": "2022-11-11T06:55:52.546Z", + "lastModifiedBy": "kgyyngxbszjkkajaffzuegjtkodsi", + "lastModifiedByType": "tewoq", + "lastModifiedAt": "2022-11-11T06:55:52.546Z" }, "tags": { - "key9404": "xkpfafgdtvlrd" + "key1073": "uptzxlsx" } } ], - "nextLink": "rtesskwnulrywr" + "nextLink": "kumyasanybvysal" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json index 9ccc6905ea48..845db3a1df15 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "cdfzpblulpdxsblasogaycjrkp", + "modernizeProjectName": "xdmihglalvx", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,4 +10,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json index bca2f3f8f520..87a4fdac57ab 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ndw", - "workloadDeploymentName": "us", - "operationId": "cdwdgsqkkr", + "modernizeProjectName": "atndxuwpmfznfz", + "workloadDeploymentName": "cabhldhggxdpsztbltmtopikc", + "operationId": "k", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "oekw", - "name": "sdjmymjckca", - "status": "yl", - "startTime": "epbslvrh", - "endTime": "lhlfreizdlllfnsyqlfbee" + "id": "emxtcsjitttpvjfx", + "name": "tzaxgrhtfawrv", + "status": "mllwc", + "startTime": "rhudwlyjvxktptnjzwncrjlqqmlhxz", + "endTime": "yon" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json index 30554c9c3ec3..c914a69783e7 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "tofmtbvtinvcywnky", - "workloadDeploymentName": "jfbvtqiixhdh", - "operationId": "uqcoiaugtbuodqv", + "modernizeProjectName": "owtdvwdaru", + "workloadDeploymentName": "fktdustnm", + "operationId": "suiiefmjsekfmjxry", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,4 +12,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json index a96c50d63a13..75c333ee2cfc 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json @@ -1,24 +1,24 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "nnwpuhdc", - "workloadDeploymentName": "gmhynefqmideuwvhojhsji", + "modernizeProjectName": "plusqpdlovmjvfbssybzu", + "workloadDeploymentName": "dv", "api-version": "2022-05-01-preview", "body": { "properties": { - "dockerfile": "cjblmddjmjvghjjnl", + "dockerfile": "jimwlsjaidwsajuyxhmoiol", "registryProperties": { - "registryName": "yhswaspieaw", - "tenantId": "uh", - "subscriptionId": "xtkuvnatavnjdcmum", - "resourceGroup": "o" + "registryName": "abxzl", + "tenantId": "lrbvprqmuwoflyzkrjqqnoz", + "subscriptionId": "jpzagqoxz", + "resourceGroup": "nawqdikldfalgdt" }, - "imageTag": "smu", - "imageName": "kuwzbdfunairscbvqyh", - "runId": "hxttkkhthjjpitluoilvb", - "runStatus": "nbpdxwjtjxfyuxaf", - "logLink": "oislpkvdrvkkitgynezamujqw" + "imageTag": "hzolcvqtcu", + "imageName": "ejbfokemlppzh", + "runId": "yoxr", + "runStatus": "sjgkiqorsynfaywdirlliz", + "logLink": "ogowgpxtyjdqprltatf" } } }, @@ -29,4 +29,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json index 3908ee86c32a..4ea9a357408b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "wsknebwhimrjbk", - "workloadDeploymentName": "tvvbudvc", + "modernizeProjectName": "bksyxpdfcdvuh", + "workloadDeploymentName": "fsfsjakmjdprahwtvuctma", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json index 4b0d49ecae3a..948c31bfcfed 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json @@ -1,25 +1,25 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "mzqvdfmdctwenwrtdwmbsafp", - "workloadDeploymentName": "uczxtkidahfjmvh", + "modernizeProjectName": "tlvpdxnpvxpafynzjcpixc", + "workloadDeploymentName": "h", "api-version": "2022-05-01-preview", "body": { "properties": { - "displayName": "cgedbzcwygqqdjo", + "displayName": "gvhet", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "Name": "kulxqvayhxqkaxucqtv", - "migrateAgentId": "qkoqwqipvn", - "displayName": "eogymxmfiy", - "sourcePlatform": "qkb", - "sourceName": "ud", - "masterSiteName": "lmrmwugf", + "Name": "pnstgbrgwbbpmcgmqcsq", + "migrateAgentId": "glbfecfny", + "displayName": "imtwjmshvcjcpasfrarzht", + "sourcePlatform": "mhszzcsqimyxksplsfkcqjd", + "sourceName": "lqejbvlnndw", + "masterSiteName": "tsrgnfbgnoyecqkcmnltaypvyp", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "bvszhdga", - "webAppSiteName": "anpamzrdfyxzyuxdxbn" + "webAppArmId": "pfvviyvvntp", + "webAppSiteName": "pnqbuanmtfjlfixuqmhoxk" } }, "customProperties": { @@ -27,7 +27,7 @@ } }, "tags": { - "key7760": "jtzpxoqekalpfak" + "key7954": "torzvafjfvmnzjrpim" } } }, @@ -37,149 +37,149 @@ "properties": { "provisioningState": "Canceled", "status": "None", - "statusDescription": "eetnlkvwycomajptunskylzouc", + "statusDescription": "qt", "testMigrationStatus": "None", - "testMigrationStatusDescription": "vuhd", + "testMigrationStatusDescription": "xnyuvitgcbwzqxsiab", "migrationStatus": "None", - "migrationStatusDescription": "mmv", - "displayName": "cgedbzcwygqqdjo", + "migrationStatusDescription": "mcpivhgcg", + "displayName": "gvhet", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "Name": "kulxqvayhxqkaxucqtv", + "Name": "pnstgbrgwbbpmcgmqcsq", "provisioningState": "Canceled", - "migrateAgentId": "qkoqwqipvn", - "displayName": "eogymxmfiy", - "sourcePlatform": "qkb", - "sourceName": "ud", + "migrateAgentId": "glbfecfny", + "displayName": "imtwjmshvcjcpasfrarzht", + "sourcePlatform": "mhszzcsqimyxksplsfkcqjd", + "sourceName": "lqejbvlnndw", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "xngqkblrertcfa", - "lastSuccessfulReplicationCycleTime": "2022-11-08T10:26:58.028Z", + "replicationStatusDescription": "qklpscqy", + "lastSuccessfulReplicationCycleTime": "2022-11-11T06:55:53.474Z", "healthErrors": [ { - "affectedResourceType": "pnfevgkbypytddxko", + "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", "affectedResourceCorrelationIds": [ - "xqxpibvzyrbeejicdxyiolv" + "nnijffornxkfusuhlqmqklultxe" ], "childErrors": [ { - "id": "blaraswbvxyxbqtk", - "code": "jlgwdxsukcvmdbppvpjqxcgxrh", - "healthCategory": "deyfy", - "category": "cv", - "severity": "xshgcnmvospvdg", - "source": "zktcgca", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "hcczwhfgreuryycebnxyzd", + "code": "ofvsysu", + "healthCategory": "wbxefulkpdli", + "category": "uvfjagihlahzemlytvyny", + "severity": "dkbjahklyhrnbhrb", + "source": "xpapcxyjkskyomjhbmfyiqjfu", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "uv", - "message": "shkolqcrbtamymelqfaaua", - "causes": "eolznkucqohpd", - "recommendation": "jbnfrfzstgkyjwtxnaivtu" + "summary": "ucrbovdwmevxguk", + "message": "mymqzn", + "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", + "recommendation": "reryolybafnjcdcp" } ], - "id": "uiaxwthpbwxmniyhr", - "code": "tbhtqahevaghfcjrfnacu", - "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", - "category": "hlhxfruiivwrolleiws", - "severity": "kxjdnujsxcqouvswtwzjefxbl", - "source": "mvcacl", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "cgvbphlvtmpvbubqqgtmqypyda", + "code": "oogdxasjxucfrcp", + "healthCategory": "fifndkrvvxstaaah", + "category": "lsjk", + "severity": "gnvfivykkraw", + "source": "bfencpg", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "pcduryqcuimdtveybkohwopfqkuhyl", - "message": "iwntf", - "causes": "gyoalwbijfv", - "recommendation": "zgjftoeqbjvfjcjsolkifflh" + "summary": "ndpkcoqutozbbdjkzx", + "message": "gtaowwhqlzhqqonzfuhnk", + "causes": "zutlxebjyuijofuq", + "recommendation": "iqdsmoqtxgrbcbnoiq" } ], "currentJob": { - "scenarioName": "hkjvnpsezhaixbxu", - "id": "xxxxaorlxfwd", - "name": "zjhfllvhbjclez", - "displayName": "lyzlohchcjllsfspfjjqkzcgdz", - "state": "bnkzgcswhwmqn", - "startTime": "2022-11-08T10:26:58.028Z", - "endTime": "2022-11-08T10:26:58.028Z" + "scenarioName": "wbowdocuumjimuzowsyowccewysv", + "id": "vmwdivromhrpldr", + "name": "qzxfphbigzqvtcjrnajocha", + "displayName": "acf", + "state": "cwnmnlpbekxaauoxlmvhfec", + "startTime": "2022-11-11T06:55:53.474Z", + "endTime": "2022-11-11T06:55:53.474Z" }, "allowedOperations": [ - "sewleywnhjuvdnlecit" + "yxibt" ], - "masterSiteName": "lmrmwugf", + "masterSiteName": "tsrgnfbgnoyecqkcmnltaypvyp", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "bvszhdga", - "webAppSiteName": "anpamzrdfyxzyuxdxbn" + "webAppArmId": "pfvviyvvntp", + "webAppSiteName": "pnqbuanmtfjlfixuqmhoxk" } }, - "correlationId": "mhhvfzkghhpotjbkpr", - "lastSuccessfulMigrateTime": "2022-11-08T10:26:58.028Z", - "lastSuccessfulTestMigrateTime": "2022-11-08T10:26:58.028Z", + "correlationId": "opd", + "lastSuccessfulMigrateTime": "2022-11-11T06:55:53.474Z", + "lastSuccessfulTestMigrateTime": "2022-11-11T06:55:53.474Z", "currentJob": { - "scenarioName": "qljwrqjkeppnhgldvq", - "id": "nfvifytlounedseeq", - "name": "qud", - "displayName": "ommslcrmeqhjzji", - "state": "wraatygtqsxtegibidvq", - "startTime": "2022-11-08T10:26:58.028Z", - "endTime": "2022-11-08T10:26:58.029Z" + "scenarioName": "xejbuke", + "id": "cfuzqoqqysrr", + "name": "vudgpjpsjttqvvjgmmbmfb", + "displayName": "ohyeia", + "state": "jrewhhfhgiambmfwqucbils", + "startTime": "2022-11-11T06:55:53.474Z", + "endTime": "2022-11-11T06:55:53.474Z" }, "allowedOperations": [ "EnableReplication" ], "healthErrors": [ { - "affectedResourceType": "pnfevgkbypytddxko", + "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", "affectedResourceCorrelationIds": [ - "xqxpibvzyrbeejicdxyiolv" + "nnijffornxkfusuhlqmqklultxe" ], "childErrors": [ { - "id": "blaraswbvxyxbqtk", - "code": "jlgwdxsukcvmdbppvpjqxcgxrh", - "healthCategory": "deyfy", - "category": "cv", - "severity": "xshgcnmvospvdg", - "source": "zktcgca", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "hcczwhfgreuryycebnxyzd", + "code": "ofvsysu", + "healthCategory": "wbxefulkpdli", + "category": "uvfjagihlahzemlytvyny", + "severity": "dkbjahklyhrnbhrb", + "source": "xpapcxyjkskyomjhbmfyiqjfu", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "uv", - "message": "shkolqcrbtamymelqfaaua", - "causes": "eolznkucqohpd", - "recommendation": "jbnfrfzstgkyjwtxnaivtu" + "summary": "ucrbovdwmevxguk", + "message": "mymqzn", + "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", + "recommendation": "reryolybafnjcdcp" } ], - "id": "uiaxwthpbwxmniyhr", - "code": "tbhtqahevaghfcjrfnacu", - "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", - "category": "hlhxfruiivwrolleiws", - "severity": "kxjdnujsxcqouvswtwzjefxbl", - "source": "mvcacl", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "cgvbphlvtmpvbubqqgtmqypyda", + "code": "oogdxasjxucfrcp", + "healthCategory": "fifndkrvvxstaaah", + "category": "lsjk", + "severity": "gnvfivykkraw", + "source": "bfencpg", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "pcduryqcuimdtveybkohwopfqkuhyl", - "message": "iwntf", - "causes": "gyoalwbijfv", - "recommendation": "zgjftoeqbjvfjcjsolkifflh" + "summary": "ndpkcoqutozbbdjkzx", + "message": "gtaowwhqlzhqqonzfuhnk", + "causes": "zutlxebjyuijofuq", + "recommendation": "iqdsmoqtxgrbcbnoiq" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "ctldij", - "name": "rpzwcimozfhedoslwbqn", - "type": "ujjcrmcmkrr", + "id": "eicsbazo", + "name": "mxdpxw", + "type": "xodsx", "systemData": { - "createdBy": "pynzwsltpvxjbmpuqnyzoirznaxl", - "createdByType": "ztlmog", - "createdAt": "2022-11-08T10:26:58.029Z", - "lastModifiedBy": "hnedbiqcjixd", - "lastModifiedByType": "gpkjy", - "lastModifiedAt": "2022-11-08T10:26:58.029Z" + "createdBy": "zbplnhmtjlfkwgvvygmimum", + "createdByType": "ndyzwghybwqk", + "createdAt": "2022-11-11T06:55:53.474Z", + "lastModifiedBy": "dyqkmrxzuttjbetmusqvaalfuh", + "lastModifiedByType": "xyhztpfqpe", + "lastModifiedAt": "2022-11-11T06:55:53.474Z" }, "tags": { - "key7760": "jtzpxoqekalpfak" + "key7954": "torzvafjfvmnzjrpim" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json index 9fc62e864d52..d41bfcb5daca 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ftozql", - "workloadDeploymentName": "qjyvtkgrrczursysgpljjgr", + "modernizeProjectName": "xccdndaljtueokfhexvpiixztu", + "workloadDeploymentName": "gteznkrenimdovabrnfkqgxks", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json index e19312c0a1de..47cdd3931ee5 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "zdigotf", - "workloadDeploymentName": "tikscuxaaa", + "modernizeProjectName": "opivvzmzzqhd", + "workloadDeploymentName": "vsnuyabdo", "forceDelete": true, "api-version": "2022-05-01-preview" }, @@ -15,4 +15,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json index 3bc7ce790e3c..8bea1d36d5e1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "icrnyaxktxwlzkzkapotnsyfjdwj", - "workloadDeploymentName": "nblhepwbmhtawec", + "modernizeProjectName": "snuprnqhba", + "workloadDeploymentName": "jybhkzlhouszvyhmcjdrhuazvp", "api-version": "2022-05-01-preview" }, "responses": { @@ -14,4 +14,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json index cac3f4e84eae..5e213d9d70b3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "dmqkjfuqdbsnoujymrys", - "workloadDeploymentName": "ubuutvqyzfrq", + "modernizeProjectName": "qjzjnkbjcmsugusdamwshvyytr", + "workloadDeploymentName": "cedsqdgv", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,149 +12,149 @@ "properties": { "provisioningState": "Canceled", "status": "None", - "statusDescription": "eetnlkvwycomajptunskylzouc", + "statusDescription": "qt", "testMigrationStatus": "None", - "testMigrationStatusDescription": "vuhd", + "testMigrationStatusDescription": "xnyuvitgcbwzqxsiab", "migrationStatus": "None", - "migrationStatusDescription": "mmv", - "displayName": "cgedbzcwygqqdjo", + "migrationStatusDescription": "mcpivhgcg", + "displayName": "gvhet", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "Name": "kulxqvayhxqkaxucqtv", + "Name": "pnstgbrgwbbpmcgmqcsq", "provisioningState": "Canceled", - "migrateAgentId": "qkoqwqipvn", - "displayName": "eogymxmfiy", - "sourcePlatform": "qkb", - "sourceName": "ud", + "migrateAgentId": "glbfecfny", + "displayName": "imtwjmshvcjcpasfrarzht", + "sourcePlatform": "mhszzcsqimyxksplsfkcqjd", + "sourceName": "lqejbvlnndw", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "xngqkblrertcfa", - "lastSuccessfulReplicationCycleTime": "2022-11-08T10:26:58.028Z", + "replicationStatusDescription": "qklpscqy", + "lastSuccessfulReplicationCycleTime": "2022-11-11T06:55:53.474Z", "healthErrors": [ { - "affectedResourceType": "pnfevgkbypytddxko", + "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", "affectedResourceCorrelationIds": [ - "xqxpibvzyrbeejicdxyiolv" + "nnijffornxkfusuhlqmqklultxe" ], "childErrors": [ { - "id": "blaraswbvxyxbqtk", - "code": "jlgwdxsukcvmdbppvpjqxcgxrh", - "healthCategory": "deyfy", - "category": "cv", - "severity": "xshgcnmvospvdg", - "source": "zktcgca", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "hcczwhfgreuryycebnxyzd", + "code": "ofvsysu", + "healthCategory": "wbxefulkpdli", + "category": "uvfjagihlahzemlytvyny", + "severity": "dkbjahklyhrnbhrb", + "source": "xpapcxyjkskyomjhbmfyiqjfu", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "uv", - "message": "shkolqcrbtamymelqfaaua", - "causes": "eolznkucqohpd", - "recommendation": "jbnfrfzstgkyjwtxnaivtu" + "summary": "ucrbovdwmevxguk", + "message": "mymqzn", + "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", + "recommendation": "reryolybafnjcdcp" } ], - "id": "uiaxwthpbwxmniyhr", - "code": "tbhtqahevaghfcjrfnacu", - "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", - "category": "hlhxfruiivwrolleiws", - "severity": "kxjdnujsxcqouvswtwzjefxbl", - "source": "mvcacl", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "cgvbphlvtmpvbubqqgtmqypyda", + "code": "oogdxasjxucfrcp", + "healthCategory": "fifndkrvvxstaaah", + "category": "lsjk", + "severity": "gnvfivykkraw", + "source": "bfencpg", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "pcduryqcuimdtveybkohwopfqkuhyl", - "message": "iwntf", - "causes": "gyoalwbijfv", - "recommendation": "zgjftoeqbjvfjcjsolkifflh" + "summary": "ndpkcoqutozbbdjkzx", + "message": "gtaowwhqlzhqqonzfuhnk", + "causes": "zutlxebjyuijofuq", + "recommendation": "iqdsmoqtxgrbcbnoiq" } ], "currentJob": { - "scenarioName": "hkjvnpsezhaixbxu", - "id": "xxxxaorlxfwd", - "name": "zjhfllvhbjclez", - "displayName": "lyzlohchcjllsfspfjjqkzcgdz", - "state": "bnkzgcswhwmqn", - "startTime": "2022-11-08T10:26:58.028Z", - "endTime": "2022-11-08T10:26:58.028Z" + "scenarioName": "wbowdocuumjimuzowsyowccewysv", + "id": "vmwdivromhrpldr", + "name": "qzxfphbigzqvtcjrnajocha", + "displayName": "acf", + "state": "cwnmnlpbekxaauoxlmvhfec", + "startTime": "2022-11-11T06:55:53.474Z", + "endTime": "2022-11-11T06:55:53.474Z" }, "allowedOperations": [ - "sewleywnhjuvdnlecit" + "yxibt" ], - "masterSiteName": "lmrmwugf", + "masterSiteName": "tsrgnfbgnoyecqkcmnltaypvyp", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "bvszhdga", - "webAppSiteName": "anpamzrdfyxzyuxdxbn" + "webAppArmId": "pfvviyvvntp", + "webAppSiteName": "pnqbuanmtfjlfixuqmhoxk" } }, - "correlationId": "mhhvfzkghhpotjbkpr", - "lastSuccessfulMigrateTime": "2022-11-08T10:26:58.028Z", - "lastSuccessfulTestMigrateTime": "2022-11-08T10:26:58.028Z", + "correlationId": "opd", + "lastSuccessfulMigrateTime": "2022-11-11T06:55:53.474Z", + "lastSuccessfulTestMigrateTime": "2022-11-11T06:55:53.474Z", "currentJob": { - "scenarioName": "qljwrqjkeppnhgldvq", - "id": "nfvifytlounedseeq", - "name": "qud", - "displayName": "ommslcrmeqhjzji", - "state": "wraatygtqsxtegibidvq", - "startTime": "2022-11-08T10:26:58.028Z", - "endTime": "2022-11-08T10:26:58.029Z" + "scenarioName": "xejbuke", + "id": "cfuzqoqqysrr", + "name": "vudgpjpsjttqvvjgmmbmfb", + "displayName": "ohyeia", + "state": "jrewhhfhgiambmfwqucbils", + "startTime": "2022-11-11T06:55:53.474Z", + "endTime": "2022-11-11T06:55:53.474Z" }, "allowedOperations": [ "EnableReplication" ], "healthErrors": [ { - "affectedResourceType": "pnfevgkbypytddxko", + "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", "affectedResourceCorrelationIds": [ - "xqxpibvzyrbeejicdxyiolv" + "nnijffornxkfusuhlqmqklultxe" ], "childErrors": [ { - "id": "blaraswbvxyxbqtk", - "code": "jlgwdxsukcvmdbppvpjqxcgxrh", - "healthCategory": "deyfy", - "category": "cv", - "severity": "xshgcnmvospvdg", - "source": "zktcgca", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "hcczwhfgreuryycebnxyzd", + "code": "ofvsysu", + "healthCategory": "wbxefulkpdli", + "category": "uvfjagihlahzemlytvyny", + "severity": "dkbjahklyhrnbhrb", + "source": "xpapcxyjkskyomjhbmfyiqjfu", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "uv", - "message": "shkolqcrbtamymelqfaaua", - "causes": "eolznkucqohpd", - "recommendation": "jbnfrfzstgkyjwtxnaivtu" + "summary": "ucrbovdwmevxguk", + "message": "mymqzn", + "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", + "recommendation": "reryolybafnjcdcp" } ], - "id": "uiaxwthpbwxmniyhr", - "code": "tbhtqahevaghfcjrfnacu", - "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", - "category": "hlhxfruiivwrolleiws", - "severity": "kxjdnujsxcqouvswtwzjefxbl", - "source": "mvcacl", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "cgvbphlvtmpvbubqqgtmqypyda", + "code": "oogdxasjxucfrcp", + "healthCategory": "fifndkrvvxstaaah", + "category": "lsjk", + "severity": "gnvfivykkraw", + "source": "bfencpg", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "pcduryqcuimdtveybkohwopfqkuhyl", - "message": "iwntf", - "causes": "gyoalwbijfv", - "recommendation": "zgjftoeqbjvfjcjsolkifflh" + "summary": "ndpkcoqutozbbdjkzx", + "message": "gtaowwhqlzhqqonzfuhnk", + "causes": "zutlxebjyuijofuq", + "recommendation": "iqdsmoqtxgrbcbnoiq" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "ctldij", - "name": "rpzwcimozfhedoslwbqn", - "type": "ujjcrmcmkrr", + "id": "eicsbazo", + "name": "mxdpxw", + "type": "xodsx", "systemData": { - "createdBy": "pynzwsltpvxjbmpuqnyzoirznaxl", - "createdByType": "ztlmog", - "createdAt": "2022-11-08T10:26:58.029Z", - "lastModifiedBy": "hnedbiqcjixd", - "lastModifiedByType": "gpkjy", - "lastModifiedAt": "2022-11-08T10:26:58.029Z" + "createdBy": "zbplnhmtjlfkwgvvygmimum", + "createdByType": "ndyzwghybwqk", + "createdAt": "2022-11-11T06:55:53.474Z", + "lastModifiedBy": "dyqkmrxzuttjbetmusqvaalfuh", + "lastModifiedByType": "xyhztpfqpe", + "lastModifiedAt": "2022-11-11T06:55:53.474Z" }, "tags": { - "key7760": "jtzpxoqekalpfak" + "key7954": "torzvafjfvmnzjrpim" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json index 4353d46a443b..939014aecc0b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "vkozxbbrpbluouwndmzuhcengkn", - "workloadDeploymentName": "wcbcmhd", + "modernizeProjectName": "ztkuzetmorxojvnsdvsponlcbvvack", + "workloadDeploymentName": "ztrjoarxjenuuajrafonaotjax", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json index 8a248e1ca05b..b73f053ee308 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "tdeyyxepwj", - "workloadDeploymentName": "xkuihqujiyolpfzbbvd", + "modernizeProjectName": "xc", + "workloadDeploymentName": "lyfmsoutlbijflhxwx", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,149 +12,149 @@ "properties": { "provisioningState": "Canceled", "status": "None", - "statusDescription": "eetnlkvwycomajptunskylzouc", + "statusDescription": "qt", "testMigrationStatus": "None", - "testMigrationStatusDescription": "vuhd", + "testMigrationStatusDescription": "xnyuvitgcbwzqxsiab", "migrationStatus": "None", - "migrationStatusDescription": "mmv", - "displayName": "cgedbzcwygqqdjo", + "migrationStatusDescription": "mcpivhgcg", + "displayName": "gvhet", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "Name": "kulxqvayhxqkaxucqtv", + "Name": "pnstgbrgwbbpmcgmqcsq", "provisioningState": "Canceled", - "migrateAgentId": "qkoqwqipvn", - "displayName": "eogymxmfiy", - "sourcePlatform": "qkb", - "sourceName": "ud", + "migrateAgentId": "glbfecfny", + "displayName": "imtwjmshvcjcpasfrarzht", + "sourcePlatform": "mhszzcsqimyxksplsfkcqjd", + "sourceName": "lqejbvlnndw", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "xngqkblrertcfa", - "lastSuccessfulReplicationCycleTime": "2022-11-08T10:26:58.028Z", + "replicationStatusDescription": "qklpscqy", + "lastSuccessfulReplicationCycleTime": "2022-11-11T06:55:53.474Z", "healthErrors": [ { - "affectedResourceType": "pnfevgkbypytddxko", + "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", "affectedResourceCorrelationIds": [ - "xqxpibvzyrbeejicdxyiolv" + "nnijffornxkfusuhlqmqklultxe" ], "childErrors": [ { - "id": "blaraswbvxyxbqtk", - "code": "jlgwdxsukcvmdbppvpjqxcgxrh", - "healthCategory": "deyfy", - "category": "cv", - "severity": "xshgcnmvospvdg", - "source": "zktcgca", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "hcczwhfgreuryycebnxyzd", + "code": "ofvsysu", + "healthCategory": "wbxefulkpdli", + "category": "uvfjagihlahzemlytvyny", + "severity": "dkbjahklyhrnbhrb", + "source": "xpapcxyjkskyomjhbmfyiqjfu", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "uv", - "message": "shkolqcrbtamymelqfaaua", - "causes": "eolznkucqohpd", - "recommendation": "jbnfrfzstgkyjwtxnaivtu" + "summary": "ucrbovdwmevxguk", + "message": "mymqzn", + "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", + "recommendation": "reryolybafnjcdcp" } ], - "id": "uiaxwthpbwxmniyhr", - "code": "tbhtqahevaghfcjrfnacu", - "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", - "category": "hlhxfruiivwrolleiws", - "severity": "kxjdnujsxcqouvswtwzjefxbl", - "source": "mvcacl", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "cgvbphlvtmpvbubqqgtmqypyda", + "code": "oogdxasjxucfrcp", + "healthCategory": "fifndkrvvxstaaah", + "category": "lsjk", + "severity": "gnvfivykkraw", + "source": "bfencpg", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "pcduryqcuimdtveybkohwopfqkuhyl", - "message": "iwntf", - "causes": "gyoalwbijfv", - "recommendation": "zgjftoeqbjvfjcjsolkifflh" + "summary": "ndpkcoqutozbbdjkzx", + "message": "gtaowwhqlzhqqonzfuhnk", + "causes": "zutlxebjyuijofuq", + "recommendation": "iqdsmoqtxgrbcbnoiq" } ], "currentJob": { - "scenarioName": "hkjvnpsezhaixbxu", - "id": "xxxxaorlxfwd", - "name": "zjhfllvhbjclez", - "displayName": "lyzlohchcjllsfspfjjqkzcgdz", - "state": "bnkzgcswhwmqn", - "startTime": "2022-11-08T10:26:58.028Z", - "endTime": "2022-11-08T10:26:58.028Z" + "scenarioName": "wbowdocuumjimuzowsyowccewysv", + "id": "vmwdivromhrpldr", + "name": "qzxfphbigzqvtcjrnajocha", + "displayName": "acf", + "state": "cwnmnlpbekxaauoxlmvhfec", + "startTime": "2022-11-11T06:55:53.474Z", + "endTime": "2022-11-11T06:55:53.474Z" }, "allowedOperations": [ - "sewleywnhjuvdnlecit" + "yxibt" ], - "masterSiteName": "lmrmwugf", + "masterSiteName": "tsrgnfbgnoyecqkcmnltaypvyp", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "bvszhdga", - "webAppSiteName": "anpamzrdfyxzyuxdxbn" + "webAppArmId": "pfvviyvvntp", + "webAppSiteName": "pnqbuanmtfjlfixuqmhoxk" } }, - "correlationId": "mhhvfzkghhpotjbkpr", - "lastSuccessfulMigrateTime": "2022-11-08T10:26:58.028Z", - "lastSuccessfulTestMigrateTime": "2022-11-08T10:26:58.028Z", + "correlationId": "opd", + "lastSuccessfulMigrateTime": "2022-11-11T06:55:53.474Z", + "lastSuccessfulTestMigrateTime": "2022-11-11T06:55:53.474Z", "currentJob": { - "scenarioName": "qljwrqjkeppnhgldvq", - "id": "nfvifytlounedseeq", - "name": "qud", - "displayName": "ommslcrmeqhjzji", - "state": "wraatygtqsxtegibidvq", - "startTime": "2022-11-08T10:26:58.028Z", - "endTime": "2022-11-08T10:26:58.029Z" + "scenarioName": "xejbuke", + "id": "cfuzqoqqysrr", + "name": "vudgpjpsjttqvvjgmmbmfb", + "displayName": "ohyeia", + "state": "jrewhhfhgiambmfwqucbils", + "startTime": "2022-11-11T06:55:53.474Z", + "endTime": "2022-11-11T06:55:53.474Z" }, "allowedOperations": [ "EnableReplication" ], "healthErrors": [ { - "affectedResourceType": "pnfevgkbypytddxko", + "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", "affectedResourceCorrelationIds": [ - "xqxpibvzyrbeejicdxyiolv" + "nnijffornxkfusuhlqmqklultxe" ], "childErrors": [ { - "id": "blaraswbvxyxbqtk", - "code": "jlgwdxsukcvmdbppvpjqxcgxrh", - "healthCategory": "deyfy", - "category": "cv", - "severity": "xshgcnmvospvdg", - "source": "zktcgca", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "hcczwhfgreuryycebnxyzd", + "code": "ofvsysu", + "healthCategory": "wbxefulkpdli", + "category": "uvfjagihlahzemlytvyny", + "severity": "dkbjahklyhrnbhrb", + "source": "xpapcxyjkskyomjhbmfyiqjfu", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "uv", - "message": "shkolqcrbtamymelqfaaua", - "causes": "eolznkucqohpd", - "recommendation": "jbnfrfzstgkyjwtxnaivtu" + "summary": "ucrbovdwmevxguk", + "message": "mymqzn", + "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", + "recommendation": "reryolybafnjcdcp" } ], - "id": "uiaxwthpbwxmniyhr", - "code": "tbhtqahevaghfcjrfnacu", - "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", - "category": "hlhxfruiivwrolleiws", - "severity": "kxjdnujsxcqouvswtwzjefxbl", - "source": "mvcacl", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "cgvbphlvtmpvbubqqgtmqypyda", + "code": "oogdxasjxucfrcp", + "healthCategory": "fifndkrvvxstaaah", + "category": "lsjk", + "severity": "gnvfivykkraw", + "source": "bfencpg", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "pcduryqcuimdtveybkohwopfqkuhyl", - "message": "iwntf", - "causes": "gyoalwbijfv", - "recommendation": "zgjftoeqbjvfjcjsolkifflh" + "summary": "ndpkcoqutozbbdjkzx", + "message": "gtaowwhqlzhqqonzfuhnk", + "causes": "zutlxebjyuijofuq", + "recommendation": "iqdsmoqtxgrbcbnoiq" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "ctldij", - "name": "rpzwcimozfhedoslwbqn", - "type": "ujjcrmcmkrr", + "id": "eicsbazo", + "name": "mxdpxw", + "type": "xodsx", "systemData": { - "createdBy": "pynzwsltpvxjbmpuqnyzoirznaxl", - "createdByType": "ztlmog", - "createdAt": "2022-11-08T10:26:58.029Z", - "lastModifiedBy": "hnedbiqcjixd", - "lastModifiedByType": "gpkjy", - "lastModifiedAt": "2022-11-08T10:26:58.029Z" + "createdBy": "zbplnhmtjlfkwgvvygmimum", + "createdByType": "ndyzwghybwqk", + "createdAt": "2022-11-11T06:55:53.474Z", + "lastModifiedBy": "dyqkmrxzuttjbetmusqvaalfuh", + "lastModifiedByType": "xyhztpfqpe", + "lastModifiedAt": "2022-11-11T06:55:53.474Z" }, "tags": { - "key7760": "jtzpxoqekalpfak" + "key7954": "torzvafjfvmnzjrpim" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json index d50fa3b0c82c..9a525b601bf1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ta", - "workloadDeploymentName": "kjialg", + "modernizeProjectName": "bcvy", + "workloadDeploymentName": "vtexapvszcrnfnkhtstnsxlutxl", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json index 918871ebe112..b03abc82dcb8 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "asgqprureqgynkjhtcmjafzjou", + "modernizeProjectName": "wnpmilfwtk", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,152 +13,152 @@ "properties": { "provisioningState": "Canceled", "status": "None", - "statusDescription": "eetnlkvwycomajptunskylzouc", + "statusDescription": "qt", "testMigrationStatus": "None", - "testMigrationStatusDescription": "vuhd", + "testMigrationStatusDescription": "xnyuvitgcbwzqxsiab", "migrationStatus": "None", - "migrationStatusDescription": "mmv", - "displayName": "cgedbzcwygqqdjo", + "migrationStatusDescription": "mcpivhgcg", + "displayName": "gvhet", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "Name": "kulxqvayhxqkaxucqtv", + "Name": "pnstgbrgwbbpmcgmqcsq", "provisioningState": "Canceled", - "migrateAgentId": "qkoqwqipvn", - "displayName": "eogymxmfiy", - "sourcePlatform": "qkb", - "sourceName": "ud", + "migrateAgentId": "glbfecfny", + "displayName": "imtwjmshvcjcpasfrarzht", + "sourcePlatform": "mhszzcsqimyxksplsfkcqjd", + "sourceName": "lqejbvlnndw", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "xngqkblrertcfa", - "lastSuccessfulReplicationCycleTime": "2022-11-08T10:26:58.028Z", + "replicationStatusDescription": "qklpscqy", + "lastSuccessfulReplicationCycleTime": "2022-11-11T06:55:53.474Z", "healthErrors": [ { - "affectedResourceType": "pnfevgkbypytddxko", + "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", "affectedResourceCorrelationIds": [ - "xqxpibvzyrbeejicdxyiolv" + "nnijffornxkfusuhlqmqklultxe" ], "childErrors": [ { - "id": "blaraswbvxyxbqtk", - "code": "jlgwdxsukcvmdbppvpjqxcgxrh", - "healthCategory": "deyfy", - "category": "cv", - "severity": "xshgcnmvospvdg", - "source": "zktcgca", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "hcczwhfgreuryycebnxyzd", + "code": "ofvsysu", + "healthCategory": "wbxefulkpdli", + "category": "uvfjagihlahzemlytvyny", + "severity": "dkbjahklyhrnbhrb", + "source": "xpapcxyjkskyomjhbmfyiqjfu", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "uv", - "message": "shkolqcrbtamymelqfaaua", - "causes": "eolznkucqohpd", - "recommendation": "jbnfrfzstgkyjwtxnaivtu" + "summary": "ucrbovdwmevxguk", + "message": "mymqzn", + "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", + "recommendation": "reryolybafnjcdcp" } ], - "id": "uiaxwthpbwxmniyhr", - "code": "tbhtqahevaghfcjrfnacu", - "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", - "category": "hlhxfruiivwrolleiws", - "severity": "kxjdnujsxcqouvswtwzjefxbl", - "source": "mvcacl", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "cgvbphlvtmpvbubqqgtmqypyda", + "code": "oogdxasjxucfrcp", + "healthCategory": "fifndkrvvxstaaah", + "category": "lsjk", + "severity": "gnvfivykkraw", + "source": "bfencpg", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "pcduryqcuimdtveybkohwopfqkuhyl", - "message": "iwntf", - "causes": "gyoalwbijfv", - "recommendation": "zgjftoeqbjvfjcjsolkifflh" + "summary": "ndpkcoqutozbbdjkzx", + "message": "gtaowwhqlzhqqonzfuhnk", + "causes": "zutlxebjyuijofuq", + "recommendation": "iqdsmoqtxgrbcbnoiq" } ], "currentJob": { - "scenarioName": "hkjvnpsezhaixbxu", - "id": "xxxxaorlxfwd", - "name": "zjhfllvhbjclez", - "displayName": "lyzlohchcjllsfspfjjqkzcgdz", - "state": "bnkzgcswhwmqn", - "startTime": "2022-11-08T10:26:58.028Z", - "endTime": "2022-11-08T10:26:58.028Z" + "scenarioName": "wbowdocuumjimuzowsyowccewysv", + "id": "vmwdivromhrpldr", + "name": "qzxfphbigzqvtcjrnajocha", + "displayName": "acf", + "state": "cwnmnlpbekxaauoxlmvhfec", + "startTime": "2022-11-11T06:55:53.474Z", + "endTime": "2022-11-11T06:55:53.474Z" }, "allowedOperations": [ - "sewleywnhjuvdnlecit" + "yxibt" ], - "masterSiteName": "lmrmwugf", + "masterSiteName": "tsrgnfbgnoyecqkcmnltaypvyp", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "bvszhdga", - "webAppSiteName": "anpamzrdfyxzyuxdxbn" + "webAppArmId": "pfvviyvvntp", + "webAppSiteName": "pnqbuanmtfjlfixuqmhoxk" } }, - "correlationId": "mhhvfzkghhpotjbkpr", - "lastSuccessfulMigrateTime": "2022-11-08T10:26:58.028Z", - "lastSuccessfulTestMigrateTime": "2022-11-08T10:26:58.028Z", + "correlationId": "opd", + "lastSuccessfulMigrateTime": "2022-11-11T06:55:53.474Z", + "lastSuccessfulTestMigrateTime": "2022-11-11T06:55:53.474Z", "currentJob": { - "scenarioName": "qljwrqjkeppnhgldvq", - "id": "nfvifytlounedseeq", - "name": "qud", - "displayName": "ommslcrmeqhjzji", - "state": "wraatygtqsxtegibidvq", - "startTime": "2022-11-08T10:26:58.028Z", - "endTime": "2022-11-08T10:26:58.029Z" + "scenarioName": "xejbuke", + "id": "cfuzqoqqysrr", + "name": "vudgpjpsjttqvvjgmmbmfb", + "displayName": "ohyeia", + "state": "jrewhhfhgiambmfwqucbils", + "startTime": "2022-11-11T06:55:53.474Z", + "endTime": "2022-11-11T06:55:53.474Z" }, "allowedOperations": [ "EnableReplication" ], "healthErrors": [ { - "affectedResourceType": "pnfevgkbypytddxko", + "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", "affectedResourceCorrelationIds": [ - "xqxpibvzyrbeejicdxyiolv" + "nnijffornxkfusuhlqmqklultxe" ], "childErrors": [ { - "id": "blaraswbvxyxbqtk", - "code": "jlgwdxsukcvmdbppvpjqxcgxrh", - "healthCategory": "deyfy", - "category": "cv", - "severity": "xshgcnmvospvdg", - "source": "zktcgca", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "hcczwhfgreuryycebnxyzd", + "code": "ofvsysu", + "healthCategory": "wbxefulkpdli", + "category": "uvfjagihlahzemlytvyny", + "severity": "dkbjahklyhrnbhrb", + "source": "xpapcxyjkskyomjhbmfyiqjfu", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "uv", - "message": "shkolqcrbtamymelqfaaua", - "causes": "eolznkucqohpd", - "recommendation": "jbnfrfzstgkyjwtxnaivtu" + "summary": "ucrbovdwmevxguk", + "message": "mymqzn", + "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", + "recommendation": "reryolybafnjcdcp" } ], - "id": "uiaxwthpbwxmniyhr", - "code": "tbhtqahevaghfcjrfnacu", - "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", - "category": "hlhxfruiivwrolleiws", - "severity": "kxjdnujsxcqouvswtwzjefxbl", - "source": "mvcacl", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "cgvbphlvtmpvbubqqgtmqypyda", + "code": "oogdxasjxucfrcp", + "healthCategory": "fifndkrvvxstaaah", + "category": "lsjk", + "severity": "gnvfivykkraw", + "source": "bfencpg", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "pcduryqcuimdtveybkohwopfqkuhyl", - "message": "iwntf", - "causes": "gyoalwbijfv", - "recommendation": "zgjftoeqbjvfjcjsolkifflh" + "summary": "ndpkcoqutozbbdjkzx", + "message": "gtaowwhqlzhqqonzfuhnk", + "causes": "zutlxebjyuijofuq", + "recommendation": "iqdsmoqtxgrbcbnoiq" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "ctldij", - "name": "rpzwcimozfhedoslwbqn", - "type": "ujjcrmcmkrr", + "id": "eicsbazo", + "name": "mxdpxw", + "type": "xodsx", "systemData": { - "createdBy": "pynzwsltpvxjbmpuqnyzoirznaxl", - "createdByType": "ztlmog", - "createdAt": "2022-11-08T10:26:58.029Z", - "lastModifiedBy": "hnedbiqcjixd", - "lastModifiedByType": "gpkjy", - "lastModifiedAt": "2022-11-08T10:26:58.029Z" + "createdBy": "zbplnhmtjlfkwgvvygmimum", + "createdByType": "ndyzwghybwqk", + "createdAt": "2022-11-11T06:55:53.474Z", + "lastModifiedBy": "dyqkmrxzuttjbetmusqvaalfuh", + "lastModifiedByType": "xyhztpfqpe", + "lastModifiedAt": "2022-11-11T06:55:53.474Z" }, "tags": { - "key7760": "jtzpxoqekalpfak" + "key7954": "torzvafjfvmnzjrpim" } } ], - "nextLink": "wnjcyfzeqm" + "nextLink": "ryfbjavymrkymdsouboken" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json index 1bf2f08bf7cb..b49d491dc631 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "yaomjmrnziyqhqthejqbtjrltl", + "modernizeProjectName": "svudtj", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,4 +10,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json index 988a335f4d56..38135ded0872 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "nwvanxyiaiwpsuwyhibldjxs", - "workloadDeploymentName": "xkgbhujylhowhyrov", + "modernizeProjectName": "pfxkr", + "workloadDeploymentName": "n", "api-version": "2022-05-01-preview", "body": { "properties": { "customProperties": { - "instanceType": "hkpuqwteigwlwluwprfpri" + "instanceType": "qic" } } } @@ -20,4 +20,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json index 73719f9e3c8f..1fcee9624dc7 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "gqzuaemwamelehaxw", - "workloadDeploymentName": "cgdojhwpkgkzpqnxtwvookbwfkr", + "modernizeProjectName": "aizdrgjxqtvh", + "workloadDeploymentName": "ggi", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json index 004d3d2e9686..ec8bb79f5e76 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "pcducjhuzvbrsskjqzkryoupxbs", - "workloadDeploymentName": "mglvsfakectibgvkjcjm", + "modernizeProjectName": "bixss", + "workloadDeploymentName": "grkhjrzigtqelk", "api-version": "2022-05-01-preview", "body": { "properties": { - "comments": "sohdmfcvioedfbfbbhyunsubjkavdsmrmgxuiqevdklpuinzqcmkhdadmflfqakupuzaxbzuhjgnfsmnasbihwffxsqfpuuhkpr" + "comments": "llsofperfkxyqnsspnurbjkqbpftwvvcadopwdaeicmatadgddrlzonoammacdrpungunxxyttbrygwtzffmyqjsobdhcmwwqgmgknhkjdowxzcucnfsjyrmmcqhhonmlfgkssovpreyjaykpzdwzqiriaodfepbdfbjvreyajjmtdvgywvkgzxojfkltcgijudwztnuaetewgcyzfeaclmyjhldwjjxoiejxqnwliwnlisgmtvngrsiptcakjxtoejwbbydcvtocdxbopgbjvrdcmgtwkahvdqmpnxlopvliihjxjrokipljvkysnpmfhbvcekwmqejrownzmcnthzcamhbehiwdfystzjlcjqgusvnanoglwoypztnglpirpzezxxmfgupywpeycjikijxxmbqnssfzkitqzqjfgfwapdihltuwrmmluproxpttwlkssogebdaimxblvreihiphgtdyfmryrmfcflpsjnnndjbkbwrgeqffhwgnypuhszyqhlbcnrdykeflkksiwkuhjtnpszzxnbzbocmzcyvjpqikbcihklvekkcqsusrlcqcepfxhayloryniarvksuezbxfbekmbqrvevxbkruqsgiztauwkgykhxjyewrrctuxlihiprakfvevngraiherihxozpkdjttnulblkpogtrlxgjwqyidclswazmsjpjnkktvisbcycnkgspxjqvhztdslzdqkrcrxbabwkzcfqbefqstlrbgzvdexzfgxmuemwezsbrglotqsqwnfmkxcqdoxtyuvafhdtpgterpxlclrzhrozqyhrxjolxwhuzcfqwcrmakqcnfsgynvskkaxmuswgcjprzluvwhyscdlwwjcthbklvglnatvnnwymvdnjfrwerorzdxdoyxbuttkxrnn" } } }, @@ -18,4 +18,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json index 974895b1c607..c6ddd416ea1c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "cowoezbjsvmvpcmhkg", - "workloadDeploymentName": "gsne", + "modernizeProjectName": "mk", + "workloadDeploymentName": "lyxuaclalordjjygyxkmzmfctitwr", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json index 4d8e0aa48baf..eb975861cf4d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "dlvldgimlbwtnygblgrv", - "workloadDeploymentName": "btkbricjiuqjfbnxieuhfvfsh", + "modernizeProjectName": "vnixsexc", + "workloadDeploymentName": "nritxluzfgyrqj", "api-version": "2022-05-01-preview", "body": { "properties": { @@ -20,4 +20,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json index de7bde56917b..5a0d1fc4d6bd 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "nzzfvrvbtvrumcwojew", - "workloadDeploymentName": "quxdxrovzracnzcbm", + "modernizeProjectName": "qlmitnufwgkrgtaotyrrwzbz", + "workloadDeploymentName": "xjxzaxuyljvrxntvx", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json index e5826d7329c5..15172dab4c39 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "hhrcmjgsixxleaglhnb", - "workloadInstanceName": "fw", - "operationId": "azcqzbsciqrxcp", + "modernizeProjectName": "yrebtdaffdnudgsdmgdir", + "workloadInstanceName": "jricmkqfedfj", + "operationId": "hkpqiqvlbezbaclmesx", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "oekw", - "name": "sdjmymjckca", - "status": "yl", - "startTime": "epbslvrh", - "endTime": "lhlfreizdlllfnsyqlfbee" + "id": "emxtcsjitttpvjfx", + "name": "tzaxgrhtfawrv", + "status": "mllwc", + "startTime": "rhudwlyjvxktptnjzwncrjlqqmlhxz", + "endTime": "yon" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json index ee7578cca767..13ecb2ba2678 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "vypxlfqnhkhoxlqijnemgl", - "workloadInstanceName": "mhmhggrajhxeeofj", - "operationId": "fozxzfciwrkmjqdl", + "modernizeProjectName": "mlqprnyjwdsorkuzzjagaxhnnhooln", + "workloadInstanceName": "xbxtzrrohxbiemotcwyf", + "operationId": "dzyxystmrwmmpjslo", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,4 +12,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json index c2fea7f64bd2..6e315ad9b168 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json @@ -1,26 +1,26 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "byjzkvnhffvggvwzjcnexuljjyt", - "workloadInstanceName": "u", + "modernizeProjectName": "xtkaobdylrbqrqenhlmmadjdvoqn", + "workloadInstanceName": "wv", "api-version": "2022-05-01-preview", "body": { "properties": { - "Name": "kulxqvayhxqkaxucqtv", - "migrateAgentId": "qkoqwqipvn", - "displayName": "eogymxmfiy", - "sourcePlatform": "qkb", - "sourceName": "ud", - "masterSiteName": "lmrmwugf", + "Name": "pnstgbrgwbbpmcgmqcsq", + "migrateAgentId": "glbfecfny", + "displayName": "imtwjmshvcjcpasfrarzht", + "sourcePlatform": "mhszzcsqimyxksplsfkcqjd", + "sourceName": "lqejbvlnndw", + "masterSiteName": "tsrgnfbgnoyecqkcmnltaypvyp", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "bvszhdga", - "webAppSiteName": "anpamzrdfyxzyuxdxbn" + "webAppArmId": "pfvviyvvntp", + "webAppSiteName": "pnqbuanmtfjlfixuqmhoxk" } }, "tags": { - "key5742": "pyfvdmpcj" + "key5308": "phizzeciabnmgrw" } } }, @@ -28,86 +28,86 @@ "201": { "body": { "properties": { - "Name": "kulxqvayhxqkaxucqtv", + "Name": "pnstgbrgwbbpmcgmqcsq", "provisioningState": "Canceled", - "migrateAgentId": "qkoqwqipvn", - "displayName": "eogymxmfiy", - "sourcePlatform": "qkb", - "sourceName": "ud", + "migrateAgentId": "glbfecfny", + "displayName": "imtwjmshvcjcpasfrarzht", + "sourcePlatform": "mhszzcsqimyxksplsfkcqjd", + "sourceName": "lqejbvlnndw", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "xngqkblrertcfa", - "lastSuccessfulReplicationCycleTime": "2022-11-08T10:26:58.028Z", + "replicationStatusDescription": "qklpscqy", + "lastSuccessfulReplicationCycleTime": "2022-11-11T06:55:53.474Z", "healthErrors": [ { - "affectedResourceType": "pnfevgkbypytddxko", + "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", "affectedResourceCorrelationIds": [ - "xqxpibvzyrbeejicdxyiolv" + "nnijffornxkfusuhlqmqklultxe" ], "childErrors": [ { - "id": "blaraswbvxyxbqtk", - "code": "jlgwdxsukcvmdbppvpjqxcgxrh", - "healthCategory": "deyfy", - "category": "cv", - "severity": "xshgcnmvospvdg", - "source": "zktcgca", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "hcczwhfgreuryycebnxyzd", + "code": "ofvsysu", + "healthCategory": "wbxefulkpdli", + "category": "uvfjagihlahzemlytvyny", + "severity": "dkbjahklyhrnbhrb", + "source": "xpapcxyjkskyomjhbmfyiqjfu", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "uv", - "message": "shkolqcrbtamymelqfaaua", - "causes": "eolznkucqohpd", - "recommendation": "jbnfrfzstgkyjwtxnaivtu" + "summary": "ucrbovdwmevxguk", + "message": "mymqzn", + "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", + "recommendation": "reryolybafnjcdcp" } ], - "id": "uiaxwthpbwxmniyhr", - "code": "tbhtqahevaghfcjrfnacu", - "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", - "category": "hlhxfruiivwrolleiws", - "severity": "kxjdnujsxcqouvswtwzjefxbl", - "source": "mvcacl", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "cgvbphlvtmpvbubqqgtmqypyda", + "code": "oogdxasjxucfrcp", + "healthCategory": "fifndkrvvxstaaah", + "category": "lsjk", + "severity": "gnvfivykkraw", + "source": "bfencpg", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "pcduryqcuimdtveybkohwopfqkuhyl", - "message": "iwntf", - "causes": "gyoalwbijfv", - "recommendation": "zgjftoeqbjvfjcjsolkifflh" + "summary": "ndpkcoqutozbbdjkzx", + "message": "gtaowwhqlzhqqonzfuhnk", + "causes": "zutlxebjyuijofuq", + "recommendation": "iqdsmoqtxgrbcbnoiq" } ], "currentJob": { - "scenarioName": "hkjvnpsezhaixbxu", - "id": "xxxxaorlxfwd", - "name": "zjhfllvhbjclez", - "displayName": "lyzlohchcjllsfspfjjqkzcgdz", - "state": "bnkzgcswhwmqn", - "startTime": "2022-11-08T10:26:58.028Z", - "endTime": "2022-11-08T10:26:58.028Z" + "scenarioName": "wbowdocuumjimuzowsyowccewysv", + "id": "vmwdivromhrpldr", + "name": "qzxfphbigzqvtcjrnajocha", + "displayName": "acf", + "state": "cwnmnlpbekxaauoxlmvhfec", + "startTime": "2022-11-11T06:55:53.474Z", + "endTime": "2022-11-11T06:55:53.474Z" }, "allowedOperations": [ - "sewleywnhjuvdnlecit" + "yxibt" ], - "masterSiteName": "lmrmwugf", + "masterSiteName": "tsrgnfbgnoyecqkcmnltaypvyp", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "bvszhdga", - "webAppSiteName": "anpamzrdfyxzyuxdxbn" + "webAppArmId": "pfvviyvvntp", + "webAppSiteName": "pnqbuanmtfjlfixuqmhoxk" } }, - "id": "syjovlflemyotorccugwaqqclenrq", - "name": "plrfddxlixy", - "type": "yasvvufurqvsug", + "id": "cnwoqflisknwmznhoxqlpfx", + "name": "jjojjlretxuybojfh", + "type": "nrclutgzxacokkjfjw", "systemData": { - "createdBy": "jbrlxmkiznbbgkzawpzkpjaj", - "createdByType": "vjyiqodzvfgektcdfoejd", - "createdAt": "2022-11-08T10:27:01.792Z", - "lastModifiedBy": "x", - "lastModifiedByType": "hdyqslxwokmmvzsiabndotnqxsj", - "lastModifiedAt": "2022-11-08T10:27:01.792Z" + "createdBy": "hyfafr", + "createdByType": "rxkvx", + "createdAt": "2022-11-11T06:55:57.019Z", + "lastModifiedBy": "wmahw", + "lastModifiedByType": "wvgzamluozxtvlpjhgpglczonh", + "lastModifiedAt": "2022-11-11T06:55:57.019Z" }, "tags": { - "key5742": "pyfvdmpcj" + "key5308": "phizzeciabnmgrw" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json index 3b26cdef21b6..4cbac67a8e4b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "kmecbyfok", - "workloadInstanceName": "rddixeddwdfyjmje", + "modernizeProjectName": "lucaspxpndzkvfvcocsoszut", + "workloadInstanceName": "twopmofghzrmxvv", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json index 69402d360f5c..b3b6d2f931ce 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "dixgvafxbezdpxku", - "workloadInstanceName": "zkqgjhmtyvragautij", + "modernizeProjectName": "fybxuuuencgphgfpychduqyqprueh", + "workloadInstanceName": "vsscpzgprytvtbtfjvxbbgqnvmy", "api-version": "2022-05-01-preview" }, "responses": { @@ -14,4 +14,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json index ba397cfcc16c..e9becb094a77 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "rtdvqwogjtgofuyawfqjgcjs", - "workloadInstanceName": "oeaavdliiltuicvxfcwcqcotjdwku", + "modernizeProjectName": "gkckqfbactph", + "workloadInstanceName": "ggambvu", "api-version": "2022-05-01-preview" }, "responses": { @@ -14,4 +14,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json index a5d69d5bc379..230cfb32af0c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json @@ -1,95 +1,95 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ocmdmkhqwn", - "workloadInstanceName": "dsbbeyaksnhgkcu", + "modernizeProjectName": "vzkuwzvcuchnhfu", + "workloadInstanceName": "nmcdoglsqelbobqdpci", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { "properties": { - "Name": "kulxqvayhxqkaxucqtv", + "Name": "pnstgbrgwbbpmcgmqcsq", "provisioningState": "Canceled", - "migrateAgentId": "qkoqwqipvn", - "displayName": "eogymxmfiy", - "sourcePlatform": "qkb", - "sourceName": "ud", + "migrateAgentId": "glbfecfny", + "displayName": "imtwjmshvcjcpasfrarzht", + "sourcePlatform": "mhszzcsqimyxksplsfkcqjd", + "sourceName": "lqejbvlnndw", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "xngqkblrertcfa", - "lastSuccessfulReplicationCycleTime": "2022-11-08T10:26:58.028Z", + "replicationStatusDescription": "qklpscqy", + "lastSuccessfulReplicationCycleTime": "2022-11-11T06:55:53.474Z", "healthErrors": [ { - "affectedResourceType": "pnfevgkbypytddxko", + "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", "affectedResourceCorrelationIds": [ - "xqxpibvzyrbeejicdxyiolv" + "nnijffornxkfusuhlqmqklultxe" ], "childErrors": [ { - "id": "blaraswbvxyxbqtk", - "code": "jlgwdxsukcvmdbppvpjqxcgxrh", - "healthCategory": "deyfy", - "category": "cv", - "severity": "xshgcnmvospvdg", - "source": "zktcgca", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "hcczwhfgreuryycebnxyzd", + "code": "ofvsysu", + "healthCategory": "wbxefulkpdli", + "category": "uvfjagihlahzemlytvyny", + "severity": "dkbjahklyhrnbhrb", + "source": "xpapcxyjkskyomjhbmfyiqjfu", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "uv", - "message": "shkolqcrbtamymelqfaaua", - "causes": "eolznkucqohpd", - "recommendation": "jbnfrfzstgkyjwtxnaivtu" + "summary": "ucrbovdwmevxguk", + "message": "mymqzn", + "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", + "recommendation": "reryolybafnjcdcp" } ], - "id": "uiaxwthpbwxmniyhr", - "code": "tbhtqahevaghfcjrfnacu", - "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", - "category": "hlhxfruiivwrolleiws", - "severity": "kxjdnujsxcqouvswtwzjefxbl", - "source": "mvcacl", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "cgvbphlvtmpvbubqqgtmqypyda", + "code": "oogdxasjxucfrcp", + "healthCategory": "fifndkrvvxstaaah", + "category": "lsjk", + "severity": "gnvfivykkraw", + "source": "bfencpg", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "pcduryqcuimdtveybkohwopfqkuhyl", - "message": "iwntf", - "causes": "gyoalwbijfv", - "recommendation": "zgjftoeqbjvfjcjsolkifflh" + "summary": "ndpkcoqutozbbdjkzx", + "message": "gtaowwhqlzhqqonzfuhnk", + "causes": "zutlxebjyuijofuq", + "recommendation": "iqdsmoqtxgrbcbnoiq" } ], "currentJob": { - "scenarioName": "hkjvnpsezhaixbxu", - "id": "xxxxaorlxfwd", - "name": "zjhfllvhbjclez", - "displayName": "lyzlohchcjllsfspfjjqkzcgdz", - "state": "bnkzgcswhwmqn", - "startTime": "2022-11-08T10:26:58.028Z", - "endTime": "2022-11-08T10:26:58.028Z" + "scenarioName": "wbowdocuumjimuzowsyowccewysv", + "id": "vmwdivromhrpldr", + "name": "qzxfphbigzqvtcjrnajocha", + "displayName": "acf", + "state": "cwnmnlpbekxaauoxlmvhfec", + "startTime": "2022-11-11T06:55:53.474Z", + "endTime": "2022-11-11T06:55:53.474Z" }, "allowedOperations": [ - "sewleywnhjuvdnlecit" + "yxibt" ], - "masterSiteName": "lmrmwugf", + "masterSiteName": "tsrgnfbgnoyecqkcmnltaypvyp", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "bvszhdga", - "webAppSiteName": "anpamzrdfyxzyuxdxbn" + "webAppArmId": "pfvviyvvntp", + "webAppSiteName": "pnqbuanmtfjlfixuqmhoxk" } }, - "id": "syjovlflemyotorccugwaqqclenrq", - "name": "plrfddxlixy", - "type": "yasvvufurqvsug", + "id": "cnwoqflisknwmznhoxqlpfx", + "name": "jjojjlretxuybojfh", + "type": "nrclutgzxacokkjfjw", "systemData": { - "createdBy": "jbrlxmkiznbbgkzawpzkpjaj", - "createdByType": "vjyiqodzvfgektcdfoejd", - "createdAt": "2022-11-08T10:27:01.792Z", - "lastModifiedBy": "x", - "lastModifiedByType": "hdyqslxwokmmvzsiabndotnqxsj", - "lastModifiedAt": "2022-11-08T10:27:01.792Z" + "createdBy": "hyfafr", + "createdByType": "rxkvx", + "createdAt": "2022-11-11T06:55:57.019Z", + "lastModifiedBy": "wmahw", + "lastModifiedByType": "wvgzamluozxtvlpjhgpglczonh", + "lastModifiedAt": "2022-11-11T06:55:57.019Z" }, "tags": { - "key5742": "pyfvdmpcj" + "key5308": "phizzeciabnmgrw" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json index 8b65d321c062..1667b66fce9c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "hwlrotdcyvejnitespakvnlqvpf", - "workloadInstanceName": "mcurcwocpi", + "modernizeProjectName": "yrgstghvrklesittcgstdl", + "workloadInstanceName": "efxgtq", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json index 47bb6e82706c..16180f8434aa 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "hhckjgxorcsqxsmhvrcujexhhshmce", + "modernizeProjectName": "exrfxmkvzrwvbdsxomza", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,89 +11,89 @@ "value": [ { "properties": { - "Name": "kulxqvayhxqkaxucqtv", + "Name": "pnstgbrgwbbpmcgmqcsq", "provisioningState": "Canceled", - "migrateAgentId": "qkoqwqipvn", - "displayName": "eogymxmfiy", - "sourcePlatform": "qkb", - "sourceName": "ud", + "migrateAgentId": "glbfecfny", + "displayName": "imtwjmshvcjcpasfrarzht", + "sourcePlatform": "mhszzcsqimyxksplsfkcqjd", + "sourceName": "lqejbvlnndw", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "xngqkblrertcfa", - "lastSuccessfulReplicationCycleTime": "2022-11-08T10:26:58.028Z", + "replicationStatusDescription": "qklpscqy", + "lastSuccessfulReplicationCycleTime": "2022-11-11T06:55:53.474Z", "healthErrors": [ { - "affectedResourceType": "pnfevgkbypytddxko", + "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", "affectedResourceCorrelationIds": [ - "xqxpibvzyrbeejicdxyiolv" + "nnijffornxkfusuhlqmqklultxe" ], "childErrors": [ { - "id": "blaraswbvxyxbqtk", - "code": "jlgwdxsukcvmdbppvpjqxcgxrh", - "healthCategory": "deyfy", - "category": "cv", - "severity": "xshgcnmvospvdg", - "source": "zktcgca", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "hcczwhfgreuryycebnxyzd", + "code": "ofvsysu", + "healthCategory": "wbxefulkpdli", + "category": "uvfjagihlahzemlytvyny", + "severity": "dkbjahklyhrnbhrb", + "source": "xpapcxyjkskyomjhbmfyiqjfu", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "uv", - "message": "shkolqcrbtamymelqfaaua", - "causes": "eolznkucqohpd", - "recommendation": "jbnfrfzstgkyjwtxnaivtu" + "summary": "ucrbovdwmevxguk", + "message": "mymqzn", + "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", + "recommendation": "reryolybafnjcdcp" } ], - "id": "uiaxwthpbwxmniyhr", - "code": "tbhtqahevaghfcjrfnacu", - "healthCategory": "zfoxqumrpzuhwtjjhnzjggbnx", - "category": "hlhxfruiivwrolleiws", - "severity": "kxjdnujsxcqouvswtwzjefxbl", - "source": "mvcacl", - "creationTime": "2022-11-08T10:26:50.562Z", + "id": "cgvbphlvtmpvbubqqgtmqypyda", + "code": "oogdxasjxucfrcp", + "healthCategory": "fifndkrvvxstaaah", + "category": "lsjk", + "severity": "gnvfivykkraw", + "source": "bfencpg", + "creationTime": "2022-11-11T06:55:48.305Z", "isCustomerResolvable": true, - "summary": "pcduryqcuimdtveybkohwopfqkuhyl", - "message": "iwntf", - "causes": "gyoalwbijfv", - "recommendation": "zgjftoeqbjvfjcjsolkifflh" + "summary": "ndpkcoqutozbbdjkzx", + "message": "gtaowwhqlzhqqonzfuhnk", + "causes": "zutlxebjyuijofuq", + "recommendation": "iqdsmoqtxgrbcbnoiq" } ], "currentJob": { - "scenarioName": "hkjvnpsezhaixbxu", - "id": "xxxxaorlxfwd", - "name": "zjhfllvhbjclez", - "displayName": "lyzlohchcjllsfspfjjqkzcgdz", - "state": "bnkzgcswhwmqn", - "startTime": "2022-11-08T10:26:58.028Z", - "endTime": "2022-11-08T10:26:58.028Z" + "scenarioName": "wbowdocuumjimuzowsyowccewysv", + "id": "vmwdivromhrpldr", + "name": "qzxfphbigzqvtcjrnajocha", + "displayName": "acf", + "state": "cwnmnlpbekxaauoxlmvhfec", + "startTime": "2022-11-11T06:55:53.474Z", + "endTime": "2022-11-11T06:55:53.474Z" }, "allowedOperations": [ - "sewleywnhjuvdnlecit" + "yxibt" ], - "masterSiteName": "lmrmwugf", + "masterSiteName": "tsrgnfbgnoyecqkcmnltaypvyp", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "bvszhdga", - "webAppSiteName": "anpamzrdfyxzyuxdxbn" + "webAppArmId": "pfvviyvvntp", + "webAppSiteName": "pnqbuanmtfjlfixuqmhoxk" } }, - "id": "syjovlflemyotorccugwaqqclenrq", - "name": "plrfddxlixy", - "type": "yasvvufurqvsug", + "id": "cnwoqflisknwmznhoxqlpfx", + "name": "jjojjlretxuybojfh", + "type": "nrclutgzxacokkjfjw", "systemData": { - "createdBy": "jbrlxmkiznbbgkzawpzkpjaj", - "createdByType": "vjyiqodzvfgektcdfoejd", - "createdAt": "2022-11-08T10:27:01.792Z", - "lastModifiedBy": "x", - "lastModifiedByType": "hdyqslxwokmmvzsiabndotnqxsj", - "lastModifiedAt": "2022-11-08T10:27:01.792Z" + "createdBy": "hyfafr", + "createdByType": "rxkvx", + "createdAt": "2022-11-11T06:55:57.019Z", + "lastModifiedBy": "wmahw", + "lastModifiedByType": "wvgzamluozxtvlpjhgpglczonh", + "lastModifiedAt": "2022-11-11T06:55:57.019Z" }, "tags": { - "key5742": "pyfvdmpcj" + "key5308": "phizzeciabnmgrw" } } ], - "nextLink": "cowjrbfl" + "nextLink": "hmulqgmdoybzmpphzkewqnomtja" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json index 8dedf2d16fc1..850bdeca7635 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "poaitocamgpiatqg", + "modernizeProjectName": "ez", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,4 +10,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json index 83eda3bae642..b1ff18663a2c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "lshrwzykcszzugagfedlxqi", - "workloadInstanceName": "iagcwczsczxnljgubtlxbyusubafn", + "modernizeProjectName": "cyvlqbtuhs", + "workloadInstanceName": "vssgrglupltejkq", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json index 437e32a39267..97ce88337632 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "x", - "workloadInstanceName": "zerjrt", + "modernizeProjectName": "f", + "workloadInstanceName": "tswycrcnhfubwuwyahexhy", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json index c23eecd6b319..f41635a02372 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "naxrlphwmowafizjjese", - "workloadInstanceName": "cbzrejfpkpfdnwju", + "modernizeProjectName": "ibfwypxjrdpzqgnqyrnt", + "workloadInstanceName": "jnzgspfyhfx", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json index f44b6b0c3937..7ab66a5c557b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "kelyerty", + "subscriptionId": "qpimasjt", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "uxscbhikleqglltxzokyzrnf", - "workloadInstanceName": "krqridpojvuepkux", + "modernizeProjectName": "vldtbaiifyswueutghljt", + "workloadInstanceName": "mzvhiysanzpqugm", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index f18de06596ef..7e6b79a9f020 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -680,6 +680,9 @@ } }, "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "location" + }, "x-ms-examples": { "ModernizeProject_Update_MaximumSet_Gen": { "$ref": "./examples/ModernizeProject_Update_MaximumSet_Gen.json" @@ -2498,19 +2501,16 @@ "type": "string" }, "webServerId": { - "description": "Gets the web server id.", - "type": "string", - "readOnly": true + "description": "Gets or sets the web server id.", + "type": "string" }, "webServerName": { - "description": "Gets the web server name.", - "type": "string", - "readOnly": true + "description": "Gets or sets the web server name.", + "type": "string" }, "displayName": { - "description": "Gets the display name.", - "type": "string", - "readOnly": true + "description": "Gets or sets the display name.", + "type": "string" }, "directories": { "description": "Gets or sets application directories.", @@ -2930,8 +2930,8 @@ "properties": { "resourcesDeployed": { "description": "Gets or sets the list of resources deployed.", - "type": "array", - "items": { + "type": "object", + "additionalProperties": { "type": "string" } }, @@ -2945,37 +2945,56 @@ "type": "string", "readOnly": true }, - "context": { - "description": "Gets or sets the context of deployed resources.", + "deploymentTimestamp": { + "format": "date-time", + "description": "Gets or sets the deployment timestamp.", "type": "string", "readOnly": true }, - "status": { - "description": "Gets or sets the status of deployed resources.", + "targetAzureService": { + "description": "Gets or sets the deployment target service.", + "enum": [ + "AzureKubernetesService", + "AzureAppServiceContainer", + "AzureAppServiceNative" + ], + "type": "string", + "readOnly": true, + "x-ms-enum": { + "name": "WorkloadDeploymentTarget", + "modelAsString": true + } + }, + "containerRegistry": { + "description": "Gets or sets the container registry.", "type": "string", "readOnly": true }, - "type": { - "description": "Gets or sets the type of deployed resources.", + "imageName": { + "description": "Gets or sets the image name.", "type": "string", "readOnly": true }, - "healthErrors": { - "description": "Gets or sets the list of health errors.", - "type": "array", - "items": { - "$ref": "#/definitions/HealthErrorModel" - }, + "imageTag": { + "description": "Gets or sets the image tag.", + "type": "string", "readOnly": true }, - "deploymentTimestamp": { - "format": "date-time", - "description": "Gets or sets the deployment timestamp.", + "appIp": { + "description": "Gets or sets the app ip address.", "type": "string", "readOnly": true }, + "secretStoreName": { + "description": "Gets or sets the secret store name.", + "type": "string" + }, "customProperties": { - "$ref": "#/definitions/WorkloadDeploymentModelCustomProperties" + "description": "Gets or sets the custom deployed resource properties.", + "type": "object", + "additionalProperties": { + "type": "string" + } } } }, @@ -3402,19 +3421,16 @@ "type": "string" }, "webServerId": { - "description": "Gets the web server id.", - "type": "string", - "readOnly": true + "description": "Gets or sets the web server id.", + "type": "string" }, "webServerName": { - "description": "Gets the web server name.", - "type": "string", - "readOnly": true + "description": "Gets or sets the web server name.", + "type": "string" }, "displayName": { - "description": "Gets the display name.", - "type": "string", - "readOnly": true + "description": "Gets or sets the display name.", + "type": "string" }, "directories": { "description": "Gets or sets application directories.", @@ -3500,6 +3516,13 @@ "description": "Gets or sets the server FQDN.", "type": "string" }, + "ipAddresses": { + "description": "Gets or sets list of ip addresses.", + "type": "array", + "items": { + "type": "string" + } + }, "runAsAccountId": { "description": "Gets or sets the run as account id.", "type": "string" @@ -3645,6 +3668,9 @@ }, "managedIdentityName": { "type": "string" + }, + "clientId": { + "type": "string" } } }, From 19e9b005a26e65495363df7827e5fd3222d74118 Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Fri, 11 Nov 2022 14:33:30 +0530 Subject: [PATCH 29/54] fix: Resolving LintDiff Errors --- .../2022-05-01-preview/migrateEngine.json | 99 ++++++++++++++++++- 1 file changed, 97 insertions(+), 2 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 7e6b79a9f020..baab0a35bab0 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -27,6 +27,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -34,6 +35,7 @@ { "in": "path", "name": "deployedResourceName", + "pattern": "^[a-z][a-z0-9]*$", "description": "Workload deployment name.", "required": true, "type": "string" @@ -87,6 +89,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -143,6 +146,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -150,6 +154,7 @@ { "in": "path", "name": "agentName", + "pattern": "^[a-z][a-z0-9]*$", "description": "MigrateAgent name.", "required": true, "type": "string" @@ -204,6 +209,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -211,6 +217,7 @@ { "in": "path", "name": "agentName", + "pattern": "^[a-z][a-z0-9]*$", "description": "MigrateAgent name.", "required": true, "type": "string" @@ -270,6 +277,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject Name.", "required": true, "type": "string" @@ -277,6 +285,7 @@ { "in": "path", "name": "agentName", + "pattern": "^[a-z][a-z0-9]*$", "description": "MigrateAgent Name.", "required": true, "type": "string" @@ -292,6 +301,9 @@ "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", "type": "string" + }, + "Location": { + "type": "string" } } }, @@ -340,6 +352,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -393,6 +406,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -400,6 +414,7 @@ { "in": "path", "name": "agentName", + "pattern": "^[a-z][a-z0-9]*$", "description": "MigrateAgent name.", "required": true, "type": "string" @@ -415,6 +430,9 @@ "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", "type": "string" + }, + "Location": { + "type": "string" } } }, @@ -460,6 +478,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -467,6 +486,7 @@ { "in": "path", "name": "agentName", + "pattern": "^[a-z][a-z0-9]*$", "description": "MigrateAgent name.", "required": true, "type": "string" @@ -527,6 +547,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "Modernize project name.", "required": true, "type": "string" @@ -581,6 +602,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject Name.", "required": true, "type": "string" @@ -643,6 +665,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject Name.", "required": true, "type": "string" @@ -669,6 +692,9 @@ "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", "type": "string" + }, + "Location": { + "type": "string" } } }, @@ -712,6 +738,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject Name.", "required": true, "type": "string" @@ -727,6 +754,9 @@ "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", "type": "string" + }, + "Location": { + "type": "string" } } }, @@ -882,6 +912,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -935,6 +966,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -1001,6 +1033,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -1008,6 +1041,7 @@ { "in": "path", "name": "workflowName", + "pattern": "^[a-z][a-z0-9]*$", "description": "Workflow name.", "required": true, "type": "string" @@ -1061,6 +1095,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -1129,6 +1164,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -1136,6 +1172,7 @@ { "in": "path", "name": "workflowName", + "pattern": "^[a-z][a-z0-9]*$", "description": "Workflow name.", "required": true, "type": "string" @@ -1196,6 +1233,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -1203,6 +1241,7 @@ { "in": "path", "name": "workloadDeploymentName", + "pattern": "^[a-z][a-z0-9]*$", "description": "Workload deployment name.", "required": true, "type": "string" @@ -1257,6 +1296,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -1264,6 +1304,7 @@ { "in": "path", "name": "workloadDeploymentName", + "pattern": "^[a-z][a-z0-9]*$", "description": "Workload deployment name.", "required": true, "type": "string" @@ -1323,6 +1364,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -1330,6 +1372,7 @@ { "in": "path", "name": "workloadDeploymentName", + "pattern": "^[a-z][a-z0-9]*$", "description": "Workload deployment name.", "required": true, "type": "string" @@ -1351,6 +1394,9 @@ "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", "type": "string" + }, + "Location": { + "type": "string" } } }, @@ -1399,6 +1445,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -1455,6 +1502,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -1462,6 +1510,7 @@ { "in": "path", "name": "workloadDeploymentName", + "pattern": "^[a-z][a-z0-9]*$", "description": "Workload deployment name.", "required": true, "type": "string" @@ -1518,6 +1567,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -1525,6 +1575,7 @@ { "in": "path", "name": "workloadDeploymentName", + "pattern": "^[a-z][a-z0-9]*$", "description": "Workload deployment name.", "required": true, "type": "string" @@ -1548,6 +1599,9 @@ "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", "type": "string" + }, + "Location": { + "type": "string" } } }, @@ -1596,6 +1650,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -1603,6 +1658,7 @@ { "in": "path", "name": "workloadDeploymentName", + "pattern": "^[a-z][a-z0-9]*$", "description": "Workload deployment name.", "required": true, "type": "string" @@ -1626,6 +1682,9 @@ "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", "type": "string" + }, + "Location": { + "type": "string" } } }, @@ -1674,6 +1733,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -1681,6 +1741,7 @@ { "in": "path", "name": "workloadDeploymentName", + "pattern": "^[a-z][a-z0-9]*$", "description": "Workload deployment name.", "required": true, "type": "string" @@ -1704,6 +1765,9 @@ "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", "type": "string" + }, + "Location": { + "type": "string" } } }, @@ -1752,6 +1816,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -1759,6 +1824,7 @@ { "in": "path", "name": "workloadDeploymentName", + "pattern": "^[a-z][a-z0-9]*$", "description": "Workload deployment name.", "required": true, "type": "string" @@ -1782,6 +1848,9 @@ "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", "type": "string" + }, + "Location": { + "type": "string" } } }, @@ -1827,6 +1896,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -1834,6 +1904,7 @@ { "in": "path", "name": "workloadDeploymentName", + "pattern": "^[a-z][a-z0-9]*$", "description": "Protected Item name.", "required": true, "type": "string" @@ -1894,6 +1965,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -1901,6 +1973,7 @@ { "in": "path", "name": "workloadInstanceName", + "pattern": "^[a-z][a-z0-9]*$", "description": "Workload instance name.", "required": true, "type": "string" @@ -1955,6 +2028,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -1962,6 +2036,7 @@ { "in": "path", "name": "workloadInstanceName", + "pattern": "^[a-z][a-z0-9]*$", "description": "Workload instance name.", "required": true, "type": "string" @@ -2021,6 +2096,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject Name.", "required": true, "type": "string" @@ -2028,6 +2104,7 @@ { "in": "path", "name": "workloadInstanceName", + "pattern": "^[a-z][a-z0-9]*$", "description": "Workload instance name.", "required": true, "type": "string" @@ -2043,6 +2120,9 @@ "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", "type": "string" + }, + "Location": { + "type": "string" } } }, @@ -2091,6 +2171,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -2147,6 +2228,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -2154,6 +2236,7 @@ { "in": "path", "name": "workloadInstanceName", + "pattern": "^[a-z][a-z0-9]*$", "description": "Workload instance name.", "required": true, "type": "string" @@ -2214,6 +2297,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -2221,6 +2305,7 @@ { "in": "path", "name": "workloadInstanceName", + "pattern": "^[a-z][a-z0-9]*$", "description": "Workload instance name.", "required": true, "type": "string" @@ -2236,6 +2321,9 @@ "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", "type": "string" + }, + "Location": { + "type": "string" } } }, @@ -2281,6 +2369,7 @@ { "in": "path", "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", "description": "ModernizeProject name.", "required": true, "type": "string" @@ -2288,6 +2377,7 @@ { "in": "path", "name": "workloadInstanceName", + "pattern": "^[a-z][a-z0-9]*$", "description": "Workload instance name.", "required": true, "type": "string" @@ -2303,6 +2393,9 @@ "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", "type": "string" + }, + "Location": { + "type": "string" } } }, @@ -5357,7 +5450,8 @@ "name": "subscriptionId", "description": "Azure Subscription Id in which project was created.", "required": true, - "type": "string" + "type": "string", + "x-ms-parameter-location": "method" }, "resourceGroupName": { "in": "path", @@ -5372,7 +5466,8 @@ "name": "api-version", "description": "Client Api Version.", "required": true, - "type": "string" + "type": "string", + "x-ms-parameter-location": "method" } }, "securityDefinitions": { From 13739a0a05968759d1524ff8b55bc435986bcda2 Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Fri, 11 Nov 2022 15:43:34 +0530 Subject: [PATCH 30/54] fix: Ran prettier fix --- .../examples/DeployedResource_Get_MaximumSet_Gen.json | 2 +- .../examples/DeployedResource_Get_MinimumSet_Gen.json | 2 +- .../examples/DeployedResource_List_MaximumSet_Gen.json | 2 +- .../examples/DeployedResource_List_MinimumSet_Gen.json | 2 +- .../MigrateAgentOperationStatus_Get_MaximumSet_Gen.json | 2 +- .../MigrateAgentOperationStatus_Get_MinimumSet_Gen.json | 2 +- .../examples/MigrateAgent_Create_MaximumSet_Gen.json | 2 +- .../examples/MigrateAgent_Create_MinimumSet_Gen.json | 2 +- .../examples/MigrateAgent_Delete_MaximumSet_Gen.json | 2 +- .../examples/MigrateAgent_Delete_MinimumSet_Gen.json | 2 +- .../examples/MigrateAgent_Get_MaximumSet_Gen.json | 2 +- .../examples/MigrateAgent_Get_MinimumSet_Gen.json | 2 +- .../examples/MigrateAgent_List_MaximumSet_Gen.json | 2 +- .../examples/MigrateAgent_List_MinimumSet_Gen.json | 2 +- .../examples/MigrateAgent_Refresh_MaximumSet_Gen.json | 2 +- .../examples/MigrateAgent_Refresh_MinimumSet_Gen.json | 2 +- .../ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json | 2 +- .../ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProject_Create_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProject_Create_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProject_Delete_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProject_Delete_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProject_Get_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProject_Get_MinimumSet_Gen.json | 2 +- .../ModernizeProject_ListBySubscription_MaximumSet_Gen.json | 2 +- .../ModernizeProject_ListBySubscription_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProject_List_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProject_List_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProject_Update_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProject_Update_MinimumSet_Gen.json | 2 +- .../examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json | 2 +- .../examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json | 2 +- .../examples/Workflow_Get_MaximumSet_Gen.json | 2 +- .../examples/Workflow_Get_MinimumSet_Gen.json | 2 +- .../examples/Workflow_List_MaximumSet_Gen.json | 2 +- .../examples/Workflow_List_MinimumSet_Gen.json | 2 +- .../WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json | 2 +- .../WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json | 2 +- .../WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json | 2 +- .../WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Create_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Create_MinimumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Delete_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Delete_MinimumSet_Gen.json | 2 +- ...rkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json | 2 +- ...rkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Get_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Get_MinimumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_List_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_List_MinimumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json | 2 +- .../WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json | 2 +- .../WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json | 2 +- .../WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json | 2 +- .../WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json | 2 +- .../examples/WorkloadInstance_Create_MaximumSet_Gen.json | 2 +- .../examples/WorkloadInstance_Create_MinimumSet_Gen.json | 2 +- .../examples/WorkloadInstance_Delete_MaximumSet_Gen.json | 2 +- .../examples/WorkloadInstance_Delete_MinimumSet_Gen.json | 2 +- .../examples/WorkloadInstance_Get_MaximumSet_Gen.json | 2 +- .../examples/WorkloadInstance_Get_MinimumSet_Gen.json | 2 +- .../examples/WorkloadInstance_List_MaximumSet_Gen.json | 2 +- .../examples/WorkloadInstance_List_MinimumSet_Gen.json | 2 +- .../WorkloadInstance_MigrateComplete_MaximumSet_Gen.json | 2 +- .../WorkloadInstance_MigrateComplete_MinimumSet_Gen.json | 2 +- .../examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json | 2 +- .../examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json | 2 +- 72 files changed, 72 insertions(+), 72 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json index ff0efb222cac..3f6f2a3342bd 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json @@ -43,4 +43,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json index 006fccd24f32..aeed4aa913e6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json index 6a4b66eccff1..5fda79cfdc8d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json index 47d527ccdcf7..7a4fd2770448 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json index cad0134f08a2..547b9b12db17 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json index 5296fe373330..f3b2acd03750 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json @@ -12,4 +12,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json index 403cc0c95fe8..1b75cd7114ee 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json @@ -100,4 +100,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json index d2b4123bac20..bd6c51eb41b3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json index f1df1cb248e9..1bc20a7107f8 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json index 56f28dd4bf8f..f93ec46d9068 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json index 406c27d373e4..873f48a1daeb 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json @@ -81,4 +81,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json index a9bcba09290c..7311943b6224 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json index 8dc7812f41e6..b42c4366ed0c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json @@ -85,4 +85,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json index 11494b6e560f..1b462b9d2da6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json index 3536631113be..bbcb475e5109 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json index 433a898f1ef9..7335a4454bc4 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json index 2ee1de488f44..02efb7b827da 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json index 3391f684100a..99197b367ab3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json index c44d634d227c..82d9f7394a97 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json @@ -139,4 +139,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json index 9e9ffde07284..f97b5e82385b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json index d3c4bd71581f..c6e9b78f33ca 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json @@ -71,4 +71,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json index 3254475cf74c..920333fbb25f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json index cdac83393a64..9a880f42d8ba 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json @@ -13,4 +13,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json index a79a639e8ffa..8002d1888299 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json @@ -13,4 +13,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json index d0ced918cea1..f9ed00a07b48 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json index a688d8c1b1ff..380914794380 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json index 295c01f84212..4e8aaf47283d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json @@ -51,4 +51,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json index e943f8181fa3..98b20ffe9521 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json @@ -8,4 +8,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json index 7615324e169b..f8b3f52cfe11 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json index 3661e812d9e7..547d5b04eef4 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json @@ -9,4 +9,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json index cc0b9c1f71b7..5540e4e6320c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json @@ -55,4 +55,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json index de80eec9e012..8756085d57da 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json @@ -13,4 +13,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json index 6eb23a7ee6d2..17736cf04259 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json index 1fab7c7d6d66..e951983eb375 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json @@ -12,4 +12,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json index 40339a97040b..8c2401d6e5a1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json @@ -73,4 +73,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json index 61dab7dbc209..e0da136a6c2b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json index 80101444b948..8537e535f602 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json @@ -79,4 +79,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json index 845db3a1df15..ea0557cd1a6d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json index 87a4fdac57ab..a8abc2a3b9e0 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json index c914a69783e7..8848a09a64a3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json @@ -12,4 +12,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json index 75c333ee2cfc..1ced7ae7ef38 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json @@ -29,4 +29,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json index 4ea9a357408b..05cc51d3cb30 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json index 948c31bfcfed..29053da24e45 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json @@ -182,4 +182,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json index d41bfcb5daca..eeadc20f0074 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json index 47cdd3931ee5..c207c55f08e0 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json @@ -15,4 +15,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json index 8bea1d36d5e1..6a2a24964dde 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json index 5e213d9d70b3..4be7c4e06960 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json @@ -157,4 +157,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json index 939014aecc0b..ae5196c749de 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json index b73f053ee308..d0065241609a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json @@ -157,4 +157,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json index 9a525b601bf1..57efcec9a9c8 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json index b03abc82dcb8..0938bb6b3cac 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json @@ -161,4 +161,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json index b49d491dc631..35c890628949 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json index 38135ded0872..8e6b313439ba 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json @@ -20,4 +20,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json index 1fcee9624dc7..681a33aab0b1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json index ec8bb79f5e76..a01e1903dbd5 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json index c6ddd416ea1c..5591a3282fa9 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json index eb975861cf4d..ac61fa104cfc 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json @@ -20,4 +20,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json index 5a0d1fc4d6bd..bda7580c2b42 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json index 15172dab4c39..4c938fde4149 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json index 13ecb2ba2678..34289dbc8cd4 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json @@ -12,4 +12,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json index 6e315ad9b168..31a3ed856e96 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json @@ -110,4 +110,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json index 4cbac67a8e4b..68ba2fa7c268 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json index b3b6d2f931ce..7fdca58b2815 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json index e9becb094a77..8e1c8c75279f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json index 230cfb32af0c..b98eba7f98d1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json @@ -92,4 +92,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json index 1667b66fce9c..0bba1e605e2d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json index 16180f8434aa..a783bd0064b1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json @@ -96,4 +96,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json index 850bdeca7635..e25d13352e32 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json index b1ff18663a2c..aa1660fde789 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json index 97ce88337632..4e753d77f7e4 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json index f41635a02372..e29bda960270 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json index 7ab66a5c557b..9b5fb10bce87 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} From bd00c896b0db5397442173e8c7a4bd563c72f84b Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Mon, 14 Nov 2022 11:31:48 +0530 Subject: [PATCH 31/54] fix: fixing model validation errors --- .../examples/MigrateAgent_Create_MaximumSet_Gen.json | 2 +- .../examples/MigrateAgent_Get_MaximumSet_Gen.json | 2 +- .../examples/MigrateAgent_List_MaximumSet_Gen.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json index 1b75cd7114ee..049feb7744e5 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json @@ -80,7 +80,7 @@ } ], "customProperties": { - "instanceType": "dvxliht" + "instanceType": "IISWorkload" } }, "id": "hrkmxwjjtkara", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json index 873f48a1daeb..605842823f7c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json @@ -61,7 +61,7 @@ } ], "customProperties": { - "instanceType": "dvxliht" + "instanceType": "IISWorkload" } }, "id": "hrkmxwjjtkara", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json index b42c4366ed0c..e3bddcc17fe4 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json @@ -62,7 +62,7 @@ } ], "customProperties": { - "instanceType": "dvxliht" + "instanceType": "IISWorkload" } }, "id": "hrkmxwjjtkara", From 100cc4de8f6b0c1b284df0b3d2c676df3cf9419c Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Mon, 14 Nov 2022 12:18:40 +0530 Subject: [PATCH 32/54] fix: model validation error fix --- .../examples/MigrateAgent_Create_MaximumSet_Gen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json index 049feb7744e5..0fc9d079f5fd 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json @@ -17,7 +17,7 @@ "aadAuthority": "xlkwxmlseioqmmjnvhdmzy" }, "customProperties": { - "instanceType": "dvxliht" + "instanceType": "IISWorkload" } }, "tags": { From 10ac713135b512b65976b159f661f86758141377 Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Mon, 14 Nov 2022 14:51:33 +0530 Subject: [PATCH 33/54] fix: Removed patch operation and updated camelCase --- .../2022-05-01-preview/migrateEngine.json | 80 +------------------ 1 file changed, 2 insertions(+), 78 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index baab0a35bab0..500db36126d2 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -642,82 +642,6 @@ } } }, - "patch": { - "tags": [ - "ModernizeProject" - ], - "summary": "Updates the modernizeProject.", - "description": "Performs update on the modernizeProject.", - "operationId": "ModernizeProject_Update", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "parameters": [ - { - "$ref": "#/parameters/subscriptionId" - }, - { - "$ref": "#/parameters/resourceGroupName" - }, - { - "in": "path", - "name": "modernizeProjectName", - "pattern": "^[a-z][a-z0-9]*$", - "description": "ModernizeProject Name.", - "required": true, - "type": "string" - }, - { - "$ref": "#/parameters/api-version" - }, - { - "in": "body", - "name": "body", - "description": "ModernizeProject properties.", - "schema": { - "$ref": "#/definitions/UpdateModernizeProjectModel" - } - } - ], - "responses": { - "202": { - "description": "Success", - "schema": { - "$ref": "#/definitions/ModernizeProjectModel" - }, - "headers": { - "Azure-AsyncOperation": { - "description": "Tracking URL for long running operation.", - "type": "string" - }, - "Location": { - "type": "string" - } - } - }, - "default": { - "description": "Error", - "schema": { - "$ref": "#/definitions/ArmError" - } - } - }, - "x-ms-long-running-operation": true, - "x-ms-long-running-operation-options": { - "final-state-via": "location" - }, - "x-ms-examples": { - "ModernizeProject_Update_MaximumSet_Gen": { - "$ref": "./examples/ModernizeProject_Update_MaximumSet_Gen.json" - }, - "ModernizeProject_Update_MinimumSet_Gen": { - "$ref": "./examples/ModernizeProject_Update_MinimumSet_Gen.json" - } - } - }, "delete": { "tags": [ "ModernizeProject" @@ -4267,7 +4191,7 @@ "SecureString": { "type": "object", "properties": { - "Length": { + "length": { "format": "int32", "type": "integer" } @@ -5257,7 +5181,7 @@ "description": "Workload instance model properties.", "type": "object", "properties": { - "Name": { + "name": { "description": "Gets or sets the workload instance name.", "type": "string" }, From 222f8b33cd5671402f9a105bb51fc3e33e5cc688 Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Mon, 14 Nov 2022 15:27:22 +0530 Subject: [PATCH 34/54] fix: updated 'name' and restore readme.md --- ...kloadDeployment_Create_MaximumSet_Gen.json | 4 +- ...etSecretConfigurations_MaximumSet_Gen.json | 2 +- ...WorkloadDeployment_Get_MaximumSet_Gen.json | 2 +- ...orkloadDeployment_List_MaximumSet_Gen.json | 2 +- ...orkloadInstance_Create_MaximumSet_Gen.json | 4 +- .../WorkloadInstance_Get_MaximumSet_Gen.json | 2 +- .../WorkloadInstance_List_MaximumSet_Gen.json | 2 +- .../2022-05-01-preview/migrateEngine.json | 79 +++++++++++++++++++ .../migrate/resource-manager/readme.md | 3 +- 9 files changed, 90 insertions(+), 10 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json index 29053da24e45..2858dae11d91 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json @@ -10,7 +10,7 @@ "displayName": "gvhet", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "Name": "pnstgbrgwbbpmcgmqcsq", + "name": "pnstgbrgwbbpmcgmqcsq", "migrateAgentId": "glbfecfny", "displayName": "imtwjmshvcjcpasfrarzht", "sourcePlatform": "mhszzcsqimyxksplsfkcqjd", @@ -45,7 +45,7 @@ "displayName": "gvhet", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "Name": "pnstgbrgwbbpmcgmqcsq", + "name": "pnstgbrgwbbpmcgmqcsq", "provisioningState": "Canceled", "migrateAgentId": "glbfecfny", "displayName": "imtwjmshvcjcpasfrarzht", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json index 4be7c4e06960..1221e9d4b4da 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json @@ -20,7 +20,7 @@ "displayName": "gvhet", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "Name": "pnstgbrgwbbpmcgmqcsq", + "name": "pnstgbrgwbbpmcgmqcsq", "provisioningState": "Canceled", "migrateAgentId": "glbfecfny", "displayName": "imtwjmshvcjcpasfrarzht", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json index d0065241609a..0c007416561c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json @@ -20,7 +20,7 @@ "displayName": "gvhet", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "Name": "pnstgbrgwbbpmcgmqcsq", + "name": "pnstgbrgwbbpmcgmqcsq", "provisioningState": "Canceled", "migrateAgentId": "glbfecfny", "displayName": "imtwjmshvcjcpasfrarzht", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json index 0938bb6b3cac..6e5cc1fc552e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json @@ -21,7 +21,7 @@ "displayName": "gvhet", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "Name": "pnstgbrgwbbpmcgmqcsq", + "name": "pnstgbrgwbbpmcgmqcsq", "provisioningState": "Canceled", "migrateAgentId": "glbfecfny", "displayName": "imtwjmshvcjcpasfrarzht", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json index 31a3ed856e96..e8391025c4d6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json @@ -7,7 +7,7 @@ "api-version": "2022-05-01-preview", "body": { "properties": { - "Name": "pnstgbrgwbbpmcgmqcsq", + "name": "pnstgbrgwbbpmcgmqcsq", "migrateAgentId": "glbfecfny", "displayName": "imtwjmshvcjcpasfrarzht", "sourcePlatform": "mhszzcsqimyxksplsfkcqjd", @@ -28,7 +28,7 @@ "201": { "body": { "properties": { - "Name": "pnstgbrgwbbpmcgmqcsq", + "name": "pnstgbrgwbbpmcgmqcsq", "provisioningState": "Canceled", "migrateAgentId": "glbfecfny", "displayName": "imtwjmshvcjcpasfrarzht", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json index b98eba7f98d1..8b15b2908552 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json @@ -10,7 +10,7 @@ "200": { "body": { "properties": { - "Name": "pnstgbrgwbbpmcgmqcsq", + "name": "pnstgbrgwbbpmcgmqcsq", "provisioningState": "Canceled", "migrateAgentId": "glbfecfny", "displayName": "imtwjmshvcjcpasfrarzht", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json index a783bd0064b1..a958d553e3c0 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json @@ -11,7 +11,7 @@ "value": [ { "properties": { - "Name": "pnstgbrgwbbpmcgmqcsq", + "name": "pnstgbrgwbbpmcgmqcsq", "provisioningState": "Canceled", "migrateAgentId": "glbfecfny", "displayName": "imtwjmshvcjcpasfrarzht", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 500db36126d2..213e4c1a8e74 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -642,6 +642,82 @@ } } }, + "patch": { + "tags": [ + "ModernizeProject" + ], + "summary": "Updates the modernizeProject.", + "description": "Performs update on the modernizeProject.", + "operationId": "ModernizeProject_Update", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "$ref": "#/parameters/resourceGroupName" + }, + { + "in": "path", + "name": "modernizeProjectName", + "pattern": "^[a-z][a-z0-9]*$", + "description": "ModernizeProject Name.", + "required": true, + "type": "string" + }, + { + "$ref": "#/parameters/api-version" + }, + { + "in": "body", + "name": "body", + "description": "ModernizeProject properties.", + "schema": { + "$ref": "#/definitions/UpdateModernizeProjectModel" + } + } + ], + "responses": { + "202": { + "description": "Success", + "schema": { + "$ref": "#/definitions/ModernizeProjectModel" + }, + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + }, + "Location": { + "type": "string" + } + } + }, + "default": { + "description": "Error", + "schema": { + "$ref": "#/definitions/ArmError" + } + } + }, + "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via": "location" + }, + "x-ms-examples": { + "ModernizeProject_Update_MaximumSet_Gen": { + "$ref": "./examples/ModernizeProject_Update_MaximumSet_Gen.json" + }, + "ModernizeProject_Update_MinimumSet_Gen": { + "$ref": "./examples/ModernizeProject_Update_MinimumSet_Gen.json" + } + } + }, "delete": { "tags": [ "ModernizeProject" @@ -4426,6 +4502,9 @@ "additionalProperties": { "type": "string" } + }, + "identity": { + "$ref": "#/definitions/ResourceIdentity" } }, "x-ms-azure-resource": true diff --git a/specification/migrate/resource-manager/readme.md b/specification/migrate/resource-manager/readme.md index ea46925488bb..2be0a04be925 100644 --- a/specification/migrate/resource-manager/readme.md +++ b/specification/migrate/resource-manager/readme.md @@ -179,8 +179,9 @@ These settings apply only when `--tag=package-2022-05` is specified on the comma ``` yaml $(tag) == 'package-2022-05' input-file: +- Microsoft.OffAzure/stable/2020-07-07/migrate.json - Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json - +- Microsoft.Migrate/stable/2020-05-01/hubmigrate.json #Needed when there is more than one input file override-info: title: "Azure Migrate" From 8ffe5987d8b3d4ed05271130db29d25e77ec8ecb Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Wed, 16 Nov 2022 11:57:48 +0530 Subject: [PATCH 35/54] fix: removed tag: package-2022-05 and reverted the default tag to 2019-10 --- specification/migrate/resource-manager/readme.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/specification/migrate/resource-manager/readme.md b/specification/migrate/resource-manager/readme.md index 2be0a04be925..1b35a071fb20 100644 --- a/specification/migrate/resource-manager/readme.md +++ b/specification/migrate/resource-manager/readme.md @@ -116,7 +116,7 @@ These are the global settings for the API. ``` yaml openapi-type: arm -tag: package-2022-05 +tag: package-2019-10 ``` ### Tag: package-migrate-2018-02 @@ -173,20 +173,6 @@ input-file: - Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json ``` -### Tag: package-2022-05 - -These settings apply only when `--tag=package-2022-05` is specified on the command line. - -``` yaml $(tag) == 'package-2022-05' -input-file: -- Microsoft.OffAzure/stable/2020-07-07/migrate.json -- Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json -- Microsoft.Migrate/stable/2020-05-01/hubmigrate.json -#Needed when there is more than one input file -override-info: - title: "Azure Migrate" -``` - ## Suppression ``` yaml From 0a8db86d3591089264bdbf61de63ecd854ada57c Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Wed, 16 Nov 2022 12:17:55 +0530 Subject: [PATCH 36/54] fix: OperationsAPIImplementation --- .../2022-05-01-preview/operations.json | 71 +++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/operations.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/operations.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/operations.json new file mode 100644 index 000000000000..a39a68b44a27 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/operations.json @@ -0,0 +1,71 @@ +{ + "swagger": "2.0", + "info": { + "version": "2022-05-01-preview", + "title": "AzureMigrateEngine client", + "description": "AzureMigrateEngine client provides access to various AzureMigrateEngine operations." + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "securityDefinitions": { + "azure_auth": { + "type": "oauth2", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "flow": "implicit", + "description": "Azure Active Directory OAuth2 Flow", + "scopes": { + "user_impersonation": "impersonate your user account" + } + } + }, + "paths": { + "/providers/Microsoft.Migrate/operations": { + "get": { + "tags": [ + "Operations" + ], + "description": "Lists all the available API operations under this PR", + "operationId": "Operations_List", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/OperationListResult" + } + }, + "default": { + "description": "Resource provider error response about the failure.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + } + } + } + }, + "definitions": {}, + "parameters": {} +} From ba9004fb6264efb379e3ac3243498a54a034b5f4 Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Wed, 16 Nov 2022 12:37:39 +0530 Subject: [PATCH 37/54] fix: OperationsAPI Implementaiton shifted to migrateEngine file --- .../Operations_List_MaximumSet_Gen.json | 26 +++++++ .../Operations_List_MinimumSet_Gen.json | 10 +++ .../2022-05-01-preview/migrateEngine.json | 39 ++++++++++ .../2022-05-01-preview/operations.json | 71 ------------------- 4 files changed, 75 insertions(+), 71 deletions(-) create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MinimumSet_Gen.json delete mode 100644 specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/operations.json diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..3930fc6a1900 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json @@ -0,0 +1,26 @@ +{ + "parameters": { + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "name": "zsgjsvkgvuvpo", + "isDataAction": true, + "display": { + "provider": "rbmjbu", + "resource": "vxwexwonwxezx", + "operation": "bkoohyf", + "description": "hwbngbeehxa" + }, + "origin": "user", + "actionType": "Internal" + } + ], + "nextLink": "ratesqegginoidgsnkwuntg" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MinimumSet_Gen.json new file mode 100644 index 000000000000..a472ca49ee58 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MinimumSet_Gen.json @@ -0,0 +1,10 @@ +{ + "parameters": { + "api-version": "2022-05-01-preview" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 213e4c1a8e74..8784dbc8da86 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -6,6 +6,45 @@ "version": "2022-05-01-preview" }, "paths": { + "/providers/Microsoft.Migrate/operations": { + "get": { + "tags": [ + "Operations" + ], + "description": "Lists all the available API operations under this PR", + "operationId": "Operations_List", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/OperationListResult" + } + }, + "default": { + "description": "Resource provider error response about the failure.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Operations_List_MaximumSet_Gen": { + "$ref": "./examples/Operations_List_MaximumSet_Gen.json" + }, + "Operations_List_MinimumSet_Gen": { + "$ref": "./examples/Operations_List_MinimumSet_Gen.json" + } + } + } + }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/deployedResources/{deployedResourceName}": { "get": { "tags": [ diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/operations.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/operations.json deleted file mode 100644 index a39a68b44a27..000000000000 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/operations.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "version": "2022-05-01-preview", - "title": "AzureMigrateEngine client", - "description": "AzureMigrateEngine client provides access to various AzureMigrateEngine operations." - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ], - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "paths": { - "/providers/Microsoft.Migrate/operations": { - "get": { - "tags": [ - "Operations" - ], - "description": "Lists all the available API operations under this PR", - "operationId": "Operations_List", - "parameters": [ - { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" - } - ], - "responses": { - "200": { - "description": "Success", - "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/OperationListResult" - } - }, - "default": { - "description": "Resource provider error response about the failure.", - "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - } - } - } - }, - "definitions": {}, - "parameters": {} -} From a865e66b5f5523c6f97bf5e759f1cc489a288b23 Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Wed, 16 Nov 2022 13:41:26 +0530 Subject: [PATCH 38/54] fix: ran prettier fix on 2 new example files --- .../examples/Operations_List_MaximumSet_Gen.json | 2 +- .../examples/Operations_List_MinimumSet_Gen.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json index 3930fc6a1900..1ee30bc0d88f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json @@ -23,4 +23,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MinimumSet_Gen.json index a472ca49ee58..af3e219c74e3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MinimumSet_Gen.json @@ -7,4 +7,4 @@ "body": {} } } -} \ No newline at end of file +} From eae299242ebc4e368ef6e026b76f1c3b5b0cb6a1 Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Fri, 18 Nov 2022 14:15:56 +0530 Subject: [PATCH 39/54] fix: updated package-2019 with package-migrate-2019 --- specification/migrate/resource-manager/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/migrate/resource-manager/readme.md b/specification/migrate/resource-manager/readme.md index 1b35a071fb20..b4d05c7be947 100644 --- a/specification/migrate/resource-manager/readme.md +++ b/specification/migrate/resource-manager/readme.md @@ -116,7 +116,7 @@ These are the global settings for the API. ``` yaml openapi-type: arm -tag: package-2019-10 +tag: package-migrate-2019-10 ``` ### Tag: package-migrate-2018-02 From 836dc35e7499ac3642e5425064e5bd96daba0f65 Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Wed, 18 Jan 2023 11:07:47 +0530 Subject: [PATCH 40/54] refactor: Changed random guid to reopen the PR --- .../examples/DeployedResource_Get_MaximumSet_Gen.json | 2 +- .../examples/DeployedResource_List_MaximumSet_Gen.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json index 3f6f2a3342bd..8332c4451122 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json @@ -11,7 +11,7 @@ "body": { "properties": { "resourcesDeployed": { - "key1609": "zihgqpcczjkdh" + "key1609": "zihgqpcczjkdhi" }, "workloadDeploymentId": "ltjjau", "displayName": "zffywq", diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json index 5fda79cfdc8d..9c1828e5dcc1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json @@ -12,7 +12,7 @@ { "properties": { "resourcesDeployed": { - "key1609": "zihgqpcczjkdh" + "key1609": "zihgqpcczjkdhi" }, "workloadDeploymentId": "ltjjau", "displayName": "zffywq", From 18683251c2a0843cb81f2cbeaa8785ff10b8c331 Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Fri, 20 Jan 2023 15:56:13 +0530 Subject: [PATCH 41/54] fix: Updated the swagger till date 19Jan --- .../2022-05-01-preview/migrateEngine.json | 184 ++++++++++++------ 1 file changed, 124 insertions(+), 60 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 8784dbc8da86..1eee65481d3b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -275,7 +275,7 @@ ], "responses": { "201": { - "description": "Success", + "description": "Created", "schema": { "$ref": "#/definitions/MigrateAgentModel" } @@ -335,7 +335,7 @@ ], "responses": { "202": { - "description": "Success", + "description": "Accepted", "headers": { "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", @@ -347,7 +347,7 @@ } }, "204": { - "description": "Success" + "description": "No Content" }, "default": { "description": "Error", @@ -464,7 +464,7 @@ ], "responses": { "202": { - "description": "Success", + "description": "Accepted", "headers": { "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", @@ -660,7 +660,7 @@ ], "responses": { "201": { - "description": "Success", + "description": "Created", "schema": { "$ref": "#/definitions/ModernizeProjectModel" } @@ -723,7 +723,7 @@ ], "responses": { "202": { - "description": "Success", + "description": "Accepted", "schema": { "$ref": "#/definitions/ModernizeProjectModel" }, @@ -788,7 +788,7 @@ ], "responses": { "202": { - "description": "Success", + "description": "Accepted", "headers": { "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", @@ -800,7 +800,7 @@ } }, "204": { - "description": "Success" + "description": "No Content" }, "default": { "description": "Error", @@ -1362,7 +1362,7 @@ ], "responses": { "201": { - "description": "Success", + "description": "Created", "schema": { "$ref": "#/definitions/WorkloadDeploymentModel" } @@ -1428,7 +1428,7 @@ ], "responses": { "202": { - "description": "Success", + "description": "Accepted", "headers": { "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", @@ -1440,7 +1440,7 @@ } }, "204": { - "description": "Success" + "description": "No Content" }, "default": { "description": "Error", @@ -1633,7 +1633,7 @@ ], "responses": { "202": { - "description": "Success", + "description": "Accepted", "headers": { "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", @@ -1716,7 +1716,7 @@ ], "responses": { "202": { - "description": "Success", + "description": "Accepted", "headers": { "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", @@ -1799,7 +1799,7 @@ ], "responses": { "202": { - "description": "Success", + "description": "Accepted", "headers": { "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", @@ -1882,7 +1882,7 @@ ], "responses": { "202": { - "description": "Success", + "description": "Accepted", "headers": { "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", @@ -2094,7 +2094,7 @@ ], "responses": { "201": { - "description": "Success", + "description": "Created", "schema": { "$ref": "#/definitions/WorkloadInstanceModel" } @@ -2154,7 +2154,7 @@ ], "responses": { "202": { - "description": "Success", + "description": "Accepted", "headers": { "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", @@ -2166,7 +2166,7 @@ } }, "204": { - "description": "Success" + "description": "No Content" }, "default": { "description": "Error", @@ -2355,7 +2355,7 @@ ], "responses": { "202": { - "description": "Success", + "description": "Accepted", "headers": { "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", @@ -2427,7 +2427,7 @@ ], "responses": { "202": { - "description": "Success", + "description": "Accepted", "headers": { "Azure-AsyncOperation": { "description": "Tracking URL for long running operation.", @@ -3097,8 +3097,8 @@ "modelAsString": true } }, - "containerRegistry": { - "description": "Gets or sets the container registry.", + "containerRegistryId": { + "description": "Gets or sets the container registry ARM Id.", "type": "string", "readOnly": true }, @@ -3117,8 +3117,8 @@ "type": "string", "readOnly": true }, - "secretStoreName": { - "description": "Gets or sets the secret store name.", + "secretStoreId": { + "description": "Gets or sets the secret store ARM Id.", "type": "string" }, "customProperties": { @@ -3135,7 +3135,7 @@ "type": "object", "properties": { "id": { - "description": "Gets the ID.", + "description": "Gets or sets the ID.", "type": "string", "readOnly": true }, @@ -3257,6 +3257,57 @@ } } }, + "GmsaAuthenticationProperties": { + "description": "Class for GMSA authentication details to configure Active Directory connectivity.", + "type": "object", + "properties": { + "gmsaAccountName": { + "description": "Gets or sets the name to be used for GMSA.", + "type": "string" + }, + "gmsaUsername": { + "description": "Gets or sets username of the user having authorization to access GMSA on Active Directory.", + "type": "string" + }, + "gmsaUserPassword": { + "description": "Gets or sets the password of the user specified by RestApi.Controllers.V2022_05_01_preview.Models.WorkloadDeployment.Gmsa.GmsaAuthenticationProperties.GmsaUsername.", + "type": "string" + }, + "adDomainControllerDns": { + "description": "Gets or sets the list of dns server that can resolve the Active Directory Domain Name/Address.", + "type": "string" + }, + "adDomainFqdn": { + "description": "Gets or sets the FQDN of the Active Directory Domain. For e.g. 'contoso.local', 'fareast.corp.microsoft.com' etc.", + "type": "string" + }, + "domainControllerAddress": { + "description": "Gets or sets the address of the Active Directory Domain Controller running Domain Services.", + "type": "string" + }, + "domainAdminUsername": { + "description": "Gets or sets the name of the user having admin rights on the Active Directory Domain Controller.", + "type": "string" + }, + "domainAdminPassword": { + "description": "Gets or sets the password of the user specified by RestApi.Controllers.V2022_05_01_preview.Models.WorkloadDeployment.Gmsa.GmsaAuthenticationProperties.DomainAdminUsername.", + "type": "string" + }, + "akvProperties": { + "$ref": "#/definitions/KeyVaultSecretStoreProperties" + }, + "GmsaCredSpecName": { + "description": "Gets Cred Spec Name to be used.", + "type": "string", + "readOnly": true + }, + "GmsaSecretName": { + "description": "Gets name of the secret where GMSA secret is stored in the KeyVault.", + "type": "string", + "readOnly": true + } + } + }, "HealthErrorModel": { "description": "Health error model.", "type": "object", @@ -3342,32 +3393,6 @@ } } }, - "IdentityModel": { - "description": "Identity model.", - "type": "object", - "properties": { - "tenantId": { - "description": "Gets or sets the tenant Id of the SPN with which MigrateAgent communicates to service.", - "type": "string" - }, - "applicationId": { - "description": "Gets or sets the client/application Id of the SPN with which MigrateAgent communicates to\r\nservice.", - "type": "string" - }, - "objectId": { - "description": "Gets or sets the object Id of the SPN with which MigrateAgent communicates to service.", - "type": "string" - }, - "audience": { - "description": "Gets or sets the audience of the SPN with which MigrateAgent communicates to service.", - "type": "string" - }, - "aadAuthority": { - "description": "Gets or sets the authority of the SPN with which MigrateAgent communicates to service.", - "type": "string" - } - } - }, "IISAKSWorkloadDeployment": { "description": "IIS AKS workload deployment.", "type": "object", @@ -3387,7 +3412,7 @@ "readOnly": true }, "authenticationProperties": { - "$ref": "#/definitions/AuthenticationProperties" + "$ref": "#/definitions/GmsaAuthenticationProperties" }, "deploymentNamePrefix": { "description": "Gets or sets the deployment name prefix.", @@ -3686,6 +3711,32 @@ } } }, + "IdentityModel": { + "description": "Identity model.", + "type": "object", + "properties": { + "tenantId": { + "description": "Gets or sets the tenant Id of the SPN with which MigrateAgent communicates to service.", + "type": "string" + }, + "applicationId": { + "description": "Gets or sets the client/application Id of the SPN with which MigrateAgent communicates to\r\nservice.", + "type": "string" + }, + "objectId": { + "description": "Gets or sets the object Id of the SPN with which MigrateAgent communicates to service.", + "type": "string" + }, + "audience": { + "description": "Gets or sets the audience of the SPN with which MigrateAgent communicates to service.", + "type": "string" + }, + "aadAuthority": { + "description": "Gets or sets the authority of the SPN with which MigrateAgent communicates to service.", + "type": "string" + } + } + }, "InnerHealthErrorModel": { "description": "Inner health error model.", "type": "object", @@ -3803,6 +3854,9 @@ }, "clientId": { "type": "string" + }, + "principalId": { + "type": "string" } } }, @@ -4177,6 +4231,9 @@ }, "osVersion": { "type": "string" + }, + "osArchitecture": { + "type": "string" } } }, @@ -4185,7 +4242,7 @@ "type": "object", "properties": { "id": { - "description": "Resource Id.", + "description": "Gets the Id.", "type": "string", "readOnly": true }, @@ -4759,7 +4816,8 @@ "MigrateWorkflow", "TestMigrateWorkflow", "TestMigrateCleanupWorkflow", - "CompleteMigrationWorkflow" + "CompleteMigrationWorkflow", + "DisableReplicationWorkflow" ], "type": "string", "x-ms-enum": { @@ -5028,13 +5086,17 @@ "enum": [ "None", "InitialReplication", + "ReplicationFailed", "ImageBuildPending", + "ImageBuildInProgress", + "ImageBuildFailed", "TestMigrating", "CleanUpPending", + "CleanUpInProgress", "ReadyToMigrate", "Migrating", "Migrated", - "Failed" + "MigrationFailed" ], "type": "string", "readOnly": true, @@ -5053,8 +5115,10 @@ "enum": [ "None", "ImageBuildPending", + "ImageBuildInProgress", + "ImageBuildFailed", "ReadyToTestMigrate", - "InProgress", + "TestMigrationInProgress", "TestMigrated", "Failed", "CleanupInProgress", @@ -5077,6 +5141,8 @@ "enum": [ "None", "ImageBuildPending", + "ImageBuildInProgress", + "ImageBuildFailed", "ReadyToTestMigrate", "ReadyToMigrate", "TestMigrating", @@ -5299,7 +5365,7 @@ "description": "Workload instance model properties.", "type": "object", "properties": { - "name": { + "Name": { "description": "Gets or sets the workload instance name.", "type": "string" }, @@ -5358,9 +5424,7 @@ "Scheduled", "InitialSync", "Completed", - "Failed", - "Disabling", - "Disabled" + "Failed" ], "type": "string", "readOnly": true, From a15d9f6c3d59c5febad37426e8a2341caa2e72f7 Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Fri, 20 Jan 2023 16:14:55 +0530 Subject: [PATCH 42/54] fix: added 'fareast' in custom-words --- custom-words.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/custom-words.txt b/custom-words.txt index bf5d50829461..72e110bc376a 100644 --- a/custom-words.txt +++ b/custom-words.txt @@ -750,6 +750,7 @@ Failback failover Fairplay Fanout +fareast farmBeats FarmBeats fatherable From e42c216ecda2bd99935e413db1b8393e46df7d8f Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Fri, 20 Jan 2023 16:16:39 +0530 Subject: [PATCH 43/54] fix: Recreated examples --- .../DeployedResource_Get_MaximumSet_Gen.json | 48 ++-- .../DeployedResource_Get_MinimumSet_Gen.json | 8 +- .../DeployedResource_List_MaximumSet_Gen.json | 48 ++-- .../DeployedResource_List_MinimumSet_Gen.json | 6 +- ...entOperationStatus_Get_MaximumSet_Gen.json | 20 +- ...entOperationStatus_Get_MinimumSet_Gen.json | 10 +- .../MigrateAgent_Create_MaximumSet_Gen.json | 112 +++++----- .../MigrateAgent_Create_MinimumSet_Gen.json | 8 +- .../MigrateAgent_Delete_MaximumSet_Gen.json | 8 +- .../MigrateAgent_Delete_MinimumSet_Gen.json | 8 +- .../MigrateAgent_Get_MaximumSet_Gen.json | 96 ++++---- .../MigrateAgent_Get_MinimumSet_Gen.json | 8 +- .../MigrateAgent_List_MaximumSet_Gen.json | 96 ++++---- .../MigrateAgent_List_MinimumSet_Gen.json | 6 +- .../MigrateAgent_Refresh_MaximumSet_Gen.json | 8 +- .../MigrateAgent_Refresh_MinimumSet_Gen.json | 8 +- ...ectOperationStatus_Get_MaximumSet_Gen.json | 20 +- ...ectOperationStatus_Get_MinimumSet_Gen.json | 8 +- ...eProjectStatistics_Get_MaximumSet_Gen.json | 162 +++++++------- ...eProjectStatistics_Get_MinimumSet_Gen.json | 6 +- ...odernizeProject_Create_MaximumSet_Gen.json | 68 +++--- ...odernizeProject_Create_MinimumSet_Gen.json | 6 +- ...odernizeProject_Delete_MaximumSet_Gen.json | 6 +- ...odernizeProject_Delete_MinimumSet_Gen.json | 6 +- .../ModernizeProject_Get_MaximumSet_Gen.json | 48 ++-- .../ModernizeProject_Get_MinimumSet_Gen.json | 6 +- ...ect_ListBySubscription_MaximumSet_Gen.json | 50 ++--- ...ect_ListBySubscription_MinimumSet_Gen.json | 4 +- .../ModernizeProject_List_MaximumSet_Gen.json | 50 ++--- .../ModernizeProject_List_MinimumSet_Gen.json | 4 +- ...odernizeProject_Update_MaximumSet_Gen.json | 61 ++--- ...odernizeProject_Update_MinimumSet_Gen.json | 6 +- .../Operations_List_MaximumSet_Gen.json | 14 +- .../Operations_List_MinimumSet_Gen.json | 2 +- ...lowOperationStatus_Get_MaximumSet_Gen.json | 20 +- ...lowOperationStatus_Get_MinimumSet_Gen.json | 10 +- .../examples/Workflow_Get_MaximumSet_Gen.json | 78 +++---- .../examples/Workflow_Get_MinimumSet_Gen.json | 8 +- .../Workflow_List_MaximumSet_Gen.json | 82 +++---- .../Workflow_List_MinimumSet_Gen.json | 6 +- ...entOperationStatus_Get_MaximumSet_Gen.json | 20 +- ...entOperationStatus_Get_MinimumSet_Gen.json | 10 +- ...nt_BuildContainerImage_MaximumSet_Gen.json | 28 +-- ...nt_BuildContainerImage_MinimumSet_Gen.json | 8 +- ...kloadDeployment_Create_MaximumSet_Gen.json | 208 +++++++++--------- ...kloadDeployment_Create_MinimumSet_Gen.json | 8 +- ...kloadDeployment_Delete_MaximumSet_Gen.json | 8 +- ...kloadDeployment_Delete_MinimumSet_Gen.json | 8 +- ...etSecretConfigurations_MaximumSet_Gen.json | 188 ++++++++-------- ...etSecretConfigurations_MinimumSet_Gen.json | 8 +- ...WorkloadDeployment_Get_MaximumSet_Gen.json | 188 ++++++++-------- ...WorkloadDeployment_Get_MinimumSet_Gen.json | 8 +- ...orkloadDeployment_List_MaximumSet_Gen.json | 188 ++++++++-------- ...orkloadDeployment_List_MinimumSet_Gen.json | 6 +- ...loadDeployment_Migrate_MaximumSet_Gen.json | 10 +- ...loadDeployment_Migrate_MinimumSet_Gen.json | 8 +- ...ent_TestMigrateCleanup_MaximumSet_Gen.json | 10 +- ...ent_TestMigrateCleanup_MinimumSet_Gen.json | 8 +- ...Deployment_TestMigrate_MaximumSet_Gen.json | 8 +- ...Deployment_TestMigrate_MinimumSet_Gen.json | 8 +- ...nceOperationStatus_Get_MaximumSet_Gen.json | 20 +- ...nceOperationStatus_Get_MinimumSet_Gen.json | 10 +- ...orkloadInstance_Create_MaximumSet_Gen.json | 130 +++++------ ...orkloadInstance_Create_MinimumSet_Gen.json | 8 +- ...orkloadInstance_Delete_MaximumSet_Gen.json | 8 +- ...orkloadInstance_Delete_MinimumSet_Gen.json | 8 +- .../WorkloadInstance_Get_MaximumSet_Gen.json | 112 +++++----- .../WorkloadInstance_Get_MinimumSet_Gen.json | 8 +- .../WorkloadInstance_List_MaximumSet_Gen.json | 112 +++++----- .../WorkloadInstance_List_MinimumSet_Gen.json | 6 +- ...stance_MigrateComplete_MaximumSet_Gen.json | 8 +- ...stance_MigrateComplete_MinimumSet_Gen.json | 8 +- ...Instance_StopReplicate_MaximumSet_Gen.json | 8 +- ...Instance_StopReplicate_MinimumSet_Gen.json | 8 +- 74 files changed, 1315 insertions(+), 1304 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json index 8332c4451122..f5fbc8a0ff0e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "olmpjyocpglpbgefszrukvelcndjv", - "deployedResourceName": "rwfnrnpwuruzfybp", + "modernizeProjectName": "sdoso", + "deployedResourceName": "ix6r60t", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,36 +11,36 @@ "body": { "properties": { "resourcesDeployed": { - "key1609": "zihgqpcczjkdhi" + "key6676": "jpwmmvkugrqidrhdtytcuitsstayn" }, - "workloadDeploymentId": "ltjjau", - "displayName": "zffywq", - "deploymentTimestamp": "2022-11-11T06:55:47.498Z", + "workloadDeploymentId": "ervxskzsuq", + "displayName": "tdhrgdgu", + "deploymentTimestamp": "2023-01-20T10:45:52.772Z", "targetAzureService": "AzureKubernetesService", - "containerRegistry": "ydfmzwowyw", - "imageName": "mztjxylgpseztwnkpekhmt", - "imageTag": "amkuaqksgdxlscljxdeywnpuytwsf", - "appIp": "iynegveypnsqztiknfftp", - "secretStoreName": "caydxg", + "containerRegistryId": "wwlzrksjddckupkrzokbt", + "imageName": "zewwrbvjmldopwxwybhg", + "imageTag": "lslpoeuxtcib", + "appIp": "lrwtzruymadifiohacopo", + "secretStoreId": "yubcphlyavy", "customProperties": { - "key7258": "dnvzqp" + "key9448": "egcpx" } }, - "id": "vmmrbw", - "name": "fcnelnt", - "type": "eylakhyxzi", + "id": "nirukqaup", + "name": "zctwvcbdmrsofbsidqxnrjsmsy", + "type": "jggdffhbgwxr", "systemData": { - "createdBy": "ouhoyhwzilcsmtpj", - "createdByType": "lgz", - "createdAt": "2022-11-11T06:55:47.498Z", - "lastModifiedBy": "zyrvckbdkfkdwivwteknbdwnzavsk", - "lastModifiedByType": "insccjhilvqnqlodfbcakozgpywlwz", - "lastModifiedAt": "2022-11-11T06:55:47.498Z" + "createdBy": "eeoutynqkynneqc", + "createdByType": "fvfbkxonhouodjltplsqvnuxsdr", + "createdAt": "2023-01-20T10:45:52.773Z", + "lastModifiedBy": "dbj", + "lastModifiedByType": "znellorqnwbibiysta", + "lastModifiedAt": "2023-01-20T10:45:52.773Z" }, "tags": { - "key8272": "ofcmgtmsqbxxpngpzaaxarqivegil" + "key3109": "ihbgktbujew" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json index aeed4aa913e6..71ffc3b3f98a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "uuegonahmxcvrdkqjfwvgydkk", - "deployedResourceName": "raxetjmffizyreo", + "modernizeProjectName": "l676", + "deployedResourceName": "a4m", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json index 9c1828e5dcc1..c2b778c38c20 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "flezuw", + "modernizeProjectName": "d6", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,39 +12,39 @@ { "properties": { "resourcesDeployed": { - "key1609": "zihgqpcczjkdhi" + "key6676": "jpwmmvkugrqidrhdtytcuitsstayn" }, - "workloadDeploymentId": "ltjjau", - "displayName": "zffywq", - "deploymentTimestamp": "2022-11-11T06:55:47.498Z", + "workloadDeploymentId": "ervxskzsuq", + "displayName": "tdhrgdgu", + "deploymentTimestamp": "2023-01-20T10:45:52.772Z", "targetAzureService": "AzureKubernetesService", - "containerRegistry": "ydfmzwowyw", - "imageName": "mztjxylgpseztwnkpekhmt", - "imageTag": "amkuaqksgdxlscljxdeywnpuytwsf", - "appIp": "iynegveypnsqztiknfftp", - "secretStoreName": "caydxg", + "containerRegistryId": "wwlzrksjddckupkrzokbt", + "imageName": "zewwrbvjmldopwxwybhg", + "imageTag": "lslpoeuxtcib", + "appIp": "lrwtzruymadifiohacopo", + "secretStoreId": "yubcphlyavy", "customProperties": { - "key7258": "dnvzqp" + "key9448": "egcpx" } }, - "id": "vmmrbw", - "name": "fcnelnt", - "type": "eylakhyxzi", + "id": "nirukqaup", + "name": "zctwvcbdmrsofbsidqxnrjsmsy", + "type": "jggdffhbgwxr", "systemData": { - "createdBy": "ouhoyhwzilcsmtpj", - "createdByType": "lgz", - "createdAt": "2022-11-11T06:55:47.498Z", - "lastModifiedBy": "zyrvckbdkfkdwivwteknbdwnzavsk", - "lastModifiedByType": "insccjhilvqnqlodfbcakozgpywlwz", - "lastModifiedAt": "2022-11-11T06:55:47.498Z" + "createdBy": "eeoutynqkynneqc", + "createdByType": "fvfbkxonhouodjltplsqvnuxsdr", + "createdAt": "2023-01-20T10:45:52.773Z", + "lastModifiedBy": "dbj", + "lastModifiedByType": "znellorqnwbibiysta", + "lastModifiedAt": "2023-01-20T10:45:52.773Z" }, "tags": { - "key8272": "ofcmgtmsqbxxpngpzaaxarqivegil" + "key3109": "ihbgktbujew" } } ], - "nextLink": "svonkczenzrcbmpsscmgzse" + "nextLink": "twsnelqzup" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json index 7a4fd2770448..589b9bd7777a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "nzzglycxyhjbocitrknpsnmahfm", + "modernizeProjectName": "n86o", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,4 +10,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json index 547b9b12db17..eda4d70da2bb 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "zr", - "agentName": "lwhoezik", - "operationId": "qcthpikgzwlvkrjzqu", + "modernizeProjectName": "mi7pb9", + "agentName": "ra", + "operationId": "ecdnurgxt", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "emxtcsjitttpvjfx", - "name": "tzaxgrhtfawrv", - "status": "mllwc", - "startTime": "rhudwlyjvxktptnjzwncrjlqqmlhxz", - "endTime": "yon" + "id": "vcrqpwukkojfbwhstqn", + "name": "wfvknreswtqgfipumcpraycwbryd", + "status": "wcn", + "startTime": "emjkstycvjzkbigfkr", + "endTime": "jtbibjzfmbkfilbtyllus" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json index f3b2acd03750..1a954af2c5c3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ux", - "agentName": "dbwfpfbkwitbgbxlrbculc", - "operationId": "tmcadgsrxgkqghemtxewvnhbooffws", + "modernizeProjectName": "x81", + "agentName": "ra0", + "operationId": "fpgwnwlyslproaortb", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,4 +12,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json index 0fc9d079f5fd..3a6bba7d50b4 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json @@ -1,27 +1,27 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "obmn", - "agentName": "z", + "modernizeProjectName": "v3753n", + "agentName": "q8", "api-version": "2022-05-01-preview", "body": { "properties": { - "machineId": "vfudcrsxyhgj", - "machineName": "vkizahhaodgavowogrvpmjiawc", + "machineId": "ciitqvdqkanokzolsryeavqttn", + "machineName": "cgx", "authenticationIdentity": { - "tenantId": "dogkc", - "applicationId": "hmxkgwcdhkvoruewladhtub", - "objectId": "idwtbsrzlbmjmvokd", - "audience": "yitosumhyeaumrqmgpp", - "aadAuthority": "xlkwxmlseioqmmjnvhdmzy" + "tenantId": "unfgngvelahcwtwdpcc", + "applicationId": "caedxtr", + "objectId": "tqqzrqibeyxgzivxeyoiwmrcmegn", + "audience": "obhoyubtsryngjondvezniiocx", + "aadAuthority": "bmecftvlowaoud" }, "customProperties": { "instanceType": "IISWorkload" } }, "tags": { - "key1652": "ggfxfqihgzwucnvthhsqtx" + "key5453": "agfueeugrlfwmqehojijotxtlvu" } } }, @@ -29,75 +29,75 @@ "201": { "body": { "properties": { - "correlationId": "bihpatwdqvbqavaxyicrpyjiglrt", - "machineId": "vfudcrsxyhgj", - "machineName": "vkizahhaodgavowogrvpmjiawc", + "correlationId": "thvuklkuvdrnyjtfztwwmisik", + "machineId": "ciitqvdqkanokzolsryeavqttn", + "machineName": "cgx", "authenticationIdentity": { - "tenantId": "dogkc", - "applicationId": "hmxkgwcdhkvoruewladhtub", - "objectId": "idwtbsrzlbmjmvokd", - "audience": "yitosumhyeaumrqmgpp", - "aadAuthority": "xlkwxmlseioqmmjnvhdmzy" + "tenantId": "unfgngvelahcwtwdpcc", + "applicationId": "caedxtr", + "objectId": "tqqzrqibeyxgzivxeyoiwmrcmegn", + "audience": "obhoyubtsryngjondvezniiocx", + "aadAuthority": "bmecftvlowaoud" }, "isResponsive": true, - "lastHeartbeat": "2022-11-11T06:55:48.304Z", - "versionNumber": "ucossngyjy", + "lastHeartbeat": "2023-01-20T10:45:53.723Z", + "versionNumber": "mzzhoscggaqjjxrg", "provisioningState": "Canceled", "healthErrors": [ { - "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", + "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", "affectedResourceCorrelationIds": [ - "nnijffornxkfusuhlqmqklultxe" + "wfrgprkwcawnpbpcsjdoyl" ], "childErrors": [ { - "id": "hcczwhfgreuryycebnxyzd", - "code": "ofvsysu", - "healthCategory": "wbxefulkpdli", - "category": "uvfjagihlahzemlytvyny", - "severity": "dkbjahklyhrnbhrb", - "source": "xpapcxyjkskyomjhbmfyiqjfu", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "em", + "code": "oabsmahniqkn", + "healthCategory": "vtxstinm", + "category": "njdo", + "severity": "omgixxlkvaymiwbfbpxqnzcosigz", + "source": "ubhtrrk", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ucrbovdwmevxguk", - "message": "mymqzn", - "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", - "recommendation": "reryolybafnjcdcp" + "summary": "fgzffidmkgtluqji", + "message": "pgu", + "causes": "xnigilgqddtlusagqofrinrubgjlp", + "recommendation": "hsxifrjkeqzqmkdefafadf" } ], - "id": "cgvbphlvtmpvbubqqgtmqypyda", - "code": "oogdxasjxucfrcp", - "healthCategory": "fifndkrvvxstaaah", - "category": "lsjk", - "severity": "gnvfivykkraw", - "source": "bfencpg", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "thqznnmdbsbhmlvdxjdtfaoe", + "code": "tferhcqczadzaazx", + "healthCategory": "czflxhmvlcurmquxgldhwbprh", + "category": "ezsbfpvjdxwqgfijvymi", + "severity": "nke", + "source": "zduifxjlpuflpf", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ndpkcoqutozbbdjkzx", - "message": "gtaowwhqlzhqqonzfuhnk", - "causes": "zutlxebjyuijofuq", - "recommendation": "iqdsmoqtxgrbcbnoiq" + "summary": "ojmfjqnycxojyskyraa", + "message": "hjwcgjjwxxaexcvvtvje", + "causes": "ljrvqvtmuubdohyxhqpda", + "recommendation": "lijuqmpbm" } ], "customProperties": { "instanceType": "IISWorkload" } }, - "id": "hrkmxwjjtkara", - "name": "bc", - "type": "szeyvxtqruhetrmobdoa", + "id": "radhnm", + "name": "cddlcneqapaqbanroogoagssp", + "type": "zgkvchogzlilzsbexy", "systemData": { - "createdBy": "fnmkpiqnzxzil", - "createdByType": "sccidfdmsmjngfbgqoejheoa", - "createdAt": "2022-11-11T06:55:48.305Z", - "lastModifiedBy": "olccjvxohqjmimftndae", - "lastModifiedByType": "dwqh", - "lastModifiedAt": "2022-11-11T06:55:48.305Z" + "createdBy": "ngajcokaifszsnplmtitfuwyn", + "createdByType": "waagumwbatmkfplpksqkhrhvwp", + "createdAt": "2023-01-20T10:45:53.723Z", + "lastModifiedBy": "fwnirvli", + "lastModifiedByType": "jkinjyamefmrxnhq", + "lastModifiedAt": "2023-01-20T10:45:53.724Z" }, "tags": { - "key1652": "ggfxfqihgzwucnvthhsqtx" + "key5453": "agfueeugrlfwmqehojijotxtlvu" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json index bd6c51eb41b3..604a95aba19a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "hyhbnlsdenvqfgesfivvriwlvxgl", - "agentName": "yoziocjzeigzrerivzwnejcvn", + "modernizeProjectName": "h27e", + "agentName": "gi", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json index 1bc20a7107f8..ff05d0a4bf7a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "mendxcgqveeztzmdnmqb", - "agentName": "ilmxhrgrefuspqbl", + "modernizeProjectName": "e417", + "agentName": "odi71", "api-version": "2022-05-01-preview" }, "responses": { @@ -14,4 +14,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json index f93ec46d9068..870f567a1cd9 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "rhqmccws", - "agentName": "vvzmmioiviiyqqpyvhvxuquncapyu", + "modernizeProjectName": "wk", + "agentName": "im", "api-version": "2022-05-01-preview" }, "responses": { @@ -14,4 +14,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json index 605842823f7c..05fb03665a2d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json @@ -1,84 +1,84 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "phfzfeiesgmxqgcwvfgerkmnquljy", - "agentName": "fuebzfdoxpvuhrv", + "modernizeProjectName": "c9f", + "agentName": "e2", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { "properties": { - "correlationId": "bihpatwdqvbqavaxyicrpyjiglrt", - "machineId": "vfudcrsxyhgj", - "machineName": "vkizahhaodgavowogrvpmjiawc", + "correlationId": "thvuklkuvdrnyjtfztwwmisik", + "machineId": "ciitqvdqkanokzolsryeavqttn", + "machineName": "cgx", "authenticationIdentity": { - "tenantId": "dogkc", - "applicationId": "hmxkgwcdhkvoruewladhtub", - "objectId": "idwtbsrzlbmjmvokd", - "audience": "yitosumhyeaumrqmgpp", - "aadAuthority": "xlkwxmlseioqmmjnvhdmzy" + "tenantId": "unfgngvelahcwtwdpcc", + "applicationId": "caedxtr", + "objectId": "tqqzrqibeyxgzivxeyoiwmrcmegn", + "audience": "obhoyubtsryngjondvezniiocx", + "aadAuthority": "bmecftvlowaoud" }, "isResponsive": true, - "lastHeartbeat": "2022-11-11T06:55:48.304Z", - "versionNumber": "ucossngyjy", + "lastHeartbeat": "2023-01-20T10:45:53.723Z", + "versionNumber": "mzzhoscggaqjjxrg", "provisioningState": "Canceled", "healthErrors": [ { - "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", + "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", "affectedResourceCorrelationIds": [ - "nnijffornxkfusuhlqmqklultxe" + "wfrgprkwcawnpbpcsjdoyl" ], "childErrors": [ { - "id": "hcczwhfgreuryycebnxyzd", - "code": "ofvsysu", - "healthCategory": "wbxefulkpdli", - "category": "uvfjagihlahzemlytvyny", - "severity": "dkbjahklyhrnbhrb", - "source": "xpapcxyjkskyomjhbmfyiqjfu", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "em", + "code": "oabsmahniqkn", + "healthCategory": "vtxstinm", + "category": "njdo", + "severity": "omgixxlkvaymiwbfbpxqnzcosigz", + "source": "ubhtrrk", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ucrbovdwmevxguk", - "message": "mymqzn", - "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", - "recommendation": "reryolybafnjcdcp" + "summary": "fgzffidmkgtluqji", + "message": "pgu", + "causes": "xnigilgqddtlusagqofrinrubgjlp", + "recommendation": "hsxifrjkeqzqmkdefafadf" } ], - "id": "cgvbphlvtmpvbubqqgtmqypyda", - "code": "oogdxasjxucfrcp", - "healthCategory": "fifndkrvvxstaaah", - "category": "lsjk", - "severity": "gnvfivykkraw", - "source": "bfencpg", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "thqznnmdbsbhmlvdxjdtfaoe", + "code": "tferhcqczadzaazx", + "healthCategory": "czflxhmvlcurmquxgldhwbprh", + "category": "ezsbfpvjdxwqgfijvymi", + "severity": "nke", + "source": "zduifxjlpuflpf", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ndpkcoqutozbbdjkzx", - "message": "gtaowwhqlzhqqonzfuhnk", - "causes": "zutlxebjyuijofuq", - "recommendation": "iqdsmoqtxgrbcbnoiq" + "summary": "ojmfjqnycxojyskyraa", + "message": "hjwcgjjwxxaexcvvtvje", + "causes": "ljrvqvtmuubdohyxhqpda", + "recommendation": "lijuqmpbm" } ], "customProperties": { "instanceType": "IISWorkload" } }, - "id": "hrkmxwjjtkara", - "name": "bc", - "type": "szeyvxtqruhetrmobdoa", + "id": "radhnm", + "name": "cddlcneqapaqbanroogoagssp", + "type": "zgkvchogzlilzsbexy", "systemData": { - "createdBy": "fnmkpiqnzxzil", - "createdByType": "sccidfdmsmjngfbgqoejheoa", - "createdAt": "2022-11-11T06:55:48.305Z", - "lastModifiedBy": "olccjvxohqjmimftndae", - "lastModifiedByType": "dwqh", - "lastModifiedAt": "2022-11-11T06:55:48.305Z" + "createdBy": "ngajcokaifszsnplmtitfuwyn", + "createdByType": "waagumwbatmkfplpksqkhrhvwp", + "createdAt": "2023-01-20T10:45:53.723Z", + "lastModifiedBy": "fwnirvli", + "lastModifiedByType": "jkinjyamefmrxnhq", + "lastModifiedAt": "2023-01-20T10:45:53.724Z" }, "tags": { - "key1652": "ggfxfqihgzwucnvthhsqtx" + "key5453": "agfueeugrlfwmqehojijotxtlvu" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json index 7311943b6224..b5c22958cbf5 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "guppnmbvrorxlojdznmrp", - "agentName": "bebqpgbwkjnuvmpoypvalfrbnpymbu", + "modernizeProjectName": "h6v3h", + "agentName": "h93y", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json index e3bddcc17fe4..b7823a8a9320 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "pywhbmyzodzfghbretwilojc", + "modernizeProjectName": "z7", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,78 +11,78 @@ "value": [ { "properties": { - "correlationId": "bihpatwdqvbqavaxyicrpyjiglrt", - "machineId": "vfudcrsxyhgj", - "machineName": "vkizahhaodgavowogrvpmjiawc", + "correlationId": "thvuklkuvdrnyjtfztwwmisik", + "machineId": "ciitqvdqkanokzolsryeavqttn", + "machineName": "cgx", "authenticationIdentity": { - "tenantId": "dogkc", - "applicationId": "hmxkgwcdhkvoruewladhtub", - "objectId": "idwtbsrzlbmjmvokd", - "audience": "yitosumhyeaumrqmgpp", - "aadAuthority": "xlkwxmlseioqmmjnvhdmzy" + "tenantId": "unfgngvelahcwtwdpcc", + "applicationId": "caedxtr", + "objectId": "tqqzrqibeyxgzivxeyoiwmrcmegn", + "audience": "obhoyubtsryngjondvezniiocx", + "aadAuthority": "bmecftvlowaoud" }, "isResponsive": true, - "lastHeartbeat": "2022-11-11T06:55:48.304Z", - "versionNumber": "ucossngyjy", + "lastHeartbeat": "2023-01-20T10:45:53.723Z", + "versionNumber": "mzzhoscggaqjjxrg", "provisioningState": "Canceled", "healthErrors": [ { - "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", + "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", "affectedResourceCorrelationIds": [ - "nnijffornxkfusuhlqmqklultxe" + "wfrgprkwcawnpbpcsjdoyl" ], "childErrors": [ { - "id": "hcczwhfgreuryycebnxyzd", - "code": "ofvsysu", - "healthCategory": "wbxefulkpdli", - "category": "uvfjagihlahzemlytvyny", - "severity": "dkbjahklyhrnbhrb", - "source": "xpapcxyjkskyomjhbmfyiqjfu", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "em", + "code": "oabsmahniqkn", + "healthCategory": "vtxstinm", + "category": "njdo", + "severity": "omgixxlkvaymiwbfbpxqnzcosigz", + "source": "ubhtrrk", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ucrbovdwmevxguk", - "message": "mymqzn", - "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", - "recommendation": "reryolybafnjcdcp" + "summary": "fgzffidmkgtluqji", + "message": "pgu", + "causes": "xnigilgqddtlusagqofrinrubgjlp", + "recommendation": "hsxifrjkeqzqmkdefafadf" } ], - "id": "cgvbphlvtmpvbubqqgtmqypyda", - "code": "oogdxasjxucfrcp", - "healthCategory": "fifndkrvvxstaaah", - "category": "lsjk", - "severity": "gnvfivykkraw", - "source": "bfencpg", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "thqznnmdbsbhmlvdxjdtfaoe", + "code": "tferhcqczadzaazx", + "healthCategory": "czflxhmvlcurmquxgldhwbprh", + "category": "ezsbfpvjdxwqgfijvymi", + "severity": "nke", + "source": "zduifxjlpuflpf", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ndpkcoqutozbbdjkzx", - "message": "gtaowwhqlzhqqonzfuhnk", - "causes": "zutlxebjyuijofuq", - "recommendation": "iqdsmoqtxgrbcbnoiq" + "summary": "ojmfjqnycxojyskyraa", + "message": "hjwcgjjwxxaexcvvtvje", + "causes": "ljrvqvtmuubdohyxhqpda", + "recommendation": "lijuqmpbm" } ], "customProperties": { "instanceType": "IISWorkload" } }, - "id": "hrkmxwjjtkara", - "name": "bc", - "type": "szeyvxtqruhetrmobdoa", + "id": "radhnm", + "name": "cddlcneqapaqbanroogoagssp", + "type": "zgkvchogzlilzsbexy", "systemData": { - "createdBy": "fnmkpiqnzxzil", - "createdByType": "sccidfdmsmjngfbgqoejheoa", - "createdAt": "2022-11-11T06:55:48.305Z", - "lastModifiedBy": "olccjvxohqjmimftndae", - "lastModifiedByType": "dwqh", - "lastModifiedAt": "2022-11-11T06:55:48.305Z" + "createdBy": "ngajcokaifszsnplmtitfuwyn", + "createdByType": "waagumwbatmkfplpksqkhrhvwp", + "createdAt": "2023-01-20T10:45:53.723Z", + "lastModifiedBy": "fwnirvli", + "lastModifiedByType": "jkinjyamefmrxnhq", + "lastModifiedAt": "2023-01-20T10:45:53.724Z" }, "tags": { - "key1652": "ggfxfqihgzwucnvthhsqtx" + "key5453": "agfueeugrlfwmqehojijotxtlvu" } } ], - "nextLink": "jeoduadqdsj" + "nextLink": "umjnanx" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json index 1b462b9d2da6..22ef9ebe5f87 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "bkffobraadlkgljczfwhr", + "modernizeProjectName": "ro2y", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,4 +10,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json index bbcb475e5109..b2c61d2e6143 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "mtosgqwgeah", - "agentName": "oxgnrwrnz", + "modernizeProjectName": "bm", + "agentName": "ny", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json index 7335a4454bc4..cb4014fbfcca 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "wxc", - "agentName": "bgqslze", + "modernizeProjectName": "puq", + "agentName": "r48", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json index 02efb7b827da..5c8f1eedc74c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "vzanbuevaeqnlazpscphbadtzyqbc", - "operationId": "l", - "OperationType": "ntczgloxwu", + "modernizeProjectName": "t8l83g", + "operationId": "ilkpct", + "OperationType": "msaalchcokbrblurr", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "emxtcsjitttpvjfx", - "name": "tzaxgrhtfawrv", - "status": "mllwc", - "startTime": "rhudwlyjvxktptnjzwncrjlqqmlhxz", - "endTime": "yon" + "id": "vcrqpwukkojfbwhstqn", + "name": "wfvknreswtqgfipumcpraycwbryd", + "status": "wcn", + "startTime": "emjkstycvjzkbigfkr", + "endTime": "jtbibjzfmbkfilbtyllus" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json index 99197b367ab3..9766a75ce3b4 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "aqrww", - "operationId": "n", + "modernizeProjectName": "p5n136", + "operationId": "dhmiwchznusbj", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json index 82d9f7394a97..e184275170ac 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "eqayklamxadjag", + "modernizeProjectName": "m14", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,131 +12,131 @@ "workloadDeploymentStatistics": { "healthErrors": [ { - "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", + "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", "affectedResourceCorrelationIds": [ - "nnijffornxkfusuhlqmqklultxe" + "wfrgprkwcawnpbpcsjdoyl" ], "childErrors": [ { - "id": "hcczwhfgreuryycebnxyzd", - "code": "ofvsysu", - "healthCategory": "wbxefulkpdli", - "category": "uvfjagihlahzemlytvyny", - "severity": "dkbjahklyhrnbhrb", - "source": "xpapcxyjkskyomjhbmfyiqjfu", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "em", + "code": "oabsmahniqkn", + "healthCategory": "vtxstinm", + "category": "njdo", + "severity": "omgixxlkvaymiwbfbpxqnzcosigz", + "source": "ubhtrrk", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ucrbovdwmevxguk", - "message": "mymqzn", - "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", - "recommendation": "reryolybafnjcdcp" + "summary": "fgzffidmkgtluqji", + "message": "pgu", + "causes": "xnigilgqddtlusagqofrinrubgjlp", + "recommendation": "hsxifrjkeqzqmkdefafadf" } ], - "id": "cgvbphlvtmpvbubqqgtmqypyda", - "code": "oogdxasjxucfrcp", - "healthCategory": "fifndkrvvxstaaah", - "category": "lsjk", - "severity": "gnvfivykkraw", - "source": "bfencpg", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "thqznnmdbsbhmlvdxjdtfaoe", + "code": "tferhcqczadzaazx", + "healthCategory": "czflxhmvlcurmquxgldhwbprh", + "category": "ezsbfpvjdxwqgfijvymi", + "severity": "nke", + "source": "zduifxjlpuflpf", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ndpkcoqutozbbdjkzx", - "message": "gtaowwhqlzhqqonzfuhnk", - "causes": "zutlxebjyuijofuq", - "recommendation": "iqdsmoqtxgrbcbnoiq" + "summary": "ojmfjqnycxojyskyraa", + "message": "hjwcgjjwxxaexcvvtvje", + "causes": "ljrvqvtmuubdohyxhqpda", + "recommendation": "lijuqmpbm" } ], - "count": 12, + "count": 28, "categorizedCounts": { - "key1429": 26 + "key8282": 2 } }, "jobStatistics": { - "count": 10, + "count": 21, "categorizedCounts": { - "key369": 4 + "key9372": 17 } }, "workloadInstanceStatistics": { "healthErrors": [ { - "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", + "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", "affectedResourceCorrelationIds": [ - "nnijffornxkfusuhlqmqklultxe" + "wfrgprkwcawnpbpcsjdoyl" ], "childErrors": [ { - "id": "hcczwhfgreuryycebnxyzd", - "code": "ofvsysu", - "healthCategory": "wbxefulkpdli", - "category": "uvfjagihlahzemlytvyny", - "severity": "dkbjahklyhrnbhrb", - "source": "xpapcxyjkskyomjhbmfyiqjfu", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "em", + "code": "oabsmahniqkn", + "healthCategory": "vtxstinm", + "category": "njdo", + "severity": "omgixxlkvaymiwbfbpxqnzcosigz", + "source": "ubhtrrk", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ucrbovdwmevxguk", - "message": "mymqzn", - "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", - "recommendation": "reryolybafnjcdcp" + "summary": "fgzffidmkgtluqji", + "message": "pgu", + "causes": "xnigilgqddtlusagqofrinrubgjlp", + "recommendation": "hsxifrjkeqzqmkdefafadf" } ], - "id": "cgvbphlvtmpvbubqqgtmqypyda", - "code": "oogdxasjxucfrcp", - "healthCategory": "fifndkrvvxstaaah", - "category": "lsjk", - "severity": "gnvfivykkraw", - "source": "bfencpg", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "thqznnmdbsbhmlvdxjdtfaoe", + "code": "tferhcqczadzaazx", + "healthCategory": "czflxhmvlcurmquxgldhwbprh", + "category": "ezsbfpvjdxwqgfijvymi", + "severity": "nke", + "source": "zduifxjlpuflpf", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ndpkcoqutozbbdjkzx", - "message": "gtaowwhqlzhqqonzfuhnk", - "causes": "zutlxebjyuijofuq", - "recommendation": "iqdsmoqtxgrbcbnoiq" + "summary": "ojmfjqnycxojyskyraa", + "message": "hjwcgjjwxxaexcvvtvje", + "causes": "ljrvqvtmuubdohyxhqpda", + "recommendation": "lijuqmpbm" } ], - "count": 27, + "count": 20, "categorizedCounts": { - "key7399": 16 + "key326": 9 } }, "modernizeProjectErrors": [ { - "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", + "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", "affectedResourceCorrelationIds": [ - "nnijffornxkfusuhlqmqklultxe" + "wfrgprkwcawnpbpcsjdoyl" ], "childErrors": [ { - "id": "hcczwhfgreuryycebnxyzd", - "code": "ofvsysu", - "healthCategory": "wbxefulkpdli", - "category": "uvfjagihlahzemlytvyny", - "severity": "dkbjahklyhrnbhrb", - "source": "xpapcxyjkskyomjhbmfyiqjfu", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "em", + "code": "oabsmahniqkn", + "healthCategory": "vtxstinm", + "category": "njdo", + "severity": "omgixxlkvaymiwbfbpxqnzcosigz", + "source": "ubhtrrk", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ucrbovdwmevxguk", - "message": "mymqzn", - "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", - "recommendation": "reryolybafnjcdcp" + "summary": "fgzffidmkgtluqji", + "message": "pgu", + "causes": "xnigilgqddtlusagqofrinrubgjlp", + "recommendation": "hsxifrjkeqzqmkdefafadf" } ], - "id": "cgvbphlvtmpvbubqqgtmqypyda", - "code": "oogdxasjxucfrcp", - "healthCategory": "fifndkrvvxstaaah", - "category": "lsjk", - "severity": "gnvfivykkraw", - "source": "bfencpg", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "thqznnmdbsbhmlvdxjdtfaoe", + "code": "tferhcqczadzaazx", + "healthCategory": "czflxhmvlcurmquxgldhwbprh", + "category": "ezsbfpvjdxwqgfijvymi", + "severity": "nke", + "source": "zduifxjlpuflpf", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ndpkcoqutozbbdjkzx", - "message": "gtaowwhqlzhqqonzfuhnk", - "causes": "zutlxebjyuijofuq", - "recommendation": "iqdsmoqtxgrbcbnoiq" + "summary": "ojmfjqnycxojyskyraa", + "message": "hjwcgjjwxxaexcvvtvje", + "causes": "ljrvqvtmuubdohyxhqpda", + "recommendation": "lijuqmpbm" } ] } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json index f97b5e82385b..5368b0f893b5 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ezbpdwbvnw", + "modernizeProjectName": "ll2", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,4 +10,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json index c6e9b78f33ca..96dbbfeef9e2 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json @@ -1,74 +1,74 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "itksewktb", + "modernizeProjectName": "gg", "api-version": "2022-05-01-preview", "body": { - "location": "zshcamjclguqqhtmtq", + "location": "yyhqczkqolgm", "properties": { "migrationConfiguration": { - "storageAccountResourceId": "asumglfpmvzfzgdf", - "keyVaultResourceId": "omaair", - "migrationSolutionResourceId": "itieb" + "storageAccountResourceId": "gzdztunmnvhoquw", + "keyVaultResourceId": "vkqwyfldaydheftw", + "migrationSolutionResourceId": "mvdxq" } }, "identity": { - "principalId": "tafcuhrgjwxubfalpbvuqgcb", - "tenantId": "suxmgtxsulzyac", + "principalId": "t", + "tenantId": "nlsn", "type": "None", "userAssignedIdentities": { - "key4412": { - "principalId": "zovcjwvhgtjzplr", - "clientId": "jyspejjbhqqxpxkb" + "key1127": { + "principalId": "mwizwnotznxsnpresdg", + "clientId": "obylrzodqputsasromdjhku" } } }, "tags": { - "key9055": "mtfkmfzztmrzqvmywhujs" + "key42": "pjksnqt" } } }, "responses": { "201": { "body": { - "location": "zshcamjclguqqhtmtq", + "location": "yyhqczkqolgm", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "jzloqcktyirrsguegm", - "serviceEndpoint": "wxqrexzwchq", + "serviceResourceId": "llsjoznubkfisd", + "serviceEndpoint": "ytikapisvyawbx", "migrationConfiguration": { - "storageAccountResourceId": "asumglfpmvzfzgdf", - "keyVaultResourceId": "omaair", - "migrationSolutionResourceId": "itieb" + "storageAccountResourceId": "gzdztunmnvhoquw", + "keyVaultResourceId": "vkqwyfldaydheftw", + "migrationSolutionResourceId": "mvdxq" } }, "identity": { - "principalId": "tafcuhrgjwxubfalpbvuqgcb", - "tenantId": "suxmgtxsulzyac", + "principalId": "t", + "tenantId": "nlsn", "type": "None", "userAssignedIdentities": { - "key4412": { - "principalId": "zovcjwvhgtjzplr", - "clientId": "jyspejjbhqqxpxkb" + "key1127": { + "principalId": "mwizwnotznxsnpresdg", + "clientId": "obylrzodqputsasromdjhku" } } }, - "id": "sfthsjskyawxtwrddmva", - "name": "wxkkxdrc", - "type": "avwrbnuiwrkeztmvqlbhffnwvtz", + "id": "wlhzluodpzowyfcvhwzpk", + "name": "zbwmulresq", + "type": "fpdrqyomcsxfunfvxgxprltijja", "systemData": { - "createdBy": "berzjarvhoobwvivydfsvgozztpmgw", - "createdByType": "hvtpwxgelwjfbnms", - "createdAt": "2022-11-11T06:55:50.098Z", - "lastModifiedBy": "glqxvmr", - "lastModifiedByType": "yrmdhe", - "lastModifiedAt": "2022-11-11T06:55:50.098Z" + "createdBy": "nbgxmhifkhfwvexscoyygzrmylcz", + "createdByType": "ksjrnguntthvinuqmct", + "createdAt": "2023-01-20T10:45:56.369Z", + "lastModifiedBy": "leyvqjlprfpae", + "lastModifiedByType": "yidqwnggxqish", + "lastModifiedAt": "2023-01-20T10:45:56.369Z" }, "tags": { - "key9055": "mtfkmfzztmrzqvmywhujs" + "key42": "pjksnqt" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json index 920333fbb25f..5b486a2592d8 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "zjmodrsrfqpuemxudjygaaq", + "modernizeProjectName": "nl", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,4 +10,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json index 9a880f42d8ba..65390c8c8904 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "cbr", + "modernizeProjectName": "a0xi2o", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json index 8002d1888299..d899e2a9e632 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "eyminxoamtotqppgaocpqb", + "modernizeProjectName": "m5acf8", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json index f9ed00a07b48..edcadab39de2 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json @@ -1,50 +1,50 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "aajhqakwvfdulfjenk", + "modernizeProjectName": "fd", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "location": "zshcamjclguqqhtmtq", + "location": "yyhqczkqolgm", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "jzloqcktyirrsguegm", - "serviceEndpoint": "wxqrexzwchq", + "serviceResourceId": "llsjoznubkfisd", + "serviceEndpoint": "ytikapisvyawbx", "migrationConfiguration": { - "storageAccountResourceId": "asumglfpmvzfzgdf", - "keyVaultResourceId": "omaair", - "migrationSolutionResourceId": "itieb" + "storageAccountResourceId": "gzdztunmnvhoquw", + "keyVaultResourceId": "vkqwyfldaydheftw", + "migrationSolutionResourceId": "mvdxq" } }, "identity": { - "principalId": "tafcuhrgjwxubfalpbvuqgcb", - "tenantId": "suxmgtxsulzyac", + "principalId": "t", + "tenantId": "nlsn", "type": "None", "userAssignedIdentities": { - "key4412": { - "principalId": "zovcjwvhgtjzplr", - "clientId": "jyspejjbhqqxpxkb" + "key1127": { + "principalId": "mwizwnotznxsnpresdg", + "clientId": "obylrzodqputsasromdjhku" } } }, - "id": "sfthsjskyawxtwrddmva", - "name": "wxkkxdrc", - "type": "avwrbnuiwrkeztmvqlbhffnwvtz", + "id": "wlhzluodpzowyfcvhwzpk", + "name": "zbwmulresq", + "type": "fpdrqyomcsxfunfvxgxprltijja", "systemData": { - "createdBy": "berzjarvhoobwvivydfsvgozztpmgw", - "createdByType": "hvtpwxgelwjfbnms", - "createdAt": "2022-11-11T06:55:50.098Z", - "lastModifiedBy": "glqxvmr", - "lastModifiedByType": "yrmdhe", - "lastModifiedAt": "2022-11-11T06:55:50.098Z" + "createdBy": "nbgxmhifkhfwvexscoyygzrmylcz", + "createdByType": "ksjrnguntthvinuqmct", + "createdAt": "2023-01-20T10:45:56.369Z", + "lastModifiedBy": "leyvqjlprfpae", + "lastModifiedByType": "yidqwnggxqish", + "lastModifiedAt": "2023-01-20T10:45:56.369Z" }, "tags": { - "key9055": "mtfkmfzztmrzqvmywhujs" + "key42": "pjksnqt" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json index 380914794380..a5fe8a411a31 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "iw", + "modernizeProjectName": "i", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,4 +10,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json index 4e8aaf47283d..0430cfb93ede 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json @@ -1,7 +1,7 @@ { "parameters": { - "subscriptionId": "qpimasjt", - "continuationToken": "pusnowlcejxbjhb", + "subscriptionId": "v", + "continuationToken": "xpsirgjvjoyrunrmpjsprhhmi", "api-version": "2022-05-01-preview" }, "responses": { @@ -9,46 +9,46 @@ "body": { "value": [ { - "location": "zshcamjclguqqhtmtq", + "location": "yyhqczkqolgm", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "jzloqcktyirrsguegm", - "serviceEndpoint": "wxqrexzwchq", + "serviceResourceId": "llsjoznubkfisd", + "serviceEndpoint": "ytikapisvyawbx", "migrationConfiguration": { - "storageAccountResourceId": "asumglfpmvzfzgdf", - "keyVaultResourceId": "omaair", - "migrationSolutionResourceId": "itieb" + "storageAccountResourceId": "gzdztunmnvhoquw", + "keyVaultResourceId": "vkqwyfldaydheftw", + "migrationSolutionResourceId": "mvdxq" } }, "identity": { - "principalId": "tafcuhrgjwxubfalpbvuqgcb", - "tenantId": "suxmgtxsulzyac", + "principalId": "t", + "tenantId": "nlsn", "type": "None", "userAssignedIdentities": { - "key4412": { - "principalId": "zovcjwvhgtjzplr", - "clientId": "jyspejjbhqqxpxkb" + "key1127": { + "principalId": "mwizwnotznxsnpresdg", + "clientId": "obylrzodqputsasromdjhku" } } }, - "id": "sfthsjskyawxtwrddmva", - "name": "wxkkxdrc", - "type": "avwrbnuiwrkeztmvqlbhffnwvtz", + "id": "wlhzluodpzowyfcvhwzpk", + "name": "zbwmulresq", + "type": "fpdrqyomcsxfunfvxgxprltijja", "systemData": { - "createdBy": "berzjarvhoobwvivydfsvgozztpmgw", - "createdByType": "hvtpwxgelwjfbnms", - "createdAt": "2022-11-11T06:55:50.098Z", - "lastModifiedBy": "glqxvmr", - "lastModifiedByType": "yrmdhe", - "lastModifiedAt": "2022-11-11T06:55:50.098Z" + "createdBy": "nbgxmhifkhfwvexscoyygzrmylcz", + "createdByType": "ksjrnguntthvinuqmct", + "createdAt": "2023-01-20T10:45:56.369Z", + "lastModifiedBy": "leyvqjlprfpae", + "lastModifiedByType": "yidqwnggxqish", + "lastModifiedAt": "2023-01-20T10:45:56.369Z" }, "tags": { - "key9055": "mtfkmfzztmrzqvmywhujs" + "key42": "pjksnqt" } } ], - "nextLink": "jgtmwuybvjas" + "nextLink": "nkauprlopwmnmkgfvfyyxwoltmlupn" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json index 98b20ffe9521..e40cf1c034ec 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "api-version": "2022-05-01-preview" }, "responses": { @@ -8,4 +8,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json index f8b3f52cfe11..e15240073f61 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "continuationToken": "bzcbrofyjdmavjoeehcvdjwdoy", + "continuationToken": "wvsduy", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,46 +10,46 @@ "body": { "value": [ { - "location": "zshcamjclguqqhtmtq", + "location": "yyhqczkqolgm", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "jzloqcktyirrsguegm", - "serviceEndpoint": "wxqrexzwchq", + "serviceResourceId": "llsjoznubkfisd", + "serviceEndpoint": "ytikapisvyawbx", "migrationConfiguration": { - "storageAccountResourceId": "asumglfpmvzfzgdf", - "keyVaultResourceId": "omaair", - "migrationSolutionResourceId": "itieb" + "storageAccountResourceId": "gzdztunmnvhoquw", + "keyVaultResourceId": "vkqwyfldaydheftw", + "migrationSolutionResourceId": "mvdxq" } }, "identity": { - "principalId": "tafcuhrgjwxubfalpbvuqgcb", - "tenantId": "suxmgtxsulzyac", + "principalId": "t", + "tenantId": "nlsn", "type": "None", "userAssignedIdentities": { - "key4412": { - "principalId": "zovcjwvhgtjzplr", - "clientId": "jyspejjbhqqxpxkb" + "key1127": { + "principalId": "mwizwnotznxsnpresdg", + "clientId": "obylrzodqputsasromdjhku" } } }, - "id": "sfthsjskyawxtwrddmva", - "name": "wxkkxdrc", - "type": "avwrbnuiwrkeztmvqlbhffnwvtz", + "id": "wlhzluodpzowyfcvhwzpk", + "name": "zbwmulresq", + "type": "fpdrqyomcsxfunfvxgxprltijja", "systemData": { - "createdBy": "berzjarvhoobwvivydfsvgozztpmgw", - "createdByType": "hvtpwxgelwjfbnms", - "createdAt": "2022-11-11T06:55:50.098Z", - "lastModifiedBy": "glqxvmr", - "lastModifiedByType": "yrmdhe", - "lastModifiedAt": "2022-11-11T06:55:50.098Z" + "createdBy": "nbgxmhifkhfwvexscoyygzrmylcz", + "createdByType": "ksjrnguntthvinuqmct", + "createdAt": "2023-01-20T10:45:56.369Z", + "lastModifiedBy": "leyvqjlprfpae", + "lastModifiedByType": "yidqwnggxqish", + "lastModifiedAt": "2023-01-20T10:45:56.369Z" }, "tags": { - "key9055": "mtfkmfzztmrzqvmywhujs" + "key42": "pjksnqt" } } ], - "nextLink": "jgtmwuybvjas" + "nextLink": "nkauprlopwmnmkgfvfyyxwoltmlupn" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json index 547d5b04eef4..03c9eefc3272 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", "api-version": "2022-05-01-preview" }, @@ -9,4 +9,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json index 5540e4e6320c..4e73ea9c1bb9 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json @@ -1,12 +1,23 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "satltdgslkuzxja", + "modernizeProjectName": "ay9", "api-version": "2022-05-01-preview", "body": { "tags": { - "key9363": "kxjns" + "key7813": "knplzyjcjsbkb" + }, + "identity": { + "principalId": "t", + "tenantId": "nlsn", + "type": "None", + "userAssignedIdentities": { + "key1127": { + "principalId": "mwizwnotznxsnpresdg", + "clientId": "obylrzodqputsasromdjhku" + } + } } } }, @@ -16,43 +27,43 @@ "location": "https://contoso.com/operationstatus" }, "body": { - "location": "zshcamjclguqqhtmtq", + "location": "yyhqczkqolgm", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "jzloqcktyirrsguegm", - "serviceEndpoint": "wxqrexzwchq", + "serviceResourceId": "llsjoznubkfisd", + "serviceEndpoint": "ytikapisvyawbx", "migrationConfiguration": { - "storageAccountResourceId": "asumglfpmvzfzgdf", - "keyVaultResourceId": "omaair", - "migrationSolutionResourceId": "itieb" + "storageAccountResourceId": "gzdztunmnvhoquw", + "keyVaultResourceId": "vkqwyfldaydheftw", + "migrationSolutionResourceId": "mvdxq" } }, "identity": { - "principalId": "tafcuhrgjwxubfalpbvuqgcb", - "tenantId": "suxmgtxsulzyac", + "principalId": "t", + "tenantId": "nlsn", "type": "None", "userAssignedIdentities": { - "key4412": { - "principalId": "zovcjwvhgtjzplr", - "clientId": "jyspejjbhqqxpxkb" + "key1127": { + "principalId": "mwizwnotznxsnpresdg", + "clientId": "obylrzodqputsasromdjhku" } } }, - "id": "sfthsjskyawxtwrddmva", - "name": "wxkkxdrc", - "type": "avwrbnuiwrkeztmvqlbhffnwvtz", + "id": "wlhzluodpzowyfcvhwzpk", + "name": "zbwmulresq", + "type": "fpdrqyomcsxfunfvxgxprltijja", "systemData": { - "createdBy": "berzjarvhoobwvivydfsvgozztpmgw", - "createdByType": "hvtpwxgelwjfbnms", - "createdAt": "2022-11-11T06:55:50.098Z", - "lastModifiedBy": "glqxvmr", - "lastModifiedByType": "yrmdhe", - "lastModifiedAt": "2022-11-11T06:55:50.098Z" + "createdBy": "nbgxmhifkhfwvexscoyygzrmylcz", + "createdByType": "ksjrnguntthvinuqmct", + "createdAt": "2023-01-20T10:45:56.369Z", + "lastModifiedBy": "leyvqjlprfpae", + "lastModifiedByType": "yidqwnggxqish", + "lastModifiedAt": "2023-01-20T10:45:56.369Z" }, "tags": { - "key9055": "mtfkmfzztmrzqvmywhujs" + "key42": "pjksnqt" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json index 8756085d57da..af7f7b5ad87d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "masvltvniptgccgzscnvwtdg", + "modernizeProjectName": "n", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json index 1ee30bc0d88f..0ebe113bb542 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,20 +7,20 @@ "body": { "value": [ { - "name": "zsgjsvkgvuvpo", + "name": "naelaqhsarwckvtmeaxll", "isDataAction": true, "display": { - "provider": "rbmjbu", - "resource": "vxwexwonwxezx", - "operation": "bkoohyf", - "description": "hwbngbeehxa" + "provider": "ujjzotv", + "resource": "znshjkuuwylzyfnkyanm", + "operation": "lkpurukrx", + "description": "mtbfahtmdtioeydejogfq" }, "origin": "user", "actionType": "Internal" } ], - "nextLink": "ratesqegginoidgsnkwuntg" + "nextLink": "uzvjlrcpxgjoourssklnmwgyzt" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MinimumSet_Gen.json index af3e219c74e3..a472ca49ee58 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MinimumSet_Gen.json @@ -7,4 +7,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json index 17736cf04259..496dfdc76929 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "d", - "workflowName": "cyeplnbmzlilgkszysdcwsfmx", - "operationId": "fwetojwrxzdgtqrvbw", + "modernizeProjectName": "u6f", + "workflowName": "jkq", + "operationId": "sty", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "emxtcsjitttpvjfx", - "name": "tzaxgrhtfawrv", - "status": "mllwc", - "startTime": "rhudwlyjvxktptnjzwncrjlqqmlhxz", - "endTime": "yon" + "id": "vcrqpwukkojfbwhstqn", + "name": "wfvknreswtqgfipumcpraycwbryd", + "status": "wcn", + "startTime": "emjkstycvjzkbigfkr", + "endTime": "jtbibjzfmbkfilbtyllus" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json index e951983eb375..e5130640a44f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "zlumuhgfprdq", - "workflowName": "igwot", - "operationId": "sayxqnsoyrbjbrcgjpolfw", + "modernizeProjectName": "cnh", + "workflowName": "en", + "operationId": "tjskbugg", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,4 +12,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json index 8c2401d6e5a1..9638e7a9dbd4 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json @@ -1,76 +1,76 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "eksxdekfklgqllcyntlf", - "workflowName": "dhbndwrestjtnoorsfjddhembsxhtm", + "modernizeProjectName": "f", + "workflowName": "o", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { "properties": { - "displayName": "ray", + "displayName": "nmteqywegthvjqoznvtinekjcph", "state": "Pending", - "startTime": "2022-11-11T06:55:52.546Z", - "endTime": "2022-11-11T06:55:52.546Z", - "objectId": "lynwifiodo", - "objectName": "bpoyhftfxqleqgvbheld", - "objectInternalId": "mqpeqo", - "objectInternalName": "foakwxjbsmupriexlfpfk", + "startTime": "2023-01-20T10:45:59.789Z", + "endTime": "2023-01-20T10:45:59.789Z", + "objectId": "ljggtwkiodvenottxgqiqlrhodebhh", + "objectName": "iuzmgpcziybagwjjhaemi", + "objectInternalId": "qybmzmkeatyu", + "objectInternalName": "wkerbzgjguqfvmsaldmnojjbhawyp", "objectType": "ModernizeProject", - "workloadInstanceProviderId": "f", - "workloadDeploymentProviderId": "twhsofcnwkt", + "workloadInstanceProviderId": "djxqkfid", + "workloadDeploymentProviderId": "hjrwfeyddioixnxtjbfsmjn", "allowedActions": [ - "vyfysbcuhqvbzbaekayslbb" + "ctzytukcebm" ], - "activityId": "amzwnhrkeqhnn", + "activityId": "eoaodz", "tasks": [ { - "id": "yurlnvzrqiulutfaxtynky", - "taskName": "vqvhid", + "id": "jjdrnhrefzzpjiu", + "taskName": "hmimgsw", "state": "Pending", - "startTime": "2022-11-11T06:55:52.546Z", - "endTime": "2022-11-11T06:55:52.546Z", + "startTime": "2023-01-20T10:45:59.789Z", + "endTime": "2023-01-20T10:45:59.789Z", "customProperties": { - "instanceType": "hxogf" + "instanceType": "kirgfcvvguybtsemdbwytad" } } ], "errors": [ { - "id": "iqdmosxz", - "code": "migmqglmxgzhayvskemsrhietvwyq", - "type": "xlhjwvpcibuwezgjxxffgwd", - "severity": "ckfetwrdavmiorg", - "creationTime": "2022-11-11T06:55:52.546Z", - "message": "q", - "causes": "ytqebnqajesj", - "recommendation": "tel" + "id": "rzjypznvrd", + "code": "puudwtfspwmgat", + "type": "rwbggzcxkq", + "severity": "mlutmtyvuojjxrttpewncamjkgkz", + "creationTime": "2023-01-20T10:45:59.790Z", + "message": "ghusv", + "causes": "tezhsrqycpjejikneoyemrzxwkp", + "recommendation": "ctvssyahc" } ], "customProperties": { "instanceType": "SampleWorkflow", "affectedObjectDetails": { - "key1030": "jyxofrycfnghsyehsxfexbuwzmewwt" + "key9939": "lgfogzxhznhwggbtxmpzqhpzzqzndr" } } }, - "id": "pebjxhgvhfnrtsdteba", - "name": "wxwfugadlhwuwdugwwprukahxaopbw", - "type": "ckwakxtbrxnzvh", + "id": "fvlxvehsiemqlvaviwkktlpq", + "name": "hfrpajzddfdmkucusrwdprqh", + "type": "rsjtyg", "systemData": { - "createdBy": "egsepfufinqkpcvuopnrrnlsdaja", - "createdByType": "drdkouxslafwzfyerbvv", - "createdAt": "2022-11-11T06:55:52.546Z", - "lastModifiedBy": "kgyyngxbszjkkajaffzuegjtkodsi", - "lastModifiedByType": "tewoq", - "lastModifiedAt": "2022-11-11T06:55:52.546Z" + "createdBy": "pwpremvfumvybcxifyqlbkj", + "createdByType": "bubqpaxhzndanwztgjorbxddcp", + "createdAt": "2023-01-20T10:45:59.790Z", + "lastModifiedBy": "smaamuqsbaztobfkntpwr", + "lastModifiedByType": "oocphotjjwjfnzmnqbwagvmddnyiv", + "lastModifiedAt": "2023-01-20T10:45:59.790Z" }, "tags": { - "key1073": "uptzxlsx" + "key1898": "xwhfjbcfela" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json index e0da136a6c2b..17c2988a9149 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "mgisblxjqdwwjdqjxukddgtwrp", - "workflowName": "htqirrefeudahxdyabvepmbfvttav", + "modernizeProjectName": "py4", + "workflowName": "i", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json index 8537e535f602..a8050aee4a92 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "hsqmqtbklxfyiwdvwxvrzvw", - "$filter": "hcxtoqdqtfkzyhkjoenwqfqz", - "continuationToken": "rdyafjiqasepevhzlkkyhccdbbgii", + "modernizeProjectName": "kk32o4", + "$filter": "phvixljldwzrimjcraclpfjrh", + "continuationToken": "pjozvdfs", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,70 +13,70 @@ "value": [ { "properties": { - "displayName": "ray", + "displayName": "nmteqywegthvjqoznvtinekjcph", "state": "Pending", - "startTime": "2022-11-11T06:55:52.546Z", - "endTime": "2022-11-11T06:55:52.546Z", - "objectId": "lynwifiodo", - "objectName": "bpoyhftfxqleqgvbheld", - "objectInternalId": "mqpeqo", - "objectInternalName": "foakwxjbsmupriexlfpfk", + "startTime": "2023-01-20T10:45:59.789Z", + "endTime": "2023-01-20T10:45:59.789Z", + "objectId": "ljggtwkiodvenottxgqiqlrhodebhh", + "objectName": "iuzmgpcziybagwjjhaemi", + "objectInternalId": "qybmzmkeatyu", + "objectInternalName": "wkerbzgjguqfvmsaldmnojjbhawyp", "objectType": "ModernizeProject", - "workloadInstanceProviderId": "f", - "workloadDeploymentProviderId": "twhsofcnwkt", + "workloadInstanceProviderId": "djxqkfid", + "workloadDeploymentProviderId": "hjrwfeyddioixnxtjbfsmjn", "allowedActions": [ - "vyfysbcuhqvbzbaekayslbb" + "ctzytukcebm" ], - "activityId": "amzwnhrkeqhnn", + "activityId": "eoaodz", "tasks": [ { - "id": "yurlnvzrqiulutfaxtynky", - "taskName": "vqvhid", + "id": "jjdrnhrefzzpjiu", + "taskName": "hmimgsw", "state": "Pending", - "startTime": "2022-11-11T06:55:52.546Z", - "endTime": "2022-11-11T06:55:52.546Z", + "startTime": "2023-01-20T10:45:59.789Z", + "endTime": "2023-01-20T10:45:59.789Z", "customProperties": { - "instanceType": "hxogf" + "instanceType": "kirgfcvvguybtsemdbwytad" } } ], "errors": [ { - "id": "iqdmosxz", - "code": "migmqglmxgzhayvskemsrhietvwyq", - "type": "xlhjwvpcibuwezgjxxffgwd", - "severity": "ckfetwrdavmiorg", - "creationTime": "2022-11-11T06:55:52.546Z", - "message": "q", - "causes": "ytqebnqajesj", - "recommendation": "tel" + "id": "rzjypznvrd", + "code": "puudwtfspwmgat", + "type": "rwbggzcxkq", + "severity": "mlutmtyvuojjxrttpewncamjkgkz", + "creationTime": "2023-01-20T10:45:59.790Z", + "message": "ghusv", + "causes": "tezhsrqycpjejikneoyemrzxwkp", + "recommendation": "ctvssyahc" } ], "customProperties": { "instanceType": "SampleWorkflow", "affectedObjectDetails": { - "key1030": "jyxofrycfnghsyehsxfexbuwzmewwt" + "key9939": "lgfogzxhznhwggbtxmpzqhpzzqzndr" } } }, - "id": "pebjxhgvhfnrtsdteba", - "name": "wxwfugadlhwuwdugwwprukahxaopbw", - "type": "ckwakxtbrxnzvh", + "id": "fvlxvehsiemqlvaviwkktlpq", + "name": "hfrpajzddfdmkucusrwdprqh", + "type": "rsjtyg", "systemData": { - "createdBy": "egsepfufinqkpcvuopnrrnlsdaja", - "createdByType": "drdkouxslafwzfyerbvv", - "createdAt": "2022-11-11T06:55:52.546Z", - "lastModifiedBy": "kgyyngxbszjkkajaffzuegjtkodsi", - "lastModifiedByType": "tewoq", - "lastModifiedAt": "2022-11-11T06:55:52.546Z" + "createdBy": "pwpremvfumvybcxifyqlbkj", + "createdByType": "bubqpaxhzndanwztgjorbxddcp", + "createdAt": "2023-01-20T10:45:59.790Z", + "lastModifiedBy": "smaamuqsbaztobfkntpwr", + "lastModifiedByType": "oocphotjjwjfnzmnqbwagvmddnyiv", + "lastModifiedAt": "2023-01-20T10:45:59.790Z" }, "tags": { - "key1073": "uptzxlsx" + "key1898": "xwhfjbcfela" } } ], - "nextLink": "kumyasanybvysal" + "nextLink": "nbqmaro" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json index ea0557cd1a6d..26e605669547 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "xdmihglalvx", + "modernizeProjectName": "bwxu", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,4 +10,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json index a8abc2a3b9e0..e47d87e9c8b8 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "atndxuwpmfznfz", - "workloadDeploymentName": "cabhldhggxdpsztbltmtopikc", - "operationId": "k", + "modernizeProjectName": "h67p67", + "workloadDeploymentName": "h", + "operationId": "mmcxbecgbjvigcgymb", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "emxtcsjitttpvjfx", - "name": "tzaxgrhtfawrv", - "status": "mllwc", - "startTime": "rhudwlyjvxktptnjzwncrjlqqmlhxz", - "endTime": "yon" + "id": "vcrqpwukkojfbwhstqn", + "name": "wfvknreswtqgfipumcpraycwbryd", + "status": "wcn", + "startTime": "emjkstycvjzkbigfkr", + "endTime": "jtbibjzfmbkfilbtyllus" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json index 8848a09a64a3..4da3d41b4e86 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "owtdvwdaru", - "workloadDeploymentName": "fktdustnm", - "operationId": "suiiefmjsekfmjxry", + "modernizeProjectName": "t7a", + "workloadDeploymentName": "r511c", + "operationId": "plrwmbneghnxjzawjsuzkzlqvdp", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,4 +12,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json index 1ced7ae7ef38..09759c880270 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json @@ -1,24 +1,24 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "plusqpdlovmjvfbssybzu", - "workloadDeploymentName": "dv", + "modernizeProjectName": "g9h", + "workloadDeploymentName": "pmunf55", "api-version": "2022-05-01-preview", "body": { "properties": { - "dockerfile": "jimwlsjaidwsajuyxhmoiol", + "dockerfile": "rrurmbhny", "registryProperties": { - "registryName": "abxzl", - "tenantId": "lrbvprqmuwoflyzkrjqqnoz", - "subscriptionId": "jpzagqoxz", - "resourceGroup": "nawqdikldfalgdt" + "registryName": "riirpxb", + "tenantId": "nlnx", + "subscriptionId": "kbdvvsauyufofuafrljhqbspidsf", + "resourceGroup": "vozplkagmgpienqmjclapwjjfvq" }, - "imageTag": "hzolcvqtcu", - "imageName": "ejbfokemlppzh", - "runId": "yoxr", - "runStatus": "sjgkiqorsynfaywdirlliz", - "logLink": "ogowgpxtyjdqprltatf" + "imageTag": "ioslhhssrhjk", + "imageName": "pagqfpurysgehlpw", + "runId": "gbqmqbdvblopzwartucidwpegivt", + "runStatus": "pzpoxcmykvryuztxzwclqjxpn", + "logLink": "qmwdhnrrknobq" } } }, @@ -29,4 +29,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json index 05cc51d3cb30..2da3580837d5 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "bksyxpdfcdvuh", - "workloadDeploymentName": "fsfsjakmjdprahwtvuctma", + "modernizeProjectName": "f8", + "workloadDeploymentName": "i63f5q4", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json index 2858dae11d91..f534eb2ae203 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json @@ -1,25 +1,25 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "tlvpdxnpvxpafynzjcpixc", - "workloadDeploymentName": "h", + "modernizeProjectName": "k", + "workloadDeploymentName": "ifg", "api-version": "2022-05-01-preview", "body": { "properties": { - "displayName": "gvhet", + "displayName": "uta", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "name": "pnstgbrgwbbpmcgmqcsq", - "migrateAgentId": "glbfecfny", - "displayName": "imtwjmshvcjcpasfrarzht", - "sourcePlatform": "mhszzcsqimyxksplsfkcqjd", - "sourceName": "lqejbvlnndw", - "masterSiteName": "tsrgnfbgnoyecqkcmnltaypvyp", + "Name": "ixxpcodgt", + "migrateAgentId": "lztnqtbnawjjtnzylmehejhvtrekcz", + "displayName": "vlafmigqipvzjympgrz", + "sourcePlatform": "wqebivcxeoyriwkryocf", + "sourceName": "mrpnrrgrhamivkqffpzzdkuenlj", + "masterSiteName": "xypznfgfdsathqbdlk", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "pfvviyvvntp", - "webAppSiteName": "pnqbuanmtfjlfixuqmhoxk" + "webAppArmId": "shriqiblelsvlku", + "webAppSiteName": "exjfql" } }, "customProperties": { @@ -27,7 +27,7 @@ } }, "tags": { - "key7954": "torzvafjfvmnzjrpim" + "key3355": "bljx" } } }, @@ -37,149 +37,149 @@ "properties": { "provisioningState": "Canceled", "status": "None", - "statusDescription": "qt", + "statusDescription": "f", "testMigrationStatus": "None", - "testMigrationStatusDescription": "xnyuvitgcbwzqxsiab", + "testMigrationStatusDescription": "pu", "migrationStatus": "None", - "migrationStatusDescription": "mcpivhgcg", - "displayName": "gvhet", + "migrationStatusDescription": "lww", + "displayName": "uta", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "name": "pnstgbrgwbbpmcgmqcsq", + "Name": "ixxpcodgt", "provisioningState": "Canceled", - "migrateAgentId": "glbfecfny", - "displayName": "imtwjmshvcjcpasfrarzht", - "sourcePlatform": "mhszzcsqimyxksplsfkcqjd", - "sourceName": "lqejbvlnndw", + "migrateAgentId": "lztnqtbnawjjtnzylmehejhvtrekcz", + "displayName": "vlafmigqipvzjympgrz", + "sourcePlatform": "wqebivcxeoyriwkryocf", + "sourceName": "mrpnrrgrhamivkqffpzzdkuenlj", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "qklpscqy", - "lastSuccessfulReplicationCycleTime": "2022-11-11T06:55:53.474Z", + "replicationStatusDescription": "scauwmizsxxzpawojk", + "lastSuccessfulReplicationCycleTime": "2023-01-20T10:46:01.076Z", "healthErrors": [ { - "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", + "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", "affectedResourceCorrelationIds": [ - "nnijffornxkfusuhlqmqklultxe" + "wfrgprkwcawnpbpcsjdoyl" ], "childErrors": [ { - "id": "hcczwhfgreuryycebnxyzd", - "code": "ofvsysu", - "healthCategory": "wbxefulkpdli", - "category": "uvfjagihlahzemlytvyny", - "severity": "dkbjahklyhrnbhrb", - "source": "xpapcxyjkskyomjhbmfyiqjfu", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "em", + "code": "oabsmahniqkn", + "healthCategory": "vtxstinm", + "category": "njdo", + "severity": "omgixxlkvaymiwbfbpxqnzcosigz", + "source": "ubhtrrk", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ucrbovdwmevxguk", - "message": "mymqzn", - "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", - "recommendation": "reryolybafnjcdcp" + "summary": "fgzffidmkgtluqji", + "message": "pgu", + "causes": "xnigilgqddtlusagqofrinrubgjlp", + "recommendation": "hsxifrjkeqzqmkdefafadf" } ], - "id": "cgvbphlvtmpvbubqqgtmqypyda", - "code": "oogdxasjxucfrcp", - "healthCategory": "fifndkrvvxstaaah", - "category": "lsjk", - "severity": "gnvfivykkraw", - "source": "bfencpg", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "thqznnmdbsbhmlvdxjdtfaoe", + "code": "tferhcqczadzaazx", + "healthCategory": "czflxhmvlcurmquxgldhwbprh", + "category": "ezsbfpvjdxwqgfijvymi", + "severity": "nke", + "source": "zduifxjlpuflpf", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ndpkcoqutozbbdjkzx", - "message": "gtaowwhqlzhqqonzfuhnk", - "causes": "zutlxebjyuijofuq", - "recommendation": "iqdsmoqtxgrbcbnoiq" + "summary": "ojmfjqnycxojyskyraa", + "message": "hjwcgjjwxxaexcvvtvje", + "causes": "ljrvqvtmuubdohyxhqpda", + "recommendation": "lijuqmpbm" } ], "currentJob": { - "scenarioName": "wbowdocuumjimuzowsyowccewysv", - "id": "vmwdivromhrpldr", - "name": "qzxfphbigzqvtcjrnajocha", - "displayName": "acf", - "state": "cwnmnlpbekxaauoxlmvhfec", - "startTime": "2022-11-11T06:55:53.474Z", - "endTime": "2022-11-11T06:55:53.474Z" + "scenarioName": "wgrxmhpiswap", + "id": "kpzsimtivviworx", + "name": "wlyikwztfm", + "displayName": "zxmqvrtbbigdvigisdncgdqxs", + "state": "chlpigrpp", + "startTime": "2023-01-20T10:46:01.076Z", + "endTime": "2023-01-20T10:46:01.076Z" }, "allowedOperations": [ - "yxibt" + "tjml" ], - "masterSiteName": "tsrgnfbgnoyecqkcmnltaypvyp", + "masterSiteName": "xypznfgfdsathqbdlk", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "pfvviyvvntp", - "webAppSiteName": "pnqbuanmtfjlfixuqmhoxk" + "webAppArmId": "shriqiblelsvlku", + "webAppSiteName": "exjfql" } }, - "correlationId": "opd", - "lastSuccessfulMigrateTime": "2022-11-11T06:55:53.474Z", - "lastSuccessfulTestMigrateTime": "2022-11-11T06:55:53.474Z", + "correlationId": "s", + "lastSuccessfulMigrateTime": "2023-01-20T10:46:01.076Z", + "lastSuccessfulTestMigrateTime": "2023-01-20T10:46:01.076Z", "currentJob": { - "scenarioName": "xejbuke", - "id": "cfuzqoqqysrr", - "name": "vudgpjpsjttqvvjgmmbmfb", - "displayName": "ohyeia", - "state": "jrewhhfhgiambmfwqucbils", - "startTime": "2022-11-11T06:55:53.474Z", - "endTime": "2022-11-11T06:55:53.474Z" + "scenarioName": "rhcylnjebpvvcndatkm", + "id": "xnmkyzitkktanromt", + "name": "uhdkpijhzq", + "displayName": "hmdrvaxtoonbuiwhlyoge", + "state": "yobjshzkiqr", + "startTime": "2023-01-20T10:46:01.076Z", + "endTime": "2023-01-20T10:46:01.076Z" }, "allowedOperations": [ "EnableReplication" ], "healthErrors": [ { - "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", + "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", "affectedResourceCorrelationIds": [ - "nnijffornxkfusuhlqmqklultxe" + "wfrgprkwcawnpbpcsjdoyl" ], "childErrors": [ { - "id": "hcczwhfgreuryycebnxyzd", - "code": "ofvsysu", - "healthCategory": "wbxefulkpdli", - "category": "uvfjagihlahzemlytvyny", - "severity": "dkbjahklyhrnbhrb", - "source": "xpapcxyjkskyomjhbmfyiqjfu", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "em", + "code": "oabsmahniqkn", + "healthCategory": "vtxstinm", + "category": "njdo", + "severity": "omgixxlkvaymiwbfbpxqnzcosigz", + "source": "ubhtrrk", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ucrbovdwmevxguk", - "message": "mymqzn", - "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", - "recommendation": "reryolybafnjcdcp" + "summary": "fgzffidmkgtluqji", + "message": "pgu", + "causes": "xnigilgqddtlusagqofrinrubgjlp", + "recommendation": "hsxifrjkeqzqmkdefafadf" } ], - "id": "cgvbphlvtmpvbubqqgtmqypyda", - "code": "oogdxasjxucfrcp", - "healthCategory": "fifndkrvvxstaaah", - "category": "lsjk", - "severity": "gnvfivykkraw", - "source": "bfencpg", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "thqznnmdbsbhmlvdxjdtfaoe", + "code": "tferhcqczadzaazx", + "healthCategory": "czflxhmvlcurmquxgldhwbprh", + "category": "ezsbfpvjdxwqgfijvymi", + "severity": "nke", + "source": "zduifxjlpuflpf", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ndpkcoqutozbbdjkzx", - "message": "gtaowwhqlzhqqonzfuhnk", - "causes": "zutlxebjyuijofuq", - "recommendation": "iqdsmoqtxgrbcbnoiq" + "summary": "ojmfjqnycxojyskyraa", + "message": "hjwcgjjwxxaexcvvtvje", + "causes": "ljrvqvtmuubdohyxhqpda", + "recommendation": "lijuqmpbm" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "eicsbazo", - "name": "mxdpxw", - "type": "xodsx", + "id": "joxtartxzbttsv", + "name": "lbbgxdjwrulwkm", + "type": "eeolenzpokikskhuzydrse", "systemData": { - "createdBy": "zbplnhmtjlfkwgvvygmimum", - "createdByType": "ndyzwghybwqk", - "createdAt": "2022-11-11T06:55:53.474Z", - "lastModifiedBy": "dyqkmrxzuttjbetmusqvaalfuh", - "lastModifiedByType": "xyhztpfqpe", - "lastModifiedAt": "2022-11-11T06:55:53.474Z" + "createdBy": "hrtumbcjgbfjwuyhlwsr", + "createdByType": "aezoju", + "createdAt": "2023-01-20T10:46:01.077Z", + "lastModifiedBy": "sarruznyvujfkydxrnxflyxsvo", + "lastModifiedByType": "kzigdhxapymzvnuaip", + "lastModifiedAt": "2023-01-20T10:46:01.077Z" }, "tags": { - "key7954": "torzvafjfvmnzjrpim" + "key3355": "bljx" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json index eeadc20f0074..07c984fc0d8e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "xccdndaljtueokfhexvpiixztu", - "workloadDeploymentName": "gteznkrenimdovabrnfkqgxks", + "modernizeProjectName": "n84a62", + "workloadDeploymentName": "ue7", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json index c207c55f08e0..219e27319b1b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "opivvzmzzqhd", - "workloadDeploymentName": "vsnuyabdo", + "modernizeProjectName": "f68", + "workloadDeploymentName": "q4", "forceDelete": true, "api-version": "2022-05-01-preview" }, @@ -15,4 +15,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json index 6a2a24964dde..c753e523412a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "snuprnqhba", - "workloadDeploymentName": "jybhkzlhouszvyhmcjdrhuazvp", + "modernizeProjectName": "p0u8", + "workloadDeploymentName": "ey424", "api-version": "2022-05-01-preview" }, "responses": { @@ -14,4 +14,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json index 1221e9d4b4da..5c09ac4f35f3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "qjzjnkbjcmsugusdamwshvyytr", - "workloadDeploymentName": "cedsqdgv", + "modernizeProjectName": "v03n5o", + "workloadDeploymentName": "qjh", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,149 +12,149 @@ "properties": { "provisioningState": "Canceled", "status": "None", - "statusDescription": "qt", + "statusDescription": "f", "testMigrationStatus": "None", - "testMigrationStatusDescription": "xnyuvitgcbwzqxsiab", + "testMigrationStatusDescription": "pu", "migrationStatus": "None", - "migrationStatusDescription": "mcpivhgcg", - "displayName": "gvhet", + "migrationStatusDescription": "lww", + "displayName": "uta", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "name": "pnstgbrgwbbpmcgmqcsq", + "Name": "ixxpcodgt", "provisioningState": "Canceled", - "migrateAgentId": "glbfecfny", - "displayName": "imtwjmshvcjcpasfrarzht", - "sourcePlatform": "mhszzcsqimyxksplsfkcqjd", - "sourceName": "lqejbvlnndw", + "migrateAgentId": "lztnqtbnawjjtnzylmehejhvtrekcz", + "displayName": "vlafmigqipvzjympgrz", + "sourcePlatform": "wqebivcxeoyriwkryocf", + "sourceName": "mrpnrrgrhamivkqffpzzdkuenlj", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "qklpscqy", - "lastSuccessfulReplicationCycleTime": "2022-11-11T06:55:53.474Z", + "replicationStatusDescription": "scauwmizsxxzpawojk", + "lastSuccessfulReplicationCycleTime": "2023-01-20T10:46:01.076Z", "healthErrors": [ { - "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", + "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", "affectedResourceCorrelationIds": [ - "nnijffornxkfusuhlqmqklultxe" + "wfrgprkwcawnpbpcsjdoyl" ], "childErrors": [ { - "id": "hcczwhfgreuryycebnxyzd", - "code": "ofvsysu", - "healthCategory": "wbxefulkpdli", - "category": "uvfjagihlahzemlytvyny", - "severity": "dkbjahklyhrnbhrb", - "source": "xpapcxyjkskyomjhbmfyiqjfu", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "em", + "code": "oabsmahniqkn", + "healthCategory": "vtxstinm", + "category": "njdo", + "severity": "omgixxlkvaymiwbfbpxqnzcosigz", + "source": "ubhtrrk", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ucrbovdwmevxguk", - "message": "mymqzn", - "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", - "recommendation": "reryolybafnjcdcp" + "summary": "fgzffidmkgtluqji", + "message": "pgu", + "causes": "xnigilgqddtlusagqofrinrubgjlp", + "recommendation": "hsxifrjkeqzqmkdefafadf" } ], - "id": "cgvbphlvtmpvbubqqgtmqypyda", - "code": "oogdxasjxucfrcp", - "healthCategory": "fifndkrvvxstaaah", - "category": "lsjk", - "severity": "gnvfivykkraw", - "source": "bfencpg", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "thqznnmdbsbhmlvdxjdtfaoe", + "code": "tferhcqczadzaazx", + "healthCategory": "czflxhmvlcurmquxgldhwbprh", + "category": "ezsbfpvjdxwqgfijvymi", + "severity": "nke", + "source": "zduifxjlpuflpf", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ndpkcoqutozbbdjkzx", - "message": "gtaowwhqlzhqqonzfuhnk", - "causes": "zutlxebjyuijofuq", - "recommendation": "iqdsmoqtxgrbcbnoiq" + "summary": "ojmfjqnycxojyskyraa", + "message": "hjwcgjjwxxaexcvvtvje", + "causes": "ljrvqvtmuubdohyxhqpda", + "recommendation": "lijuqmpbm" } ], "currentJob": { - "scenarioName": "wbowdocuumjimuzowsyowccewysv", - "id": "vmwdivromhrpldr", - "name": "qzxfphbigzqvtcjrnajocha", - "displayName": "acf", - "state": "cwnmnlpbekxaauoxlmvhfec", - "startTime": "2022-11-11T06:55:53.474Z", - "endTime": "2022-11-11T06:55:53.474Z" + "scenarioName": "wgrxmhpiswap", + "id": "kpzsimtivviworx", + "name": "wlyikwztfm", + "displayName": "zxmqvrtbbigdvigisdncgdqxs", + "state": "chlpigrpp", + "startTime": "2023-01-20T10:46:01.076Z", + "endTime": "2023-01-20T10:46:01.076Z" }, "allowedOperations": [ - "yxibt" + "tjml" ], - "masterSiteName": "tsrgnfbgnoyecqkcmnltaypvyp", + "masterSiteName": "xypznfgfdsathqbdlk", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "pfvviyvvntp", - "webAppSiteName": "pnqbuanmtfjlfixuqmhoxk" + "webAppArmId": "shriqiblelsvlku", + "webAppSiteName": "exjfql" } }, - "correlationId": "opd", - "lastSuccessfulMigrateTime": "2022-11-11T06:55:53.474Z", - "lastSuccessfulTestMigrateTime": "2022-11-11T06:55:53.474Z", + "correlationId": "s", + "lastSuccessfulMigrateTime": "2023-01-20T10:46:01.076Z", + "lastSuccessfulTestMigrateTime": "2023-01-20T10:46:01.076Z", "currentJob": { - "scenarioName": "xejbuke", - "id": "cfuzqoqqysrr", - "name": "vudgpjpsjttqvvjgmmbmfb", - "displayName": "ohyeia", - "state": "jrewhhfhgiambmfwqucbils", - "startTime": "2022-11-11T06:55:53.474Z", - "endTime": "2022-11-11T06:55:53.474Z" + "scenarioName": "rhcylnjebpvvcndatkm", + "id": "xnmkyzitkktanromt", + "name": "uhdkpijhzq", + "displayName": "hmdrvaxtoonbuiwhlyoge", + "state": "yobjshzkiqr", + "startTime": "2023-01-20T10:46:01.076Z", + "endTime": "2023-01-20T10:46:01.076Z" }, "allowedOperations": [ "EnableReplication" ], "healthErrors": [ { - "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", + "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", "affectedResourceCorrelationIds": [ - "nnijffornxkfusuhlqmqklultxe" + "wfrgprkwcawnpbpcsjdoyl" ], "childErrors": [ { - "id": "hcczwhfgreuryycebnxyzd", - "code": "ofvsysu", - "healthCategory": "wbxefulkpdli", - "category": "uvfjagihlahzemlytvyny", - "severity": "dkbjahklyhrnbhrb", - "source": "xpapcxyjkskyomjhbmfyiqjfu", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "em", + "code": "oabsmahniqkn", + "healthCategory": "vtxstinm", + "category": "njdo", + "severity": "omgixxlkvaymiwbfbpxqnzcosigz", + "source": "ubhtrrk", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ucrbovdwmevxguk", - "message": "mymqzn", - "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", - "recommendation": "reryolybafnjcdcp" + "summary": "fgzffidmkgtluqji", + "message": "pgu", + "causes": "xnigilgqddtlusagqofrinrubgjlp", + "recommendation": "hsxifrjkeqzqmkdefafadf" } ], - "id": "cgvbphlvtmpvbubqqgtmqypyda", - "code": "oogdxasjxucfrcp", - "healthCategory": "fifndkrvvxstaaah", - "category": "lsjk", - "severity": "gnvfivykkraw", - "source": "bfencpg", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "thqznnmdbsbhmlvdxjdtfaoe", + "code": "tferhcqczadzaazx", + "healthCategory": "czflxhmvlcurmquxgldhwbprh", + "category": "ezsbfpvjdxwqgfijvymi", + "severity": "nke", + "source": "zduifxjlpuflpf", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ndpkcoqutozbbdjkzx", - "message": "gtaowwhqlzhqqonzfuhnk", - "causes": "zutlxebjyuijofuq", - "recommendation": "iqdsmoqtxgrbcbnoiq" + "summary": "ojmfjqnycxojyskyraa", + "message": "hjwcgjjwxxaexcvvtvje", + "causes": "ljrvqvtmuubdohyxhqpda", + "recommendation": "lijuqmpbm" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "eicsbazo", - "name": "mxdpxw", - "type": "xodsx", + "id": "joxtartxzbttsv", + "name": "lbbgxdjwrulwkm", + "type": "eeolenzpokikskhuzydrse", "systemData": { - "createdBy": "zbplnhmtjlfkwgvvygmimum", - "createdByType": "ndyzwghybwqk", - "createdAt": "2022-11-11T06:55:53.474Z", - "lastModifiedBy": "dyqkmrxzuttjbetmusqvaalfuh", - "lastModifiedByType": "xyhztpfqpe", - "lastModifiedAt": "2022-11-11T06:55:53.474Z" + "createdBy": "hrtumbcjgbfjwuyhlwsr", + "createdByType": "aezoju", + "createdAt": "2023-01-20T10:46:01.077Z", + "lastModifiedBy": "sarruznyvujfkydxrnxflyxsvo", + "lastModifiedByType": "kzigdhxapymzvnuaip", + "lastModifiedAt": "2023-01-20T10:46:01.077Z" }, "tags": { - "key7954": "torzvafjfvmnzjrpim" + "key3355": "bljx" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json index ae5196c749de..2789caeb51ca 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ztkuzetmorxojvnsdvsponlcbvvack", - "workloadDeploymentName": "ztrjoarxjenuuajrafonaotjax", + "modernizeProjectName": "c2yr7", + "workloadDeploymentName": "qss", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json index 0c007416561c..21bc9cd7b7f5 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "xc", - "workloadDeploymentName": "lyfmsoutlbijflhxwx", + "modernizeProjectName": "fm59", + "workloadDeploymentName": "qc4", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,149 +12,149 @@ "properties": { "provisioningState": "Canceled", "status": "None", - "statusDescription": "qt", + "statusDescription": "f", "testMigrationStatus": "None", - "testMigrationStatusDescription": "xnyuvitgcbwzqxsiab", + "testMigrationStatusDescription": "pu", "migrationStatus": "None", - "migrationStatusDescription": "mcpivhgcg", - "displayName": "gvhet", + "migrationStatusDescription": "lww", + "displayName": "uta", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "name": "pnstgbrgwbbpmcgmqcsq", + "Name": "ixxpcodgt", "provisioningState": "Canceled", - "migrateAgentId": "glbfecfny", - "displayName": "imtwjmshvcjcpasfrarzht", - "sourcePlatform": "mhszzcsqimyxksplsfkcqjd", - "sourceName": "lqejbvlnndw", + "migrateAgentId": "lztnqtbnawjjtnzylmehejhvtrekcz", + "displayName": "vlafmigqipvzjympgrz", + "sourcePlatform": "wqebivcxeoyriwkryocf", + "sourceName": "mrpnrrgrhamivkqffpzzdkuenlj", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "qklpscqy", - "lastSuccessfulReplicationCycleTime": "2022-11-11T06:55:53.474Z", + "replicationStatusDescription": "scauwmizsxxzpawojk", + "lastSuccessfulReplicationCycleTime": "2023-01-20T10:46:01.076Z", "healthErrors": [ { - "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", + "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", "affectedResourceCorrelationIds": [ - "nnijffornxkfusuhlqmqklultxe" + "wfrgprkwcawnpbpcsjdoyl" ], "childErrors": [ { - "id": "hcczwhfgreuryycebnxyzd", - "code": "ofvsysu", - "healthCategory": "wbxefulkpdli", - "category": "uvfjagihlahzemlytvyny", - "severity": "dkbjahklyhrnbhrb", - "source": "xpapcxyjkskyomjhbmfyiqjfu", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "em", + "code": "oabsmahniqkn", + "healthCategory": "vtxstinm", + "category": "njdo", + "severity": "omgixxlkvaymiwbfbpxqnzcosigz", + "source": "ubhtrrk", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ucrbovdwmevxguk", - "message": "mymqzn", - "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", - "recommendation": "reryolybafnjcdcp" + "summary": "fgzffidmkgtluqji", + "message": "pgu", + "causes": "xnigilgqddtlusagqofrinrubgjlp", + "recommendation": "hsxifrjkeqzqmkdefafadf" } ], - "id": "cgvbphlvtmpvbubqqgtmqypyda", - "code": "oogdxasjxucfrcp", - "healthCategory": "fifndkrvvxstaaah", - "category": "lsjk", - "severity": "gnvfivykkraw", - "source": "bfencpg", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "thqznnmdbsbhmlvdxjdtfaoe", + "code": "tferhcqczadzaazx", + "healthCategory": "czflxhmvlcurmquxgldhwbprh", + "category": "ezsbfpvjdxwqgfijvymi", + "severity": "nke", + "source": "zduifxjlpuflpf", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ndpkcoqutozbbdjkzx", - "message": "gtaowwhqlzhqqonzfuhnk", - "causes": "zutlxebjyuijofuq", - "recommendation": "iqdsmoqtxgrbcbnoiq" + "summary": "ojmfjqnycxojyskyraa", + "message": "hjwcgjjwxxaexcvvtvje", + "causes": "ljrvqvtmuubdohyxhqpda", + "recommendation": "lijuqmpbm" } ], "currentJob": { - "scenarioName": "wbowdocuumjimuzowsyowccewysv", - "id": "vmwdivromhrpldr", - "name": "qzxfphbigzqvtcjrnajocha", - "displayName": "acf", - "state": "cwnmnlpbekxaauoxlmvhfec", - "startTime": "2022-11-11T06:55:53.474Z", - "endTime": "2022-11-11T06:55:53.474Z" + "scenarioName": "wgrxmhpiswap", + "id": "kpzsimtivviworx", + "name": "wlyikwztfm", + "displayName": "zxmqvrtbbigdvigisdncgdqxs", + "state": "chlpigrpp", + "startTime": "2023-01-20T10:46:01.076Z", + "endTime": "2023-01-20T10:46:01.076Z" }, "allowedOperations": [ - "yxibt" + "tjml" ], - "masterSiteName": "tsrgnfbgnoyecqkcmnltaypvyp", + "masterSiteName": "xypznfgfdsathqbdlk", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "pfvviyvvntp", - "webAppSiteName": "pnqbuanmtfjlfixuqmhoxk" + "webAppArmId": "shriqiblelsvlku", + "webAppSiteName": "exjfql" } }, - "correlationId": "opd", - "lastSuccessfulMigrateTime": "2022-11-11T06:55:53.474Z", - "lastSuccessfulTestMigrateTime": "2022-11-11T06:55:53.474Z", + "correlationId": "s", + "lastSuccessfulMigrateTime": "2023-01-20T10:46:01.076Z", + "lastSuccessfulTestMigrateTime": "2023-01-20T10:46:01.076Z", "currentJob": { - "scenarioName": "xejbuke", - "id": "cfuzqoqqysrr", - "name": "vudgpjpsjttqvvjgmmbmfb", - "displayName": "ohyeia", - "state": "jrewhhfhgiambmfwqucbils", - "startTime": "2022-11-11T06:55:53.474Z", - "endTime": "2022-11-11T06:55:53.474Z" + "scenarioName": "rhcylnjebpvvcndatkm", + "id": "xnmkyzitkktanromt", + "name": "uhdkpijhzq", + "displayName": "hmdrvaxtoonbuiwhlyoge", + "state": "yobjshzkiqr", + "startTime": "2023-01-20T10:46:01.076Z", + "endTime": "2023-01-20T10:46:01.076Z" }, "allowedOperations": [ "EnableReplication" ], "healthErrors": [ { - "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", + "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", "affectedResourceCorrelationIds": [ - "nnijffornxkfusuhlqmqklultxe" + "wfrgprkwcawnpbpcsjdoyl" ], "childErrors": [ { - "id": "hcczwhfgreuryycebnxyzd", - "code": "ofvsysu", - "healthCategory": "wbxefulkpdli", - "category": "uvfjagihlahzemlytvyny", - "severity": "dkbjahklyhrnbhrb", - "source": "xpapcxyjkskyomjhbmfyiqjfu", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "em", + "code": "oabsmahniqkn", + "healthCategory": "vtxstinm", + "category": "njdo", + "severity": "omgixxlkvaymiwbfbpxqnzcosigz", + "source": "ubhtrrk", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ucrbovdwmevxguk", - "message": "mymqzn", - "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", - "recommendation": "reryolybafnjcdcp" + "summary": "fgzffidmkgtluqji", + "message": "pgu", + "causes": "xnigilgqddtlusagqofrinrubgjlp", + "recommendation": "hsxifrjkeqzqmkdefafadf" } ], - "id": "cgvbphlvtmpvbubqqgtmqypyda", - "code": "oogdxasjxucfrcp", - "healthCategory": "fifndkrvvxstaaah", - "category": "lsjk", - "severity": "gnvfivykkraw", - "source": "bfencpg", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "thqznnmdbsbhmlvdxjdtfaoe", + "code": "tferhcqczadzaazx", + "healthCategory": "czflxhmvlcurmquxgldhwbprh", + "category": "ezsbfpvjdxwqgfijvymi", + "severity": "nke", + "source": "zduifxjlpuflpf", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ndpkcoqutozbbdjkzx", - "message": "gtaowwhqlzhqqonzfuhnk", - "causes": "zutlxebjyuijofuq", - "recommendation": "iqdsmoqtxgrbcbnoiq" + "summary": "ojmfjqnycxojyskyraa", + "message": "hjwcgjjwxxaexcvvtvje", + "causes": "ljrvqvtmuubdohyxhqpda", + "recommendation": "lijuqmpbm" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "eicsbazo", - "name": "mxdpxw", - "type": "xodsx", + "id": "joxtartxzbttsv", + "name": "lbbgxdjwrulwkm", + "type": "eeolenzpokikskhuzydrse", "systemData": { - "createdBy": "zbplnhmtjlfkwgvvygmimum", - "createdByType": "ndyzwghybwqk", - "createdAt": "2022-11-11T06:55:53.474Z", - "lastModifiedBy": "dyqkmrxzuttjbetmusqvaalfuh", - "lastModifiedByType": "xyhztpfqpe", - "lastModifiedAt": "2022-11-11T06:55:53.474Z" + "createdBy": "hrtumbcjgbfjwuyhlwsr", + "createdByType": "aezoju", + "createdAt": "2023-01-20T10:46:01.077Z", + "lastModifiedBy": "sarruznyvujfkydxrnxflyxsvo", + "lastModifiedByType": "kzigdhxapymzvnuaip", + "lastModifiedAt": "2023-01-20T10:46:01.077Z" }, "tags": { - "key7954": "torzvafjfvmnzjrpim" + "key3355": "bljx" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json index 57efcec9a9c8..367fcce69fcb 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "bcvy", - "workloadDeploymentName": "vtexapvszcrnfnkhtstnsxlutxl", + "modernizeProjectName": "jm", + "workloadDeploymentName": "zwc", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json index 6e5cc1fc552e..3ead76061733 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "wnpmilfwtk", + "modernizeProjectName": "a63i", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,152 +13,152 @@ "properties": { "provisioningState": "Canceled", "status": "None", - "statusDescription": "qt", + "statusDescription": "f", "testMigrationStatus": "None", - "testMigrationStatusDescription": "xnyuvitgcbwzqxsiab", + "testMigrationStatusDescription": "pu", "migrationStatus": "None", - "migrationStatusDescription": "mcpivhgcg", - "displayName": "gvhet", + "migrationStatusDescription": "lww", + "displayName": "uta", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "name": "pnstgbrgwbbpmcgmqcsq", + "Name": "ixxpcodgt", "provisioningState": "Canceled", - "migrateAgentId": "glbfecfny", - "displayName": "imtwjmshvcjcpasfrarzht", - "sourcePlatform": "mhszzcsqimyxksplsfkcqjd", - "sourceName": "lqejbvlnndw", + "migrateAgentId": "lztnqtbnawjjtnzylmehejhvtrekcz", + "displayName": "vlafmigqipvzjympgrz", + "sourcePlatform": "wqebivcxeoyriwkryocf", + "sourceName": "mrpnrrgrhamivkqffpzzdkuenlj", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "qklpscqy", - "lastSuccessfulReplicationCycleTime": "2022-11-11T06:55:53.474Z", + "replicationStatusDescription": "scauwmizsxxzpawojk", + "lastSuccessfulReplicationCycleTime": "2023-01-20T10:46:01.076Z", "healthErrors": [ { - "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", + "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", "affectedResourceCorrelationIds": [ - "nnijffornxkfusuhlqmqklultxe" + "wfrgprkwcawnpbpcsjdoyl" ], "childErrors": [ { - "id": "hcczwhfgreuryycebnxyzd", - "code": "ofvsysu", - "healthCategory": "wbxefulkpdli", - "category": "uvfjagihlahzemlytvyny", - "severity": "dkbjahklyhrnbhrb", - "source": "xpapcxyjkskyomjhbmfyiqjfu", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "em", + "code": "oabsmahniqkn", + "healthCategory": "vtxstinm", + "category": "njdo", + "severity": "omgixxlkvaymiwbfbpxqnzcosigz", + "source": "ubhtrrk", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ucrbovdwmevxguk", - "message": "mymqzn", - "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", - "recommendation": "reryolybafnjcdcp" + "summary": "fgzffidmkgtluqji", + "message": "pgu", + "causes": "xnigilgqddtlusagqofrinrubgjlp", + "recommendation": "hsxifrjkeqzqmkdefafadf" } ], - "id": "cgvbphlvtmpvbubqqgtmqypyda", - "code": "oogdxasjxucfrcp", - "healthCategory": "fifndkrvvxstaaah", - "category": "lsjk", - "severity": "gnvfivykkraw", - "source": "bfencpg", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "thqznnmdbsbhmlvdxjdtfaoe", + "code": "tferhcqczadzaazx", + "healthCategory": "czflxhmvlcurmquxgldhwbprh", + "category": "ezsbfpvjdxwqgfijvymi", + "severity": "nke", + "source": "zduifxjlpuflpf", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ndpkcoqutozbbdjkzx", - "message": "gtaowwhqlzhqqonzfuhnk", - "causes": "zutlxebjyuijofuq", - "recommendation": "iqdsmoqtxgrbcbnoiq" + "summary": "ojmfjqnycxojyskyraa", + "message": "hjwcgjjwxxaexcvvtvje", + "causes": "ljrvqvtmuubdohyxhqpda", + "recommendation": "lijuqmpbm" } ], "currentJob": { - "scenarioName": "wbowdocuumjimuzowsyowccewysv", - "id": "vmwdivromhrpldr", - "name": "qzxfphbigzqvtcjrnajocha", - "displayName": "acf", - "state": "cwnmnlpbekxaauoxlmvhfec", - "startTime": "2022-11-11T06:55:53.474Z", - "endTime": "2022-11-11T06:55:53.474Z" + "scenarioName": "wgrxmhpiswap", + "id": "kpzsimtivviworx", + "name": "wlyikwztfm", + "displayName": "zxmqvrtbbigdvigisdncgdqxs", + "state": "chlpigrpp", + "startTime": "2023-01-20T10:46:01.076Z", + "endTime": "2023-01-20T10:46:01.076Z" }, "allowedOperations": [ - "yxibt" + "tjml" ], - "masterSiteName": "tsrgnfbgnoyecqkcmnltaypvyp", + "masterSiteName": "xypznfgfdsathqbdlk", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "pfvviyvvntp", - "webAppSiteName": "pnqbuanmtfjlfixuqmhoxk" + "webAppArmId": "shriqiblelsvlku", + "webAppSiteName": "exjfql" } }, - "correlationId": "opd", - "lastSuccessfulMigrateTime": "2022-11-11T06:55:53.474Z", - "lastSuccessfulTestMigrateTime": "2022-11-11T06:55:53.474Z", + "correlationId": "s", + "lastSuccessfulMigrateTime": "2023-01-20T10:46:01.076Z", + "lastSuccessfulTestMigrateTime": "2023-01-20T10:46:01.076Z", "currentJob": { - "scenarioName": "xejbuke", - "id": "cfuzqoqqysrr", - "name": "vudgpjpsjttqvvjgmmbmfb", - "displayName": "ohyeia", - "state": "jrewhhfhgiambmfwqucbils", - "startTime": "2022-11-11T06:55:53.474Z", - "endTime": "2022-11-11T06:55:53.474Z" + "scenarioName": "rhcylnjebpvvcndatkm", + "id": "xnmkyzitkktanromt", + "name": "uhdkpijhzq", + "displayName": "hmdrvaxtoonbuiwhlyoge", + "state": "yobjshzkiqr", + "startTime": "2023-01-20T10:46:01.076Z", + "endTime": "2023-01-20T10:46:01.076Z" }, "allowedOperations": [ "EnableReplication" ], "healthErrors": [ { - "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", + "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", "affectedResourceCorrelationIds": [ - "nnijffornxkfusuhlqmqklultxe" + "wfrgprkwcawnpbpcsjdoyl" ], "childErrors": [ { - "id": "hcczwhfgreuryycebnxyzd", - "code": "ofvsysu", - "healthCategory": "wbxefulkpdli", - "category": "uvfjagihlahzemlytvyny", - "severity": "dkbjahklyhrnbhrb", - "source": "xpapcxyjkskyomjhbmfyiqjfu", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "em", + "code": "oabsmahniqkn", + "healthCategory": "vtxstinm", + "category": "njdo", + "severity": "omgixxlkvaymiwbfbpxqnzcosigz", + "source": "ubhtrrk", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ucrbovdwmevxguk", - "message": "mymqzn", - "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", - "recommendation": "reryolybafnjcdcp" + "summary": "fgzffidmkgtluqji", + "message": "pgu", + "causes": "xnigilgqddtlusagqofrinrubgjlp", + "recommendation": "hsxifrjkeqzqmkdefafadf" } ], - "id": "cgvbphlvtmpvbubqqgtmqypyda", - "code": "oogdxasjxucfrcp", - "healthCategory": "fifndkrvvxstaaah", - "category": "lsjk", - "severity": "gnvfivykkraw", - "source": "bfencpg", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "thqznnmdbsbhmlvdxjdtfaoe", + "code": "tferhcqczadzaazx", + "healthCategory": "czflxhmvlcurmquxgldhwbprh", + "category": "ezsbfpvjdxwqgfijvymi", + "severity": "nke", + "source": "zduifxjlpuflpf", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ndpkcoqutozbbdjkzx", - "message": "gtaowwhqlzhqqonzfuhnk", - "causes": "zutlxebjyuijofuq", - "recommendation": "iqdsmoqtxgrbcbnoiq" + "summary": "ojmfjqnycxojyskyraa", + "message": "hjwcgjjwxxaexcvvtvje", + "causes": "ljrvqvtmuubdohyxhqpda", + "recommendation": "lijuqmpbm" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "eicsbazo", - "name": "mxdpxw", - "type": "xodsx", + "id": "joxtartxzbttsv", + "name": "lbbgxdjwrulwkm", + "type": "eeolenzpokikskhuzydrse", "systemData": { - "createdBy": "zbplnhmtjlfkwgvvygmimum", - "createdByType": "ndyzwghybwqk", - "createdAt": "2022-11-11T06:55:53.474Z", - "lastModifiedBy": "dyqkmrxzuttjbetmusqvaalfuh", - "lastModifiedByType": "xyhztpfqpe", - "lastModifiedAt": "2022-11-11T06:55:53.474Z" + "createdBy": "hrtumbcjgbfjwuyhlwsr", + "createdByType": "aezoju", + "createdAt": "2023-01-20T10:46:01.077Z", + "lastModifiedBy": "sarruznyvujfkydxrnxflyxsvo", + "lastModifiedByType": "kzigdhxapymzvnuaip", + "lastModifiedAt": "2023-01-20T10:46:01.077Z" }, "tags": { - "key7954": "torzvafjfvmnzjrpim" + "key3355": "bljx" } } ], - "nextLink": "ryfbjavymrkymdsouboken" + "nextLink": "ftb" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json index 35c890628949..62832d877283 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "svudtj", + "modernizeProjectName": "ot18r", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,4 +10,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json index 8e6b313439ba..8c8ac95762a5 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "pfxkr", - "workloadDeploymentName": "n", + "modernizeProjectName": "d1", + "workloadDeploymentName": "kd", "api-version": "2022-05-01-preview", "body": { "properties": { "customProperties": { - "instanceType": "qic" + "instanceType": "hzvrfybuwfvjvkdubhstsiotigg" } } } @@ -20,4 +20,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json index 681a33aab0b1..5770ca6ff16c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "aizdrgjxqtvh", - "workloadDeploymentName": "ggi", + "modernizeProjectName": "j", + "workloadDeploymentName": "or1", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json index a01e1903dbd5..eeaa36f3d7cf 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "bixss", - "workloadDeploymentName": "grkhjrzigtqelk", + "modernizeProjectName": "ob88", + "workloadDeploymentName": "rjs22x", "api-version": "2022-05-01-preview", "body": { "properties": { - "comments": "llsofperfkxyqnsspnurbjkqbpftwvvcadopwdaeicmatadgddrlzonoammacdrpungunxxyttbrygwtzffmyqjsobdhcmwwqgmgknhkjdowxzcucnfsjyrmmcqhhonmlfgkssovpreyjaykpzdwzqiriaodfepbdfbjvreyajjmtdvgywvkgzxojfkltcgijudwztnuaetewgcyzfeaclmyjhldwjjxoiejxqnwliwnlisgmtvngrsiptcakjxtoejwbbydcvtocdxbopgbjvrdcmgtwkahvdqmpnxlopvliihjxjrokipljvkysnpmfhbvcekwmqejrownzmcnthzcamhbehiwdfystzjlcjqgusvnanoglwoypztnglpirpzezxxmfgupywpeycjikijxxmbqnssfzkitqzqjfgfwapdihltuwrmmluproxpttwlkssogebdaimxblvreihiphgtdyfmryrmfcflpsjnnndjbkbwrgeqffhwgnypuhszyqhlbcnrdykeflkksiwkuhjtnpszzxnbzbocmzcyvjpqikbcihklvekkcqsusrlcqcepfxhayloryniarvksuezbxfbekmbqrvevxbkruqsgiztauwkgykhxjyewrrctuxlihiprakfvevngraiherihxozpkdjttnulblkpogtrlxgjwqyidclswazmsjpjnkktvisbcycnkgspxjqvhztdslzdqkrcrxbabwkzcfqbefqstlrbgzvdexzfgxmuemwezsbrglotqsqwnfmkxcqdoxtyuvafhdtpgterpxlclrzhrozqyhrxjolxwhuzcfqwcrmakqcnfsgynvskkaxmuswgcjprzluvwhyscdlwwjcthbklvglnatvnnwymvdnjfrwerorzdxdoyxbuttkxrnn" + "comments": "cbyfkajihngibmirsfxhpwdjhrbwvwmtayyoscsvbqyyuebyorftaclelsfdjnfmspikvjefjcxbcfmvntalsysnpnkgqwetfsmgovcquuyknavmppmbfzdylqhtqeekleogzxfhitzogkfzsqtxgrjtxsgxtugxehbrkquprzpfulgcbgoozijyphzwydxngkjmxfplgyggyirjtvnycrpwwftwyvxqawcnflvhbnvpjvpsahnnouvumcbxkhydhalwkyaojfqmfxbpwlszbrkqqvkwhgothzuxryaqxjroifkeoybsixrtssfyjcxvaemndiimlywqtruhufertxrmjndplijhvkyqlwnvkeehfejfoytrolpijeykqtzvripjuskebbosasybeprrskngadmzewoopkesagtmpklltlmcwyxblvkhtypknwmcnsvwaxobcftotpvoynzbrxxdxiiqffczyvgehvajlyjoocpntewqdajaljfefcnhfxaxhxtdsxjgybigxjcunrygpyvarrukmhtkbfvpmgicmeygznfbxdpdagkjpdhdvigdlntwecrlbxojvcgbvdecbtuqizahypzmhcsidv" } } }, @@ -18,4 +18,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json index 5591a3282fa9..41d61e7f7d4c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "mk", - "workloadDeploymentName": "lyxuaclalordjjygyxkmzmfctitwr", + "modernizeProjectName": "b8o", + "workloadDeploymentName": "ksscf", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json index ac61fa104cfc..43d3ba9517b5 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "vnixsexc", - "workloadDeploymentName": "nritxluzfgyrqj", + "modernizeProjectName": "o", + "workloadDeploymentName": "m4", "api-version": "2022-05-01-preview", "body": { "properties": { @@ -20,4 +20,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json index bda7580c2b42..91b086487e0f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "qlmitnufwgkrgtaotyrrwzbz", - "workloadDeploymentName": "xjxzaxuyljvrxntvx", + "modernizeProjectName": "b51w", + "workloadDeploymentName": "cdj", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json index 4c938fde4149..a897aadc0c3a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "yrebtdaffdnudgsdmgdir", - "workloadInstanceName": "jricmkqfedfj", - "operationId": "hkpqiqvlbezbaclmesx", + "modernizeProjectName": "mw7k", + "workloadInstanceName": "v5v", + "operationId": "mlaaorwxjooekpkgt", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "emxtcsjitttpvjfx", - "name": "tzaxgrhtfawrv", - "status": "mllwc", - "startTime": "rhudwlyjvxktptnjzwncrjlqqmlhxz", - "endTime": "yon" + "id": "vcrqpwukkojfbwhstqn", + "name": "wfvknreswtqgfipumcpraycwbryd", + "status": "wcn", + "startTime": "emjkstycvjzkbigfkr", + "endTime": "jtbibjzfmbkfilbtyllus" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json index 34289dbc8cd4..51095fc4af3c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "mlqprnyjwdsorkuzzjagaxhnnhooln", - "workloadInstanceName": "xbxtzrrohxbiemotcwyf", - "operationId": "dzyxystmrwmmpjslo", + "modernizeProjectName": "k3y", + "workloadInstanceName": "u", + "operationId": "vyittjhounjqhkkbccwebsd", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,4 +12,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json index e8391025c4d6..2455027715ef 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json @@ -1,26 +1,26 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "xtkaobdylrbqrqenhlmmadjdvoqn", - "workloadInstanceName": "wv", + "modernizeProjectName": "wkj", + "workloadInstanceName": "k", "api-version": "2022-05-01-preview", "body": { "properties": { - "name": "pnstgbrgwbbpmcgmqcsq", - "migrateAgentId": "glbfecfny", - "displayName": "imtwjmshvcjcpasfrarzht", - "sourcePlatform": "mhszzcsqimyxksplsfkcqjd", - "sourceName": "lqejbvlnndw", - "masterSiteName": "tsrgnfbgnoyecqkcmnltaypvyp", + "Name": "ixxpcodgt", + "migrateAgentId": "lztnqtbnawjjtnzylmehejhvtrekcz", + "displayName": "vlafmigqipvzjympgrz", + "sourcePlatform": "wqebivcxeoyriwkryocf", + "sourceName": "mrpnrrgrhamivkqffpzzdkuenlj", + "masterSiteName": "xypznfgfdsathqbdlk", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "pfvviyvvntp", - "webAppSiteName": "pnqbuanmtfjlfixuqmhoxk" + "webAppArmId": "shriqiblelsvlku", + "webAppSiteName": "exjfql" } }, "tags": { - "key5308": "phizzeciabnmgrw" + "key9659": "uvvcmofxyycbdthqidlz" } } }, @@ -28,86 +28,86 @@ "201": { "body": { "properties": { - "name": "pnstgbrgwbbpmcgmqcsq", + "Name": "ixxpcodgt", "provisioningState": "Canceled", - "migrateAgentId": "glbfecfny", - "displayName": "imtwjmshvcjcpasfrarzht", - "sourcePlatform": "mhszzcsqimyxksplsfkcqjd", - "sourceName": "lqejbvlnndw", + "migrateAgentId": "lztnqtbnawjjtnzylmehejhvtrekcz", + "displayName": "vlafmigqipvzjympgrz", + "sourcePlatform": "wqebivcxeoyriwkryocf", + "sourceName": "mrpnrrgrhamivkqffpzzdkuenlj", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "qklpscqy", - "lastSuccessfulReplicationCycleTime": "2022-11-11T06:55:53.474Z", + "replicationStatusDescription": "scauwmizsxxzpawojk", + "lastSuccessfulReplicationCycleTime": "2023-01-20T10:46:01.076Z", "healthErrors": [ { - "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", + "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", "affectedResourceCorrelationIds": [ - "nnijffornxkfusuhlqmqklultxe" + "wfrgprkwcawnpbpcsjdoyl" ], "childErrors": [ { - "id": "hcczwhfgreuryycebnxyzd", - "code": "ofvsysu", - "healthCategory": "wbxefulkpdli", - "category": "uvfjagihlahzemlytvyny", - "severity": "dkbjahklyhrnbhrb", - "source": "xpapcxyjkskyomjhbmfyiqjfu", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "em", + "code": "oabsmahniqkn", + "healthCategory": "vtxstinm", + "category": "njdo", + "severity": "omgixxlkvaymiwbfbpxqnzcosigz", + "source": "ubhtrrk", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ucrbovdwmevxguk", - "message": "mymqzn", - "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", - "recommendation": "reryolybafnjcdcp" + "summary": "fgzffidmkgtluqji", + "message": "pgu", + "causes": "xnigilgqddtlusagqofrinrubgjlp", + "recommendation": "hsxifrjkeqzqmkdefafadf" } ], - "id": "cgvbphlvtmpvbubqqgtmqypyda", - "code": "oogdxasjxucfrcp", - "healthCategory": "fifndkrvvxstaaah", - "category": "lsjk", - "severity": "gnvfivykkraw", - "source": "bfencpg", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "thqznnmdbsbhmlvdxjdtfaoe", + "code": "tferhcqczadzaazx", + "healthCategory": "czflxhmvlcurmquxgldhwbprh", + "category": "ezsbfpvjdxwqgfijvymi", + "severity": "nke", + "source": "zduifxjlpuflpf", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ndpkcoqutozbbdjkzx", - "message": "gtaowwhqlzhqqonzfuhnk", - "causes": "zutlxebjyuijofuq", - "recommendation": "iqdsmoqtxgrbcbnoiq" + "summary": "ojmfjqnycxojyskyraa", + "message": "hjwcgjjwxxaexcvvtvje", + "causes": "ljrvqvtmuubdohyxhqpda", + "recommendation": "lijuqmpbm" } ], "currentJob": { - "scenarioName": "wbowdocuumjimuzowsyowccewysv", - "id": "vmwdivromhrpldr", - "name": "qzxfphbigzqvtcjrnajocha", - "displayName": "acf", - "state": "cwnmnlpbekxaauoxlmvhfec", - "startTime": "2022-11-11T06:55:53.474Z", - "endTime": "2022-11-11T06:55:53.474Z" + "scenarioName": "wgrxmhpiswap", + "id": "kpzsimtivviworx", + "name": "wlyikwztfm", + "displayName": "zxmqvrtbbigdvigisdncgdqxs", + "state": "chlpigrpp", + "startTime": "2023-01-20T10:46:01.076Z", + "endTime": "2023-01-20T10:46:01.076Z" }, "allowedOperations": [ - "yxibt" + "tjml" ], - "masterSiteName": "tsrgnfbgnoyecqkcmnltaypvyp", + "masterSiteName": "xypznfgfdsathqbdlk", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "pfvviyvvntp", - "webAppSiteName": "pnqbuanmtfjlfixuqmhoxk" + "webAppArmId": "shriqiblelsvlku", + "webAppSiteName": "exjfql" } }, - "id": "cnwoqflisknwmznhoxqlpfx", - "name": "jjojjlretxuybojfh", - "type": "nrclutgzxacokkjfjw", + "id": "waprifoddkzzxlbqnzfd", + "name": "wmmzplsd", + "type": "fpsov", "systemData": { - "createdBy": "hyfafr", - "createdByType": "rxkvx", - "createdAt": "2022-11-11T06:55:57.019Z", - "lastModifiedBy": "wmahw", - "lastModifiedByType": "wvgzamluozxtvlpjhgpglczonh", - "lastModifiedAt": "2022-11-11T06:55:57.019Z" + "createdBy": "gkx", + "createdByType": "ophgvtfziuzbclnkt", + "createdAt": "2023-01-20T10:46:05.821Z", + "lastModifiedBy": "soafvw", + "lastModifiedByType": "odsrac", + "lastModifiedAt": "2023-01-20T10:46:05.821Z" }, "tags": { - "key5308": "phizzeciabnmgrw" + "key9659": "uvvcmofxyycbdthqidlz" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json index 68ba2fa7c268..53d3c9e1cb54 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "lucaspxpndzkvfvcocsoszut", - "workloadInstanceName": "twopmofghzrmxvv", + "modernizeProjectName": "k8oxdx", + "workloadInstanceName": "vxq9b", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json index 7fdca58b2815..e825a43c080c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "fybxuuuencgphgfpychduqyqprueh", - "workloadInstanceName": "vsscpzgprytvtbtfjvxbbgqnvmy", + "modernizeProjectName": "m00", + "workloadInstanceName": "n73q6", "api-version": "2022-05-01-preview" }, "responses": { @@ -14,4 +14,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json index 8e1c8c75279f..e0cc0c16b720 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "gkckqfbactph", - "workloadInstanceName": "ggambvu", + "modernizeProjectName": "a1m277", + "workloadInstanceName": "w3y7", "api-version": "2022-05-01-preview" }, "responses": { @@ -14,4 +14,4 @@ }, "204": {} } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json index 8b15b2908552..4ab4d41ed9e9 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json @@ -1,95 +1,95 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "vzkuwzvcuchnhfu", - "workloadInstanceName": "nmcdoglsqelbobqdpci", + "modernizeProjectName": "d5l", + "workloadInstanceName": "g64", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { "properties": { - "name": "pnstgbrgwbbpmcgmqcsq", + "Name": "ixxpcodgt", "provisioningState": "Canceled", - "migrateAgentId": "glbfecfny", - "displayName": "imtwjmshvcjcpasfrarzht", - "sourcePlatform": "mhszzcsqimyxksplsfkcqjd", - "sourceName": "lqejbvlnndw", + "migrateAgentId": "lztnqtbnawjjtnzylmehejhvtrekcz", + "displayName": "vlafmigqipvzjympgrz", + "sourcePlatform": "wqebivcxeoyriwkryocf", + "sourceName": "mrpnrrgrhamivkqffpzzdkuenlj", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "qklpscqy", - "lastSuccessfulReplicationCycleTime": "2022-11-11T06:55:53.474Z", + "replicationStatusDescription": "scauwmizsxxzpawojk", + "lastSuccessfulReplicationCycleTime": "2023-01-20T10:46:01.076Z", "healthErrors": [ { - "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", + "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", "affectedResourceCorrelationIds": [ - "nnijffornxkfusuhlqmqklultxe" + "wfrgprkwcawnpbpcsjdoyl" ], "childErrors": [ { - "id": "hcczwhfgreuryycebnxyzd", - "code": "ofvsysu", - "healthCategory": "wbxefulkpdli", - "category": "uvfjagihlahzemlytvyny", - "severity": "dkbjahklyhrnbhrb", - "source": "xpapcxyjkskyomjhbmfyiqjfu", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "em", + "code": "oabsmahniqkn", + "healthCategory": "vtxstinm", + "category": "njdo", + "severity": "omgixxlkvaymiwbfbpxqnzcosigz", + "source": "ubhtrrk", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ucrbovdwmevxguk", - "message": "mymqzn", - "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", - "recommendation": "reryolybafnjcdcp" + "summary": "fgzffidmkgtluqji", + "message": "pgu", + "causes": "xnigilgqddtlusagqofrinrubgjlp", + "recommendation": "hsxifrjkeqzqmkdefafadf" } ], - "id": "cgvbphlvtmpvbubqqgtmqypyda", - "code": "oogdxasjxucfrcp", - "healthCategory": "fifndkrvvxstaaah", - "category": "lsjk", - "severity": "gnvfivykkraw", - "source": "bfencpg", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "thqznnmdbsbhmlvdxjdtfaoe", + "code": "tferhcqczadzaazx", + "healthCategory": "czflxhmvlcurmquxgldhwbprh", + "category": "ezsbfpvjdxwqgfijvymi", + "severity": "nke", + "source": "zduifxjlpuflpf", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ndpkcoqutozbbdjkzx", - "message": "gtaowwhqlzhqqonzfuhnk", - "causes": "zutlxebjyuijofuq", - "recommendation": "iqdsmoqtxgrbcbnoiq" + "summary": "ojmfjqnycxojyskyraa", + "message": "hjwcgjjwxxaexcvvtvje", + "causes": "ljrvqvtmuubdohyxhqpda", + "recommendation": "lijuqmpbm" } ], "currentJob": { - "scenarioName": "wbowdocuumjimuzowsyowccewysv", - "id": "vmwdivromhrpldr", - "name": "qzxfphbigzqvtcjrnajocha", - "displayName": "acf", - "state": "cwnmnlpbekxaauoxlmvhfec", - "startTime": "2022-11-11T06:55:53.474Z", - "endTime": "2022-11-11T06:55:53.474Z" + "scenarioName": "wgrxmhpiswap", + "id": "kpzsimtivviworx", + "name": "wlyikwztfm", + "displayName": "zxmqvrtbbigdvigisdncgdqxs", + "state": "chlpigrpp", + "startTime": "2023-01-20T10:46:01.076Z", + "endTime": "2023-01-20T10:46:01.076Z" }, "allowedOperations": [ - "yxibt" + "tjml" ], - "masterSiteName": "tsrgnfbgnoyecqkcmnltaypvyp", + "masterSiteName": "xypznfgfdsathqbdlk", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "pfvviyvvntp", - "webAppSiteName": "pnqbuanmtfjlfixuqmhoxk" + "webAppArmId": "shriqiblelsvlku", + "webAppSiteName": "exjfql" } }, - "id": "cnwoqflisknwmznhoxqlpfx", - "name": "jjojjlretxuybojfh", - "type": "nrclutgzxacokkjfjw", + "id": "waprifoddkzzxlbqnzfd", + "name": "wmmzplsd", + "type": "fpsov", "systemData": { - "createdBy": "hyfafr", - "createdByType": "rxkvx", - "createdAt": "2022-11-11T06:55:57.019Z", - "lastModifiedBy": "wmahw", - "lastModifiedByType": "wvgzamluozxtvlpjhgpglczonh", - "lastModifiedAt": "2022-11-11T06:55:57.019Z" + "createdBy": "gkx", + "createdByType": "ophgvtfziuzbclnkt", + "createdAt": "2023-01-20T10:46:05.821Z", + "lastModifiedBy": "soafvw", + "lastModifiedByType": "odsrac", + "lastModifiedAt": "2023-01-20T10:46:05.821Z" }, "tags": { - "key5308": "phizzeciabnmgrw" + "key9659": "uvvcmofxyycbdthqidlz" } } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json index 0bba1e605e2d..bfd51b47077c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "yrgstghvrklesittcgstdl", - "workloadInstanceName": "efxgtq", + "modernizeProjectName": "a", + "workloadInstanceName": "nn155bv", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,4 +11,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json index a958d553e3c0..b00ffb5cd9b1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "exrfxmkvzrwvbdsxomza", + "modernizeProjectName": "u87sr", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,89 +11,89 @@ "value": [ { "properties": { - "name": "pnstgbrgwbbpmcgmqcsq", + "Name": "ixxpcodgt", "provisioningState": "Canceled", - "migrateAgentId": "glbfecfny", - "displayName": "imtwjmshvcjcpasfrarzht", - "sourcePlatform": "mhszzcsqimyxksplsfkcqjd", - "sourceName": "lqejbvlnndw", + "migrateAgentId": "lztnqtbnawjjtnzylmehejhvtrekcz", + "displayName": "vlafmigqipvzjympgrz", + "sourcePlatform": "wqebivcxeoyriwkryocf", + "sourceName": "mrpnrrgrhamivkqffpzzdkuenlj", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "qklpscqy", - "lastSuccessfulReplicationCycleTime": "2022-11-11T06:55:53.474Z", + "replicationStatusDescription": "scauwmizsxxzpawojk", + "lastSuccessfulReplicationCycleTime": "2023-01-20T10:46:01.076Z", "healthErrors": [ { - "affectedResourceType": "npywshvembhzwwnztkrsxoyetjrdjy", + "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", "affectedResourceCorrelationIds": [ - "nnijffornxkfusuhlqmqklultxe" + "wfrgprkwcawnpbpcsjdoyl" ], "childErrors": [ { - "id": "hcczwhfgreuryycebnxyzd", - "code": "ofvsysu", - "healthCategory": "wbxefulkpdli", - "category": "uvfjagihlahzemlytvyny", - "severity": "dkbjahklyhrnbhrb", - "source": "xpapcxyjkskyomjhbmfyiqjfu", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "em", + "code": "oabsmahniqkn", + "healthCategory": "vtxstinm", + "category": "njdo", + "severity": "omgixxlkvaymiwbfbpxqnzcosigz", + "source": "ubhtrrk", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ucrbovdwmevxguk", - "message": "mymqzn", - "causes": "lcdzvwbukzhfseqcezdgmwvbnsaja", - "recommendation": "reryolybafnjcdcp" + "summary": "fgzffidmkgtluqji", + "message": "pgu", + "causes": "xnigilgqddtlusagqofrinrubgjlp", + "recommendation": "hsxifrjkeqzqmkdefafadf" } ], - "id": "cgvbphlvtmpvbubqqgtmqypyda", - "code": "oogdxasjxucfrcp", - "healthCategory": "fifndkrvvxstaaah", - "category": "lsjk", - "severity": "gnvfivykkraw", - "source": "bfencpg", - "creationTime": "2022-11-11T06:55:48.305Z", + "id": "thqznnmdbsbhmlvdxjdtfaoe", + "code": "tferhcqczadzaazx", + "healthCategory": "czflxhmvlcurmquxgldhwbprh", + "category": "ezsbfpvjdxwqgfijvymi", + "severity": "nke", + "source": "zduifxjlpuflpf", + "creationTime": "2023-01-20T10:45:53.723Z", "isCustomerResolvable": true, - "summary": "ndpkcoqutozbbdjkzx", - "message": "gtaowwhqlzhqqonzfuhnk", - "causes": "zutlxebjyuijofuq", - "recommendation": "iqdsmoqtxgrbcbnoiq" + "summary": "ojmfjqnycxojyskyraa", + "message": "hjwcgjjwxxaexcvvtvje", + "causes": "ljrvqvtmuubdohyxhqpda", + "recommendation": "lijuqmpbm" } ], "currentJob": { - "scenarioName": "wbowdocuumjimuzowsyowccewysv", - "id": "vmwdivromhrpldr", - "name": "qzxfphbigzqvtcjrnajocha", - "displayName": "acf", - "state": "cwnmnlpbekxaauoxlmvhfec", - "startTime": "2022-11-11T06:55:53.474Z", - "endTime": "2022-11-11T06:55:53.474Z" + "scenarioName": "wgrxmhpiswap", + "id": "kpzsimtivviworx", + "name": "wlyikwztfm", + "displayName": "zxmqvrtbbigdvigisdncgdqxs", + "state": "chlpigrpp", + "startTime": "2023-01-20T10:46:01.076Z", + "endTime": "2023-01-20T10:46:01.076Z" }, "allowedOperations": [ - "yxibt" + "tjml" ], - "masterSiteName": "tsrgnfbgnoyecqkcmnltaypvyp", + "masterSiteName": "xypznfgfdsathqbdlk", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "pfvviyvvntp", - "webAppSiteName": "pnqbuanmtfjlfixuqmhoxk" + "webAppArmId": "shriqiblelsvlku", + "webAppSiteName": "exjfql" } }, - "id": "cnwoqflisknwmznhoxqlpfx", - "name": "jjojjlretxuybojfh", - "type": "nrclutgzxacokkjfjw", + "id": "waprifoddkzzxlbqnzfd", + "name": "wmmzplsd", + "type": "fpsov", "systemData": { - "createdBy": "hyfafr", - "createdByType": "rxkvx", - "createdAt": "2022-11-11T06:55:57.019Z", - "lastModifiedBy": "wmahw", - "lastModifiedByType": "wvgzamluozxtvlpjhgpglczonh", - "lastModifiedAt": "2022-11-11T06:55:57.019Z" + "createdBy": "gkx", + "createdByType": "ophgvtfziuzbclnkt", + "createdAt": "2023-01-20T10:46:05.821Z", + "lastModifiedBy": "soafvw", + "lastModifiedByType": "odsrac", + "lastModifiedAt": "2023-01-20T10:46:05.821Z" }, "tags": { - "key5308": "phizzeciabnmgrw" + "key9659": "uvvcmofxyycbdthqidlz" } } ], - "nextLink": "hmulqgmdoybzmpphzkewqnomtja" + "nextLink": "wktvywpmeksdyzkirmsqudx" } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json index e25d13352e32..b2465c2c9ea1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ez", + "modernizeProjectName": "s8rjq", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,4 +10,4 @@ "body": {} } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json index aa1660fde789..a3666ff3514d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "cyvlqbtuhs", - "workloadInstanceName": "vssgrglupltejkq", + "modernizeProjectName": "t4h1", + "workloadInstanceName": "g", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json index 4e753d77f7e4..43005e228fd0 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "f", - "workloadInstanceName": "tswycrcnhfubwuwyahexhy", + "modernizeProjectName": "v3d", + "workloadInstanceName": "b7fh", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json index e29bda960270..6a6d1e168824 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ibfwypxjrdpzqgnqyrnt", - "workloadInstanceName": "jnzgspfyhfx", + "modernizeProjectName": "nohu", + "workloadInstanceName": "i7y", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json index 9b5fb10bce87..3b344e011cf3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "qpimasjt", + "subscriptionId": "v", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "vldtbaiifyswueutghljt", - "workloadInstanceName": "mzvhiysanzpqugm", + "modernizeProjectName": "j1", + "workloadInstanceName": "y5uhpj5", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,4 +13,4 @@ } } } -} +} \ No newline at end of file From 4416f245690c2efdea944ea5ed5e4e267dbb5566 Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Fri, 20 Jan 2023 16:27:58 +0530 Subject: [PATCH 44/54] fix: ran prettier command --- .../examples/DeployedResource_Get_MaximumSet_Gen.json | 2 +- .../examples/DeployedResource_Get_MinimumSet_Gen.json | 2 +- .../examples/DeployedResource_List_MaximumSet_Gen.json | 2 +- .../examples/DeployedResource_List_MinimumSet_Gen.json | 2 +- .../MigrateAgentOperationStatus_Get_MaximumSet_Gen.json | 2 +- .../MigrateAgentOperationStatus_Get_MinimumSet_Gen.json | 2 +- .../examples/MigrateAgent_Create_MaximumSet_Gen.json | 2 +- .../examples/MigrateAgent_Create_MinimumSet_Gen.json | 2 +- .../examples/MigrateAgent_Delete_MaximumSet_Gen.json | 2 +- .../examples/MigrateAgent_Delete_MinimumSet_Gen.json | 2 +- .../examples/MigrateAgent_Get_MaximumSet_Gen.json | 2 +- .../examples/MigrateAgent_Get_MinimumSet_Gen.json | 2 +- .../examples/MigrateAgent_List_MaximumSet_Gen.json | 2 +- .../examples/MigrateAgent_List_MinimumSet_Gen.json | 2 +- .../examples/MigrateAgent_Refresh_MaximumSet_Gen.json | 2 +- .../examples/MigrateAgent_Refresh_MinimumSet_Gen.json | 2 +- .../ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json | 2 +- .../ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProject_Create_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProject_Create_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProject_Delete_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProject_Delete_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProject_Get_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProject_Get_MinimumSet_Gen.json | 2 +- .../ModernizeProject_ListBySubscription_MaximumSet_Gen.json | 2 +- .../ModernizeProject_ListBySubscription_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProject_List_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProject_List_MinimumSet_Gen.json | 2 +- .../examples/ModernizeProject_Update_MaximumSet_Gen.json | 2 +- .../examples/ModernizeProject_Update_MinimumSet_Gen.json | 2 +- .../examples/Operations_List_MaximumSet_Gen.json | 2 +- .../examples/Operations_List_MinimumSet_Gen.json | 2 +- .../examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json | 2 +- .../examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json | 2 +- .../examples/Workflow_Get_MaximumSet_Gen.json | 2 +- .../examples/Workflow_Get_MinimumSet_Gen.json | 2 +- .../examples/Workflow_List_MaximumSet_Gen.json | 2 +- .../examples/Workflow_List_MinimumSet_Gen.json | 2 +- .../WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json | 2 +- .../WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json | 2 +- .../WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json | 2 +- .../WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Create_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Create_MinimumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Delete_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Delete_MinimumSet_Gen.json | 2 +- ...rkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json | 2 +- ...rkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Get_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Get_MinimumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_List_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_List_MinimumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json | 2 +- .../WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json | 2 +- .../WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json | 2 +- .../examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json | 2 +- .../WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json | 2 +- .../WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json | 2 +- .../examples/WorkloadInstance_Create_MaximumSet_Gen.json | 2 +- .../examples/WorkloadInstance_Create_MinimumSet_Gen.json | 2 +- .../examples/WorkloadInstance_Delete_MaximumSet_Gen.json | 2 +- .../examples/WorkloadInstance_Delete_MinimumSet_Gen.json | 2 +- .../examples/WorkloadInstance_Get_MaximumSet_Gen.json | 2 +- .../examples/WorkloadInstance_Get_MinimumSet_Gen.json | 2 +- .../examples/WorkloadInstance_List_MaximumSet_Gen.json | 2 +- .../examples/WorkloadInstance_List_MinimumSet_Gen.json | 2 +- .../WorkloadInstance_MigrateComplete_MaximumSet_Gen.json | 2 +- .../WorkloadInstance_MigrateComplete_MinimumSet_Gen.json | 2 +- .../examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json | 2 +- .../examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json | 2 +- 74 files changed, 74 insertions(+), 74 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json index f5fbc8a0ff0e..689b98a89e91 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json @@ -43,4 +43,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json index 71ffc3b3f98a..36e6c2ca69bc 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json index c2b778c38c20..9e2cd44337d7 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json index 589b9bd7777a..772d6d1c4d1a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json index eda4d70da2bb..61e9fcf23a71 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json index 1a954af2c5c3..357d7f79c345 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json @@ -12,4 +12,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json index 3a6bba7d50b4..d250f44ecf13 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json @@ -100,4 +100,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json index 604a95aba19a..4738dc30ee8f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json index ff05d0a4bf7a..0a63328e080d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json index 870f567a1cd9..9e41d75377f4 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json index 05fb03665a2d..f24100ef9f36 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json @@ -81,4 +81,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json index b5c22958cbf5..ec369aa403d7 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json index b7823a8a9320..0727e23a7ee0 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json @@ -85,4 +85,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json index 22ef9ebe5f87..6373e79e6433 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json index b2c61d2e6143..fe272421c5a3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json index cb4014fbfcca..8d76a4e432da 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json index 5c8f1eedc74c..91e0aaf9a26f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json index 9766a75ce3b4..213692c74849 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json index e184275170ac..9fe05a713a32 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json @@ -139,4 +139,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json index 5368b0f893b5..e7cea329f19c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json index 96dbbfeef9e2..e950ae520dee 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json @@ -71,4 +71,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json index 5b486a2592d8..9859be3d7d4f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json index 65390c8c8904..8a5a982863d6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json @@ -13,4 +13,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json index d899e2a9e632..07f22557ef46 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json @@ -13,4 +13,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json index edcadab39de2..0b3dfe3dce42 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json @@ -47,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json index a5fe8a411a31..d10d7d7fea52 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json index 0430cfb93ede..c7b29bbcadf4 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json @@ -51,4 +51,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json index e40cf1c034ec..5a77895d77ee 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json @@ -8,4 +8,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json index e15240073f61..ef87e4594396 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json index 03c9eefc3272..b1235c0e8b22 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json @@ -9,4 +9,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json index 4e73ea9c1bb9..2fd7040eec89 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json @@ -66,4 +66,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json index af7f7b5ad87d..04f00df7bc78 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json @@ -13,4 +13,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json index 0ebe113bb542..4084dadd6233 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json @@ -23,4 +23,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MinimumSet_Gen.json index a472ca49ee58..af3e219c74e3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MinimumSet_Gen.json @@ -7,4 +7,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json index 496dfdc76929..580f1ce960b6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json index e5130640a44f..462870b4be40 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json @@ -12,4 +12,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json index 9638e7a9dbd4..56f83700bf4a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json @@ -73,4 +73,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json index 17c2988a9149..5ca3d5a15dc3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json index a8050aee4a92..390c117fa822 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json @@ -79,4 +79,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json index 26e605669547..946949ed5571 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json index e47d87e9c8b8..08d83ba2bb1a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json index 4da3d41b4e86..5c1ee57275b6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json @@ -12,4 +12,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json index 09759c880270..3435a0a13f87 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json @@ -29,4 +29,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json index 2da3580837d5..785610c07ea0 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json index f534eb2ae203..18eff404083d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json @@ -182,4 +182,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json index 07c984fc0d8e..018175e28844 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json index 219e27319b1b..9f247ceeff98 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json @@ -15,4 +15,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json index c753e523412a..09fff36b880e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json index 5c09ac4f35f3..793cadc126e0 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json @@ -157,4 +157,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json index 2789caeb51ca..659f701ae0ac 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json index 21bc9cd7b7f5..69b719113032 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json @@ -157,4 +157,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json index 367fcce69fcb..37c7e3c7e5b9 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json index 3ead76061733..97463f3f118c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json @@ -161,4 +161,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json index 62832d877283..d0c653876b9c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json index 8c8ac95762a5..442dc6132895 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json @@ -20,4 +20,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json index 5770ca6ff16c..6f6e578206af 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json index eeaa36f3d7cf..257372161021 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json index 41d61e7f7d4c..5ceed0fd82d1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json index 43d3ba9517b5..393183137df0 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json @@ -20,4 +20,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json index 91b086487e0f..a1ab8d708c4f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json index a897aadc0c3a..9f64d54ed9dc 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json index 51095fc4af3c..0f9110197842 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json @@ -12,4 +12,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json index 2455027715ef..9a9beade6314 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json @@ -110,4 +110,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json index 53d3c9e1cb54..ae0470dd9418 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json index e825a43c080c..d1d90082cdd9 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json index e0cc0c16b720..fd0e90c558db 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json @@ -14,4 +14,4 @@ }, "204": {} } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json index 4ab4d41ed9e9..221c11002d19 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json @@ -92,4 +92,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json index bfd51b47077c..f4da07cf587e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json @@ -11,4 +11,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json index b00ffb5cd9b1..98a36d8e03c4 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json @@ -96,4 +96,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json index b2465c2c9ea1..88d29e4a8b6c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json @@ -10,4 +10,4 @@ "body": {} } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json index a3666ff3514d..5631260e9c5c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json index 43005e228fd0..41d35df262d5 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json index 6a6d1e168824..85ec8aadfb20 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json index 3b344e011cf3..6027b1d840a0 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json @@ -13,4 +13,4 @@ } } } -} \ No newline at end of file +} From 50414bc6e121cbbc56ac77509445b1b31355c413 Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Fri, 20 Jan 2023 16:31:19 +0530 Subject: [PATCH 45/54] fix: camelCase at 3 places --- .../preview/2022-05-01-preview/migrateEngine.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 1eee65481d3b..33c781e5634b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -3296,12 +3296,12 @@ "akvProperties": { "$ref": "#/definitions/KeyVaultSecretStoreProperties" }, - "GmsaCredSpecName": { + "gmsaCredSpecName": { "description": "Gets Cred Spec Name to be used.", "type": "string", "readOnly": true }, - "GmsaSecretName": { + "gmsaSecretName": { "description": "Gets name of the secret where GMSA secret is stored in the KeyVault.", "type": "string", "readOnly": true @@ -5365,7 +5365,7 @@ "description": "Workload instance model properties.", "type": "object", "properties": { - "Name": { + "name": { "description": "Gets or sets the workload instance name.", "type": "string" }, From 616ce9759957b87237028772e054f1c0e189e8b7 Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Fri, 20 Jan 2023 17:17:45 +0530 Subject: [PATCH 46/54] fix: Re generated examples --- .../DeployedResource_Get_MaximumSet_Gen.json | 46 ++-- .../DeployedResource_Get_MinimumSet_Gen.json | 6 +- .../DeployedResource_List_MaximumSet_Gen.json | 46 ++-- .../DeployedResource_List_MinimumSet_Gen.json | 4 +- ...entOperationStatus_Get_MaximumSet_Gen.json | 18 +- ...entOperationStatus_Get_MinimumSet_Gen.json | 8 +- .../MigrateAgent_Create_MaximumSet_Gen.json | 110 +++++----- .../MigrateAgent_Create_MinimumSet_Gen.json | 6 +- .../MigrateAgent_Delete_MaximumSet_Gen.json | 6 +- .../MigrateAgent_Delete_MinimumSet_Gen.json | 6 +- .../MigrateAgent_Get_MaximumSet_Gen.json | 94 ++++---- .../MigrateAgent_Get_MinimumSet_Gen.json | 6 +- .../MigrateAgent_List_MaximumSet_Gen.json | 94 ++++---- .../MigrateAgent_List_MinimumSet_Gen.json | 4 +- .../MigrateAgent_Refresh_MaximumSet_Gen.json | 6 +- .../MigrateAgent_Refresh_MinimumSet_Gen.json | 6 +- ...ectOperationStatus_Get_MaximumSet_Gen.json | 18 +- ...ectOperationStatus_Get_MinimumSet_Gen.json | 6 +- ...eProjectStatistics_Get_MaximumSet_Gen.json | 160 +++++++------- ...eProjectStatistics_Get_MinimumSet_Gen.json | 4 +- ...odernizeProject_Create_MaximumSet_Gen.json | 66 +++--- ...odernizeProject_Create_MinimumSet_Gen.json | 4 +- ...odernizeProject_Delete_MaximumSet_Gen.json | 4 +- ...odernizeProject_Delete_MinimumSet_Gen.json | 4 +- .../ModernizeProject_Get_MaximumSet_Gen.json | 46 ++-- .../ModernizeProject_Get_MinimumSet_Gen.json | 4 +- ...ect_ListBySubscription_MaximumSet_Gen.json | 48 ++-- ...ect_ListBySubscription_MinimumSet_Gen.json | 2 +- .../ModernizeProject_List_MaximumSet_Gen.json | 48 ++-- .../ModernizeProject_List_MinimumSet_Gen.json | 2 +- ...odernizeProject_Update_MaximumSet_Gen.json | 58 ++--- ...odernizeProject_Update_MinimumSet_Gen.json | 4 +- .../Operations_List_MaximumSet_Gen.json | 12 +- ...lowOperationStatus_Get_MaximumSet_Gen.json | 18 +- ...lowOperationStatus_Get_MinimumSet_Gen.json | 8 +- .../examples/Workflow_Get_MaximumSet_Gen.json | 76 +++---- .../examples/Workflow_Get_MinimumSet_Gen.json | 6 +- .../Workflow_List_MaximumSet_Gen.json | 80 +++---- .../Workflow_List_MinimumSet_Gen.json | 4 +- ...entOperationStatus_Get_MaximumSet_Gen.json | 18 +- ...entOperationStatus_Get_MinimumSet_Gen.json | 8 +- ...nt_BuildContainerImage_MaximumSet_Gen.json | 26 +-- ...nt_BuildContainerImage_MinimumSet_Gen.json | 6 +- ...kloadDeployment_Create_MaximumSet_Gen.json | 206 +++++++++--------- ...kloadDeployment_Create_MinimumSet_Gen.json | 6 +- ...kloadDeployment_Delete_MaximumSet_Gen.json | 6 +- ...kloadDeployment_Delete_MinimumSet_Gen.json | 6 +- ...etSecretConfigurations_MaximumSet_Gen.json | 186 ++++++++-------- ...etSecretConfigurations_MinimumSet_Gen.json | 6 +- ...WorkloadDeployment_Get_MaximumSet_Gen.json | 186 ++++++++-------- ...WorkloadDeployment_Get_MinimumSet_Gen.json | 6 +- ...orkloadDeployment_List_MaximumSet_Gen.json | 186 ++++++++-------- ...orkloadDeployment_List_MinimumSet_Gen.json | 4 +- ...loadDeployment_Migrate_MaximumSet_Gen.json | 8 +- ...loadDeployment_Migrate_MinimumSet_Gen.json | 6 +- ...ent_TestMigrateCleanup_MaximumSet_Gen.json | 8 +- ...ent_TestMigrateCleanup_MinimumSet_Gen.json | 6 +- ...Deployment_TestMigrate_MaximumSet_Gen.json | 6 +- ...Deployment_TestMigrate_MinimumSet_Gen.json | 6 +- ...nceOperationStatus_Get_MaximumSet_Gen.json | 18 +- ...nceOperationStatus_Get_MinimumSet_Gen.json | 8 +- ...orkloadInstance_Create_MaximumSet_Gen.json | 128 +++++------ ...orkloadInstance_Create_MinimumSet_Gen.json | 6 +- ...orkloadInstance_Delete_MaximumSet_Gen.json | 6 +- ...orkloadInstance_Delete_MinimumSet_Gen.json | 6 +- .../WorkloadInstance_Get_MaximumSet_Gen.json | 110 +++++----- .../WorkloadInstance_Get_MinimumSet_Gen.json | 6 +- .../WorkloadInstance_List_MaximumSet_Gen.json | 110 +++++----- .../WorkloadInstance_List_MinimumSet_Gen.json | 4 +- ...stance_MigrateComplete_MaximumSet_Gen.json | 6 +- ...stance_MigrateComplete_MinimumSet_Gen.json | 6 +- ...Instance_StopReplicate_MaximumSet_Gen.json | 6 +- ...Instance_StopReplicate_MinimumSet_Gen.json | 6 +- 73 files changed, 1235 insertions(+), 1235 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json index 689b98a89e91..e605a21d74f0 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "sdoso", - "deployedResourceName": "ix6r60t", + "modernizeProjectName": "on6", + "deployedResourceName": "b4f", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,34 +11,34 @@ "body": { "properties": { "resourcesDeployed": { - "key6676": "jpwmmvkugrqidrhdtytcuitsstayn" + "key5583": "rflqootjsrpluhqae" }, - "workloadDeploymentId": "ervxskzsuq", - "displayName": "tdhrgdgu", - "deploymentTimestamp": "2023-01-20T10:45:52.772Z", + "workloadDeploymentId": "pqgw", + "displayName": "lebs", + "deploymentTimestamp": "2023-01-20T11:46:14.072Z", "targetAzureService": "AzureKubernetesService", - "containerRegistryId": "wwlzrksjddckupkrzokbt", - "imageName": "zewwrbvjmldopwxwybhg", - "imageTag": "lslpoeuxtcib", - "appIp": "lrwtzruymadifiohacopo", - "secretStoreId": "yubcphlyavy", + "containerRegistryId": "xtt", + "imageName": "wmwtvsujxjvicrhlajjvirh", + "imageTag": "cjzubstlmethmybutcpwt", + "appIp": "xalghizqnmficpwmkxkdinktemej", + "secretStoreId": "wiuxb", "customProperties": { - "key9448": "egcpx" + "key2594": "klonpqhhnnlese" } }, - "id": "nirukqaup", - "name": "zctwvcbdmrsofbsidqxnrjsmsy", - "type": "jggdffhbgwxr", + "id": "dhkeoarmygacph", + "name": "kabiiuz", + "type": "nfynzbmnuidrw", "systemData": { - "createdBy": "eeoutynqkynneqc", - "createdByType": "fvfbkxonhouodjltplsqvnuxsdr", - "createdAt": "2023-01-20T10:45:52.773Z", - "lastModifiedBy": "dbj", - "lastModifiedByType": "znellorqnwbibiysta", - "lastModifiedAt": "2023-01-20T10:45:52.773Z" + "createdBy": "b", + "createdByType": "tcqcykpnnjlrkugzxdkmcpltm", + "createdAt": "2023-01-20T11:46:14.072Z", + "lastModifiedBy": "zjgsta", + "lastModifiedByType": "ntjkuakafurtepcpzmciz", + "lastModifiedAt": "2023-01-20T11:46:14.072Z" }, "tags": { - "key3109": "ihbgktbujew" + "key7977": "ohfpkqvixpoabhuysegdbqixlnfr" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json index 36e6c2ca69bc..248c5bd55f02 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "l676", - "deployedResourceName": "a4m", + "modernizeProjectName": "k", + "deployedResourceName": "jwk", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json index 9e2cd44337d7..a8a945657d3e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "d6", + "modernizeProjectName": "k06", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,38 +12,38 @@ { "properties": { "resourcesDeployed": { - "key6676": "jpwmmvkugrqidrhdtytcuitsstayn" + "key5583": "rflqootjsrpluhqae" }, - "workloadDeploymentId": "ervxskzsuq", - "displayName": "tdhrgdgu", - "deploymentTimestamp": "2023-01-20T10:45:52.772Z", + "workloadDeploymentId": "pqgw", + "displayName": "lebs", + "deploymentTimestamp": "2023-01-20T11:46:14.072Z", "targetAzureService": "AzureKubernetesService", - "containerRegistryId": "wwlzrksjddckupkrzokbt", - "imageName": "zewwrbvjmldopwxwybhg", - "imageTag": "lslpoeuxtcib", - "appIp": "lrwtzruymadifiohacopo", - "secretStoreId": "yubcphlyavy", + "containerRegistryId": "xtt", + "imageName": "wmwtvsujxjvicrhlajjvirh", + "imageTag": "cjzubstlmethmybutcpwt", + "appIp": "xalghizqnmficpwmkxkdinktemej", + "secretStoreId": "wiuxb", "customProperties": { - "key9448": "egcpx" + "key2594": "klonpqhhnnlese" } }, - "id": "nirukqaup", - "name": "zctwvcbdmrsofbsidqxnrjsmsy", - "type": "jggdffhbgwxr", + "id": "dhkeoarmygacph", + "name": "kabiiuz", + "type": "nfynzbmnuidrw", "systemData": { - "createdBy": "eeoutynqkynneqc", - "createdByType": "fvfbkxonhouodjltplsqvnuxsdr", - "createdAt": "2023-01-20T10:45:52.773Z", - "lastModifiedBy": "dbj", - "lastModifiedByType": "znellorqnwbibiysta", - "lastModifiedAt": "2023-01-20T10:45:52.773Z" + "createdBy": "b", + "createdByType": "tcqcykpnnjlrkugzxdkmcpltm", + "createdAt": "2023-01-20T11:46:14.072Z", + "lastModifiedBy": "zjgsta", + "lastModifiedByType": "ntjkuakafurtepcpzmciz", + "lastModifiedAt": "2023-01-20T11:46:14.072Z" }, "tags": { - "key3109": "ihbgktbujew" + "key7977": "ohfpkqvixpoabhuysegdbqixlnfr" } } ], - "nextLink": "twsnelqzup" + "nextLink": "banwwjoafdzgjcoarvubmz" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json index 772d6d1c4d1a..7dbed18c0488 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "n86o", + "modernizeProjectName": "v117o", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json index 61e9fcf23a71..f34667fe049e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json @@ -1,20 +1,20 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "mi7pb9", - "agentName": "ra", - "operationId": "ecdnurgxt", + "modernizeProjectName": "k5cq2k", + "agentName": "vw81", + "operationId": "qpivfpcyaeavodbbyw", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "vcrqpwukkojfbwhstqn", - "name": "wfvknreswtqgfipumcpraycwbryd", - "status": "wcn", - "startTime": "emjkstycvjzkbigfkr", - "endTime": "jtbibjzfmbkfilbtyllus" + "id": "zdzcfjbsjyei", + "name": "couuaxykokomivxjkkmuhrbs", + "status": "godvvdtzqovwhemiqkcrgonrtut", + "startTime": "rrjqxjjxogzwxh", + "endTime": "mdsfqpzkltncam" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json index 357d7f79c345..08fdf6443362 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "x81", - "agentName": "ra0", - "operationId": "fpgwnwlyslproaortb", + "modernizeProjectName": "q2q", + "agentName": "d", + "operationId": "dcvjmdwxc", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json index d250f44ecf13..f6009c923920 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json @@ -1,27 +1,27 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "v3753n", - "agentName": "q8", + "modernizeProjectName": "k3621", + "agentName": "mm", "api-version": "2022-05-01-preview", "body": { "properties": { - "machineId": "ciitqvdqkanokzolsryeavqttn", - "machineName": "cgx", + "machineId": "kpagqdwktgqqhgj", + "machineName": "rhfcauvpxwmzwljtd", "authenticationIdentity": { - "tenantId": "unfgngvelahcwtwdpcc", - "applicationId": "caedxtr", - "objectId": "tqqzrqibeyxgzivxeyoiwmrcmegn", - "audience": "obhoyubtsryngjondvezniiocx", - "aadAuthority": "bmecftvlowaoud" + "tenantId": "rekejisntcgytunhwvtuaeutanm", + "applicationId": "dibewxjewlgmhfsqyvrhjjf", + "objectId": "ayshijizkwaajmfjhdnfsaeyg", + "audience": "ppsazvxuv", + "aadAuthority": "zvcdjzrgfp" }, "customProperties": { "instanceType": "IISWorkload" } }, "tags": { - "key5453": "agfueeugrlfwmqehojijotxtlvu" + "key8082": "vztcikupkqiqy" } } }, @@ -29,73 +29,73 @@ "201": { "body": { "properties": { - "correlationId": "thvuklkuvdrnyjtfztwwmisik", - "machineId": "ciitqvdqkanokzolsryeavqttn", - "machineName": "cgx", + "correlationId": "m", + "machineId": "kpagqdwktgqqhgj", + "machineName": "rhfcauvpxwmzwljtd", "authenticationIdentity": { - "tenantId": "unfgngvelahcwtwdpcc", - "applicationId": "caedxtr", - "objectId": "tqqzrqibeyxgzivxeyoiwmrcmegn", - "audience": "obhoyubtsryngjondvezniiocx", - "aadAuthority": "bmecftvlowaoud" + "tenantId": "rekejisntcgytunhwvtuaeutanm", + "applicationId": "dibewxjewlgmhfsqyvrhjjf", + "objectId": "ayshijizkwaajmfjhdnfsaeyg", + "audience": "ppsazvxuv", + "aadAuthority": "zvcdjzrgfp" }, "isResponsive": true, - "lastHeartbeat": "2023-01-20T10:45:53.723Z", - "versionNumber": "mzzhoscggaqjjxrg", + "lastHeartbeat": "2023-01-20T11:46:14.922Z", + "versionNumber": "yeawccmwukftfpdfbvozxldxy", "provisioningState": "Canceled", "healthErrors": [ { - "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", + "affectedResourceType": "afpufnmmqtmnwhfglypyp", "affectedResourceCorrelationIds": [ - "wfrgprkwcawnpbpcsjdoyl" + "gaoqni" ], "childErrors": [ { - "id": "em", - "code": "oabsmahniqkn", - "healthCategory": "vtxstinm", - "category": "njdo", - "severity": "omgixxlkvaymiwbfbpxqnzcosigz", - "source": "ubhtrrk", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "uykblfadygrqummwbluey", + "code": "krxyatnhpbxbnxww", + "healthCategory": "tijldmyrhtgwvskuxqgklpk", + "category": "iintkowfpdbgtgxovngslfhpagyvvu", + "severity": "thvyqzfrwtjzgmifafhgnvqh", + "source": "tyljicyxcjrgvsbiikb", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "fgzffidmkgtluqji", - "message": "pgu", - "causes": "xnigilgqddtlusagqofrinrubgjlp", - "recommendation": "hsxifrjkeqzqmkdefafadf" + "summary": "wcftscdni", + "message": "vggypbblnroaulj", + "causes": "lmeovpyvvjfzxhin", + "recommendation": "qzxhtkjwmvdwjamo" } ], - "id": "thqznnmdbsbhmlvdxjdtfaoe", - "code": "tferhcqczadzaazx", - "healthCategory": "czflxhmvlcurmquxgldhwbprh", - "category": "ezsbfpvjdxwqgfijvymi", - "severity": "nke", - "source": "zduifxjlpuflpf", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "entnfhkfpoapczsvb", + "code": "efncbnffvmyxtzvhcxtpzlmw", + "healthCategory": "jybbxdrgegowvmh", + "category": "xzookkzgfmalpzxziozvndzbiza", + "severity": "zjtoqxibvygztlwjlcgwedlign", + "source": "cooiqusnfvbilzaakfimgx", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "ojmfjqnycxojyskyraa", - "message": "hjwcgjjwxxaexcvvtvje", - "causes": "ljrvqvtmuubdohyxhqpda", - "recommendation": "lijuqmpbm" + "summary": "rwucnjoplbqikwmlswwjb", + "message": "djwvzmxrawybkideltsfpwhukngacs", + "causes": "hhnwhndefgvsbgklk", + "recommendation": "zmguikpraxedyddqn" } ], "customProperties": { "instanceType": "IISWorkload" } }, - "id": "radhnm", - "name": "cddlcneqapaqbanroogoagssp", - "type": "zgkvchogzlilzsbexy", + "id": "psoyrmvrjbbvokdk", + "name": "ruipuutyvp", + "type": "pctbbpeciglbl", "systemData": { - "createdBy": "ngajcokaifszsnplmtitfuwyn", - "createdByType": "waagumwbatmkfplpksqkhrhvwp", - "createdAt": "2023-01-20T10:45:53.723Z", - "lastModifiedBy": "fwnirvli", - "lastModifiedByType": "jkinjyamefmrxnhq", - "lastModifiedAt": "2023-01-20T10:45:53.724Z" + "createdBy": "qqfwrfubfcnsxipxnjsvymivfh", + "createdByType": "awncbvqfqpqmuseeyygaoyv", + "createdAt": "2023-01-20T11:46:14.923Z", + "lastModifiedBy": "ocfrpxycmvdvnidbef", + "lastModifiedByType": "cbyvzwbjbea", + "lastModifiedAt": "2023-01-20T11:46:14.923Z" }, "tags": { - "key5453": "agfueeugrlfwmqehojijotxtlvu" + "key8082": "vztcikupkqiqy" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json index 4738dc30ee8f..7e587b7d4b93 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "h27e", - "agentName": "gi", + "modernizeProjectName": "e4ep", + "agentName": "t7d", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json index 0a63328e080d..e68a8d636a40 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "e417", - "agentName": "odi71", + "modernizeProjectName": "jm", + "agentName": "snyy", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json index 9e41d75377f4..da7b60e9ee27 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "wk", - "agentName": "im", + "modernizeProjectName": "ly56", + "agentName": "x4", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json index f24100ef9f36..3de3cd99002a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json @@ -1,82 +1,82 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "c9f", - "agentName": "e2", + "modernizeProjectName": "s", + "agentName": "t44", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { "properties": { - "correlationId": "thvuklkuvdrnyjtfztwwmisik", - "machineId": "ciitqvdqkanokzolsryeavqttn", - "machineName": "cgx", + "correlationId": "m", + "machineId": "kpagqdwktgqqhgj", + "machineName": "rhfcauvpxwmzwljtd", "authenticationIdentity": { - "tenantId": "unfgngvelahcwtwdpcc", - "applicationId": "caedxtr", - "objectId": "tqqzrqibeyxgzivxeyoiwmrcmegn", - "audience": "obhoyubtsryngjondvezniiocx", - "aadAuthority": "bmecftvlowaoud" + "tenantId": "rekejisntcgytunhwvtuaeutanm", + "applicationId": "dibewxjewlgmhfsqyvrhjjf", + "objectId": "ayshijizkwaajmfjhdnfsaeyg", + "audience": "ppsazvxuv", + "aadAuthority": "zvcdjzrgfp" }, "isResponsive": true, - "lastHeartbeat": "2023-01-20T10:45:53.723Z", - "versionNumber": "mzzhoscggaqjjxrg", + "lastHeartbeat": "2023-01-20T11:46:14.922Z", + "versionNumber": "yeawccmwukftfpdfbvozxldxy", "provisioningState": "Canceled", "healthErrors": [ { - "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", + "affectedResourceType": "afpufnmmqtmnwhfglypyp", "affectedResourceCorrelationIds": [ - "wfrgprkwcawnpbpcsjdoyl" + "gaoqni" ], "childErrors": [ { - "id": "em", - "code": "oabsmahniqkn", - "healthCategory": "vtxstinm", - "category": "njdo", - "severity": "omgixxlkvaymiwbfbpxqnzcosigz", - "source": "ubhtrrk", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "uykblfadygrqummwbluey", + "code": "krxyatnhpbxbnxww", + "healthCategory": "tijldmyrhtgwvskuxqgklpk", + "category": "iintkowfpdbgtgxovngslfhpagyvvu", + "severity": "thvyqzfrwtjzgmifafhgnvqh", + "source": "tyljicyxcjrgvsbiikb", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "fgzffidmkgtluqji", - "message": "pgu", - "causes": "xnigilgqddtlusagqofrinrubgjlp", - "recommendation": "hsxifrjkeqzqmkdefafadf" + "summary": "wcftscdni", + "message": "vggypbblnroaulj", + "causes": "lmeovpyvvjfzxhin", + "recommendation": "qzxhtkjwmvdwjamo" } ], - "id": "thqznnmdbsbhmlvdxjdtfaoe", - "code": "tferhcqczadzaazx", - "healthCategory": "czflxhmvlcurmquxgldhwbprh", - "category": "ezsbfpvjdxwqgfijvymi", - "severity": "nke", - "source": "zduifxjlpuflpf", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "entnfhkfpoapczsvb", + "code": "efncbnffvmyxtzvhcxtpzlmw", + "healthCategory": "jybbxdrgegowvmh", + "category": "xzookkzgfmalpzxziozvndzbiza", + "severity": "zjtoqxibvygztlwjlcgwedlign", + "source": "cooiqusnfvbilzaakfimgx", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "ojmfjqnycxojyskyraa", - "message": "hjwcgjjwxxaexcvvtvje", - "causes": "ljrvqvtmuubdohyxhqpda", - "recommendation": "lijuqmpbm" + "summary": "rwucnjoplbqikwmlswwjb", + "message": "djwvzmxrawybkideltsfpwhukngacs", + "causes": "hhnwhndefgvsbgklk", + "recommendation": "zmguikpraxedyddqn" } ], "customProperties": { "instanceType": "IISWorkload" } }, - "id": "radhnm", - "name": "cddlcneqapaqbanroogoagssp", - "type": "zgkvchogzlilzsbexy", + "id": "psoyrmvrjbbvokdk", + "name": "ruipuutyvp", + "type": "pctbbpeciglbl", "systemData": { - "createdBy": "ngajcokaifszsnplmtitfuwyn", - "createdByType": "waagumwbatmkfplpksqkhrhvwp", - "createdAt": "2023-01-20T10:45:53.723Z", - "lastModifiedBy": "fwnirvli", - "lastModifiedByType": "jkinjyamefmrxnhq", - "lastModifiedAt": "2023-01-20T10:45:53.724Z" + "createdBy": "qqfwrfubfcnsxipxnjsvymivfh", + "createdByType": "awncbvqfqpqmuseeyygaoyv", + "createdAt": "2023-01-20T11:46:14.923Z", + "lastModifiedBy": "ocfrpxycmvdvnidbef", + "lastModifiedByType": "cbyvzwbjbea", + "lastModifiedAt": "2023-01-20T11:46:14.923Z" }, "tags": { - "key5453": "agfueeugrlfwmqehojijotxtlvu" + "key8082": "vztcikupkqiqy" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json index ec369aa403d7..b2115d5393ab 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "h6v3h", - "agentName": "h93y", + "modernizeProjectName": "ql", + "agentName": "h71", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json index 0727e23a7ee0..ff089a0ea911 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "z7", + "modernizeProjectName": "cl2", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,77 +11,77 @@ "value": [ { "properties": { - "correlationId": "thvuklkuvdrnyjtfztwwmisik", - "machineId": "ciitqvdqkanokzolsryeavqttn", - "machineName": "cgx", + "correlationId": "m", + "machineId": "kpagqdwktgqqhgj", + "machineName": "rhfcauvpxwmzwljtd", "authenticationIdentity": { - "tenantId": "unfgngvelahcwtwdpcc", - "applicationId": "caedxtr", - "objectId": "tqqzrqibeyxgzivxeyoiwmrcmegn", - "audience": "obhoyubtsryngjondvezniiocx", - "aadAuthority": "bmecftvlowaoud" + "tenantId": "rekejisntcgytunhwvtuaeutanm", + "applicationId": "dibewxjewlgmhfsqyvrhjjf", + "objectId": "ayshijizkwaajmfjhdnfsaeyg", + "audience": "ppsazvxuv", + "aadAuthority": "zvcdjzrgfp" }, "isResponsive": true, - "lastHeartbeat": "2023-01-20T10:45:53.723Z", - "versionNumber": "mzzhoscggaqjjxrg", + "lastHeartbeat": "2023-01-20T11:46:14.922Z", + "versionNumber": "yeawccmwukftfpdfbvozxldxy", "provisioningState": "Canceled", "healthErrors": [ { - "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", + "affectedResourceType": "afpufnmmqtmnwhfglypyp", "affectedResourceCorrelationIds": [ - "wfrgprkwcawnpbpcsjdoyl" + "gaoqni" ], "childErrors": [ { - "id": "em", - "code": "oabsmahniqkn", - "healthCategory": "vtxstinm", - "category": "njdo", - "severity": "omgixxlkvaymiwbfbpxqnzcosigz", - "source": "ubhtrrk", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "uykblfadygrqummwbluey", + "code": "krxyatnhpbxbnxww", + "healthCategory": "tijldmyrhtgwvskuxqgklpk", + "category": "iintkowfpdbgtgxovngslfhpagyvvu", + "severity": "thvyqzfrwtjzgmifafhgnvqh", + "source": "tyljicyxcjrgvsbiikb", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "fgzffidmkgtluqji", - "message": "pgu", - "causes": "xnigilgqddtlusagqofrinrubgjlp", - "recommendation": "hsxifrjkeqzqmkdefafadf" + "summary": "wcftscdni", + "message": "vggypbblnroaulj", + "causes": "lmeovpyvvjfzxhin", + "recommendation": "qzxhtkjwmvdwjamo" } ], - "id": "thqznnmdbsbhmlvdxjdtfaoe", - "code": "tferhcqczadzaazx", - "healthCategory": "czflxhmvlcurmquxgldhwbprh", - "category": "ezsbfpvjdxwqgfijvymi", - "severity": "nke", - "source": "zduifxjlpuflpf", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "entnfhkfpoapczsvb", + "code": "efncbnffvmyxtzvhcxtpzlmw", + "healthCategory": "jybbxdrgegowvmh", + "category": "xzookkzgfmalpzxziozvndzbiza", + "severity": "zjtoqxibvygztlwjlcgwedlign", + "source": "cooiqusnfvbilzaakfimgx", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "ojmfjqnycxojyskyraa", - "message": "hjwcgjjwxxaexcvvtvje", - "causes": "ljrvqvtmuubdohyxhqpda", - "recommendation": "lijuqmpbm" + "summary": "rwucnjoplbqikwmlswwjb", + "message": "djwvzmxrawybkideltsfpwhukngacs", + "causes": "hhnwhndefgvsbgklk", + "recommendation": "zmguikpraxedyddqn" } ], "customProperties": { "instanceType": "IISWorkload" } }, - "id": "radhnm", - "name": "cddlcneqapaqbanroogoagssp", - "type": "zgkvchogzlilzsbexy", + "id": "psoyrmvrjbbvokdk", + "name": "ruipuutyvp", + "type": "pctbbpeciglbl", "systemData": { - "createdBy": "ngajcokaifszsnplmtitfuwyn", - "createdByType": "waagumwbatmkfplpksqkhrhvwp", - "createdAt": "2023-01-20T10:45:53.723Z", - "lastModifiedBy": "fwnirvli", - "lastModifiedByType": "jkinjyamefmrxnhq", - "lastModifiedAt": "2023-01-20T10:45:53.724Z" + "createdBy": "qqfwrfubfcnsxipxnjsvymivfh", + "createdByType": "awncbvqfqpqmuseeyygaoyv", + "createdAt": "2023-01-20T11:46:14.923Z", + "lastModifiedBy": "ocfrpxycmvdvnidbef", + "lastModifiedByType": "cbyvzwbjbea", + "lastModifiedAt": "2023-01-20T11:46:14.923Z" }, "tags": { - "key5453": "agfueeugrlfwmqehojijotxtlvu" + "key8082": "vztcikupkqiqy" } } ], - "nextLink": "umjnanx" + "nextLink": "pxssfyzqkpbyaclixlalpvyneofe" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json index 6373e79e6433..528595025294 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ro2y", + "modernizeProjectName": "q98", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json index fe272421c5a3..f1153eac7a2c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "bm", - "agentName": "ny", + "modernizeProjectName": "kvs5", + "agentName": "hy", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json index 8d76a4e432da..47774165babd 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "puq", - "agentName": "r48", + "modernizeProjectName": "afv", + "agentName": "sf9o", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json index 91e0aaf9a26f..407ab896d144 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json @@ -1,20 +1,20 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "t8l83g", - "operationId": "ilkpct", - "OperationType": "msaalchcokbrblurr", + "modernizeProjectName": "hzl26", + "operationId": "slxwytao", + "OperationType": "orufpbglieeyamaypwd", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "vcrqpwukkojfbwhstqn", - "name": "wfvknreswtqgfipumcpraycwbryd", - "status": "wcn", - "startTime": "emjkstycvjzkbigfkr", - "endTime": "jtbibjzfmbkfilbtyllus" + "id": "zdzcfjbsjyei", + "name": "couuaxykokomivxjkkmuhrbs", + "status": "godvvdtzqovwhemiqkcrgonrtut", + "startTime": "rrjqxjjxogzwxh", + "endTime": "mdsfqpzkltncam" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json index 213692c74849..4e857bcd3499 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "p5n136", - "operationId": "dhmiwchznusbj", + "modernizeProjectName": "hk2vp", + "operationId": "cxskvodtnejvtipqykz", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json index 9fe05a713a32..c7202c8d9f8f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "m14", + "modernizeProjectName": "d8r", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,127 +12,127 @@ "workloadDeploymentStatistics": { "healthErrors": [ { - "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", + "affectedResourceType": "afpufnmmqtmnwhfglypyp", "affectedResourceCorrelationIds": [ - "wfrgprkwcawnpbpcsjdoyl" + "gaoqni" ], "childErrors": [ { - "id": "em", - "code": "oabsmahniqkn", - "healthCategory": "vtxstinm", - "category": "njdo", - "severity": "omgixxlkvaymiwbfbpxqnzcosigz", - "source": "ubhtrrk", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "uykblfadygrqummwbluey", + "code": "krxyatnhpbxbnxww", + "healthCategory": "tijldmyrhtgwvskuxqgklpk", + "category": "iintkowfpdbgtgxovngslfhpagyvvu", + "severity": "thvyqzfrwtjzgmifafhgnvqh", + "source": "tyljicyxcjrgvsbiikb", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "fgzffidmkgtluqji", - "message": "pgu", - "causes": "xnigilgqddtlusagqofrinrubgjlp", - "recommendation": "hsxifrjkeqzqmkdefafadf" + "summary": "wcftscdni", + "message": "vggypbblnroaulj", + "causes": "lmeovpyvvjfzxhin", + "recommendation": "qzxhtkjwmvdwjamo" } ], - "id": "thqznnmdbsbhmlvdxjdtfaoe", - "code": "tferhcqczadzaazx", - "healthCategory": "czflxhmvlcurmquxgldhwbprh", - "category": "ezsbfpvjdxwqgfijvymi", - "severity": "nke", - "source": "zduifxjlpuflpf", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "entnfhkfpoapczsvb", + "code": "efncbnffvmyxtzvhcxtpzlmw", + "healthCategory": "jybbxdrgegowvmh", + "category": "xzookkzgfmalpzxziozvndzbiza", + "severity": "zjtoqxibvygztlwjlcgwedlign", + "source": "cooiqusnfvbilzaakfimgx", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "ojmfjqnycxojyskyraa", - "message": "hjwcgjjwxxaexcvvtvje", - "causes": "ljrvqvtmuubdohyxhqpda", - "recommendation": "lijuqmpbm" + "summary": "rwucnjoplbqikwmlswwjb", + "message": "djwvzmxrawybkideltsfpwhukngacs", + "causes": "hhnwhndefgvsbgklk", + "recommendation": "zmguikpraxedyddqn" } ], - "count": 28, + "count": 8, "categorizedCounts": { - "key8282": 2 + "key2206": 20 } }, "jobStatistics": { - "count": 21, + "count": 24, "categorizedCounts": { - "key9372": 17 + "key2709": 17 } }, "workloadInstanceStatistics": { "healthErrors": [ { - "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", + "affectedResourceType": "afpufnmmqtmnwhfglypyp", "affectedResourceCorrelationIds": [ - "wfrgprkwcawnpbpcsjdoyl" + "gaoqni" ], "childErrors": [ { - "id": "em", - "code": "oabsmahniqkn", - "healthCategory": "vtxstinm", - "category": "njdo", - "severity": "omgixxlkvaymiwbfbpxqnzcosigz", - "source": "ubhtrrk", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "uykblfadygrqummwbluey", + "code": "krxyatnhpbxbnxww", + "healthCategory": "tijldmyrhtgwvskuxqgklpk", + "category": "iintkowfpdbgtgxovngslfhpagyvvu", + "severity": "thvyqzfrwtjzgmifafhgnvqh", + "source": "tyljicyxcjrgvsbiikb", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "fgzffidmkgtluqji", - "message": "pgu", - "causes": "xnigilgqddtlusagqofrinrubgjlp", - "recommendation": "hsxifrjkeqzqmkdefafadf" + "summary": "wcftscdni", + "message": "vggypbblnroaulj", + "causes": "lmeovpyvvjfzxhin", + "recommendation": "qzxhtkjwmvdwjamo" } ], - "id": "thqznnmdbsbhmlvdxjdtfaoe", - "code": "tferhcqczadzaazx", - "healthCategory": "czflxhmvlcurmquxgldhwbprh", - "category": "ezsbfpvjdxwqgfijvymi", - "severity": "nke", - "source": "zduifxjlpuflpf", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "entnfhkfpoapczsvb", + "code": "efncbnffvmyxtzvhcxtpzlmw", + "healthCategory": "jybbxdrgegowvmh", + "category": "xzookkzgfmalpzxziozvndzbiza", + "severity": "zjtoqxibvygztlwjlcgwedlign", + "source": "cooiqusnfvbilzaakfimgx", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "ojmfjqnycxojyskyraa", - "message": "hjwcgjjwxxaexcvvtvje", - "causes": "ljrvqvtmuubdohyxhqpda", - "recommendation": "lijuqmpbm" + "summary": "rwucnjoplbqikwmlswwjb", + "message": "djwvzmxrawybkideltsfpwhukngacs", + "causes": "hhnwhndefgvsbgklk", + "recommendation": "zmguikpraxedyddqn" } ], - "count": 20, + "count": 9, "categorizedCounts": { - "key326": 9 + "key7097": 18 } }, "modernizeProjectErrors": [ { - "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", + "affectedResourceType": "afpufnmmqtmnwhfglypyp", "affectedResourceCorrelationIds": [ - "wfrgprkwcawnpbpcsjdoyl" + "gaoqni" ], "childErrors": [ { - "id": "em", - "code": "oabsmahniqkn", - "healthCategory": "vtxstinm", - "category": "njdo", - "severity": "omgixxlkvaymiwbfbpxqnzcosigz", - "source": "ubhtrrk", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "uykblfadygrqummwbluey", + "code": "krxyatnhpbxbnxww", + "healthCategory": "tijldmyrhtgwvskuxqgklpk", + "category": "iintkowfpdbgtgxovngslfhpagyvvu", + "severity": "thvyqzfrwtjzgmifafhgnvqh", + "source": "tyljicyxcjrgvsbiikb", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "fgzffidmkgtluqji", - "message": "pgu", - "causes": "xnigilgqddtlusagqofrinrubgjlp", - "recommendation": "hsxifrjkeqzqmkdefafadf" + "summary": "wcftscdni", + "message": "vggypbblnroaulj", + "causes": "lmeovpyvvjfzxhin", + "recommendation": "qzxhtkjwmvdwjamo" } ], - "id": "thqznnmdbsbhmlvdxjdtfaoe", - "code": "tferhcqczadzaazx", - "healthCategory": "czflxhmvlcurmquxgldhwbprh", - "category": "ezsbfpvjdxwqgfijvymi", - "severity": "nke", - "source": "zduifxjlpuflpf", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "entnfhkfpoapczsvb", + "code": "efncbnffvmyxtzvhcxtpzlmw", + "healthCategory": "jybbxdrgegowvmh", + "category": "xzookkzgfmalpzxziozvndzbiza", + "severity": "zjtoqxibvygztlwjlcgwedlign", + "source": "cooiqusnfvbilzaakfimgx", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "ojmfjqnycxojyskyraa", - "message": "hjwcgjjwxxaexcvvtvje", - "causes": "ljrvqvtmuubdohyxhqpda", - "recommendation": "lijuqmpbm" + "summary": "rwucnjoplbqikwmlswwjb", + "message": "djwvzmxrawybkideltsfpwhukngacs", + "causes": "hhnwhndefgvsbgklk", + "recommendation": "zmguikpraxedyddqn" } ] } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json index e7cea329f19c..d2fa0c3d90c3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ll2", + "modernizeProjectName": "dx", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json index e950ae520dee..045ca6709a4c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json @@ -1,72 +1,72 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "gg", + "modernizeProjectName": "wp2", "api-version": "2022-05-01-preview", "body": { - "location": "yyhqczkqolgm", + "location": "pjbxpp", "properties": { "migrationConfiguration": { - "storageAccountResourceId": "gzdztunmnvhoquw", - "keyVaultResourceId": "vkqwyfldaydheftw", - "migrationSolutionResourceId": "mvdxq" + "storageAccountResourceId": "ncqkwnbmgxdqqirudpysknis", + "keyVaultResourceId": "pkwhtww", + "migrationSolutionResourceId": "cnq" } }, "identity": { - "principalId": "t", - "tenantId": "nlsn", + "principalId": "fp", + "tenantId": "vgaenmfj", "type": "None", "userAssignedIdentities": { - "key1127": { - "principalId": "mwizwnotznxsnpresdg", - "clientId": "obylrzodqputsasromdjhku" + "key5648": { + "principalId": "grgedhcgftm", + "clientId": "fwxpyvwbwbcmgtbrlgus" } } }, "tags": { - "key42": "pjksnqt" + "key2677": "uryfaosviuwihedhvovdqlgrbegeti" } } }, "responses": { "201": { "body": { - "location": "yyhqczkqolgm", + "location": "pjbxpp", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "llsjoznubkfisd", - "serviceEndpoint": "ytikapisvyawbx", + "serviceResourceId": "uhujrfewhdpbtlooktsfnicalctc", + "serviceEndpoint": "oiqjrjhiwklpprgfkijzw", "migrationConfiguration": { - "storageAccountResourceId": "gzdztunmnvhoquw", - "keyVaultResourceId": "vkqwyfldaydheftw", - "migrationSolutionResourceId": "mvdxq" + "storageAccountResourceId": "ncqkwnbmgxdqqirudpysknis", + "keyVaultResourceId": "pkwhtww", + "migrationSolutionResourceId": "cnq" } }, "identity": { - "principalId": "t", - "tenantId": "nlsn", + "principalId": "fp", + "tenantId": "vgaenmfj", "type": "None", "userAssignedIdentities": { - "key1127": { - "principalId": "mwizwnotznxsnpresdg", - "clientId": "obylrzodqputsasromdjhku" + "key5648": { + "principalId": "grgedhcgftm", + "clientId": "fwxpyvwbwbcmgtbrlgus" } } }, - "id": "wlhzluodpzowyfcvhwzpk", - "name": "zbwmulresq", - "type": "fpdrqyomcsxfunfvxgxprltijja", + "id": "anxbyakkzjlpqyomjhvhyewvao", + "name": "j", + "type": "sqomhmuxtmyaasfzvnrgnv", "systemData": { - "createdBy": "nbgxmhifkhfwvexscoyygzrmylcz", - "createdByType": "ksjrnguntthvinuqmct", - "createdAt": "2023-01-20T10:45:56.369Z", - "lastModifiedBy": "leyvqjlprfpae", - "lastModifiedByType": "yidqwnggxqish", - "lastModifiedAt": "2023-01-20T10:45:56.369Z" + "createdBy": "gpphjdgvwetsy", + "createdByType": "zggutur", + "createdAt": "2023-01-20T11:46:17.137Z", + "lastModifiedBy": "vmbobecxqrxizrhllltdfypgtkfh", + "lastModifiedByType": "wlyucbemfbdvomuqef", + "lastModifiedAt": "2023-01-20T11:46:17.137Z" }, "tags": { - "key42": "pjksnqt" + "key2677": "uryfaosviuwihedhvovdqlgrbegeti" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json index 9859be3d7d4f..4af9057ccd72 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "nl", + "modernizeProjectName": "p550", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json index 8a5a982863d6..7e3dc3a9d639 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "a0xi2o", + "modernizeProjectName": "e219", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json index 07f22557ef46..4926e88230b7 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "m5acf8", + "modernizeProjectName": "wmo77", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json index 0b3dfe3dce42..67fbfbe48043 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json @@ -1,48 +1,48 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "fd", + "modernizeProjectName": "xd", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "location": "yyhqczkqolgm", + "location": "pjbxpp", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "llsjoznubkfisd", - "serviceEndpoint": "ytikapisvyawbx", + "serviceResourceId": "uhujrfewhdpbtlooktsfnicalctc", + "serviceEndpoint": "oiqjrjhiwklpprgfkijzw", "migrationConfiguration": { - "storageAccountResourceId": "gzdztunmnvhoquw", - "keyVaultResourceId": "vkqwyfldaydheftw", - "migrationSolutionResourceId": "mvdxq" + "storageAccountResourceId": "ncqkwnbmgxdqqirudpysknis", + "keyVaultResourceId": "pkwhtww", + "migrationSolutionResourceId": "cnq" } }, "identity": { - "principalId": "t", - "tenantId": "nlsn", + "principalId": "fp", + "tenantId": "vgaenmfj", "type": "None", "userAssignedIdentities": { - "key1127": { - "principalId": "mwizwnotznxsnpresdg", - "clientId": "obylrzodqputsasromdjhku" + "key5648": { + "principalId": "grgedhcgftm", + "clientId": "fwxpyvwbwbcmgtbrlgus" } } }, - "id": "wlhzluodpzowyfcvhwzpk", - "name": "zbwmulresq", - "type": "fpdrqyomcsxfunfvxgxprltijja", + "id": "anxbyakkzjlpqyomjhvhyewvao", + "name": "j", + "type": "sqomhmuxtmyaasfzvnrgnv", "systemData": { - "createdBy": "nbgxmhifkhfwvexscoyygzrmylcz", - "createdByType": "ksjrnguntthvinuqmct", - "createdAt": "2023-01-20T10:45:56.369Z", - "lastModifiedBy": "leyvqjlprfpae", - "lastModifiedByType": "yidqwnggxqish", - "lastModifiedAt": "2023-01-20T10:45:56.369Z" + "createdBy": "gpphjdgvwetsy", + "createdByType": "zggutur", + "createdAt": "2023-01-20T11:46:17.137Z", + "lastModifiedBy": "vmbobecxqrxizrhllltdfypgtkfh", + "lastModifiedByType": "wlyucbemfbdvomuqef", + "lastModifiedAt": "2023-01-20T11:46:17.137Z" }, "tags": { - "key42": "pjksnqt" + "key2677": "uryfaosviuwihedhvovdqlgrbegeti" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json index d10d7d7fea52..73fe72127bd5 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "i", + "modernizeProjectName": "rb", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json index c7b29bbcadf4..d06342f066a7 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json @@ -1,7 +1,7 @@ { "parameters": { - "subscriptionId": "v", - "continuationToken": "xpsirgjvjoyrunrmpjsprhhmi", + "subscriptionId": "iv", + "continuationToken": "poxiauclwkqfqyecqmohfyzgp", "api-version": "2022-05-01-preview" }, "responses": { @@ -9,45 +9,45 @@ "body": { "value": [ { - "location": "yyhqczkqolgm", + "location": "pjbxpp", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "llsjoznubkfisd", - "serviceEndpoint": "ytikapisvyawbx", + "serviceResourceId": "uhujrfewhdpbtlooktsfnicalctc", + "serviceEndpoint": "oiqjrjhiwklpprgfkijzw", "migrationConfiguration": { - "storageAccountResourceId": "gzdztunmnvhoquw", - "keyVaultResourceId": "vkqwyfldaydheftw", - "migrationSolutionResourceId": "mvdxq" + "storageAccountResourceId": "ncqkwnbmgxdqqirudpysknis", + "keyVaultResourceId": "pkwhtww", + "migrationSolutionResourceId": "cnq" } }, "identity": { - "principalId": "t", - "tenantId": "nlsn", + "principalId": "fp", + "tenantId": "vgaenmfj", "type": "None", "userAssignedIdentities": { - "key1127": { - "principalId": "mwizwnotznxsnpresdg", - "clientId": "obylrzodqputsasromdjhku" + "key5648": { + "principalId": "grgedhcgftm", + "clientId": "fwxpyvwbwbcmgtbrlgus" } } }, - "id": "wlhzluodpzowyfcvhwzpk", - "name": "zbwmulresq", - "type": "fpdrqyomcsxfunfvxgxprltijja", + "id": "anxbyakkzjlpqyomjhvhyewvao", + "name": "j", + "type": "sqomhmuxtmyaasfzvnrgnv", "systemData": { - "createdBy": "nbgxmhifkhfwvexscoyygzrmylcz", - "createdByType": "ksjrnguntthvinuqmct", - "createdAt": "2023-01-20T10:45:56.369Z", - "lastModifiedBy": "leyvqjlprfpae", - "lastModifiedByType": "yidqwnggxqish", - "lastModifiedAt": "2023-01-20T10:45:56.369Z" + "createdBy": "gpphjdgvwetsy", + "createdByType": "zggutur", + "createdAt": "2023-01-20T11:46:17.137Z", + "lastModifiedBy": "vmbobecxqrxizrhllltdfypgtkfh", + "lastModifiedByType": "wlyucbemfbdvomuqef", + "lastModifiedAt": "2023-01-20T11:46:17.137Z" }, "tags": { - "key42": "pjksnqt" + "key2677": "uryfaosviuwihedhvovdqlgrbegeti" } } ], - "nextLink": "nkauprlopwmnmkgfvfyyxwoltmlupn" + "nextLink": "ezyfwzcfogqmjhjoskjbjtkiwch" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json index 5a77895d77ee..e830f1af951f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json index ef87e4594396..57a98c657bfa 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "continuationToken": "wvsduy", + "continuationToken": "lepamvruntgycsamuizifaqiekm", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,45 +10,45 @@ "body": { "value": [ { - "location": "yyhqczkqolgm", + "location": "pjbxpp", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "llsjoznubkfisd", - "serviceEndpoint": "ytikapisvyawbx", + "serviceResourceId": "uhujrfewhdpbtlooktsfnicalctc", + "serviceEndpoint": "oiqjrjhiwklpprgfkijzw", "migrationConfiguration": { - "storageAccountResourceId": "gzdztunmnvhoquw", - "keyVaultResourceId": "vkqwyfldaydheftw", - "migrationSolutionResourceId": "mvdxq" + "storageAccountResourceId": "ncqkwnbmgxdqqirudpysknis", + "keyVaultResourceId": "pkwhtww", + "migrationSolutionResourceId": "cnq" } }, "identity": { - "principalId": "t", - "tenantId": "nlsn", + "principalId": "fp", + "tenantId": "vgaenmfj", "type": "None", "userAssignedIdentities": { - "key1127": { - "principalId": "mwizwnotznxsnpresdg", - "clientId": "obylrzodqputsasromdjhku" + "key5648": { + "principalId": "grgedhcgftm", + "clientId": "fwxpyvwbwbcmgtbrlgus" } } }, - "id": "wlhzluodpzowyfcvhwzpk", - "name": "zbwmulresq", - "type": "fpdrqyomcsxfunfvxgxprltijja", + "id": "anxbyakkzjlpqyomjhvhyewvao", + "name": "j", + "type": "sqomhmuxtmyaasfzvnrgnv", "systemData": { - "createdBy": "nbgxmhifkhfwvexscoyygzrmylcz", - "createdByType": "ksjrnguntthvinuqmct", - "createdAt": "2023-01-20T10:45:56.369Z", - "lastModifiedBy": "leyvqjlprfpae", - "lastModifiedByType": "yidqwnggxqish", - "lastModifiedAt": "2023-01-20T10:45:56.369Z" + "createdBy": "gpphjdgvwetsy", + "createdByType": "zggutur", + "createdAt": "2023-01-20T11:46:17.137Z", + "lastModifiedBy": "vmbobecxqrxizrhllltdfypgtkfh", + "lastModifiedByType": "wlyucbemfbdvomuqef", + "lastModifiedAt": "2023-01-20T11:46:17.137Z" }, "tags": { - "key42": "pjksnqt" + "key2677": "uryfaosviuwihedhvovdqlgrbegeti" } } ], - "nextLink": "nkauprlopwmnmkgfvfyyxwoltmlupn" + "nextLink": "ezyfwzcfogqmjhjoskjbjtkiwch" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json index b1235c0e8b22..c0b50f8cebfe 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", "api-version": "2022-05-01-preview" }, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json index 2fd7040eec89..f6d4c64ad5f2 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ay9", + "modernizeProjectName": "r", "api-version": "2022-05-01-preview", "body": { "tags": { - "key7813": "knplzyjcjsbkb" + "key3698": "gpfytmreql" }, "identity": { - "principalId": "t", - "tenantId": "nlsn", + "principalId": "fp", + "tenantId": "vgaenmfj", "type": "None", "userAssignedIdentities": { - "key1127": { - "principalId": "mwizwnotznxsnpresdg", - "clientId": "obylrzodqputsasromdjhku" + "key5648": { + "principalId": "grgedhcgftm", + "clientId": "fwxpyvwbwbcmgtbrlgus" } } } @@ -27,41 +27,41 @@ "location": "https://contoso.com/operationstatus" }, "body": { - "location": "yyhqczkqolgm", + "location": "pjbxpp", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "llsjoznubkfisd", - "serviceEndpoint": "ytikapisvyawbx", + "serviceResourceId": "uhujrfewhdpbtlooktsfnicalctc", + "serviceEndpoint": "oiqjrjhiwklpprgfkijzw", "migrationConfiguration": { - "storageAccountResourceId": "gzdztunmnvhoquw", - "keyVaultResourceId": "vkqwyfldaydheftw", - "migrationSolutionResourceId": "mvdxq" + "storageAccountResourceId": "ncqkwnbmgxdqqirudpysknis", + "keyVaultResourceId": "pkwhtww", + "migrationSolutionResourceId": "cnq" } }, "identity": { - "principalId": "t", - "tenantId": "nlsn", + "principalId": "fp", + "tenantId": "vgaenmfj", "type": "None", "userAssignedIdentities": { - "key1127": { - "principalId": "mwizwnotznxsnpresdg", - "clientId": "obylrzodqputsasromdjhku" + "key5648": { + "principalId": "grgedhcgftm", + "clientId": "fwxpyvwbwbcmgtbrlgus" } } }, - "id": "wlhzluodpzowyfcvhwzpk", - "name": "zbwmulresq", - "type": "fpdrqyomcsxfunfvxgxprltijja", + "id": "anxbyakkzjlpqyomjhvhyewvao", + "name": "j", + "type": "sqomhmuxtmyaasfzvnrgnv", "systemData": { - "createdBy": "nbgxmhifkhfwvexscoyygzrmylcz", - "createdByType": "ksjrnguntthvinuqmct", - "createdAt": "2023-01-20T10:45:56.369Z", - "lastModifiedBy": "leyvqjlprfpae", - "lastModifiedByType": "yidqwnggxqish", - "lastModifiedAt": "2023-01-20T10:45:56.369Z" + "createdBy": "gpphjdgvwetsy", + "createdByType": "zggutur", + "createdAt": "2023-01-20T11:46:17.137Z", + "lastModifiedBy": "vmbobecxqrxizrhllltdfypgtkfh", + "lastModifiedByType": "wlyucbemfbdvomuqef", + "lastModifiedAt": "2023-01-20T11:46:17.137Z" }, "tags": { - "key42": "pjksnqt" + "key2677": "uryfaosviuwihedhvovdqlgrbegeti" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json index 04f00df7bc78..7597ca60ffc6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "n", + "modernizeProjectName": "x7", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json index 4084dadd6233..b3ea4d43edc2 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,19 +7,19 @@ "body": { "value": [ { - "name": "naelaqhsarwckvtmeaxll", + "name": "diahhfebag", "isDataAction": true, "display": { - "provider": "ujjzotv", - "resource": "znshjkuuwylzyfnkyanm", - "operation": "lkpurukrx", - "description": "mtbfahtmdtioeydejogfq" + "provider": "rnasyftiubjilyskpgc", + "resource": "idmrdyjxprmfhgaxwxfw", + "operation": "lafl", + "description": "nvkzwdcxdtj" }, "origin": "user", "actionType": "Internal" } ], - "nextLink": "uzvjlrcpxgjoourssklnmwgyzt" + "nextLink": "npsdvgnwcpaphihjvyqrfhdzkiww" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json index 580f1ce960b6..92f5aafdb5ef 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json @@ -1,20 +1,20 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "u6f", - "workflowName": "jkq", - "operationId": "sty", + "modernizeProjectName": "ttb91p2", + "workflowName": "d3", + "operationId": "gwzddsbhrqbdud", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "vcrqpwukkojfbwhstqn", - "name": "wfvknreswtqgfipumcpraycwbryd", - "status": "wcn", - "startTime": "emjkstycvjzkbigfkr", - "endTime": "jtbibjzfmbkfilbtyllus" + "id": "zdzcfjbsjyei", + "name": "couuaxykokomivxjkkmuhrbs", + "status": "godvvdtzqovwhemiqkcrgonrtut", + "startTime": "rrjqxjjxogzwxh", + "endTime": "mdsfqpzkltncam" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json index 462870b4be40..246b9bfc5fef 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "cnh", - "workflowName": "en", - "operationId": "tjskbugg", + "modernizeProjectName": "py8x", + "workflowName": "glh1hb", + "operationId": "ndvmkcatipgxvxlsrxqxvs", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json index 56f83700bf4a..f40aca97d673 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json @@ -1,74 +1,74 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "f", - "workflowName": "o", + "modernizeProjectName": "xs76", + "workflowName": "g4d6", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { "properties": { - "displayName": "nmteqywegthvjqoznvtinekjcph", + "displayName": "aavxiffdka", "state": "Pending", - "startTime": "2023-01-20T10:45:59.789Z", - "endTime": "2023-01-20T10:45:59.789Z", - "objectId": "ljggtwkiodvenottxgqiqlrhodebhh", - "objectName": "iuzmgpcziybagwjjhaemi", - "objectInternalId": "qybmzmkeatyu", - "objectInternalName": "wkerbzgjguqfvmsaldmnojjbhawyp", + "startTime": "2023-01-20T11:46:20.390Z", + "endTime": "2023-01-20T11:46:20.390Z", + "objectId": "kubcpcts", + "objectName": "sy", + "objectInternalId": "brpmdnvfuwpxlbdrq", + "objectInternalName": "aihmpjajesihfzhvocx", "objectType": "ModernizeProject", - "workloadInstanceProviderId": "djxqkfid", - "workloadDeploymentProviderId": "hjrwfeyddioixnxtjbfsmjn", + "workloadInstanceProviderId": "zkrwvpwsqtbjxkbrequm", + "workloadDeploymentProviderId": "a", "allowedActions": [ - "ctzytukcebm" + "mlcexeasdwnvuybdmzwsihofvuqy" ], - "activityId": "eoaodz", + "activityId": "daqukhusiocnjkzrkhumqzyexad", "tasks": [ { - "id": "jjdrnhrefzzpjiu", - "taskName": "hmimgsw", + "id": "ki", + "taskName": "scfauwvfzvokflnnvgubuolm", "state": "Pending", - "startTime": "2023-01-20T10:45:59.789Z", - "endTime": "2023-01-20T10:45:59.789Z", + "startTime": "2023-01-20T11:46:20.390Z", + "endTime": "2023-01-20T11:46:20.390Z", "customProperties": { - "instanceType": "kirgfcvvguybtsemdbwytad" + "instanceType": "kxrbbefwbmm" } } ], "errors": [ { - "id": "rzjypznvrd", - "code": "puudwtfspwmgat", - "type": "rwbggzcxkq", - "severity": "mlutmtyvuojjxrttpewncamjkgkz", - "creationTime": "2023-01-20T10:45:59.790Z", - "message": "ghusv", - "causes": "tezhsrqycpjejikneoyemrzxwkp", - "recommendation": "ctvssyahc" + "id": "za", + "code": "hhneh", + "type": "wlhulogqiarrvcpxxrrc", + "severity": "cftjvhwvkdgeryfnztybcot", + "creationTime": "2023-01-20T11:46:20.390Z", + "message": "jmybsv", + "causes": "zebvvlgqvdsyiugfxdioaq", + "recommendation": "horui" } ], "customProperties": { "instanceType": "SampleWorkflow", "affectedObjectDetails": { - "key9939": "lgfogzxhznhwggbtxmpzqhpzzqzndr" + "key7572": "gfiqdxcgbqbk" } } }, - "id": "fvlxvehsiemqlvaviwkktlpq", - "name": "hfrpajzddfdmkucusrwdprqh", - "type": "rsjtyg", + "id": "orqtmbe", + "name": "urdglg", + "type": "lmdniirbdqdnyojeuhbwffm", "systemData": { - "createdBy": "pwpremvfumvybcxifyqlbkj", - "createdByType": "bubqpaxhzndanwztgjorbxddcp", - "createdAt": "2023-01-20T10:45:59.790Z", - "lastModifiedBy": "smaamuqsbaztobfkntpwr", - "lastModifiedByType": "oocphotjjwjfnzmnqbwagvmddnyiv", - "lastModifiedAt": "2023-01-20T10:45:59.790Z" + "createdBy": "wvgsnsrsfwuhocyokddfecwjkr", + "createdByType": "vryudkrmmflg", + "createdAt": "2023-01-20T11:46:20.391Z", + "lastModifiedBy": "mxiyvspwzlhkwywloysqpxwugelpre", + "lastModifiedByType": "yftgwxysdetbneioqulnnjtjy", + "lastModifiedAt": "2023-01-20T11:46:20.391Z" }, "tags": { - "key1898": "xwhfjbcfela" + "key3105": "ikyiggvhura" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json index 5ca3d5a15dc3..075a7ebdb252 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "py4", - "workflowName": "i", + "modernizeProjectName": "y4", + "workflowName": "tg", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json index 390c117fa822..7976101fca39 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "kk32o4", - "$filter": "phvixljldwzrimjcraclpfjrh", - "continuationToken": "pjozvdfs", + "modernizeProjectName": "q2on", + "$filter": "gsyhhlmvxjamcuojtdw", + "continuationToken": "kjuyqwpyhfe", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,69 +13,69 @@ "value": [ { "properties": { - "displayName": "nmteqywegthvjqoznvtinekjcph", + "displayName": "aavxiffdka", "state": "Pending", - "startTime": "2023-01-20T10:45:59.789Z", - "endTime": "2023-01-20T10:45:59.789Z", - "objectId": "ljggtwkiodvenottxgqiqlrhodebhh", - "objectName": "iuzmgpcziybagwjjhaemi", - "objectInternalId": "qybmzmkeatyu", - "objectInternalName": "wkerbzgjguqfvmsaldmnojjbhawyp", + "startTime": "2023-01-20T11:46:20.390Z", + "endTime": "2023-01-20T11:46:20.390Z", + "objectId": "kubcpcts", + "objectName": "sy", + "objectInternalId": "brpmdnvfuwpxlbdrq", + "objectInternalName": "aihmpjajesihfzhvocx", "objectType": "ModernizeProject", - "workloadInstanceProviderId": "djxqkfid", - "workloadDeploymentProviderId": "hjrwfeyddioixnxtjbfsmjn", + "workloadInstanceProviderId": "zkrwvpwsqtbjxkbrequm", + "workloadDeploymentProviderId": "a", "allowedActions": [ - "ctzytukcebm" + "mlcexeasdwnvuybdmzwsihofvuqy" ], - "activityId": "eoaodz", + "activityId": "daqukhusiocnjkzrkhumqzyexad", "tasks": [ { - "id": "jjdrnhrefzzpjiu", - "taskName": "hmimgsw", + "id": "ki", + "taskName": "scfauwvfzvokflnnvgubuolm", "state": "Pending", - "startTime": "2023-01-20T10:45:59.789Z", - "endTime": "2023-01-20T10:45:59.789Z", + "startTime": "2023-01-20T11:46:20.390Z", + "endTime": "2023-01-20T11:46:20.390Z", "customProperties": { - "instanceType": "kirgfcvvguybtsemdbwytad" + "instanceType": "kxrbbefwbmm" } } ], "errors": [ { - "id": "rzjypznvrd", - "code": "puudwtfspwmgat", - "type": "rwbggzcxkq", - "severity": "mlutmtyvuojjxrttpewncamjkgkz", - "creationTime": "2023-01-20T10:45:59.790Z", - "message": "ghusv", - "causes": "tezhsrqycpjejikneoyemrzxwkp", - "recommendation": "ctvssyahc" + "id": "za", + "code": "hhneh", + "type": "wlhulogqiarrvcpxxrrc", + "severity": "cftjvhwvkdgeryfnztybcot", + "creationTime": "2023-01-20T11:46:20.390Z", + "message": "jmybsv", + "causes": "zebvvlgqvdsyiugfxdioaq", + "recommendation": "horui" } ], "customProperties": { "instanceType": "SampleWorkflow", "affectedObjectDetails": { - "key9939": "lgfogzxhznhwggbtxmpzqhpzzqzndr" + "key7572": "gfiqdxcgbqbk" } } }, - "id": "fvlxvehsiemqlvaviwkktlpq", - "name": "hfrpajzddfdmkucusrwdprqh", - "type": "rsjtyg", + "id": "orqtmbe", + "name": "urdglg", + "type": "lmdniirbdqdnyojeuhbwffm", "systemData": { - "createdBy": "pwpremvfumvybcxifyqlbkj", - "createdByType": "bubqpaxhzndanwztgjorbxddcp", - "createdAt": "2023-01-20T10:45:59.790Z", - "lastModifiedBy": "smaamuqsbaztobfkntpwr", - "lastModifiedByType": "oocphotjjwjfnzmnqbwagvmddnyiv", - "lastModifiedAt": "2023-01-20T10:45:59.790Z" + "createdBy": "wvgsnsrsfwuhocyokddfecwjkr", + "createdByType": "vryudkrmmflg", + "createdAt": "2023-01-20T11:46:20.391Z", + "lastModifiedBy": "mxiyvspwzlhkwywloysqpxwugelpre", + "lastModifiedByType": "yftgwxysdetbneioqulnnjtjy", + "lastModifiedAt": "2023-01-20T11:46:20.391Z" }, "tags": { - "key1898": "xwhfjbcfela" + "key3105": "ikyiggvhura" } } ], - "nextLink": "nbqmaro" + "nextLink": "jdw" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json index 946949ed5571..f860ff58f925 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "bwxu", + "modernizeProjectName": "g55cb", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json index 08d83ba2bb1a..4ab42cd45910 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json @@ -1,20 +1,20 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "h67p67", - "workloadDeploymentName": "h", - "operationId": "mmcxbecgbjvigcgymb", + "modernizeProjectName": "uv51d", + "workloadDeploymentName": "t7893w", + "operationId": "olwizbecosasq", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "vcrqpwukkojfbwhstqn", - "name": "wfvknreswtqgfipumcpraycwbryd", - "status": "wcn", - "startTime": "emjkstycvjzkbigfkr", - "endTime": "jtbibjzfmbkfilbtyllus" + "id": "zdzcfjbsjyei", + "name": "couuaxykokomivxjkkmuhrbs", + "status": "godvvdtzqovwhemiqkcrgonrtut", + "startTime": "rrjqxjjxogzwxh", + "endTime": "mdsfqpzkltncam" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json index 5c1ee57275b6..16cfde238e6f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "t7a", - "workloadDeploymentName": "r511c", - "operationId": "plrwmbneghnxjzawjsuzkzlqvdp", + "modernizeProjectName": "onr7", + "workloadDeploymentName": "c6g", + "operationId": "znkl", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json index 3435a0a13f87..da713a4dcfea 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json @@ -1,24 +1,24 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "g9h", - "workloadDeploymentName": "pmunf55", + "modernizeProjectName": "sqbc", + "workloadDeploymentName": "q1", "api-version": "2022-05-01-preview", "body": { "properties": { - "dockerfile": "rrurmbhny", + "dockerfile": "kgdmt", "registryProperties": { - "registryName": "riirpxb", - "tenantId": "nlnx", - "subscriptionId": "kbdvvsauyufofuafrljhqbspidsf", - "resourceGroup": "vozplkagmgpienqmjclapwjjfvq" + "registryName": "manfbalridj", + "tenantId": "j", + "subscriptionId": "pynawqjbxeszabxdfams", + "resourceGroup": "cjgcw" }, - "imageTag": "ioslhhssrhjk", - "imageName": "pagqfpurysgehlpw", - "runId": "gbqmqbdvblopzwartucidwpegivt", - "runStatus": "pzpoxcmykvryuztxzwclqjxpn", - "logLink": "qmwdhnrrknobq" + "imageTag": "pjxivymikbj", + "imageName": "xfhnb", + "runId": "hhdtmkqvspnp", + "runStatus": "o", + "logLink": "saaruvdxxeupezmcqddsvvtuxv" } } }, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json index 785610c07ea0..0e92cb5a9168 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "f8", - "workloadDeploymentName": "i63f5q4", + "modernizeProjectName": "g5", + "workloadDeploymentName": "x", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json index 18eff404083d..ba356788301c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json @@ -1,25 +1,25 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "k", - "workloadDeploymentName": "ifg", + "modernizeProjectName": "j7", + "workloadDeploymentName": "b9d7o", "api-version": "2022-05-01-preview", "body": { "properties": { - "displayName": "uta", + "displayName": "cbkauuhcg", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "Name": "ixxpcodgt", - "migrateAgentId": "lztnqtbnawjjtnzylmehejhvtrekcz", - "displayName": "vlafmigqipvzjympgrz", - "sourcePlatform": "wqebivcxeoyriwkryocf", - "sourceName": "mrpnrrgrhamivkqffpzzdkuenlj", - "masterSiteName": "xypznfgfdsathqbdlk", + "name": "vnzhngdxzhyig", + "migrateAgentId": "rflthadpvbfrgdbtxri", + "displayName": "mmivohmqknixuhqjj", + "sourcePlatform": "xcdtohuhaqktw", + "sourceName": "oliwftplxoskpnqhoi", + "masterSiteName": "ggttplouyjjszjmibh", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "shriqiblelsvlku", - "webAppSiteName": "exjfql" + "webAppArmId": "vep", + "webAppSiteName": "txukn" } }, "customProperties": { @@ -27,7 +27,7 @@ } }, "tags": { - "key3355": "bljx" + "key7855": "fjdxefueenttiberfxyxiuzyo" } } }, @@ -37,147 +37,147 @@ "properties": { "provisioningState": "Canceled", "status": "None", - "statusDescription": "f", + "statusDescription": "x", "testMigrationStatus": "None", - "testMigrationStatusDescription": "pu", + "testMigrationStatusDescription": "mcgvfijomgfqzvodrxiwhxc", "migrationStatus": "None", - "migrationStatusDescription": "lww", - "displayName": "uta", + "migrationStatusDescription": "whaag", + "displayName": "cbkauuhcg", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "Name": "ixxpcodgt", + "name": "vnzhngdxzhyig", "provisioningState": "Canceled", - "migrateAgentId": "lztnqtbnawjjtnzylmehejhvtrekcz", - "displayName": "vlafmigqipvzjympgrz", - "sourcePlatform": "wqebivcxeoyriwkryocf", - "sourceName": "mrpnrrgrhamivkqffpzzdkuenlj", + "migrateAgentId": "rflthadpvbfrgdbtxri", + "displayName": "mmivohmqknixuhqjj", + "sourcePlatform": "xcdtohuhaqktw", + "sourceName": "oliwftplxoskpnqhoi", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "scauwmizsxxzpawojk", - "lastSuccessfulReplicationCycleTime": "2023-01-20T10:46:01.076Z", + "replicationStatusDescription": "elefrkxokzkrjsbwnodoq", + "lastSuccessfulReplicationCycleTime": "2023-01-20T11:46:21.742Z", "healthErrors": [ { - "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", + "affectedResourceType": "afpufnmmqtmnwhfglypyp", "affectedResourceCorrelationIds": [ - "wfrgprkwcawnpbpcsjdoyl" + "gaoqni" ], "childErrors": [ { - "id": "em", - "code": "oabsmahniqkn", - "healthCategory": "vtxstinm", - "category": "njdo", - "severity": "omgixxlkvaymiwbfbpxqnzcosigz", - "source": "ubhtrrk", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "uykblfadygrqummwbluey", + "code": "krxyatnhpbxbnxww", + "healthCategory": "tijldmyrhtgwvskuxqgklpk", + "category": "iintkowfpdbgtgxovngslfhpagyvvu", + "severity": "thvyqzfrwtjzgmifafhgnvqh", + "source": "tyljicyxcjrgvsbiikb", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "fgzffidmkgtluqji", - "message": "pgu", - "causes": "xnigilgqddtlusagqofrinrubgjlp", - "recommendation": "hsxifrjkeqzqmkdefafadf" + "summary": "wcftscdni", + "message": "vggypbblnroaulj", + "causes": "lmeovpyvvjfzxhin", + "recommendation": "qzxhtkjwmvdwjamo" } ], - "id": "thqznnmdbsbhmlvdxjdtfaoe", - "code": "tferhcqczadzaazx", - "healthCategory": "czflxhmvlcurmquxgldhwbprh", - "category": "ezsbfpvjdxwqgfijvymi", - "severity": "nke", - "source": "zduifxjlpuflpf", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "entnfhkfpoapczsvb", + "code": "efncbnffvmyxtzvhcxtpzlmw", + "healthCategory": "jybbxdrgegowvmh", + "category": "xzookkzgfmalpzxziozvndzbiza", + "severity": "zjtoqxibvygztlwjlcgwedlign", + "source": "cooiqusnfvbilzaakfimgx", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "ojmfjqnycxojyskyraa", - "message": "hjwcgjjwxxaexcvvtvje", - "causes": "ljrvqvtmuubdohyxhqpda", - "recommendation": "lijuqmpbm" + "summary": "rwucnjoplbqikwmlswwjb", + "message": "djwvzmxrawybkideltsfpwhukngacs", + "causes": "hhnwhndefgvsbgklk", + "recommendation": "zmguikpraxedyddqn" } ], "currentJob": { - "scenarioName": "wgrxmhpiswap", - "id": "kpzsimtivviworx", - "name": "wlyikwztfm", - "displayName": "zxmqvrtbbigdvigisdncgdqxs", - "state": "chlpigrpp", - "startTime": "2023-01-20T10:46:01.076Z", - "endTime": "2023-01-20T10:46:01.076Z" + "scenarioName": "loaejceoiqhxmggwvazmn", + "id": "gjmpmtyuzsrgeihnwgazhsqm", + "name": "pqoafrmsbcligid", + "displayName": "quog", + "state": "sjafqitt", + "startTime": "2023-01-20T11:46:21.742Z", + "endTime": "2023-01-20T11:46:21.742Z" }, "allowedOperations": [ - "tjml" + "futnyeffgnt" ], - "masterSiteName": "xypznfgfdsathqbdlk", + "masterSiteName": "ggttplouyjjszjmibh", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "shriqiblelsvlku", - "webAppSiteName": "exjfql" + "webAppArmId": "vep", + "webAppSiteName": "txukn" } }, - "correlationId": "s", - "lastSuccessfulMigrateTime": "2023-01-20T10:46:01.076Z", - "lastSuccessfulTestMigrateTime": "2023-01-20T10:46:01.076Z", + "correlationId": "lyfsxqpgopfytswjeaff", + "lastSuccessfulMigrateTime": "2023-01-20T11:46:21.742Z", + "lastSuccessfulTestMigrateTime": "2023-01-20T11:46:21.742Z", "currentJob": { - "scenarioName": "rhcylnjebpvvcndatkm", - "id": "xnmkyzitkktanromt", - "name": "uhdkpijhzq", - "displayName": "hmdrvaxtoonbuiwhlyoge", - "state": "yobjshzkiqr", - "startTime": "2023-01-20T10:46:01.076Z", - "endTime": "2023-01-20T10:46:01.076Z" + "scenarioName": "wqiquthvc", + "id": "pkeifhshssydarxsv", + "name": "cvhw", + "displayName": "jznjsllwwhkzhpzrodvbuwuindruf", + "state": "qnjhlytreoyqmpu", + "startTime": "2023-01-20T11:46:21.742Z", + "endTime": "2023-01-20T11:46:21.742Z" }, "allowedOperations": [ "EnableReplication" ], "healthErrors": [ { - "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", + "affectedResourceType": "afpufnmmqtmnwhfglypyp", "affectedResourceCorrelationIds": [ - "wfrgprkwcawnpbpcsjdoyl" + "gaoqni" ], "childErrors": [ { - "id": "em", - "code": "oabsmahniqkn", - "healthCategory": "vtxstinm", - "category": "njdo", - "severity": "omgixxlkvaymiwbfbpxqnzcosigz", - "source": "ubhtrrk", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "uykblfadygrqummwbluey", + "code": "krxyatnhpbxbnxww", + "healthCategory": "tijldmyrhtgwvskuxqgklpk", + "category": "iintkowfpdbgtgxovngslfhpagyvvu", + "severity": "thvyqzfrwtjzgmifafhgnvqh", + "source": "tyljicyxcjrgvsbiikb", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "fgzffidmkgtluqji", - "message": "pgu", - "causes": "xnigilgqddtlusagqofrinrubgjlp", - "recommendation": "hsxifrjkeqzqmkdefafadf" + "summary": "wcftscdni", + "message": "vggypbblnroaulj", + "causes": "lmeovpyvvjfzxhin", + "recommendation": "qzxhtkjwmvdwjamo" } ], - "id": "thqznnmdbsbhmlvdxjdtfaoe", - "code": "tferhcqczadzaazx", - "healthCategory": "czflxhmvlcurmquxgldhwbprh", - "category": "ezsbfpvjdxwqgfijvymi", - "severity": "nke", - "source": "zduifxjlpuflpf", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "entnfhkfpoapczsvb", + "code": "efncbnffvmyxtzvhcxtpzlmw", + "healthCategory": "jybbxdrgegowvmh", + "category": "xzookkzgfmalpzxziozvndzbiza", + "severity": "zjtoqxibvygztlwjlcgwedlign", + "source": "cooiqusnfvbilzaakfimgx", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "ojmfjqnycxojyskyraa", - "message": "hjwcgjjwxxaexcvvtvje", - "causes": "ljrvqvtmuubdohyxhqpda", - "recommendation": "lijuqmpbm" + "summary": "rwucnjoplbqikwmlswwjb", + "message": "djwvzmxrawybkideltsfpwhukngacs", + "causes": "hhnwhndefgvsbgklk", + "recommendation": "zmguikpraxedyddqn" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "joxtartxzbttsv", - "name": "lbbgxdjwrulwkm", - "type": "eeolenzpokikskhuzydrse", + "id": "jtzctwtunkknmhckwffjfwn", + "name": "tdlvsuu", + "type": "yygomcypumabsbkwkhhgoytr", "systemData": { - "createdBy": "hrtumbcjgbfjwuyhlwsr", - "createdByType": "aezoju", - "createdAt": "2023-01-20T10:46:01.077Z", - "lastModifiedBy": "sarruznyvujfkydxrnxflyxsvo", - "lastModifiedByType": "kzigdhxapymzvnuaip", - "lastModifiedAt": "2023-01-20T10:46:01.077Z" + "createdBy": "isehhfwhddyobzceiijjzivzu", + "createdByType": "uzxokxkclkuyz", + "createdAt": "2023-01-20T11:46:21.742Z", + "lastModifiedBy": "c", + "lastModifiedByType": "uxdtfky", + "lastModifiedAt": "2023-01-20T11:46:21.742Z" }, "tags": { - "key3355": "bljx" + "key7855": "fjdxefueenttiberfxyxiuzyo" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json index 018175e28844..72285a8747e5 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "n84a62", - "workloadDeploymentName": "ue7", + "modernizeProjectName": "gw", + "workloadDeploymentName": "m5m", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json index 9f247ceeff98..f015ff1c23b3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "f68", - "workloadDeploymentName": "q4", + "modernizeProjectName": "w077q", + "workloadDeploymentName": "tf3l", "forceDelete": true, "api-version": "2022-05-01-preview" }, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json index 09fff36b880e..54295fe81543 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "p0u8", - "workloadDeploymentName": "ey424", + "modernizeProjectName": "l6", + "workloadDeploymentName": "i4qs", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json index 793cadc126e0..5a5442a69262 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "v03n5o", - "workloadDeploymentName": "qjh", + "modernizeProjectName": "untj", + "workloadDeploymentName": "z", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,147 +12,147 @@ "properties": { "provisioningState": "Canceled", "status": "None", - "statusDescription": "f", + "statusDescription": "x", "testMigrationStatus": "None", - "testMigrationStatusDescription": "pu", + "testMigrationStatusDescription": "mcgvfijomgfqzvodrxiwhxc", "migrationStatus": "None", - "migrationStatusDescription": "lww", - "displayName": "uta", + "migrationStatusDescription": "whaag", + "displayName": "cbkauuhcg", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "Name": "ixxpcodgt", + "name": "vnzhngdxzhyig", "provisioningState": "Canceled", - "migrateAgentId": "lztnqtbnawjjtnzylmehejhvtrekcz", - "displayName": "vlafmigqipvzjympgrz", - "sourcePlatform": "wqebivcxeoyriwkryocf", - "sourceName": "mrpnrrgrhamivkqffpzzdkuenlj", + "migrateAgentId": "rflthadpvbfrgdbtxri", + "displayName": "mmivohmqknixuhqjj", + "sourcePlatform": "xcdtohuhaqktw", + "sourceName": "oliwftplxoskpnqhoi", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "scauwmizsxxzpawojk", - "lastSuccessfulReplicationCycleTime": "2023-01-20T10:46:01.076Z", + "replicationStatusDescription": "elefrkxokzkrjsbwnodoq", + "lastSuccessfulReplicationCycleTime": "2023-01-20T11:46:21.742Z", "healthErrors": [ { - "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", + "affectedResourceType": "afpufnmmqtmnwhfglypyp", "affectedResourceCorrelationIds": [ - "wfrgprkwcawnpbpcsjdoyl" + "gaoqni" ], "childErrors": [ { - "id": "em", - "code": "oabsmahniqkn", - "healthCategory": "vtxstinm", - "category": "njdo", - "severity": "omgixxlkvaymiwbfbpxqnzcosigz", - "source": "ubhtrrk", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "uykblfadygrqummwbluey", + "code": "krxyatnhpbxbnxww", + "healthCategory": "tijldmyrhtgwvskuxqgklpk", + "category": "iintkowfpdbgtgxovngslfhpagyvvu", + "severity": "thvyqzfrwtjzgmifafhgnvqh", + "source": "tyljicyxcjrgvsbiikb", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "fgzffidmkgtluqji", - "message": "pgu", - "causes": "xnigilgqddtlusagqofrinrubgjlp", - "recommendation": "hsxifrjkeqzqmkdefafadf" + "summary": "wcftscdni", + "message": "vggypbblnroaulj", + "causes": "lmeovpyvvjfzxhin", + "recommendation": "qzxhtkjwmvdwjamo" } ], - "id": "thqznnmdbsbhmlvdxjdtfaoe", - "code": "tferhcqczadzaazx", - "healthCategory": "czflxhmvlcurmquxgldhwbprh", - "category": "ezsbfpvjdxwqgfijvymi", - "severity": "nke", - "source": "zduifxjlpuflpf", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "entnfhkfpoapczsvb", + "code": "efncbnffvmyxtzvhcxtpzlmw", + "healthCategory": "jybbxdrgegowvmh", + "category": "xzookkzgfmalpzxziozvndzbiza", + "severity": "zjtoqxibvygztlwjlcgwedlign", + "source": "cooiqusnfvbilzaakfimgx", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "ojmfjqnycxojyskyraa", - "message": "hjwcgjjwxxaexcvvtvje", - "causes": "ljrvqvtmuubdohyxhqpda", - "recommendation": "lijuqmpbm" + "summary": "rwucnjoplbqikwmlswwjb", + "message": "djwvzmxrawybkideltsfpwhukngacs", + "causes": "hhnwhndefgvsbgklk", + "recommendation": "zmguikpraxedyddqn" } ], "currentJob": { - "scenarioName": "wgrxmhpiswap", - "id": "kpzsimtivviworx", - "name": "wlyikwztfm", - "displayName": "zxmqvrtbbigdvigisdncgdqxs", - "state": "chlpigrpp", - "startTime": "2023-01-20T10:46:01.076Z", - "endTime": "2023-01-20T10:46:01.076Z" + "scenarioName": "loaejceoiqhxmggwvazmn", + "id": "gjmpmtyuzsrgeihnwgazhsqm", + "name": "pqoafrmsbcligid", + "displayName": "quog", + "state": "sjafqitt", + "startTime": "2023-01-20T11:46:21.742Z", + "endTime": "2023-01-20T11:46:21.742Z" }, "allowedOperations": [ - "tjml" + "futnyeffgnt" ], - "masterSiteName": "xypznfgfdsathqbdlk", + "masterSiteName": "ggttplouyjjszjmibh", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "shriqiblelsvlku", - "webAppSiteName": "exjfql" + "webAppArmId": "vep", + "webAppSiteName": "txukn" } }, - "correlationId": "s", - "lastSuccessfulMigrateTime": "2023-01-20T10:46:01.076Z", - "lastSuccessfulTestMigrateTime": "2023-01-20T10:46:01.076Z", + "correlationId": "lyfsxqpgopfytswjeaff", + "lastSuccessfulMigrateTime": "2023-01-20T11:46:21.742Z", + "lastSuccessfulTestMigrateTime": "2023-01-20T11:46:21.742Z", "currentJob": { - "scenarioName": "rhcylnjebpvvcndatkm", - "id": "xnmkyzitkktanromt", - "name": "uhdkpijhzq", - "displayName": "hmdrvaxtoonbuiwhlyoge", - "state": "yobjshzkiqr", - "startTime": "2023-01-20T10:46:01.076Z", - "endTime": "2023-01-20T10:46:01.076Z" + "scenarioName": "wqiquthvc", + "id": "pkeifhshssydarxsv", + "name": "cvhw", + "displayName": "jznjsllwwhkzhpzrodvbuwuindruf", + "state": "qnjhlytreoyqmpu", + "startTime": "2023-01-20T11:46:21.742Z", + "endTime": "2023-01-20T11:46:21.742Z" }, "allowedOperations": [ "EnableReplication" ], "healthErrors": [ { - "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", + "affectedResourceType": "afpufnmmqtmnwhfglypyp", "affectedResourceCorrelationIds": [ - "wfrgprkwcawnpbpcsjdoyl" + "gaoqni" ], "childErrors": [ { - "id": "em", - "code": "oabsmahniqkn", - "healthCategory": "vtxstinm", - "category": "njdo", - "severity": "omgixxlkvaymiwbfbpxqnzcosigz", - "source": "ubhtrrk", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "uykblfadygrqummwbluey", + "code": "krxyatnhpbxbnxww", + "healthCategory": "tijldmyrhtgwvskuxqgklpk", + "category": "iintkowfpdbgtgxovngslfhpagyvvu", + "severity": "thvyqzfrwtjzgmifafhgnvqh", + "source": "tyljicyxcjrgvsbiikb", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "fgzffidmkgtluqji", - "message": "pgu", - "causes": "xnigilgqddtlusagqofrinrubgjlp", - "recommendation": "hsxifrjkeqzqmkdefafadf" + "summary": "wcftscdni", + "message": "vggypbblnroaulj", + "causes": "lmeovpyvvjfzxhin", + "recommendation": "qzxhtkjwmvdwjamo" } ], - "id": "thqznnmdbsbhmlvdxjdtfaoe", - "code": "tferhcqczadzaazx", - "healthCategory": "czflxhmvlcurmquxgldhwbprh", - "category": "ezsbfpvjdxwqgfijvymi", - "severity": "nke", - "source": "zduifxjlpuflpf", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "entnfhkfpoapczsvb", + "code": "efncbnffvmyxtzvhcxtpzlmw", + "healthCategory": "jybbxdrgegowvmh", + "category": "xzookkzgfmalpzxziozvndzbiza", + "severity": "zjtoqxibvygztlwjlcgwedlign", + "source": "cooiqusnfvbilzaakfimgx", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "ojmfjqnycxojyskyraa", - "message": "hjwcgjjwxxaexcvvtvje", - "causes": "ljrvqvtmuubdohyxhqpda", - "recommendation": "lijuqmpbm" + "summary": "rwucnjoplbqikwmlswwjb", + "message": "djwvzmxrawybkideltsfpwhukngacs", + "causes": "hhnwhndefgvsbgklk", + "recommendation": "zmguikpraxedyddqn" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "joxtartxzbttsv", - "name": "lbbgxdjwrulwkm", - "type": "eeolenzpokikskhuzydrse", + "id": "jtzctwtunkknmhckwffjfwn", + "name": "tdlvsuu", + "type": "yygomcypumabsbkwkhhgoytr", "systemData": { - "createdBy": "hrtumbcjgbfjwuyhlwsr", - "createdByType": "aezoju", - "createdAt": "2023-01-20T10:46:01.077Z", - "lastModifiedBy": "sarruznyvujfkydxrnxflyxsvo", - "lastModifiedByType": "kzigdhxapymzvnuaip", - "lastModifiedAt": "2023-01-20T10:46:01.077Z" + "createdBy": "isehhfwhddyobzceiijjzivzu", + "createdByType": "uzxokxkclkuyz", + "createdAt": "2023-01-20T11:46:21.742Z", + "lastModifiedBy": "c", + "lastModifiedByType": "uxdtfky", + "lastModifiedAt": "2023-01-20T11:46:21.742Z" }, "tags": { - "key3355": "bljx" + "key7855": "fjdxefueenttiberfxyxiuzyo" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json index 659f701ae0ac..14e15313ec04 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "c2yr7", - "workloadDeploymentName": "qss", + "modernizeProjectName": "d0q4", + "workloadDeploymentName": "ac0s", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json index 69b719113032..705da4adbb11 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "fm59", - "workloadDeploymentName": "qc4", + "modernizeProjectName": "iu5q", + "workloadDeploymentName": "n1", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,147 +12,147 @@ "properties": { "provisioningState": "Canceled", "status": "None", - "statusDescription": "f", + "statusDescription": "x", "testMigrationStatus": "None", - "testMigrationStatusDescription": "pu", + "testMigrationStatusDescription": "mcgvfijomgfqzvodrxiwhxc", "migrationStatus": "None", - "migrationStatusDescription": "lww", - "displayName": "uta", + "migrationStatusDescription": "whaag", + "displayName": "cbkauuhcg", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "Name": "ixxpcodgt", + "name": "vnzhngdxzhyig", "provisioningState": "Canceled", - "migrateAgentId": "lztnqtbnawjjtnzylmehejhvtrekcz", - "displayName": "vlafmigqipvzjympgrz", - "sourcePlatform": "wqebivcxeoyriwkryocf", - "sourceName": "mrpnrrgrhamivkqffpzzdkuenlj", + "migrateAgentId": "rflthadpvbfrgdbtxri", + "displayName": "mmivohmqknixuhqjj", + "sourcePlatform": "xcdtohuhaqktw", + "sourceName": "oliwftplxoskpnqhoi", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "scauwmizsxxzpawojk", - "lastSuccessfulReplicationCycleTime": "2023-01-20T10:46:01.076Z", + "replicationStatusDescription": "elefrkxokzkrjsbwnodoq", + "lastSuccessfulReplicationCycleTime": "2023-01-20T11:46:21.742Z", "healthErrors": [ { - "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", + "affectedResourceType": "afpufnmmqtmnwhfglypyp", "affectedResourceCorrelationIds": [ - "wfrgprkwcawnpbpcsjdoyl" + "gaoqni" ], "childErrors": [ { - "id": "em", - "code": "oabsmahniqkn", - "healthCategory": "vtxstinm", - "category": "njdo", - "severity": "omgixxlkvaymiwbfbpxqnzcosigz", - "source": "ubhtrrk", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "uykblfadygrqummwbluey", + "code": "krxyatnhpbxbnxww", + "healthCategory": "tijldmyrhtgwvskuxqgklpk", + "category": "iintkowfpdbgtgxovngslfhpagyvvu", + "severity": "thvyqzfrwtjzgmifafhgnvqh", + "source": "tyljicyxcjrgvsbiikb", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "fgzffidmkgtluqji", - "message": "pgu", - "causes": "xnigilgqddtlusagqofrinrubgjlp", - "recommendation": "hsxifrjkeqzqmkdefafadf" + "summary": "wcftscdni", + "message": "vggypbblnroaulj", + "causes": "lmeovpyvvjfzxhin", + "recommendation": "qzxhtkjwmvdwjamo" } ], - "id": "thqznnmdbsbhmlvdxjdtfaoe", - "code": "tferhcqczadzaazx", - "healthCategory": "czflxhmvlcurmquxgldhwbprh", - "category": "ezsbfpvjdxwqgfijvymi", - "severity": "nke", - "source": "zduifxjlpuflpf", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "entnfhkfpoapczsvb", + "code": "efncbnffvmyxtzvhcxtpzlmw", + "healthCategory": "jybbxdrgegowvmh", + "category": "xzookkzgfmalpzxziozvndzbiza", + "severity": "zjtoqxibvygztlwjlcgwedlign", + "source": "cooiqusnfvbilzaakfimgx", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "ojmfjqnycxojyskyraa", - "message": "hjwcgjjwxxaexcvvtvje", - "causes": "ljrvqvtmuubdohyxhqpda", - "recommendation": "lijuqmpbm" + "summary": "rwucnjoplbqikwmlswwjb", + "message": "djwvzmxrawybkideltsfpwhukngacs", + "causes": "hhnwhndefgvsbgklk", + "recommendation": "zmguikpraxedyddqn" } ], "currentJob": { - "scenarioName": "wgrxmhpiswap", - "id": "kpzsimtivviworx", - "name": "wlyikwztfm", - "displayName": "zxmqvrtbbigdvigisdncgdqxs", - "state": "chlpigrpp", - "startTime": "2023-01-20T10:46:01.076Z", - "endTime": "2023-01-20T10:46:01.076Z" + "scenarioName": "loaejceoiqhxmggwvazmn", + "id": "gjmpmtyuzsrgeihnwgazhsqm", + "name": "pqoafrmsbcligid", + "displayName": "quog", + "state": "sjafqitt", + "startTime": "2023-01-20T11:46:21.742Z", + "endTime": "2023-01-20T11:46:21.742Z" }, "allowedOperations": [ - "tjml" + "futnyeffgnt" ], - "masterSiteName": "xypznfgfdsathqbdlk", + "masterSiteName": "ggttplouyjjszjmibh", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "shriqiblelsvlku", - "webAppSiteName": "exjfql" + "webAppArmId": "vep", + "webAppSiteName": "txukn" } }, - "correlationId": "s", - "lastSuccessfulMigrateTime": "2023-01-20T10:46:01.076Z", - "lastSuccessfulTestMigrateTime": "2023-01-20T10:46:01.076Z", + "correlationId": "lyfsxqpgopfytswjeaff", + "lastSuccessfulMigrateTime": "2023-01-20T11:46:21.742Z", + "lastSuccessfulTestMigrateTime": "2023-01-20T11:46:21.742Z", "currentJob": { - "scenarioName": "rhcylnjebpvvcndatkm", - "id": "xnmkyzitkktanromt", - "name": "uhdkpijhzq", - "displayName": "hmdrvaxtoonbuiwhlyoge", - "state": "yobjshzkiqr", - "startTime": "2023-01-20T10:46:01.076Z", - "endTime": "2023-01-20T10:46:01.076Z" + "scenarioName": "wqiquthvc", + "id": "pkeifhshssydarxsv", + "name": "cvhw", + "displayName": "jznjsllwwhkzhpzrodvbuwuindruf", + "state": "qnjhlytreoyqmpu", + "startTime": "2023-01-20T11:46:21.742Z", + "endTime": "2023-01-20T11:46:21.742Z" }, "allowedOperations": [ "EnableReplication" ], "healthErrors": [ { - "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", + "affectedResourceType": "afpufnmmqtmnwhfglypyp", "affectedResourceCorrelationIds": [ - "wfrgprkwcawnpbpcsjdoyl" + "gaoqni" ], "childErrors": [ { - "id": "em", - "code": "oabsmahniqkn", - "healthCategory": "vtxstinm", - "category": "njdo", - "severity": "omgixxlkvaymiwbfbpxqnzcosigz", - "source": "ubhtrrk", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "uykblfadygrqummwbluey", + "code": "krxyatnhpbxbnxww", + "healthCategory": "tijldmyrhtgwvskuxqgklpk", + "category": "iintkowfpdbgtgxovngslfhpagyvvu", + "severity": "thvyqzfrwtjzgmifafhgnvqh", + "source": "tyljicyxcjrgvsbiikb", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "fgzffidmkgtluqji", - "message": "pgu", - "causes": "xnigilgqddtlusagqofrinrubgjlp", - "recommendation": "hsxifrjkeqzqmkdefafadf" + "summary": "wcftscdni", + "message": "vggypbblnroaulj", + "causes": "lmeovpyvvjfzxhin", + "recommendation": "qzxhtkjwmvdwjamo" } ], - "id": "thqznnmdbsbhmlvdxjdtfaoe", - "code": "tferhcqczadzaazx", - "healthCategory": "czflxhmvlcurmquxgldhwbprh", - "category": "ezsbfpvjdxwqgfijvymi", - "severity": "nke", - "source": "zduifxjlpuflpf", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "entnfhkfpoapczsvb", + "code": "efncbnffvmyxtzvhcxtpzlmw", + "healthCategory": "jybbxdrgegowvmh", + "category": "xzookkzgfmalpzxziozvndzbiza", + "severity": "zjtoqxibvygztlwjlcgwedlign", + "source": "cooiqusnfvbilzaakfimgx", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "ojmfjqnycxojyskyraa", - "message": "hjwcgjjwxxaexcvvtvje", - "causes": "ljrvqvtmuubdohyxhqpda", - "recommendation": "lijuqmpbm" + "summary": "rwucnjoplbqikwmlswwjb", + "message": "djwvzmxrawybkideltsfpwhukngacs", + "causes": "hhnwhndefgvsbgklk", + "recommendation": "zmguikpraxedyddqn" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "joxtartxzbttsv", - "name": "lbbgxdjwrulwkm", - "type": "eeolenzpokikskhuzydrse", + "id": "jtzctwtunkknmhckwffjfwn", + "name": "tdlvsuu", + "type": "yygomcypumabsbkwkhhgoytr", "systemData": { - "createdBy": "hrtumbcjgbfjwuyhlwsr", - "createdByType": "aezoju", - "createdAt": "2023-01-20T10:46:01.077Z", - "lastModifiedBy": "sarruznyvujfkydxrnxflyxsvo", - "lastModifiedByType": "kzigdhxapymzvnuaip", - "lastModifiedAt": "2023-01-20T10:46:01.077Z" + "createdBy": "isehhfwhddyobzceiijjzivzu", + "createdByType": "uzxokxkclkuyz", + "createdAt": "2023-01-20T11:46:21.742Z", + "lastModifiedBy": "c", + "lastModifiedByType": "uxdtfky", + "lastModifiedAt": "2023-01-20T11:46:21.742Z" }, "tags": { - "key3355": "bljx" + "key7855": "fjdxefueenttiberfxyxiuzyo" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json index 37c7e3c7e5b9..a990edac0234 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "jm", - "workloadDeploymentName": "zwc", + "modernizeProjectName": "qo8", + "workloadDeploymentName": "kdwj5", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json index 97463f3f118c..e0b866be5e26 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "a63i", + "modernizeProjectName": "isq", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,151 +13,151 @@ "properties": { "provisioningState": "Canceled", "status": "None", - "statusDescription": "f", + "statusDescription": "x", "testMigrationStatus": "None", - "testMigrationStatusDescription": "pu", + "testMigrationStatusDescription": "mcgvfijomgfqzvodrxiwhxc", "migrationStatus": "None", - "migrationStatusDescription": "lww", - "displayName": "uta", + "migrationStatusDescription": "whaag", + "displayName": "cbkauuhcg", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "Name": "ixxpcodgt", + "name": "vnzhngdxzhyig", "provisioningState": "Canceled", - "migrateAgentId": "lztnqtbnawjjtnzylmehejhvtrekcz", - "displayName": "vlafmigqipvzjympgrz", - "sourcePlatform": "wqebivcxeoyriwkryocf", - "sourceName": "mrpnrrgrhamivkqffpzzdkuenlj", + "migrateAgentId": "rflthadpvbfrgdbtxri", + "displayName": "mmivohmqknixuhqjj", + "sourcePlatform": "xcdtohuhaqktw", + "sourceName": "oliwftplxoskpnqhoi", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "scauwmizsxxzpawojk", - "lastSuccessfulReplicationCycleTime": "2023-01-20T10:46:01.076Z", + "replicationStatusDescription": "elefrkxokzkrjsbwnodoq", + "lastSuccessfulReplicationCycleTime": "2023-01-20T11:46:21.742Z", "healthErrors": [ { - "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", + "affectedResourceType": "afpufnmmqtmnwhfglypyp", "affectedResourceCorrelationIds": [ - "wfrgprkwcawnpbpcsjdoyl" + "gaoqni" ], "childErrors": [ { - "id": "em", - "code": "oabsmahniqkn", - "healthCategory": "vtxstinm", - "category": "njdo", - "severity": "omgixxlkvaymiwbfbpxqnzcosigz", - "source": "ubhtrrk", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "uykblfadygrqummwbluey", + "code": "krxyatnhpbxbnxww", + "healthCategory": "tijldmyrhtgwvskuxqgklpk", + "category": "iintkowfpdbgtgxovngslfhpagyvvu", + "severity": "thvyqzfrwtjzgmifafhgnvqh", + "source": "tyljicyxcjrgvsbiikb", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "fgzffidmkgtluqji", - "message": "pgu", - "causes": "xnigilgqddtlusagqofrinrubgjlp", - "recommendation": "hsxifrjkeqzqmkdefafadf" + "summary": "wcftscdni", + "message": "vggypbblnroaulj", + "causes": "lmeovpyvvjfzxhin", + "recommendation": "qzxhtkjwmvdwjamo" } ], - "id": "thqznnmdbsbhmlvdxjdtfaoe", - "code": "tferhcqczadzaazx", - "healthCategory": "czflxhmvlcurmquxgldhwbprh", - "category": "ezsbfpvjdxwqgfijvymi", - "severity": "nke", - "source": "zduifxjlpuflpf", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "entnfhkfpoapczsvb", + "code": "efncbnffvmyxtzvhcxtpzlmw", + "healthCategory": "jybbxdrgegowvmh", + "category": "xzookkzgfmalpzxziozvndzbiza", + "severity": "zjtoqxibvygztlwjlcgwedlign", + "source": "cooiqusnfvbilzaakfimgx", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "ojmfjqnycxojyskyraa", - "message": "hjwcgjjwxxaexcvvtvje", - "causes": "ljrvqvtmuubdohyxhqpda", - "recommendation": "lijuqmpbm" + "summary": "rwucnjoplbqikwmlswwjb", + "message": "djwvzmxrawybkideltsfpwhukngacs", + "causes": "hhnwhndefgvsbgklk", + "recommendation": "zmguikpraxedyddqn" } ], "currentJob": { - "scenarioName": "wgrxmhpiswap", - "id": "kpzsimtivviworx", - "name": "wlyikwztfm", - "displayName": "zxmqvrtbbigdvigisdncgdqxs", - "state": "chlpigrpp", - "startTime": "2023-01-20T10:46:01.076Z", - "endTime": "2023-01-20T10:46:01.076Z" + "scenarioName": "loaejceoiqhxmggwvazmn", + "id": "gjmpmtyuzsrgeihnwgazhsqm", + "name": "pqoafrmsbcligid", + "displayName": "quog", + "state": "sjafqitt", + "startTime": "2023-01-20T11:46:21.742Z", + "endTime": "2023-01-20T11:46:21.742Z" }, "allowedOperations": [ - "tjml" + "futnyeffgnt" ], - "masterSiteName": "xypznfgfdsathqbdlk", + "masterSiteName": "ggttplouyjjszjmibh", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "shriqiblelsvlku", - "webAppSiteName": "exjfql" + "webAppArmId": "vep", + "webAppSiteName": "txukn" } }, - "correlationId": "s", - "lastSuccessfulMigrateTime": "2023-01-20T10:46:01.076Z", - "lastSuccessfulTestMigrateTime": "2023-01-20T10:46:01.076Z", + "correlationId": "lyfsxqpgopfytswjeaff", + "lastSuccessfulMigrateTime": "2023-01-20T11:46:21.742Z", + "lastSuccessfulTestMigrateTime": "2023-01-20T11:46:21.742Z", "currentJob": { - "scenarioName": "rhcylnjebpvvcndatkm", - "id": "xnmkyzitkktanromt", - "name": "uhdkpijhzq", - "displayName": "hmdrvaxtoonbuiwhlyoge", - "state": "yobjshzkiqr", - "startTime": "2023-01-20T10:46:01.076Z", - "endTime": "2023-01-20T10:46:01.076Z" + "scenarioName": "wqiquthvc", + "id": "pkeifhshssydarxsv", + "name": "cvhw", + "displayName": "jznjsllwwhkzhpzrodvbuwuindruf", + "state": "qnjhlytreoyqmpu", + "startTime": "2023-01-20T11:46:21.742Z", + "endTime": "2023-01-20T11:46:21.742Z" }, "allowedOperations": [ "EnableReplication" ], "healthErrors": [ { - "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", + "affectedResourceType": "afpufnmmqtmnwhfglypyp", "affectedResourceCorrelationIds": [ - "wfrgprkwcawnpbpcsjdoyl" + "gaoqni" ], "childErrors": [ { - "id": "em", - "code": "oabsmahniqkn", - "healthCategory": "vtxstinm", - "category": "njdo", - "severity": "omgixxlkvaymiwbfbpxqnzcosigz", - "source": "ubhtrrk", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "uykblfadygrqummwbluey", + "code": "krxyatnhpbxbnxww", + "healthCategory": "tijldmyrhtgwvskuxqgklpk", + "category": "iintkowfpdbgtgxovngslfhpagyvvu", + "severity": "thvyqzfrwtjzgmifafhgnvqh", + "source": "tyljicyxcjrgvsbiikb", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "fgzffidmkgtluqji", - "message": "pgu", - "causes": "xnigilgqddtlusagqofrinrubgjlp", - "recommendation": "hsxifrjkeqzqmkdefafadf" + "summary": "wcftscdni", + "message": "vggypbblnroaulj", + "causes": "lmeovpyvvjfzxhin", + "recommendation": "qzxhtkjwmvdwjamo" } ], - "id": "thqznnmdbsbhmlvdxjdtfaoe", - "code": "tferhcqczadzaazx", - "healthCategory": "czflxhmvlcurmquxgldhwbprh", - "category": "ezsbfpvjdxwqgfijvymi", - "severity": "nke", - "source": "zduifxjlpuflpf", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "entnfhkfpoapczsvb", + "code": "efncbnffvmyxtzvhcxtpzlmw", + "healthCategory": "jybbxdrgegowvmh", + "category": "xzookkzgfmalpzxziozvndzbiza", + "severity": "zjtoqxibvygztlwjlcgwedlign", + "source": "cooiqusnfvbilzaakfimgx", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "ojmfjqnycxojyskyraa", - "message": "hjwcgjjwxxaexcvvtvje", - "causes": "ljrvqvtmuubdohyxhqpda", - "recommendation": "lijuqmpbm" + "summary": "rwucnjoplbqikwmlswwjb", + "message": "djwvzmxrawybkideltsfpwhukngacs", + "causes": "hhnwhndefgvsbgklk", + "recommendation": "zmguikpraxedyddqn" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "joxtartxzbttsv", - "name": "lbbgxdjwrulwkm", - "type": "eeolenzpokikskhuzydrse", + "id": "jtzctwtunkknmhckwffjfwn", + "name": "tdlvsuu", + "type": "yygomcypumabsbkwkhhgoytr", "systemData": { - "createdBy": "hrtumbcjgbfjwuyhlwsr", - "createdByType": "aezoju", - "createdAt": "2023-01-20T10:46:01.077Z", - "lastModifiedBy": "sarruznyvujfkydxrnxflyxsvo", - "lastModifiedByType": "kzigdhxapymzvnuaip", - "lastModifiedAt": "2023-01-20T10:46:01.077Z" + "createdBy": "isehhfwhddyobzceiijjzivzu", + "createdByType": "uzxokxkclkuyz", + "createdAt": "2023-01-20T11:46:21.742Z", + "lastModifiedBy": "c", + "lastModifiedByType": "uxdtfky", + "lastModifiedAt": "2023-01-20T11:46:21.742Z" }, "tags": { - "key3355": "bljx" + "key7855": "fjdxefueenttiberfxyxiuzyo" } } ], - "nextLink": "ftb" + "nextLink": "dcoym" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json index d0c653876b9c..6e3e481ffb0c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ot18r", + "modernizeProjectName": "zm", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json index 442dc6132895..70cec772d6f5 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "d1", - "workloadDeploymentName": "kd", + "modernizeProjectName": "m8of", + "workloadDeploymentName": "wu", "api-version": "2022-05-01-preview", "body": { "properties": { "customProperties": { - "instanceType": "hzvrfybuwfvjvkdubhstsiotigg" + "instanceType": "dwqubbi" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json index 6f6e578206af..2acc4539e4c8 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "j", - "workloadDeploymentName": "or1", + "modernizeProjectName": "du9g", + "workloadDeploymentName": "h18", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json index 257372161021..41c6fc6e1547 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ob88", - "workloadDeploymentName": "rjs22x", + "modernizeProjectName": "m87", + "workloadDeploymentName": "ppi2sq6", "api-version": "2022-05-01-preview", "body": { "properties": { - "comments": "cbyfkajihngibmirsfxhpwdjhrbwvwmtayyoscsvbqyyuebyorftaclelsfdjnfmspikvjefjcxbcfmvntalsysnpnkgqwetfsmgovcquuyknavmppmbfzdylqhtqeekleogzxfhitzogkfzsqtxgrjtxsgxtugxehbrkquprzpfulgcbgoozijyphzwydxngkjmxfplgyggyirjtvnycrpwwftwyvxqawcnflvhbnvpjvpsahnnouvumcbxkhydhalwkyaojfqmfxbpwlszbrkqqvkwhgothzuxryaqxjroifkeoybsixrtssfyjcxvaemndiimlywqtruhufertxrmjndplijhvkyqlwnvkeehfejfoytrolpijeykqtzvripjuskebbosasybeprrskngadmzewoopkesagtmpklltlmcwyxblvkhtypknwmcnsvwaxobcftotpvoynzbrxxdxiiqffczyvgehvajlyjoocpntewqdajaljfefcnhfxaxhxtdsxjgybigxjcunrygpyvarrukmhtkbfvpmgicmeygznfbxdpdagkjpdhdvigdlntwecrlbxojvcgbvdecbtuqizahypzmhcsidv" + "comments": "tdjwhxgpbafdwhcocwlcjayusndwiineasaiiexptzjcbmhaxkjmvggzztsp" } } }, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json index 5ceed0fd82d1..d196ac7489f6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "b8o", - "workloadDeploymentName": "ksscf", + "modernizeProjectName": "m7", + "workloadDeploymentName": "w", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json index 393183137df0..3290e3ab0bae 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "o", - "workloadDeploymentName": "m4", + "modernizeProjectName": "v2", + "workloadDeploymentName": "j28x5b", "api-version": "2022-05-01-preview", "body": { "properties": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json index a1ab8d708c4f..734b210813c8 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "b51w", - "workloadDeploymentName": "cdj", + "modernizeProjectName": "ow2", + "workloadDeploymentName": "ghm", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json index 9f64d54ed9dc..628ff472f1c9 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json @@ -1,20 +1,20 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "mw7k", - "workloadInstanceName": "v5v", - "operationId": "mlaaorwxjooekpkgt", + "modernizeProjectName": "h4e", + "workloadInstanceName": "hs6", + "operationId": "yplfwspwndbnsavzqdecsa", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "vcrqpwukkojfbwhstqn", - "name": "wfvknreswtqgfipumcpraycwbryd", - "status": "wcn", - "startTime": "emjkstycvjzkbigfkr", - "endTime": "jtbibjzfmbkfilbtyllus" + "id": "zdzcfjbsjyei", + "name": "couuaxykokomivxjkkmuhrbs", + "status": "godvvdtzqovwhemiqkcrgonrtut", + "startTime": "rrjqxjjxogzwxh", + "endTime": "mdsfqpzkltncam" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json index 0f9110197842..4c3fa3cc063f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "k3y", - "workloadInstanceName": "u", - "operationId": "vyittjhounjqhkkbccwebsd", + "modernizeProjectName": "u", + "workloadInstanceName": "n853j", + "operationId": "vkducdfsydnstgeggmpjcinnox", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json index 9a9beade6314..3658ec456b4c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json @@ -1,26 +1,26 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "wkj", - "workloadInstanceName": "k", + "modernizeProjectName": "up7z", + "workloadInstanceName": "y55e438", "api-version": "2022-05-01-preview", "body": { "properties": { - "Name": "ixxpcodgt", - "migrateAgentId": "lztnqtbnawjjtnzylmehejhvtrekcz", - "displayName": "vlafmigqipvzjympgrz", - "sourcePlatform": "wqebivcxeoyriwkryocf", - "sourceName": "mrpnrrgrhamivkqffpzzdkuenlj", - "masterSiteName": "xypznfgfdsathqbdlk", + "name": "vnzhngdxzhyig", + "migrateAgentId": "rflthadpvbfrgdbtxri", + "displayName": "mmivohmqknixuhqjj", + "sourcePlatform": "xcdtohuhaqktw", + "sourceName": "oliwftplxoskpnqhoi", + "masterSiteName": "ggttplouyjjszjmibh", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "shriqiblelsvlku", - "webAppSiteName": "exjfql" + "webAppArmId": "vep", + "webAppSiteName": "txukn" } }, "tags": { - "key9659": "uvvcmofxyycbdthqidlz" + "key3840": "flxvmpby" } } }, @@ -28,84 +28,84 @@ "201": { "body": { "properties": { - "Name": "ixxpcodgt", + "name": "vnzhngdxzhyig", "provisioningState": "Canceled", - "migrateAgentId": "lztnqtbnawjjtnzylmehejhvtrekcz", - "displayName": "vlafmigqipvzjympgrz", - "sourcePlatform": "wqebivcxeoyriwkryocf", - "sourceName": "mrpnrrgrhamivkqffpzzdkuenlj", + "migrateAgentId": "rflthadpvbfrgdbtxri", + "displayName": "mmivohmqknixuhqjj", + "sourcePlatform": "xcdtohuhaqktw", + "sourceName": "oliwftplxoskpnqhoi", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "scauwmizsxxzpawojk", - "lastSuccessfulReplicationCycleTime": "2023-01-20T10:46:01.076Z", + "replicationStatusDescription": "elefrkxokzkrjsbwnodoq", + "lastSuccessfulReplicationCycleTime": "2023-01-20T11:46:21.742Z", "healthErrors": [ { - "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", + "affectedResourceType": "afpufnmmqtmnwhfglypyp", "affectedResourceCorrelationIds": [ - "wfrgprkwcawnpbpcsjdoyl" + "gaoqni" ], "childErrors": [ { - "id": "em", - "code": "oabsmahniqkn", - "healthCategory": "vtxstinm", - "category": "njdo", - "severity": "omgixxlkvaymiwbfbpxqnzcosigz", - "source": "ubhtrrk", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "uykblfadygrqummwbluey", + "code": "krxyatnhpbxbnxww", + "healthCategory": "tijldmyrhtgwvskuxqgklpk", + "category": "iintkowfpdbgtgxovngslfhpagyvvu", + "severity": "thvyqzfrwtjzgmifafhgnvqh", + "source": "tyljicyxcjrgvsbiikb", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "fgzffidmkgtluqji", - "message": "pgu", - "causes": "xnigilgqddtlusagqofrinrubgjlp", - "recommendation": "hsxifrjkeqzqmkdefafadf" + "summary": "wcftscdni", + "message": "vggypbblnroaulj", + "causes": "lmeovpyvvjfzxhin", + "recommendation": "qzxhtkjwmvdwjamo" } ], - "id": "thqznnmdbsbhmlvdxjdtfaoe", - "code": "tferhcqczadzaazx", - "healthCategory": "czflxhmvlcurmquxgldhwbprh", - "category": "ezsbfpvjdxwqgfijvymi", - "severity": "nke", - "source": "zduifxjlpuflpf", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "entnfhkfpoapczsvb", + "code": "efncbnffvmyxtzvhcxtpzlmw", + "healthCategory": "jybbxdrgegowvmh", + "category": "xzookkzgfmalpzxziozvndzbiza", + "severity": "zjtoqxibvygztlwjlcgwedlign", + "source": "cooiqusnfvbilzaakfimgx", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "ojmfjqnycxojyskyraa", - "message": "hjwcgjjwxxaexcvvtvje", - "causes": "ljrvqvtmuubdohyxhqpda", - "recommendation": "lijuqmpbm" + "summary": "rwucnjoplbqikwmlswwjb", + "message": "djwvzmxrawybkideltsfpwhukngacs", + "causes": "hhnwhndefgvsbgklk", + "recommendation": "zmguikpraxedyddqn" } ], "currentJob": { - "scenarioName": "wgrxmhpiswap", - "id": "kpzsimtivviworx", - "name": "wlyikwztfm", - "displayName": "zxmqvrtbbigdvigisdncgdqxs", - "state": "chlpigrpp", - "startTime": "2023-01-20T10:46:01.076Z", - "endTime": "2023-01-20T10:46:01.076Z" + "scenarioName": "loaejceoiqhxmggwvazmn", + "id": "gjmpmtyuzsrgeihnwgazhsqm", + "name": "pqoafrmsbcligid", + "displayName": "quog", + "state": "sjafqitt", + "startTime": "2023-01-20T11:46:21.742Z", + "endTime": "2023-01-20T11:46:21.742Z" }, "allowedOperations": [ - "tjml" + "futnyeffgnt" ], - "masterSiteName": "xypznfgfdsathqbdlk", + "masterSiteName": "ggttplouyjjszjmibh", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "shriqiblelsvlku", - "webAppSiteName": "exjfql" + "webAppArmId": "vep", + "webAppSiteName": "txukn" } }, - "id": "waprifoddkzzxlbqnzfd", - "name": "wmmzplsd", - "type": "fpsov", + "id": "cbmpkpwgjmtwyjhrypgeqgn", + "name": "kzqgbwabktvjvmghaknp", + "type": "zsngbosgnlrpkjusathfcroviqiak", "systemData": { - "createdBy": "gkx", - "createdByType": "ophgvtfziuzbclnkt", - "createdAt": "2023-01-20T10:46:05.821Z", - "lastModifiedBy": "soafvw", - "lastModifiedByType": "odsrac", - "lastModifiedAt": "2023-01-20T10:46:05.821Z" + "createdBy": "kbgzptsbikqgkcwstxrzs", + "createdByType": "momdvtcpvuxka", + "createdAt": "2023-01-20T11:46:30.784Z", + "lastModifiedBy": "ytqvxqwxpfushixgp", + "lastModifiedByType": "zljbsadjqxm", + "lastModifiedAt": "2023-01-20T11:46:30.784Z" }, "tags": { - "key9659": "uvvcmofxyycbdthqidlz" + "key3840": "flxvmpby" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json index ae0470dd9418..e4bf7a514a68 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "k8oxdx", - "workloadInstanceName": "vxq9b", + "modernizeProjectName": "cq94td", + "workloadInstanceName": "k1d77g", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json index d1d90082cdd9..ef0326e53dca 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "m00", - "workloadInstanceName": "n73q6", + "modernizeProjectName": "wx53fr", + "workloadInstanceName": "x8use", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json index fd0e90c558db..6c16caca9674 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "a1m277", - "workloadInstanceName": "w3y7", + "modernizeProjectName": "h22o99", + "workloadInstanceName": "up67", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json index 221c11002d19..2c8386566c33 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json @@ -1,93 +1,93 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "d5l", - "workloadInstanceName": "g64", + "modernizeProjectName": "s51c", + "workloadInstanceName": "x", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { "properties": { - "Name": "ixxpcodgt", + "name": "vnzhngdxzhyig", "provisioningState": "Canceled", - "migrateAgentId": "lztnqtbnawjjtnzylmehejhvtrekcz", - "displayName": "vlafmigqipvzjympgrz", - "sourcePlatform": "wqebivcxeoyriwkryocf", - "sourceName": "mrpnrrgrhamivkqffpzzdkuenlj", + "migrateAgentId": "rflthadpvbfrgdbtxri", + "displayName": "mmivohmqknixuhqjj", + "sourcePlatform": "xcdtohuhaqktw", + "sourceName": "oliwftplxoskpnqhoi", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "scauwmizsxxzpawojk", - "lastSuccessfulReplicationCycleTime": "2023-01-20T10:46:01.076Z", + "replicationStatusDescription": "elefrkxokzkrjsbwnodoq", + "lastSuccessfulReplicationCycleTime": "2023-01-20T11:46:21.742Z", "healthErrors": [ { - "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", + "affectedResourceType": "afpufnmmqtmnwhfglypyp", "affectedResourceCorrelationIds": [ - "wfrgprkwcawnpbpcsjdoyl" + "gaoqni" ], "childErrors": [ { - "id": "em", - "code": "oabsmahniqkn", - "healthCategory": "vtxstinm", - "category": "njdo", - "severity": "omgixxlkvaymiwbfbpxqnzcosigz", - "source": "ubhtrrk", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "uykblfadygrqummwbluey", + "code": "krxyatnhpbxbnxww", + "healthCategory": "tijldmyrhtgwvskuxqgklpk", + "category": "iintkowfpdbgtgxovngslfhpagyvvu", + "severity": "thvyqzfrwtjzgmifafhgnvqh", + "source": "tyljicyxcjrgvsbiikb", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "fgzffidmkgtluqji", - "message": "pgu", - "causes": "xnigilgqddtlusagqofrinrubgjlp", - "recommendation": "hsxifrjkeqzqmkdefafadf" + "summary": "wcftscdni", + "message": "vggypbblnroaulj", + "causes": "lmeovpyvvjfzxhin", + "recommendation": "qzxhtkjwmvdwjamo" } ], - "id": "thqznnmdbsbhmlvdxjdtfaoe", - "code": "tferhcqczadzaazx", - "healthCategory": "czflxhmvlcurmquxgldhwbprh", - "category": "ezsbfpvjdxwqgfijvymi", - "severity": "nke", - "source": "zduifxjlpuflpf", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "entnfhkfpoapczsvb", + "code": "efncbnffvmyxtzvhcxtpzlmw", + "healthCategory": "jybbxdrgegowvmh", + "category": "xzookkzgfmalpzxziozvndzbiza", + "severity": "zjtoqxibvygztlwjlcgwedlign", + "source": "cooiqusnfvbilzaakfimgx", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "ojmfjqnycxojyskyraa", - "message": "hjwcgjjwxxaexcvvtvje", - "causes": "ljrvqvtmuubdohyxhqpda", - "recommendation": "lijuqmpbm" + "summary": "rwucnjoplbqikwmlswwjb", + "message": "djwvzmxrawybkideltsfpwhukngacs", + "causes": "hhnwhndefgvsbgklk", + "recommendation": "zmguikpraxedyddqn" } ], "currentJob": { - "scenarioName": "wgrxmhpiswap", - "id": "kpzsimtivviworx", - "name": "wlyikwztfm", - "displayName": "zxmqvrtbbigdvigisdncgdqxs", - "state": "chlpigrpp", - "startTime": "2023-01-20T10:46:01.076Z", - "endTime": "2023-01-20T10:46:01.076Z" + "scenarioName": "loaejceoiqhxmggwvazmn", + "id": "gjmpmtyuzsrgeihnwgazhsqm", + "name": "pqoafrmsbcligid", + "displayName": "quog", + "state": "sjafqitt", + "startTime": "2023-01-20T11:46:21.742Z", + "endTime": "2023-01-20T11:46:21.742Z" }, "allowedOperations": [ - "tjml" + "futnyeffgnt" ], - "masterSiteName": "xypznfgfdsathqbdlk", + "masterSiteName": "ggttplouyjjszjmibh", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "shriqiblelsvlku", - "webAppSiteName": "exjfql" + "webAppArmId": "vep", + "webAppSiteName": "txukn" } }, - "id": "waprifoddkzzxlbqnzfd", - "name": "wmmzplsd", - "type": "fpsov", + "id": "cbmpkpwgjmtwyjhrypgeqgn", + "name": "kzqgbwabktvjvmghaknp", + "type": "zsngbosgnlrpkjusathfcroviqiak", "systemData": { - "createdBy": "gkx", - "createdByType": "ophgvtfziuzbclnkt", - "createdAt": "2023-01-20T10:46:05.821Z", - "lastModifiedBy": "soafvw", - "lastModifiedByType": "odsrac", - "lastModifiedAt": "2023-01-20T10:46:05.821Z" + "createdBy": "kbgzptsbikqgkcwstxrzs", + "createdByType": "momdvtcpvuxka", + "createdAt": "2023-01-20T11:46:30.784Z", + "lastModifiedBy": "ytqvxqwxpfushixgp", + "lastModifiedByType": "zljbsadjqxm", + "lastModifiedAt": "2023-01-20T11:46:30.784Z" }, "tags": { - "key9659": "uvvcmofxyycbdthqidlz" + "key3840": "flxvmpby" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json index f4da07cf587e..1c9df72b26b0 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "a", - "workloadInstanceName": "nn155bv", + "modernizeProjectName": "c0nd", + "workloadInstanceName": "f9j0", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json index 98a36d8e03c4..b2af914b36e2 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "u87sr", + "modernizeProjectName": "m52i9m", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,88 +11,88 @@ "value": [ { "properties": { - "Name": "ixxpcodgt", + "name": "vnzhngdxzhyig", "provisioningState": "Canceled", - "migrateAgentId": "lztnqtbnawjjtnzylmehejhvtrekcz", - "displayName": "vlafmigqipvzjympgrz", - "sourcePlatform": "wqebivcxeoyriwkryocf", - "sourceName": "mrpnrrgrhamivkqffpzzdkuenlj", + "migrateAgentId": "rflthadpvbfrgdbtxri", + "displayName": "mmivohmqknixuhqjj", + "sourcePlatform": "xcdtohuhaqktw", + "sourceName": "oliwftplxoskpnqhoi", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "scauwmizsxxzpawojk", - "lastSuccessfulReplicationCycleTime": "2023-01-20T10:46:01.076Z", + "replicationStatusDescription": "elefrkxokzkrjsbwnodoq", + "lastSuccessfulReplicationCycleTime": "2023-01-20T11:46:21.742Z", "healthErrors": [ { - "affectedResourceType": "pkttipsmktczjotrmqlkgwrxzg", + "affectedResourceType": "afpufnmmqtmnwhfglypyp", "affectedResourceCorrelationIds": [ - "wfrgprkwcawnpbpcsjdoyl" + "gaoqni" ], "childErrors": [ { - "id": "em", - "code": "oabsmahniqkn", - "healthCategory": "vtxstinm", - "category": "njdo", - "severity": "omgixxlkvaymiwbfbpxqnzcosigz", - "source": "ubhtrrk", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "uykblfadygrqummwbluey", + "code": "krxyatnhpbxbnxww", + "healthCategory": "tijldmyrhtgwvskuxqgklpk", + "category": "iintkowfpdbgtgxovngslfhpagyvvu", + "severity": "thvyqzfrwtjzgmifafhgnvqh", + "source": "tyljicyxcjrgvsbiikb", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "fgzffidmkgtluqji", - "message": "pgu", - "causes": "xnigilgqddtlusagqofrinrubgjlp", - "recommendation": "hsxifrjkeqzqmkdefafadf" + "summary": "wcftscdni", + "message": "vggypbblnroaulj", + "causes": "lmeovpyvvjfzxhin", + "recommendation": "qzxhtkjwmvdwjamo" } ], - "id": "thqznnmdbsbhmlvdxjdtfaoe", - "code": "tferhcqczadzaazx", - "healthCategory": "czflxhmvlcurmquxgldhwbprh", - "category": "ezsbfpvjdxwqgfijvymi", - "severity": "nke", - "source": "zduifxjlpuflpf", - "creationTime": "2023-01-20T10:45:53.723Z", + "id": "entnfhkfpoapczsvb", + "code": "efncbnffvmyxtzvhcxtpzlmw", + "healthCategory": "jybbxdrgegowvmh", + "category": "xzookkzgfmalpzxziozvndzbiza", + "severity": "zjtoqxibvygztlwjlcgwedlign", + "source": "cooiqusnfvbilzaakfimgx", + "creationTime": "2023-01-20T11:46:14.923Z", "isCustomerResolvable": true, - "summary": "ojmfjqnycxojyskyraa", - "message": "hjwcgjjwxxaexcvvtvje", - "causes": "ljrvqvtmuubdohyxhqpda", - "recommendation": "lijuqmpbm" + "summary": "rwucnjoplbqikwmlswwjb", + "message": "djwvzmxrawybkideltsfpwhukngacs", + "causes": "hhnwhndefgvsbgklk", + "recommendation": "zmguikpraxedyddqn" } ], "currentJob": { - "scenarioName": "wgrxmhpiswap", - "id": "kpzsimtivviworx", - "name": "wlyikwztfm", - "displayName": "zxmqvrtbbigdvigisdncgdqxs", - "state": "chlpigrpp", - "startTime": "2023-01-20T10:46:01.076Z", - "endTime": "2023-01-20T10:46:01.076Z" + "scenarioName": "loaejceoiqhxmggwvazmn", + "id": "gjmpmtyuzsrgeihnwgazhsqm", + "name": "pqoafrmsbcligid", + "displayName": "quog", + "state": "sjafqitt", + "startTime": "2023-01-20T11:46:21.742Z", + "endTime": "2023-01-20T11:46:21.742Z" }, "allowedOperations": [ - "tjml" + "futnyeffgnt" ], - "masterSiteName": "xypznfgfdsathqbdlk", + "masterSiteName": "ggttplouyjjszjmibh", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "shriqiblelsvlku", - "webAppSiteName": "exjfql" + "webAppArmId": "vep", + "webAppSiteName": "txukn" } }, - "id": "waprifoddkzzxlbqnzfd", - "name": "wmmzplsd", - "type": "fpsov", + "id": "cbmpkpwgjmtwyjhrypgeqgn", + "name": "kzqgbwabktvjvmghaknp", + "type": "zsngbosgnlrpkjusathfcroviqiak", "systemData": { - "createdBy": "gkx", - "createdByType": "ophgvtfziuzbclnkt", - "createdAt": "2023-01-20T10:46:05.821Z", - "lastModifiedBy": "soafvw", - "lastModifiedByType": "odsrac", - "lastModifiedAt": "2023-01-20T10:46:05.821Z" + "createdBy": "kbgzptsbikqgkcwstxrzs", + "createdByType": "momdvtcpvuxka", + "createdAt": "2023-01-20T11:46:30.784Z", + "lastModifiedBy": "ytqvxqwxpfushixgp", + "lastModifiedByType": "zljbsadjqxm", + "lastModifiedAt": "2023-01-20T11:46:30.784Z" }, "tags": { - "key9659": "uvvcmofxyycbdthqidlz" + "key3840": "flxvmpby" } } ], - "nextLink": "wktvywpmeksdyzkirmsqudx" + "nextLink": "cskp" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json index 88d29e4a8b6c..05b6c01f6071 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "s8rjq", + "modernizeProjectName": "e56l2", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json index 5631260e9c5c..348fbcb552b3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "t4h1", - "workloadInstanceName": "g", + "modernizeProjectName": "utrv", + "workloadInstanceName": "g199", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json index 41d35df262d5..74bbc7a24312 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "v3d", - "workloadInstanceName": "b7fh", + "modernizeProjectName": "w182288", + "workloadInstanceName": "r7zh", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json index 85ec8aadfb20..4814b420fc99 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "nohu", - "workloadInstanceName": "i7y", + "modernizeProjectName": "ri58", + "workloadInstanceName": "b", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json index 6027b1d840a0..e9e3de37ca64 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "v", + "subscriptionId": "iv", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "j1", - "workloadInstanceName": "y5uhpj5", + "modernizeProjectName": "wfw", + "workloadInstanceName": "rg6j", "api-version": "2022-05-01-preview" }, "responses": { From eb07ed7919e072454e8e95ab5931212281f115f6 Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Tue, 24 Jan 2023 14:50:55 +0530 Subject: [PATCH 47/54] fix: Removed the Loglink from ContainerImageProperties --- .../preview/2022-05-01-preview/migrateEngine.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 33c781e5634b..f305652644aa 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -2992,10 +2992,6 @@ "runStatus": { "description": "Gets or sets the RunStatus.", "type": "string" - }, - "logLink": { - "description": "Gets or sets the log link.", - "type": "string" } } }, From 41fecc2ae01fa2ec4996f4becb5c323d26eadc1c Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Tue, 24 Jan 2023 15:05:14 +0530 Subject: [PATCH 48/54] fix: Regenerated examples --- .../DeployedResource_Get_MaximumSet_Gen.json | 46 ++-- .../DeployedResource_Get_MinimumSet_Gen.json | 6 +- .../DeployedResource_List_MaximumSet_Gen.json | 46 ++-- .../DeployedResource_List_MinimumSet_Gen.json | 4 +- ...entOperationStatus_Get_MaximumSet_Gen.json | 18 +- ...entOperationStatus_Get_MinimumSet_Gen.json | 8 +- .../MigrateAgent_Create_MaximumSet_Gen.json | 110 +++++----- .../MigrateAgent_Create_MinimumSet_Gen.json | 6 +- .../MigrateAgent_Delete_MaximumSet_Gen.json | 6 +- .../MigrateAgent_Delete_MinimumSet_Gen.json | 6 +- .../MigrateAgent_Get_MaximumSet_Gen.json | 94 ++++---- .../MigrateAgent_Get_MinimumSet_Gen.json | 6 +- .../MigrateAgent_List_MaximumSet_Gen.json | 94 ++++---- .../MigrateAgent_List_MinimumSet_Gen.json | 4 +- .../MigrateAgent_Refresh_MaximumSet_Gen.json | 6 +- .../MigrateAgent_Refresh_MinimumSet_Gen.json | 6 +- ...ectOperationStatus_Get_MaximumSet_Gen.json | 18 +- ...ectOperationStatus_Get_MinimumSet_Gen.json | 6 +- ...eProjectStatistics_Get_MaximumSet_Gen.json | 160 +++++++------- ...eProjectStatistics_Get_MinimumSet_Gen.json | 4 +- ...odernizeProject_Create_MaximumSet_Gen.json | 66 +++--- ...odernizeProject_Create_MinimumSet_Gen.json | 4 +- ...odernizeProject_Delete_MaximumSet_Gen.json | 4 +- ...odernizeProject_Delete_MinimumSet_Gen.json | 4 +- .../ModernizeProject_Get_MaximumSet_Gen.json | 46 ++-- .../ModernizeProject_Get_MinimumSet_Gen.json | 4 +- ...ect_ListBySubscription_MaximumSet_Gen.json | 48 ++-- ...ect_ListBySubscription_MinimumSet_Gen.json | 2 +- .../ModernizeProject_List_MaximumSet_Gen.json | 48 ++-- .../ModernizeProject_List_MinimumSet_Gen.json | 2 +- ...odernizeProject_Update_MaximumSet_Gen.json | 58 ++--- ...odernizeProject_Update_MinimumSet_Gen.json | 4 +- .../Operations_List_MaximumSet_Gen.json | 12 +- ...lowOperationStatus_Get_MaximumSet_Gen.json | 18 +- ...lowOperationStatus_Get_MinimumSet_Gen.json | 8 +- .../examples/Workflow_Get_MaximumSet_Gen.json | 76 +++---- .../examples/Workflow_Get_MinimumSet_Gen.json | 6 +- .../Workflow_List_MaximumSet_Gen.json | 80 +++---- .../Workflow_List_MinimumSet_Gen.json | 4 +- ...entOperationStatus_Get_MaximumSet_Gen.json | 18 +- ...entOperationStatus_Get_MinimumSet_Gen.json | 8 +- ...nt_BuildContainerImage_MaximumSet_Gen.json | 25 +-- ...nt_BuildContainerImage_MinimumSet_Gen.json | 6 +- ...kloadDeployment_Create_MaximumSet_Gen.json | 206 +++++++++--------- ...kloadDeployment_Create_MinimumSet_Gen.json | 6 +- ...kloadDeployment_Delete_MaximumSet_Gen.json | 6 +- ...kloadDeployment_Delete_MinimumSet_Gen.json | 6 +- ...etSecretConfigurations_MaximumSet_Gen.json | 186 ++++++++-------- ...etSecretConfigurations_MinimumSet_Gen.json | 6 +- ...WorkloadDeployment_Get_MaximumSet_Gen.json | 186 ++++++++-------- ...WorkloadDeployment_Get_MinimumSet_Gen.json | 6 +- ...orkloadDeployment_List_MaximumSet_Gen.json | 186 ++++++++-------- ...orkloadDeployment_List_MinimumSet_Gen.json | 4 +- ...loadDeployment_Migrate_MaximumSet_Gen.json | 8 +- ...loadDeployment_Migrate_MinimumSet_Gen.json | 6 +- ...ent_TestMigrateCleanup_MaximumSet_Gen.json | 8 +- ...ent_TestMigrateCleanup_MinimumSet_Gen.json | 6 +- ...Deployment_TestMigrate_MaximumSet_Gen.json | 6 +- ...Deployment_TestMigrate_MinimumSet_Gen.json | 6 +- ...nceOperationStatus_Get_MaximumSet_Gen.json | 18 +- ...nceOperationStatus_Get_MinimumSet_Gen.json | 8 +- ...orkloadInstance_Create_MaximumSet_Gen.json | 128 +++++------ ...orkloadInstance_Create_MinimumSet_Gen.json | 6 +- ...orkloadInstance_Delete_MaximumSet_Gen.json | 6 +- ...orkloadInstance_Delete_MinimumSet_Gen.json | 6 +- .../WorkloadInstance_Get_MaximumSet_Gen.json | 110 +++++----- .../WorkloadInstance_Get_MinimumSet_Gen.json | 6 +- .../WorkloadInstance_List_MaximumSet_Gen.json | 110 +++++----- .../WorkloadInstance_List_MinimumSet_Gen.json | 4 +- ...stance_MigrateComplete_MaximumSet_Gen.json | 6 +- ...stance_MigrateComplete_MinimumSet_Gen.json | 6 +- ...Instance_StopReplicate_MaximumSet_Gen.json | 6 +- ...Instance_StopReplicate_MinimumSet_Gen.json | 6 +- 73 files changed, 1234 insertions(+), 1235 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json index e605a21d74f0..2507b7c0d504 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "on6", - "deployedResourceName": "b4f", + "modernizeProjectName": "p", + "deployedResourceName": "x", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,34 +11,34 @@ "body": { "properties": { "resourcesDeployed": { - "key5583": "rflqootjsrpluhqae" + "key3537": "flrnxbqphg" }, - "workloadDeploymentId": "pqgw", - "displayName": "lebs", - "deploymentTimestamp": "2023-01-20T11:46:14.072Z", + "workloadDeploymentId": "yonvfgrejwtbtvywlxyyhozil", + "displayName": "bhaboraghcmdznewqwzwlso", + "deploymentTimestamp": "2023-01-24T09:33:20.423Z", "targetAzureService": "AzureKubernetesService", - "containerRegistryId": "xtt", - "imageName": "wmwtvsujxjvicrhlajjvirh", - "imageTag": "cjzubstlmethmybutcpwt", - "appIp": "xalghizqnmficpwmkxkdinktemej", - "secretStoreId": "wiuxb", + "containerRegistryId": "ahfhvdcugvbobqhf", + "imageName": "oqnegtykufkpzb", + "imageTag": "jjmajbhdlcorshzzardkuocmfhj", + "appIp": "emlodrp", + "secretStoreId": "zqtanxxzcdawftq", "customProperties": { - "key2594": "klonpqhhnnlese" + "key6623": "dqvkmvytgpbeat" } }, - "id": "dhkeoarmygacph", - "name": "kabiiuz", - "type": "nfynzbmnuidrw", + "id": "byupcjbeg", + "name": "e", + "type": "ppnjjicvguxdeelfbpexyphvoyjrfd", "systemData": { - "createdBy": "b", - "createdByType": "tcqcykpnnjlrkugzxdkmcpltm", - "createdAt": "2023-01-20T11:46:14.072Z", - "lastModifiedBy": "zjgsta", - "lastModifiedByType": "ntjkuakafurtepcpzmciz", - "lastModifiedAt": "2023-01-20T11:46:14.072Z" + "createdBy": "vyzbchfdtfybrxoszxjngqxme", + "createdByType": "dkvwaxkkdiuzfwdtwupzmpuxssurz", + "createdAt": "2023-01-24T09:33:20.423Z", + "lastModifiedBy": "lwymfhok", + "lastModifiedByType": "ycxifqgaihtjadtubsbrdgatitje", + "lastModifiedAt": "2023-01-24T09:33:20.423Z" }, "tags": { - "key7977": "ohfpkqvixpoabhuysegdbqixlnfr" + "key8593": "qwajwvgsbbrogygqkasckw" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json index 248c5bd55f02..25187eebbfd4 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "k", - "deployedResourceName": "jwk", + "modernizeProjectName": "c5", + "deployedResourceName": "nbsprsfn", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json index a8a945657d3e..54ecfb030290 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "k06", + "modernizeProjectName": "d3n", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,38 +12,38 @@ { "properties": { "resourcesDeployed": { - "key5583": "rflqootjsrpluhqae" + "key3537": "flrnxbqphg" }, - "workloadDeploymentId": "pqgw", - "displayName": "lebs", - "deploymentTimestamp": "2023-01-20T11:46:14.072Z", + "workloadDeploymentId": "yonvfgrejwtbtvywlxyyhozil", + "displayName": "bhaboraghcmdznewqwzwlso", + "deploymentTimestamp": "2023-01-24T09:33:20.423Z", "targetAzureService": "AzureKubernetesService", - "containerRegistryId": "xtt", - "imageName": "wmwtvsujxjvicrhlajjvirh", - "imageTag": "cjzubstlmethmybutcpwt", - "appIp": "xalghizqnmficpwmkxkdinktemej", - "secretStoreId": "wiuxb", + "containerRegistryId": "ahfhvdcugvbobqhf", + "imageName": "oqnegtykufkpzb", + "imageTag": "jjmajbhdlcorshzzardkuocmfhj", + "appIp": "emlodrp", + "secretStoreId": "zqtanxxzcdawftq", "customProperties": { - "key2594": "klonpqhhnnlese" + "key6623": "dqvkmvytgpbeat" } }, - "id": "dhkeoarmygacph", - "name": "kabiiuz", - "type": "nfynzbmnuidrw", + "id": "byupcjbeg", + "name": "e", + "type": "ppnjjicvguxdeelfbpexyphvoyjrfd", "systemData": { - "createdBy": "b", - "createdByType": "tcqcykpnnjlrkugzxdkmcpltm", - "createdAt": "2023-01-20T11:46:14.072Z", - "lastModifiedBy": "zjgsta", - "lastModifiedByType": "ntjkuakafurtepcpzmciz", - "lastModifiedAt": "2023-01-20T11:46:14.072Z" + "createdBy": "vyzbchfdtfybrxoszxjngqxme", + "createdByType": "dkvwaxkkdiuzfwdtwupzmpuxssurz", + "createdAt": "2023-01-24T09:33:20.423Z", + "lastModifiedBy": "lwymfhok", + "lastModifiedByType": "ycxifqgaihtjadtubsbrdgatitje", + "lastModifiedAt": "2023-01-24T09:33:20.423Z" }, "tags": { - "key7977": "ohfpkqvixpoabhuysegdbqixlnfr" + "key8593": "qwajwvgsbbrogygqkasckw" } } ], - "nextLink": "banwwjoafdzgjcoarvubmz" + "nextLink": "sutrwyjnjrsaannakxoatrfkk" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json index 7dbed18c0488..e37c06749331 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/DeployedResource_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "v117o", + "modernizeProjectName": "fm3", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json index f34667fe049e..6c67667702a1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MaximumSet_Gen.json @@ -1,20 +1,20 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "k5cq2k", - "agentName": "vw81", - "operationId": "qpivfpcyaeavodbbyw", + "modernizeProjectName": "sa", + "agentName": "s7", + "operationId": "gwvaselnojb", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "zdzcfjbsjyei", - "name": "couuaxykokomivxjkkmuhrbs", - "status": "godvvdtzqovwhemiqkcrgonrtut", - "startTime": "rrjqxjjxogzwxh", - "endTime": "mdsfqpzkltncam" + "id": "jgqitwpxtxk", + "name": "uyfnwey", + "status": "khffzhqwigjqyxlijuzdsy", + "startTime": "pczzugftmougphynzofsxaj", + "endTime": "sjrmdhmfwplekzezydk" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json index 08fdf6443362..f0836e722fa0 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgentOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "q2q", - "agentName": "d", - "operationId": "dcvjmdwxc", + "modernizeProjectName": "b4gt", + "agentName": "dh4", + "operationId": "wv", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json index f6009c923920..31f6638f9fee 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MaximumSet_Gen.json @@ -1,27 +1,27 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "k3621", - "agentName": "mm", + "modernizeProjectName": "rq1yec", + "agentName": "l", "api-version": "2022-05-01-preview", "body": { "properties": { - "machineId": "kpagqdwktgqqhgj", - "machineName": "rhfcauvpxwmzwljtd", + "machineId": "sihoniqzqfz", + "machineName": "glhejppirkiamgxxro", "authenticationIdentity": { - "tenantId": "rekejisntcgytunhwvtuaeutanm", - "applicationId": "dibewxjewlgmhfsqyvrhjjf", - "objectId": "ayshijizkwaajmfjhdnfsaeyg", - "audience": "ppsazvxuv", - "aadAuthority": "zvcdjzrgfp" + "tenantId": "uwceuawplakwjswbvllffbsz", + "applicationId": "dibfqwjrnzikktkwe", + "objectId": "xfhhdosr", + "audience": "yrfxszjhkczoyfi", + "aadAuthority": "isbicanvfefdaci" }, "customProperties": { "instanceType": "IISWorkload" } }, "tags": { - "key8082": "vztcikupkqiqy" + "key5560": "jgffrfcgjrm" } } }, @@ -29,73 +29,73 @@ "201": { "body": { "properties": { - "correlationId": "m", - "machineId": "kpagqdwktgqqhgj", - "machineName": "rhfcauvpxwmzwljtd", + "correlationId": "aivwmxdmrcokskqsbeeduwdenaedrf", + "machineId": "sihoniqzqfz", + "machineName": "glhejppirkiamgxxro", "authenticationIdentity": { - "tenantId": "rekejisntcgytunhwvtuaeutanm", - "applicationId": "dibewxjewlgmhfsqyvrhjjf", - "objectId": "ayshijizkwaajmfjhdnfsaeyg", - "audience": "ppsazvxuv", - "aadAuthority": "zvcdjzrgfp" + "tenantId": "uwceuawplakwjswbvllffbsz", + "applicationId": "dibfqwjrnzikktkwe", + "objectId": "xfhhdosr", + "audience": "yrfxszjhkczoyfi", + "aadAuthority": "isbicanvfefdaci" }, "isResponsive": true, - "lastHeartbeat": "2023-01-20T11:46:14.922Z", - "versionNumber": "yeawccmwukftfpdfbvozxldxy", + "lastHeartbeat": "2023-01-24T09:33:21.619Z", + "versionNumber": "qqmdkznttd", "provisioningState": "Canceled", "healthErrors": [ { - "affectedResourceType": "afpufnmmqtmnwhfglypyp", + "affectedResourceType": "xssq", "affectedResourceCorrelationIds": [ - "gaoqni" + "wtucifuccildj" ], "childErrors": [ { - "id": "uykblfadygrqummwbluey", - "code": "krxyatnhpbxbnxww", - "healthCategory": "tijldmyrhtgwvskuxqgklpk", - "category": "iintkowfpdbgtgxovngslfhpagyvvu", - "severity": "thvyqzfrwtjzgmifafhgnvqh", - "source": "tyljicyxcjrgvsbiikb", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "jvwflcnwvlqwvmr", + "code": "zuvywsndznfq", + "healthCategory": "rzet", + "category": "ggvzo", + "severity": "vaf", + "source": "hzygxkktcjnafnusdndoukyxp", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "wcftscdni", - "message": "vggypbblnroaulj", - "causes": "lmeovpyvvjfzxhin", - "recommendation": "qzxhtkjwmvdwjamo" + "summary": "pcghybpilafzkoitsniduzubf", + "message": "zrggie", + "causes": "hgjszh", + "recommendation": "mghdbkeldgomzrhshz" } ], - "id": "entnfhkfpoapczsvb", - "code": "efncbnffvmyxtzvhcxtpzlmw", - "healthCategory": "jybbxdrgegowvmh", - "category": "xzookkzgfmalpzxziozvndzbiza", - "severity": "zjtoqxibvygztlwjlcgwedlign", - "source": "cooiqusnfvbilzaakfimgx", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "ofiqmyuh", + "code": "ufsfaxfksjxu", + "healthCategory": "wdcnvrzuqvnfamzwxamrlofajlbxya", + "category": "apkwsicsnhedlqmu", + "severity": "sadbfjcqiom", + "source": "hcjdggdbjnogme", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "rwucnjoplbqikwmlswwjb", - "message": "djwvzmxrawybkideltsfpwhukngacs", - "causes": "hhnwhndefgvsbgklk", - "recommendation": "zmguikpraxedyddqn" + "summary": "oppswboqrqhhxvzk", + "message": "ipggpyzwbmifnuehekkvhammin", + "causes": "xroezoejvidtni", + "recommendation": "nywcbkdlsmxllsdsvawjvfcpjsntl" } ], "customProperties": { "instanceType": "IISWorkload" } }, - "id": "psoyrmvrjbbvokdk", - "name": "ruipuutyvp", - "type": "pctbbpeciglbl", + "id": "bjmro", + "name": "icysfvhjjgwhxx", + "type": "uqhwlmmigjsra", "systemData": { - "createdBy": "qqfwrfubfcnsxipxnjsvymivfh", - "createdByType": "awncbvqfqpqmuseeyygaoyv", - "createdAt": "2023-01-20T11:46:14.923Z", - "lastModifiedBy": "ocfrpxycmvdvnidbef", - "lastModifiedByType": "cbyvzwbjbea", - "lastModifiedAt": "2023-01-20T11:46:14.923Z" + "createdBy": "hgfokdrrdbggphhoz", + "createdByType": "wgljjdulrjrjlhlalkdwaqxefsbgtw", + "createdAt": "2023-01-24T09:33:21.620Z", + "lastModifiedBy": "yenkcinirlkkskendnm", + "lastModifiedByType": "ijogaskmjjqhpdjtmiize", + "lastModifiedAt": "2023-01-24T09:33:21.620Z" }, "tags": { - "key8082": "vztcikupkqiqy" + "key5560": "jgffrfcgjrm" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json index 7e587b7d4b93..ae559d4f87e0 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Create_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "e4ep", - "agentName": "t7d", + "modernizeProjectName": "l77ak", + "agentName": "e85v", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json index e68a8d636a40..47083ab5f047 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "jm", - "agentName": "snyy", + "modernizeProjectName": "eg", + "agentName": "m", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json index da7b60e9ee27..45552fd9be6c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ly56", - "agentName": "x4", + "modernizeProjectName": "zw1hy5", + "agentName": "cm", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json index 3de3cd99002a..5f81cb0ee380 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MaximumSet_Gen.json @@ -1,82 +1,82 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "s", - "agentName": "t44", + "modernizeProjectName": "wp5", + "agentName": "g4j", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { "properties": { - "correlationId": "m", - "machineId": "kpagqdwktgqqhgj", - "machineName": "rhfcauvpxwmzwljtd", + "correlationId": "aivwmxdmrcokskqsbeeduwdenaedrf", + "machineId": "sihoniqzqfz", + "machineName": "glhejppirkiamgxxro", "authenticationIdentity": { - "tenantId": "rekejisntcgytunhwvtuaeutanm", - "applicationId": "dibewxjewlgmhfsqyvrhjjf", - "objectId": "ayshijizkwaajmfjhdnfsaeyg", - "audience": "ppsazvxuv", - "aadAuthority": "zvcdjzrgfp" + "tenantId": "uwceuawplakwjswbvllffbsz", + "applicationId": "dibfqwjrnzikktkwe", + "objectId": "xfhhdosr", + "audience": "yrfxszjhkczoyfi", + "aadAuthority": "isbicanvfefdaci" }, "isResponsive": true, - "lastHeartbeat": "2023-01-20T11:46:14.922Z", - "versionNumber": "yeawccmwukftfpdfbvozxldxy", + "lastHeartbeat": "2023-01-24T09:33:21.619Z", + "versionNumber": "qqmdkznttd", "provisioningState": "Canceled", "healthErrors": [ { - "affectedResourceType": "afpufnmmqtmnwhfglypyp", + "affectedResourceType": "xssq", "affectedResourceCorrelationIds": [ - "gaoqni" + "wtucifuccildj" ], "childErrors": [ { - "id": "uykblfadygrqummwbluey", - "code": "krxyatnhpbxbnxww", - "healthCategory": "tijldmyrhtgwvskuxqgklpk", - "category": "iintkowfpdbgtgxovngslfhpagyvvu", - "severity": "thvyqzfrwtjzgmifafhgnvqh", - "source": "tyljicyxcjrgvsbiikb", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "jvwflcnwvlqwvmr", + "code": "zuvywsndznfq", + "healthCategory": "rzet", + "category": "ggvzo", + "severity": "vaf", + "source": "hzygxkktcjnafnusdndoukyxp", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "wcftscdni", - "message": "vggypbblnroaulj", - "causes": "lmeovpyvvjfzxhin", - "recommendation": "qzxhtkjwmvdwjamo" + "summary": "pcghybpilafzkoitsniduzubf", + "message": "zrggie", + "causes": "hgjszh", + "recommendation": "mghdbkeldgomzrhshz" } ], - "id": "entnfhkfpoapczsvb", - "code": "efncbnffvmyxtzvhcxtpzlmw", - "healthCategory": "jybbxdrgegowvmh", - "category": "xzookkzgfmalpzxziozvndzbiza", - "severity": "zjtoqxibvygztlwjlcgwedlign", - "source": "cooiqusnfvbilzaakfimgx", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "ofiqmyuh", + "code": "ufsfaxfksjxu", + "healthCategory": "wdcnvrzuqvnfamzwxamrlofajlbxya", + "category": "apkwsicsnhedlqmu", + "severity": "sadbfjcqiom", + "source": "hcjdggdbjnogme", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "rwucnjoplbqikwmlswwjb", - "message": "djwvzmxrawybkideltsfpwhukngacs", - "causes": "hhnwhndefgvsbgklk", - "recommendation": "zmguikpraxedyddqn" + "summary": "oppswboqrqhhxvzk", + "message": "ipggpyzwbmifnuehekkvhammin", + "causes": "xroezoejvidtni", + "recommendation": "nywcbkdlsmxllsdsvawjvfcpjsntl" } ], "customProperties": { "instanceType": "IISWorkload" } }, - "id": "psoyrmvrjbbvokdk", - "name": "ruipuutyvp", - "type": "pctbbpeciglbl", + "id": "bjmro", + "name": "icysfvhjjgwhxx", + "type": "uqhwlmmigjsra", "systemData": { - "createdBy": "qqfwrfubfcnsxipxnjsvymivfh", - "createdByType": "awncbvqfqpqmuseeyygaoyv", - "createdAt": "2023-01-20T11:46:14.923Z", - "lastModifiedBy": "ocfrpxycmvdvnidbef", - "lastModifiedByType": "cbyvzwbjbea", - "lastModifiedAt": "2023-01-20T11:46:14.923Z" + "createdBy": "hgfokdrrdbggphhoz", + "createdByType": "wgljjdulrjrjlhlalkdwaqxefsbgtw", + "createdAt": "2023-01-24T09:33:21.620Z", + "lastModifiedBy": "yenkcinirlkkskendnm", + "lastModifiedByType": "ijogaskmjjqhpdjtmiize", + "lastModifiedAt": "2023-01-24T09:33:21.620Z" }, "tags": { - "key8082": "vztcikupkqiqy" + "key5560": "jgffrfcgjrm" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json index b2115d5393ab..2e84f12e0f8a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ql", - "agentName": "h71", + "modernizeProjectName": "i", + "agentName": "ha5ru", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json index ff089a0ea911..ad134ab4fcab 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "cl2", + "modernizeProjectName": "p", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,77 +11,77 @@ "value": [ { "properties": { - "correlationId": "m", - "machineId": "kpagqdwktgqqhgj", - "machineName": "rhfcauvpxwmzwljtd", + "correlationId": "aivwmxdmrcokskqsbeeduwdenaedrf", + "machineId": "sihoniqzqfz", + "machineName": "glhejppirkiamgxxro", "authenticationIdentity": { - "tenantId": "rekejisntcgytunhwvtuaeutanm", - "applicationId": "dibewxjewlgmhfsqyvrhjjf", - "objectId": "ayshijizkwaajmfjhdnfsaeyg", - "audience": "ppsazvxuv", - "aadAuthority": "zvcdjzrgfp" + "tenantId": "uwceuawplakwjswbvllffbsz", + "applicationId": "dibfqwjrnzikktkwe", + "objectId": "xfhhdosr", + "audience": "yrfxszjhkczoyfi", + "aadAuthority": "isbicanvfefdaci" }, "isResponsive": true, - "lastHeartbeat": "2023-01-20T11:46:14.922Z", - "versionNumber": "yeawccmwukftfpdfbvozxldxy", + "lastHeartbeat": "2023-01-24T09:33:21.619Z", + "versionNumber": "qqmdkznttd", "provisioningState": "Canceled", "healthErrors": [ { - "affectedResourceType": "afpufnmmqtmnwhfglypyp", + "affectedResourceType": "xssq", "affectedResourceCorrelationIds": [ - "gaoqni" + "wtucifuccildj" ], "childErrors": [ { - "id": "uykblfadygrqummwbluey", - "code": "krxyatnhpbxbnxww", - "healthCategory": "tijldmyrhtgwvskuxqgklpk", - "category": "iintkowfpdbgtgxovngslfhpagyvvu", - "severity": "thvyqzfrwtjzgmifafhgnvqh", - "source": "tyljicyxcjrgvsbiikb", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "jvwflcnwvlqwvmr", + "code": "zuvywsndznfq", + "healthCategory": "rzet", + "category": "ggvzo", + "severity": "vaf", + "source": "hzygxkktcjnafnusdndoukyxp", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "wcftscdni", - "message": "vggypbblnroaulj", - "causes": "lmeovpyvvjfzxhin", - "recommendation": "qzxhtkjwmvdwjamo" + "summary": "pcghybpilafzkoitsniduzubf", + "message": "zrggie", + "causes": "hgjszh", + "recommendation": "mghdbkeldgomzrhshz" } ], - "id": "entnfhkfpoapczsvb", - "code": "efncbnffvmyxtzvhcxtpzlmw", - "healthCategory": "jybbxdrgegowvmh", - "category": "xzookkzgfmalpzxziozvndzbiza", - "severity": "zjtoqxibvygztlwjlcgwedlign", - "source": "cooiqusnfvbilzaakfimgx", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "ofiqmyuh", + "code": "ufsfaxfksjxu", + "healthCategory": "wdcnvrzuqvnfamzwxamrlofajlbxya", + "category": "apkwsicsnhedlqmu", + "severity": "sadbfjcqiom", + "source": "hcjdggdbjnogme", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "rwucnjoplbqikwmlswwjb", - "message": "djwvzmxrawybkideltsfpwhukngacs", - "causes": "hhnwhndefgvsbgklk", - "recommendation": "zmguikpraxedyddqn" + "summary": "oppswboqrqhhxvzk", + "message": "ipggpyzwbmifnuehekkvhammin", + "causes": "xroezoejvidtni", + "recommendation": "nywcbkdlsmxllsdsvawjvfcpjsntl" } ], "customProperties": { "instanceType": "IISWorkload" } }, - "id": "psoyrmvrjbbvokdk", - "name": "ruipuutyvp", - "type": "pctbbpeciglbl", + "id": "bjmro", + "name": "icysfvhjjgwhxx", + "type": "uqhwlmmigjsra", "systemData": { - "createdBy": "qqfwrfubfcnsxipxnjsvymivfh", - "createdByType": "awncbvqfqpqmuseeyygaoyv", - "createdAt": "2023-01-20T11:46:14.923Z", - "lastModifiedBy": "ocfrpxycmvdvnidbef", - "lastModifiedByType": "cbyvzwbjbea", - "lastModifiedAt": "2023-01-20T11:46:14.923Z" + "createdBy": "hgfokdrrdbggphhoz", + "createdByType": "wgljjdulrjrjlhlalkdwaqxefsbgtw", + "createdAt": "2023-01-24T09:33:21.620Z", + "lastModifiedBy": "yenkcinirlkkskendnm", + "lastModifiedByType": "ijogaskmjjqhpdjtmiize", + "lastModifiedAt": "2023-01-24T09:33:21.620Z" }, "tags": { - "key8082": "vztcikupkqiqy" + "key5560": "jgffrfcgjrm" } } ], - "nextLink": "pxssfyzqkpbyaclixlalpvyneofe" + "nextLink": "tpsrkmqqdnamjdhww" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json index 528595025294..26686cefd2bc 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "q98", + "modernizeProjectName": "v3", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json index f1153eac7a2c..6a5fd796f773 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "kvs5", - "agentName": "hy", + "modernizeProjectName": "koy", + "agentName": "y4", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json index 47774165babd..8c27196a2c13 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/MigrateAgent_Refresh_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "afv", - "agentName": "sf9o", + "modernizeProjectName": "o2mb1", + "agentName": "j0", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json index 407ab896d144..6447e56444ea 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MaximumSet_Gen.json @@ -1,20 +1,20 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "hzl26", - "operationId": "slxwytao", - "OperationType": "orufpbglieeyamaypwd", + "modernizeProjectName": "tk5k", + "operationId": "vcwmbymmshcf", + "OperationType": "boptg", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "zdzcfjbsjyei", - "name": "couuaxykokomivxjkkmuhrbs", - "status": "godvvdtzqovwhemiqkcrgonrtut", - "startTime": "rrjqxjjxogzwxh", - "endTime": "mdsfqpzkltncam" + "id": "jgqitwpxtxk", + "name": "uyfnwey", + "status": "khffzhqwigjqyxlijuzdsy", + "startTime": "pczzugftmougphynzofsxaj", + "endTime": "sjrmdhmfwplekzezydk" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json index 4e857bcd3499..cda7c0ea7a51 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectOperationStatus_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "hk2vp", - "operationId": "cxskvodtnejvtipqykz", + "modernizeProjectName": "q0", + "operationId": "gitivknqofnqdkhemkkwphvt", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json index c7202c8d9f8f..8e9acea380c7 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "d8r", + "modernizeProjectName": "i", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,127 +12,127 @@ "workloadDeploymentStatistics": { "healthErrors": [ { - "affectedResourceType": "afpufnmmqtmnwhfglypyp", + "affectedResourceType": "xssq", "affectedResourceCorrelationIds": [ - "gaoqni" + "wtucifuccildj" ], "childErrors": [ { - "id": "uykblfadygrqummwbluey", - "code": "krxyatnhpbxbnxww", - "healthCategory": "tijldmyrhtgwvskuxqgklpk", - "category": "iintkowfpdbgtgxovngslfhpagyvvu", - "severity": "thvyqzfrwtjzgmifafhgnvqh", - "source": "tyljicyxcjrgvsbiikb", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "jvwflcnwvlqwvmr", + "code": "zuvywsndznfq", + "healthCategory": "rzet", + "category": "ggvzo", + "severity": "vaf", + "source": "hzygxkktcjnafnusdndoukyxp", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "wcftscdni", - "message": "vggypbblnroaulj", - "causes": "lmeovpyvvjfzxhin", - "recommendation": "qzxhtkjwmvdwjamo" + "summary": "pcghybpilafzkoitsniduzubf", + "message": "zrggie", + "causes": "hgjszh", + "recommendation": "mghdbkeldgomzrhshz" } ], - "id": "entnfhkfpoapczsvb", - "code": "efncbnffvmyxtzvhcxtpzlmw", - "healthCategory": "jybbxdrgegowvmh", - "category": "xzookkzgfmalpzxziozvndzbiza", - "severity": "zjtoqxibvygztlwjlcgwedlign", - "source": "cooiqusnfvbilzaakfimgx", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "ofiqmyuh", + "code": "ufsfaxfksjxu", + "healthCategory": "wdcnvrzuqvnfamzwxamrlofajlbxya", + "category": "apkwsicsnhedlqmu", + "severity": "sadbfjcqiom", + "source": "hcjdggdbjnogme", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "rwucnjoplbqikwmlswwjb", - "message": "djwvzmxrawybkideltsfpwhukngacs", - "causes": "hhnwhndefgvsbgklk", - "recommendation": "zmguikpraxedyddqn" + "summary": "oppswboqrqhhxvzk", + "message": "ipggpyzwbmifnuehekkvhammin", + "causes": "xroezoejvidtni", + "recommendation": "nywcbkdlsmxllsdsvawjvfcpjsntl" } ], - "count": 8, + "count": 28, "categorizedCounts": { - "key2206": 20 + "key6871": 26 } }, "jobStatistics": { - "count": 24, + "count": 12, "categorizedCounts": { - "key2709": 17 + "key4230": 9 } }, "workloadInstanceStatistics": { "healthErrors": [ { - "affectedResourceType": "afpufnmmqtmnwhfglypyp", + "affectedResourceType": "xssq", "affectedResourceCorrelationIds": [ - "gaoqni" + "wtucifuccildj" ], "childErrors": [ { - "id": "uykblfadygrqummwbluey", - "code": "krxyatnhpbxbnxww", - "healthCategory": "tijldmyrhtgwvskuxqgklpk", - "category": "iintkowfpdbgtgxovngslfhpagyvvu", - "severity": "thvyqzfrwtjzgmifafhgnvqh", - "source": "tyljicyxcjrgvsbiikb", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "jvwflcnwvlqwvmr", + "code": "zuvywsndznfq", + "healthCategory": "rzet", + "category": "ggvzo", + "severity": "vaf", + "source": "hzygxkktcjnafnusdndoukyxp", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "wcftscdni", - "message": "vggypbblnroaulj", - "causes": "lmeovpyvvjfzxhin", - "recommendation": "qzxhtkjwmvdwjamo" + "summary": "pcghybpilafzkoitsniduzubf", + "message": "zrggie", + "causes": "hgjszh", + "recommendation": "mghdbkeldgomzrhshz" } ], - "id": "entnfhkfpoapczsvb", - "code": "efncbnffvmyxtzvhcxtpzlmw", - "healthCategory": "jybbxdrgegowvmh", - "category": "xzookkzgfmalpzxziozvndzbiza", - "severity": "zjtoqxibvygztlwjlcgwedlign", - "source": "cooiqusnfvbilzaakfimgx", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "ofiqmyuh", + "code": "ufsfaxfksjxu", + "healthCategory": "wdcnvrzuqvnfamzwxamrlofajlbxya", + "category": "apkwsicsnhedlqmu", + "severity": "sadbfjcqiom", + "source": "hcjdggdbjnogme", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "rwucnjoplbqikwmlswwjb", - "message": "djwvzmxrawybkideltsfpwhukngacs", - "causes": "hhnwhndefgvsbgklk", - "recommendation": "zmguikpraxedyddqn" + "summary": "oppswboqrqhhxvzk", + "message": "ipggpyzwbmifnuehekkvhammin", + "causes": "xroezoejvidtni", + "recommendation": "nywcbkdlsmxllsdsvawjvfcpjsntl" } ], - "count": 9, + "count": 25, "categorizedCounts": { - "key7097": 18 + "key7563": 27 } }, "modernizeProjectErrors": [ { - "affectedResourceType": "afpufnmmqtmnwhfglypyp", + "affectedResourceType": "xssq", "affectedResourceCorrelationIds": [ - "gaoqni" + "wtucifuccildj" ], "childErrors": [ { - "id": "uykblfadygrqummwbluey", - "code": "krxyatnhpbxbnxww", - "healthCategory": "tijldmyrhtgwvskuxqgklpk", - "category": "iintkowfpdbgtgxovngslfhpagyvvu", - "severity": "thvyqzfrwtjzgmifafhgnvqh", - "source": "tyljicyxcjrgvsbiikb", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "jvwflcnwvlqwvmr", + "code": "zuvywsndznfq", + "healthCategory": "rzet", + "category": "ggvzo", + "severity": "vaf", + "source": "hzygxkktcjnafnusdndoukyxp", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "wcftscdni", - "message": "vggypbblnroaulj", - "causes": "lmeovpyvvjfzxhin", - "recommendation": "qzxhtkjwmvdwjamo" + "summary": "pcghybpilafzkoitsniduzubf", + "message": "zrggie", + "causes": "hgjszh", + "recommendation": "mghdbkeldgomzrhshz" } ], - "id": "entnfhkfpoapczsvb", - "code": "efncbnffvmyxtzvhcxtpzlmw", - "healthCategory": "jybbxdrgegowvmh", - "category": "xzookkzgfmalpzxziozvndzbiza", - "severity": "zjtoqxibvygztlwjlcgwedlign", - "source": "cooiqusnfvbilzaakfimgx", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "ofiqmyuh", + "code": "ufsfaxfksjxu", + "healthCategory": "wdcnvrzuqvnfamzwxamrlofajlbxya", + "category": "apkwsicsnhedlqmu", + "severity": "sadbfjcqiom", + "source": "hcjdggdbjnogme", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "rwucnjoplbqikwmlswwjb", - "message": "djwvzmxrawybkideltsfpwhukngacs", - "causes": "hhnwhndefgvsbgklk", - "recommendation": "zmguikpraxedyddqn" + "summary": "oppswboqrqhhxvzk", + "message": "ipggpyzwbmifnuehekkvhammin", + "causes": "xroezoejvidtni", + "recommendation": "nywcbkdlsmxllsdsvawjvfcpjsntl" } ] } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json index d2fa0c3d90c3..897d189f7c35 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProjectStatistics_Get_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "dx", + "modernizeProjectName": "w03ky", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json index 045ca6709a4c..5a4b99c7e320 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MaximumSet_Gen.json @@ -1,72 +1,72 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "wp2", + "modernizeProjectName": "b", "api-version": "2022-05-01-preview", "body": { - "location": "pjbxpp", + "location": "nbqyuxrgrlhx", "properties": { "migrationConfiguration": { - "storageAccountResourceId": "ncqkwnbmgxdqqirudpysknis", - "keyVaultResourceId": "pkwhtww", - "migrationSolutionResourceId": "cnq" + "storageAccountResourceId": "dgcoticysafrpynyoxkgrspooiia", + "keyVaultResourceId": "vekhittkyogvwnqmggknv", + "migrationSolutionResourceId": "bglfkwtzvqmhwpddwpvtdzaleaioxo" } }, "identity": { - "principalId": "fp", - "tenantId": "vgaenmfj", + "principalId": "ins", + "tenantId": "fjnu", "type": "None", "userAssignedIdentities": { - "key5648": { - "principalId": "grgedhcgftm", - "clientId": "fwxpyvwbwbcmgtbrlgus" + "key6848": { + "principalId": "lumkynazsspljxiiwvz", + "clientId": "lvlngepacjdjryqmxuvfdxwtkc" } } }, "tags": { - "key2677": "uryfaosviuwihedhvovdqlgrbegeti" + "key8644": "wfyi" } } }, "responses": { "201": { "body": { - "location": "pjbxpp", + "location": "nbqyuxrgrlhx", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "uhujrfewhdpbtlooktsfnicalctc", - "serviceEndpoint": "oiqjrjhiwklpprgfkijzw", + "serviceResourceId": "ddzkwzqogb", + "serviceEndpoint": "chyksppv", "migrationConfiguration": { - "storageAccountResourceId": "ncqkwnbmgxdqqirudpysknis", - "keyVaultResourceId": "pkwhtww", - "migrationSolutionResourceId": "cnq" + "storageAccountResourceId": "dgcoticysafrpynyoxkgrspooiia", + "keyVaultResourceId": "vekhittkyogvwnqmggknv", + "migrationSolutionResourceId": "bglfkwtzvqmhwpddwpvtdzaleaioxo" } }, "identity": { - "principalId": "fp", - "tenantId": "vgaenmfj", + "principalId": "ins", + "tenantId": "fjnu", "type": "None", "userAssignedIdentities": { - "key5648": { - "principalId": "grgedhcgftm", - "clientId": "fwxpyvwbwbcmgtbrlgus" + "key6848": { + "principalId": "lumkynazsspljxiiwvz", + "clientId": "lvlngepacjdjryqmxuvfdxwtkc" } } }, - "id": "anxbyakkzjlpqyomjhvhyewvao", - "name": "j", - "type": "sqomhmuxtmyaasfzvnrgnv", + "id": "lkjycagzvem", + "name": "qjtgfttacnihw", + "type": "hthqrdzzfjxxz", "systemData": { - "createdBy": "gpphjdgvwetsy", - "createdByType": "zggutur", - "createdAt": "2023-01-20T11:46:17.137Z", - "lastModifiedBy": "vmbobecxqrxizrhllltdfypgtkfh", - "lastModifiedByType": "wlyucbemfbdvomuqef", - "lastModifiedAt": "2023-01-20T11:46:17.137Z" + "createdBy": "wy", + "createdByType": "tusbvanyciqzsmxxsgtq", + "createdAt": "2023-01-24T09:33:24.942Z", + "lastModifiedBy": "iswewfoqublzdfjczshraau", + "lastModifiedByType": "iduvzounkdnzloeoyngurc", + "lastModifiedAt": "2023-01-24T09:33:24.942Z" }, "tags": { - "key2677": "uryfaosviuwihedhvovdqlgrbegeti" + "key8644": "wfyi" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json index 4af9057ccd72..e10a8b17c0e3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Create_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "p550", + "modernizeProjectName": "j", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json index 7e3dc3a9d639..721422cbac99 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "e219", + "modernizeProjectName": "w51d", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json index 4926e88230b7..402719ee23ac 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Delete_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "wmo77", + "modernizeProjectName": "s3n29", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json index 67fbfbe48043..6f5425b99781 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MaximumSet_Gen.json @@ -1,48 +1,48 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "xd", + "modernizeProjectName": "m47i", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "location": "pjbxpp", + "location": "nbqyuxrgrlhx", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "uhujrfewhdpbtlooktsfnicalctc", - "serviceEndpoint": "oiqjrjhiwklpprgfkijzw", + "serviceResourceId": "ddzkwzqogb", + "serviceEndpoint": "chyksppv", "migrationConfiguration": { - "storageAccountResourceId": "ncqkwnbmgxdqqirudpysknis", - "keyVaultResourceId": "pkwhtww", - "migrationSolutionResourceId": "cnq" + "storageAccountResourceId": "dgcoticysafrpynyoxkgrspooiia", + "keyVaultResourceId": "vekhittkyogvwnqmggknv", + "migrationSolutionResourceId": "bglfkwtzvqmhwpddwpvtdzaleaioxo" } }, "identity": { - "principalId": "fp", - "tenantId": "vgaenmfj", + "principalId": "ins", + "tenantId": "fjnu", "type": "None", "userAssignedIdentities": { - "key5648": { - "principalId": "grgedhcgftm", - "clientId": "fwxpyvwbwbcmgtbrlgus" + "key6848": { + "principalId": "lumkynazsspljxiiwvz", + "clientId": "lvlngepacjdjryqmxuvfdxwtkc" } } }, - "id": "anxbyakkzjlpqyomjhvhyewvao", - "name": "j", - "type": "sqomhmuxtmyaasfzvnrgnv", + "id": "lkjycagzvem", + "name": "qjtgfttacnihw", + "type": "hthqrdzzfjxxz", "systemData": { - "createdBy": "gpphjdgvwetsy", - "createdByType": "zggutur", - "createdAt": "2023-01-20T11:46:17.137Z", - "lastModifiedBy": "vmbobecxqrxizrhllltdfypgtkfh", - "lastModifiedByType": "wlyucbemfbdvomuqef", - "lastModifiedAt": "2023-01-20T11:46:17.137Z" + "createdBy": "wy", + "createdByType": "tusbvanyciqzsmxxsgtq", + "createdAt": "2023-01-24T09:33:24.942Z", + "lastModifiedBy": "iswewfoqublzdfjczshraau", + "lastModifiedByType": "iduvzounkdnzloeoyngurc", + "lastModifiedAt": "2023-01-24T09:33:24.942Z" }, "tags": { - "key2677": "uryfaosviuwihedhvovdqlgrbegeti" + "key8644": "wfyi" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json index 73fe72127bd5..eaa4b460b0fd 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Get_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "rb", + "modernizeProjectName": "j453k", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json index d06342f066a7..39d800e7d95d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MaximumSet_Gen.json @@ -1,7 +1,7 @@ { "parameters": { - "subscriptionId": "iv", - "continuationToken": "poxiauclwkqfqyecqmohfyzgp", + "subscriptionId": "foksiqislfdsagudxqqxxbe", + "continuationToken": "rqsn", "api-version": "2022-05-01-preview" }, "responses": { @@ -9,45 +9,45 @@ "body": { "value": [ { - "location": "pjbxpp", + "location": "nbqyuxrgrlhx", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "uhujrfewhdpbtlooktsfnicalctc", - "serviceEndpoint": "oiqjrjhiwklpprgfkijzw", + "serviceResourceId": "ddzkwzqogb", + "serviceEndpoint": "chyksppv", "migrationConfiguration": { - "storageAccountResourceId": "ncqkwnbmgxdqqirudpysknis", - "keyVaultResourceId": "pkwhtww", - "migrationSolutionResourceId": "cnq" + "storageAccountResourceId": "dgcoticysafrpynyoxkgrspooiia", + "keyVaultResourceId": "vekhittkyogvwnqmggknv", + "migrationSolutionResourceId": "bglfkwtzvqmhwpddwpvtdzaleaioxo" } }, "identity": { - "principalId": "fp", - "tenantId": "vgaenmfj", + "principalId": "ins", + "tenantId": "fjnu", "type": "None", "userAssignedIdentities": { - "key5648": { - "principalId": "grgedhcgftm", - "clientId": "fwxpyvwbwbcmgtbrlgus" + "key6848": { + "principalId": "lumkynazsspljxiiwvz", + "clientId": "lvlngepacjdjryqmxuvfdxwtkc" } } }, - "id": "anxbyakkzjlpqyomjhvhyewvao", - "name": "j", - "type": "sqomhmuxtmyaasfzvnrgnv", + "id": "lkjycagzvem", + "name": "qjtgfttacnihw", + "type": "hthqrdzzfjxxz", "systemData": { - "createdBy": "gpphjdgvwetsy", - "createdByType": "zggutur", - "createdAt": "2023-01-20T11:46:17.137Z", - "lastModifiedBy": "vmbobecxqrxizrhllltdfypgtkfh", - "lastModifiedByType": "wlyucbemfbdvomuqef", - "lastModifiedAt": "2023-01-20T11:46:17.137Z" + "createdBy": "wy", + "createdByType": "tusbvanyciqzsmxxsgtq", + "createdAt": "2023-01-24T09:33:24.942Z", + "lastModifiedBy": "iswewfoqublzdfjczshraau", + "lastModifiedByType": "iduvzounkdnzloeoyngurc", + "lastModifiedAt": "2023-01-24T09:33:24.942Z" }, "tags": { - "key2677": "uryfaosviuwihedhvovdqlgrbegeti" + "key8644": "wfyi" } } ], - "nextLink": "ezyfwzcfogqmjhjoskjbjtkiwch" + "nextLink": "wmijjubqw" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json index e830f1af951f..d6ad9be42ff6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_ListBySubscription_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json index 57a98c657bfa..b5d26dff2d25 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "continuationToken": "lepamvruntgycsamuizifaqiekm", + "continuationToken": "anjsqaqhjqhfiksoajfzl", "api-version": "2022-05-01-preview" }, "responses": { @@ -10,45 +10,45 @@ "body": { "value": [ { - "location": "pjbxpp", + "location": "nbqyuxrgrlhx", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "uhujrfewhdpbtlooktsfnicalctc", - "serviceEndpoint": "oiqjrjhiwklpprgfkijzw", + "serviceResourceId": "ddzkwzqogb", + "serviceEndpoint": "chyksppv", "migrationConfiguration": { - "storageAccountResourceId": "ncqkwnbmgxdqqirudpysknis", - "keyVaultResourceId": "pkwhtww", - "migrationSolutionResourceId": "cnq" + "storageAccountResourceId": "dgcoticysafrpynyoxkgrspooiia", + "keyVaultResourceId": "vekhittkyogvwnqmggknv", + "migrationSolutionResourceId": "bglfkwtzvqmhwpddwpvtdzaleaioxo" } }, "identity": { - "principalId": "fp", - "tenantId": "vgaenmfj", + "principalId": "ins", + "tenantId": "fjnu", "type": "None", "userAssignedIdentities": { - "key5648": { - "principalId": "grgedhcgftm", - "clientId": "fwxpyvwbwbcmgtbrlgus" + "key6848": { + "principalId": "lumkynazsspljxiiwvz", + "clientId": "lvlngepacjdjryqmxuvfdxwtkc" } } }, - "id": "anxbyakkzjlpqyomjhvhyewvao", - "name": "j", - "type": "sqomhmuxtmyaasfzvnrgnv", + "id": "lkjycagzvem", + "name": "qjtgfttacnihw", + "type": "hthqrdzzfjxxz", "systemData": { - "createdBy": "gpphjdgvwetsy", - "createdByType": "zggutur", - "createdAt": "2023-01-20T11:46:17.137Z", - "lastModifiedBy": "vmbobecxqrxizrhllltdfypgtkfh", - "lastModifiedByType": "wlyucbemfbdvomuqef", - "lastModifiedAt": "2023-01-20T11:46:17.137Z" + "createdBy": "wy", + "createdByType": "tusbvanyciqzsmxxsgtq", + "createdAt": "2023-01-24T09:33:24.942Z", + "lastModifiedBy": "iswewfoqublzdfjczshraau", + "lastModifiedByType": "iduvzounkdnzloeoyngurc", + "lastModifiedAt": "2023-01-24T09:33:24.942Z" }, "tags": { - "key2677": "uryfaosviuwihedhvovdqlgrbegeti" + "key8644": "wfyi" } } ], - "nextLink": "ezyfwzcfogqmjhjoskjbjtkiwch" + "nextLink": "wmijjubqw" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json index c0b50f8cebfe..af0b5a647496 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_List_MinimumSet_Gen.json @@ -1,6 +1,6 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", "api-version": "2022-05-01-preview" }, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json index f6d4c64ad5f2..269ff718f304 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MaximumSet_Gen.json @@ -1,21 +1,21 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "r", + "modernizeProjectName": "gfb4", "api-version": "2022-05-01-preview", "body": { "tags": { - "key3698": "gpfytmreql" + "key8017": "ormem" }, "identity": { - "principalId": "fp", - "tenantId": "vgaenmfj", + "principalId": "ins", + "tenantId": "fjnu", "type": "None", "userAssignedIdentities": { - "key5648": { - "principalId": "grgedhcgftm", - "clientId": "fwxpyvwbwbcmgtbrlgus" + "key6848": { + "principalId": "lumkynazsspljxiiwvz", + "clientId": "lvlngepacjdjryqmxuvfdxwtkc" } } } @@ -27,41 +27,41 @@ "location": "https://contoso.com/operationstatus" }, "body": { - "location": "pjbxpp", + "location": "nbqyuxrgrlhx", "properties": { "provisioningState": "Canceled", - "serviceResourceId": "uhujrfewhdpbtlooktsfnicalctc", - "serviceEndpoint": "oiqjrjhiwklpprgfkijzw", + "serviceResourceId": "ddzkwzqogb", + "serviceEndpoint": "chyksppv", "migrationConfiguration": { - "storageAccountResourceId": "ncqkwnbmgxdqqirudpysknis", - "keyVaultResourceId": "pkwhtww", - "migrationSolutionResourceId": "cnq" + "storageAccountResourceId": "dgcoticysafrpynyoxkgrspooiia", + "keyVaultResourceId": "vekhittkyogvwnqmggknv", + "migrationSolutionResourceId": "bglfkwtzvqmhwpddwpvtdzaleaioxo" } }, "identity": { - "principalId": "fp", - "tenantId": "vgaenmfj", + "principalId": "ins", + "tenantId": "fjnu", "type": "None", "userAssignedIdentities": { - "key5648": { - "principalId": "grgedhcgftm", - "clientId": "fwxpyvwbwbcmgtbrlgus" + "key6848": { + "principalId": "lumkynazsspljxiiwvz", + "clientId": "lvlngepacjdjryqmxuvfdxwtkc" } } }, - "id": "anxbyakkzjlpqyomjhvhyewvao", - "name": "j", - "type": "sqomhmuxtmyaasfzvnrgnv", + "id": "lkjycagzvem", + "name": "qjtgfttacnihw", + "type": "hthqrdzzfjxxz", "systemData": { - "createdBy": "gpphjdgvwetsy", - "createdByType": "zggutur", - "createdAt": "2023-01-20T11:46:17.137Z", - "lastModifiedBy": "vmbobecxqrxizrhllltdfypgtkfh", - "lastModifiedByType": "wlyucbemfbdvomuqef", - "lastModifiedAt": "2023-01-20T11:46:17.137Z" + "createdBy": "wy", + "createdByType": "tusbvanyciqzsmxxsgtq", + "createdAt": "2023-01-24T09:33:24.942Z", + "lastModifiedBy": "iswewfoqublzdfjczshraau", + "lastModifiedByType": "iduvzounkdnzloeoyngurc", + "lastModifiedAt": "2023-01-24T09:33:24.942Z" }, "tags": { - "key2677": "uryfaosviuwihedhvovdqlgrbegeti" + "key8644": "wfyi" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json index 7597ca60ffc6..745b32fcf0a1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/ModernizeProject_Update_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "x7", + "modernizeProjectName": "n", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json index b3ea4d43edc2..6fc36be3cc8a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Operations_List_MaximumSet_Gen.json @@ -7,19 +7,19 @@ "body": { "value": [ { - "name": "diahhfebag", + "name": "somanoqzzffvkyyeuggifelpekat", "isDataAction": true, "display": { - "provider": "rnasyftiubjilyskpgc", - "resource": "idmrdyjxprmfhgaxwxfw", - "operation": "lafl", - "description": "nvkzwdcxdtj" + "provider": "ptyenjgjxgusua", + "resource": "tukrlapaoatkgyj", + "operation": "twajgqiuylfbzll", + "description": "ptf" }, "origin": "user", "actionType": "Internal" } ], - "nextLink": "npsdvgnwcpaphihjvyqrfhdzkiww" + "nextLink": "kwunh" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json index 92f5aafdb5ef..3f95291c7a3c 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MaximumSet_Gen.json @@ -1,20 +1,20 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ttb91p2", - "workflowName": "d3", - "operationId": "gwzddsbhrqbdud", + "modernizeProjectName": "wqd", + "workflowName": "q7f", + "operationId": "jcaifne", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "zdzcfjbsjyei", - "name": "couuaxykokomivxjkkmuhrbs", - "status": "godvvdtzqovwhemiqkcrgonrtut", - "startTime": "rrjqxjjxogzwxh", - "endTime": "mdsfqpzkltncam" + "id": "jgqitwpxtxk", + "name": "uyfnwey", + "status": "khffzhqwigjqyxlijuzdsy", + "startTime": "pczzugftmougphynzofsxaj", + "endTime": "sjrmdhmfwplekzezydk" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json index 246b9bfc5fef..79ca142a35b4 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkflowOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "py8x", - "workflowName": "glh1hb", - "operationId": "ndvmkcatipgxvxlsrxqxvs", + "modernizeProjectName": "ve", + "workflowName": "e5", + "operationId": "bwrgscm", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json index f40aca97d673..bbf847dd5aa8 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MaximumSet_Gen.json @@ -1,74 +1,74 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "xs76", - "workflowName": "g4d6", + "modernizeProjectName": "hc5", + "workflowName": "cck5", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { "properties": { - "displayName": "aavxiffdka", + "displayName": "eguwlcfbmorazt", "state": "Pending", - "startTime": "2023-01-20T11:46:20.390Z", - "endTime": "2023-01-20T11:46:20.390Z", - "objectId": "kubcpcts", - "objectName": "sy", - "objectInternalId": "brpmdnvfuwpxlbdrq", - "objectInternalName": "aihmpjajesihfzhvocx", + "startTime": "2023-01-24T09:33:32.423Z", + "endTime": "2023-01-24T09:33:32.423Z", + "objectId": "iohgvjjpglwqejwongfzyspa", + "objectName": "tuzaliwwct", + "objectInternalId": "atmkftuucnjx", + "objectInternalName": "rexbgriwoawxzxtizbtyjecdyohv", "objectType": "ModernizeProject", - "workloadInstanceProviderId": "zkrwvpwsqtbjxkbrequm", - "workloadDeploymentProviderId": "a", + "workloadInstanceProviderId": "yrmccwkxmjdwsjfzbtlcnanpernzs", + "workloadDeploymentProviderId": "vhs", "allowedActions": [ - "mlcexeasdwnvuybdmzwsihofvuqy" + "jrr" ], - "activityId": "daqukhusiocnjkzrkhumqzyexad", + "activityId": "rtn", "tasks": [ { - "id": "ki", - "taskName": "scfauwvfzvokflnnvgubuolm", + "id": "bnhdlfsqffpxlodjdbdaheohmitkgh", + "taskName": "ixtniibnoxcdwiygqdsbqzx", "state": "Pending", - "startTime": "2023-01-20T11:46:20.390Z", - "endTime": "2023-01-20T11:46:20.390Z", + "startTime": "2023-01-24T09:33:32.423Z", + "endTime": "2023-01-24T09:33:32.423Z", "customProperties": { - "instanceType": "kxrbbefwbmm" + "instanceType": "rdxheayfouexznjkcvxwyyyntw" } } ], "errors": [ { - "id": "za", - "code": "hhneh", - "type": "wlhulogqiarrvcpxxrrc", - "severity": "cftjvhwvkdgeryfnztybcot", - "creationTime": "2023-01-20T11:46:20.390Z", - "message": "jmybsv", - "causes": "zebvvlgqvdsyiugfxdioaq", - "recommendation": "horui" + "id": "hcubxvumfxynczfyxotuwjoukdo", + "code": "cwmcbptjgdlgdkmfdvgpxz", + "type": "zwvmmgs", + "severity": "slktf", + "creationTime": "2023-01-24T09:33:32.423Z", + "message": "ddcntrsjjppeswqrdtnirmu", + "causes": "dmtwaqfmbhnzitbvtivvrpzgmb", + "recommendation": "jysudhcue" } ], "customProperties": { "instanceType": "SampleWorkflow", "affectedObjectDetails": { - "key7572": "gfiqdxcgbqbk" + "key5568": "xrtsewzycvbmj" } } }, - "id": "orqtmbe", - "name": "urdglg", - "type": "lmdniirbdqdnyojeuhbwffm", + "id": "hfdliyanefbl", + "name": "vxjbyxp", + "type": "ikihjajtnqeacqlhr", "systemData": { - "createdBy": "wvgsnsrsfwuhocyokddfecwjkr", - "createdByType": "vryudkrmmflg", - "createdAt": "2023-01-20T11:46:20.391Z", - "lastModifiedBy": "mxiyvspwzlhkwywloysqpxwugelpre", - "lastModifiedByType": "yftgwxysdetbneioqulnnjtjy", - "lastModifiedAt": "2023-01-20T11:46:20.391Z" + "createdBy": "hujjhqnwywy", + "createdByType": "kxdmedwqpnfsquwsnxmzwjyzm", + "createdAt": "2023-01-24T09:33:32.423Z", + "lastModifiedBy": "jeeveefvrhcczxpolkapgrqunu", + "lastModifiedByType": "dhtk", + "lastModifiedAt": "2023-01-24T09:33:32.423Z" }, "tags": { - "key3105": "ikyiggvhura" + "key7844": "olhlfmehjwai" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json index 075a7ebdb252..cfca779640e9 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "y4", - "workflowName": "tg", + "modernizeProjectName": "x8", + "workflowName": "wi71tan4", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json index 7976101fca39..d41c28aea7f1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MaximumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "q2on", - "$filter": "gsyhhlmvxjamcuojtdw", - "continuationToken": "kjuyqwpyhfe", + "modernizeProjectName": "mo", + "$filter": "uiamyygybsvsborrhtvnylpuu", + "continuationToken": "xnexbtwnixreeh", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,69 +13,69 @@ "value": [ { "properties": { - "displayName": "aavxiffdka", + "displayName": "eguwlcfbmorazt", "state": "Pending", - "startTime": "2023-01-20T11:46:20.390Z", - "endTime": "2023-01-20T11:46:20.390Z", - "objectId": "kubcpcts", - "objectName": "sy", - "objectInternalId": "brpmdnvfuwpxlbdrq", - "objectInternalName": "aihmpjajesihfzhvocx", + "startTime": "2023-01-24T09:33:32.423Z", + "endTime": "2023-01-24T09:33:32.423Z", + "objectId": "iohgvjjpglwqejwongfzyspa", + "objectName": "tuzaliwwct", + "objectInternalId": "atmkftuucnjx", + "objectInternalName": "rexbgriwoawxzxtizbtyjecdyohv", "objectType": "ModernizeProject", - "workloadInstanceProviderId": "zkrwvpwsqtbjxkbrequm", - "workloadDeploymentProviderId": "a", + "workloadInstanceProviderId": "yrmccwkxmjdwsjfzbtlcnanpernzs", + "workloadDeploymentProviderId": "vhs", "allowedActions": [ - "mlcexeasdwnvuybdmzwsihofvuqy" + "jrr" ], - "activityId": "daqukhusiocnjkzrkhumqzyexad", + "activityId": "rtn", "tasks": [ { - "id": "ki", - "taskName": "scfauwvfzvokflnnvgubuolm", + "id": "bnhdlfsqffpxlodjdbdaheohmitkgh", + "taskName": "ixtniibnoxcdwiygqdsbqzx", "state": "Pending", - "startTime": "2023-01-20T11:46:20.390Z", - "endTime": "2023-01-20T11:46:20.390Z", + "startTime": "2023-01-24T09:33:32.423Z", + "endTime": "2023-01-24T09:33:32.423Z", "customProperties": { - "instanceType": "kxrbbefwbmm" + "instanceType": "rdxheayfouexznjkcvxwyyyntw" } } ], "errors": [ { - "id": "za", - "code": "hhneh", - "type": "wlhulogqiarrvcpxxrrc", - "severity": "cftjvhwvkdgeryfnztybcot", - "creationTime": "2023-01-20T11:46:20.390Z", - "message": "jmybsv", - "causes": "zebvvlgqvdsyiugfxdioaq", - "recommendation": "horui" + "id": "hcubxvumfxynczfyxotuwjoukdo", + "code": "cwmcbptjgdlgdkmfdvgpxz", + "type": "zwvmmgs", + "severity": "slktf", + "creationTime": "2023-01-24T09:33:32.423Z", + "message": "ddcntrsjjppeswqrdtnirmu", + "causes": "dmtwaqfmbhnzitbvtivvrpzgmb", + "recommendation": "jysudhcue" } ], "customProperties": { "instanceType": "SampleWorkflow", "affectedObjectDetails": { - "key7572": "gfiqdxcgbqbk" + "key5568": "xrtsewzycvbmj" } } }, - "id": "orqtmbe", - "name": "urdglg", - "type": "lmdniirbdqdnyojeuhbwffm", + "id": "hfdliyanefbl", + "name": "vxjbyxp", + "type": "ikihjajtnqeacqlhr", "systemData": { - "createdBy": "wvgsnsrsfwuhocyokddfecwjkr", - "createdByType": "vryudkrmmflg", - "createdAt": "2023-01-20T11:46:20.391Z", - "lastModifiedBy": "mxiyvspwzlhkwywloysqpxwugelpre", - "lastModifiedByType": "yftgwxysdetbneioqulnnjtjy", - "lastModifiedAt": "2023-01-20T11:46:20.391Z" + "createdBy": "hujjhqnwywy", + "createdByType": "kxdmedwqpnfsquwsnxmzwjyzm", + "createdAt": "2023-01-24T09:33:32.423Z", + "lastModifiedBy": "jeeveefvrhcczxpolkapgrqunu", + "lastModifiedByType": "dhtk", + "lastModifiedAt": "2023-01-24T09:33:32.423Z" }, "tags": { - "key3105": "ikyiggvhura" + "key7844": "olhlfmehjwai" } } ], - "nextLink": "jdw" + "nextLink": "pmxtwpnyea" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json index f860ff58f925..0ef940c005f6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/Workflow_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "g55cb", + "modernizeProjectName": "cn", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json index 4ab42cd45910..6f2080396abf 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json @@ -1,20 +1,20 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "uv51d", - "workloadDeploymentName": "t7893w", - "operationId": "olwizbecosasq", + "modernizeProjectName": "i0", + "workloadDeploymentName": "x6", + "operationId": "fao", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "zdzcfjbsjyei", - "name": "couuaxykokomivxjkkmuhrbs", - "status": "godvvdtzqovwhemiqkcrgonrtut", - "startTime": "rrjqxjjxogzwxh", - "endTime": "mdsfqpzkltncam" + "id": "jgqitwpxtxk", + "name": "uyfnwey", + "status": "khffzhqwigjqyxlijuzdsy", + "startTime": "pczzugftmougphynzofsxaj", + "endTime": "sjrmdhmfwplekzezydk" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json index 16cfde238e6f..f76d4171590e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "onr7", - "workloadDeploymentName": "c6g", - "operationId": "znkl", + "modernizeProjectName": "n5f0b7", + "workloadDeploymentName": "pj15", + "operationId": "vtgwxe", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json index da713a4dcfea..87620d04a6f6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json @@ -1,24 +1,23 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "sqbc", - "workloadDeploymentName": "q1", + "modernizeProjectName": "f", + "workloadDeploymentName": "j", "api-version": "2022-05-01-preview", "body": { "properties": { - "dockerfile": "kgdmt", + "dockerfile": "sjpprawcsxggzogxhvzn", "registryProperties": { - "registryName": "manfbalridj", - "tenantId": "j", - "subscriptionId": "pynawqjbxeszabxdfams", - "resourceGroup": "cjgcw" + "registryName": "tnzhskcravzwlokqqxyqmn", + "tenantId": "vetsklcmqevv", + "subscriptionId": "ibaapautcgvob", + "resourceGroup": "p" }, - "imageTag": "pjxivymikbj", - "imageName": "xfhnb", - "runId": "hhdtmkqvspnp", - "runStatus": "o", - "logLink": "saaruvdxxeupezmcqddsvvtuxv" + "imageTag": "pbvlnivxnxlggfpizwsjaqkhhs", + "imageName": "tdheuxcovbynrnuzassvqdu", + "runId": "rweyh", + "runStatus": "pxttxleqrzvuqtsmvpklkixfsn" } } }, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json index 0e92cb5a9168..3a12ac9cdcfa 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "g5", - "workloadDeploymentName": "x", + "modernizeProjectName": "n8r", + "workloadDeploymentName": "cn1t", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json index ba356788301c..fe805ffd77c7 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MaximumSet_Gen.json @@ -1,25 +1,25 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "j7", - "workloadDeploymentName": "b9d7o", + "modernizeProjectName": "l6r8", + "workloadDeploymentName": "l4t", "api-version": "2022-05-01-preview", "body": { "properties": { - "displayName": "cbkauuhcg", + "displayName": "wqe", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "name": "vnzhngdxzhyig", - "migrateAgentId": "rflthadpvbfrgdbtxri", - "displayName": "mmivohmqknixuhqjj", - "sourcePlatform": "xcdtohuhaqktw", - "sourceName": "oliwftplxoskpnqhoi", - "masterSiteName": "ggttplouyjjszjmibh", + "name": "wonkuhgsafzviuwqerzdmme", + "migrateAgentId": "aqgzsxqbk", + "displayName": "juoorbubchvk", + "sourcePlatform": "eh", + "sourceName": "weuxcqzwpeyzsjhdgqflhxlwjhbz", + "masterSiteName": "ubks", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "vep", - "webAppSiteName": "txukn" + "webAppArmId": "xseseqsrzdiga", + "webAppSiteName": "mirgzmy" } }, "customProperties": { @@ -27,7 +27,7 @@ } }, "tags": { - "key7855": "fjdxefueenttiberfxyxiuzyo" + "key8241": "gcyxztzr" } } }, @@ -37,147 +37,147 @@ "properties": { "provisioningState": "Canceled", "status": "None", - "statusDescription": "x", + "statusDescription": "jifvcrwovhwgskbumtebfbsdoo", "testMigrationStatus": "None", - "testMigrationStatusDescription": "mcgvfijomgfqzvodrxiwhxc", + "testMigrationStatusDescription": "wpsowyctqtko", "migrationStatus": "None", - "migrationStatusDescription": "whaag", - "displayName": "cbkauuhcg", + "migrationStatusDescription": "qbbsrrddcuigrbppcppdcp", + "displayName": "wqe", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "name": "vnzhngdxzhyig", + "name": "wonkuhgsafzviuwqerzdmme", "provisioningState": "Canceled", - "migrateAgentId": "rflthadpvbfrgdbtxri", - "displayName": "mmivohmqknixuhqjj", - "sourcePlatform": "xcdtohuhaqktw", - "sourceName": "oliwftplxoskpnqhoi", + "migrateAgentId": "aqgzsxqbk", + "displayName": "juoorbubchvk", + "sourcePlatform": "eh", + "sourceName": "weuxcqzwpeyzsjhdgqflhxlwjhbz", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "elefrkxokzkrjsbwnodoq", - "lastSuccessfulReplicationCycleTime": "2023-01-20T11:46:21.742Z", + "replicationStatusDescription": "naut", + "lastSuccessfulReplicationCycleTime": "2023-01-24T09:33:35.386Z", "healthErrors": [ { - "affectedResourceType": "afpufnmmqtmnwhfglypyp", + "affectedResourceType": "xssq", "affectedResourceCorrelationIds": [ - "gaoqni" + "wtucifuccildj" ], "childErrors": [ { - "id": "uykblfadygrqummwbluey", - "code": "krxyatnhpbxbnxww", - "healthCategory": "tijldmyrhtgwvskuxqgklpk", - "category": "iintkowfpdbgtgxovngslfhpagyvvu", - "severity": "thvyqzfrwtjzgmifafhgnvqh", - "source": "tyljicyxcjrgvsbiikb", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "jvwflcnwvlqwvmr", + "code": "zuvywsndznfq", + "healthCategory": "rzet", + "category": "ggvzo", + "severity": "vaf", + "source": "hzygxkktcjnafnusdndoukyxp", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "wcftscdni", - "message": "vggypbblnroaulj", - "causes": "lmeovpyvvjfzxhin", - "recommendation": "qzxhtkjwmvdwjamo" + "summary": "pcghybpilafzkoitsniduzubf", + "message": "zrggie", + "causes": "hgjszh", + "recommendation": "mghdbkeldgomzrhshz" } ], - "id": "entnfhkfpoapczsvb", - "code": "efncbnffvmyxtzvhcxtpzlmw", - "healthCategory": "jybbxdrgegowvmh", - "category": "xzookkzgfmalpzxziozvndzbiza", - "severity": "zjtoqxibvygztlwjlcgwedlign", - "source": "cooiqusnfvbilzaakfimgx", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "ofiqmyuh", + "code": "ufsfaxfksjxu", + "healthCategory": "wdcnvrzuqvnfamzwxamrlofajlbxya", + "category": "apkwsicsnhedlqmu", + "severity": "sadbfjcqiom", + "source": "hcjdggdbjnogme", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "rwucnjoplbqikwmlswwjb", - "message": "djwvzmxrawybkideltsfpwhukngacs", - "causes": "hhnwhndefgvsbgklk", - "recommendation": "zmguikpraxedyddqn" + "summary": "oppswboqrqhhxvzk", + "message": "ipggpyzwbmifnuehekkvhammin", + "causes": "xroezoejvidtni", + "recommendation": "nywcbkdlsmxllsdsvawjvfcpjsntl" } ], "currentJob": { - "scenarioName": "loaejceoiqhxmggwvazmn", - "id": "gjmpmtyuzsrgeihnwgazhsqm", - "name": "pqoafrmsbcligid", - "displayName": "quog", - "state": "sjafqitt", - "startTime": "2023-01-20T11:46:21.742Z", - "endTime": "2023-01-20T11:46:21.742Z" + "scenarioName": "f", + "id": "fctiznagbvtonm", + "name": "ucyhmgsnkb", + "displayName": "tzirwcymdyggbbry", + "state": "mqbfghricdulot", + "startTime": "2023-01-24T09:33:35.386Z", + "endTime": "2023-01-24T09:33:35.386Z" }, "allowedOperations": [ - "futnyeffgnt" + "gafhxcryrocxihzqsscjycuwcgtpk" ], - "masterSiteName": "ggttplouyjjszjmibh", + "masterSiteName": "ubks", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "vep", - "webAppSiteName": "txukn" + "webAppArmId": "xseseqsrzdiga", + "webAppSiteName": "mirgzmy" } }, - "correlationId": "lyfsxqpgopfytswjeaff", - "lastSuccessfulMigrateTime": "2023-01-20T11:46:21.742Z", - "lastSuccessfulTestMigrateTime": "2023-01-20T11:46:21.742Z", + "correlationId": "di", + "lastSuccessfulMigrateTime": "2023-01-24T09:33:35.386Z", + "lastSuccessfulTestMigrateTime": "2023-01-24T09:33:35.386Z", "currentJob": { - "scenarioName": "wqiquthvc", - "id": "pkeifhshssydarxsv", - "name": "cvhw", - "displayName": "jznjsllwwhkzhpzrodvbuwuindruf", - "state": "qnjhlytreoyqmpu", - "startTime": "2023-01-20T11:46:21.742Z", - "endTime": "2023-01-20T11:46:21.742Z" + "scenarioName": "bm", + "id": "jh", + "name": "dzpglkgd", + "displayName": "buqqxkeb", + "state": "dwvwwairbuahksuuqq", + "startTime": "2023-01-24T09:33:35.386Z", + "endTime": "2023-01-24T09:33:35.386Z" }, "allowedOperations": [ "EnableReplication" ], "healthErrors": [ { - "affectedResourceType": "afpufnmmqtmnwhfglypyp", + "affectedResourceType": "xssq", "affectedResourceCorrelationIds": [ - "gaoqni" + "wtucifuccildj" ], "childErrors": [ { - "id": "uykblfadygrqummwbluey", - "code": "krxyatnhpbxbnxww", - "healthCategory": "tijldmyrhtgwvskuxqgklpk", - "category": "iintkowfpdbgtgxovngslfhpagyvvu", - "severity": "thvyqzfrwtjzgmifafhgnvqh", - "source": "tyljicyxcjrgvsbiikb", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "jvwflcnwvlqwvmr", + "code": "zuvywsndznfq", + "healthCategory": "rzet", + "category": "ggvzo", + "severity": "vaf", + "source": "hzygxkktcjnafnusdndoukyxp", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "wcftscdni", - "message": "vggypbblnroaulj", - "causes": "lmeovpyvvjfzxhin", - "recommendation": "qzxhtkjwmvdwjamo" + "summary": "pcghybpilafzkoitsniduzubf", + "message": "zrggie", + "causes": "hgjszh", + "recommendation": "mghdbkeldgomzrhshz" } ], - "id": "entnfhkfpoapczsvb", - "code": "efncbnffvmyxtzvhcxtpzlmw", - "healthCategory": "jybbxdrgegowvmh", - "category": "xzookkzgfmalpzxziozvndzbiza", - "severity": "zjtoqxibvygztlwjlcgwedlign", - "source": "cooiqusnfvbilzaakfimgx", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "ofiqmyuh", + "code": "ufsfaxfksjxu", + "healthCategory": "wdcnvrzuqvnfamzwxamrlofajlbxya", + "category": "apkwsicsnhedlqmu", + "severity": "sadbfjcqiom", + "source": "hcjdggdbjnogme", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "rwucnjoplbqikwmlswwjb", - "message": "djwvzmxrawybkideltsfpwhukngacs", - "causes": "hhnwhndefgvsbgklk", - "recommendation": "zmguikpraxedyddqn" + "summary": "oppswboqrqhhxvzk", + "message": "ipggpyzwbmifnuehekkvhammin", + "causes": "xroezoejvidtni", + "recommendation": "nywcbkdlsmxllsdsvawjvfcpjsntl" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "jtzctwtunkknmhckwffjfwn", - "name": "tdlvsuu", - "type": "yygomcypumabsbkwkhhgoytr", + "id": "jvwgspagsnmigxvl", + "name": "obqwiueoajtezyusejl", + "type": "yuskckbugfy", "systemData": { - "createdBy": "isehhfwhddyobzceiijjzivzu", - "createdByType": "uzxokxkclkuyz", - "createdAt": "2023-01-20T11:46:21.742Z", - "lastModifiedBy": "c", - "lastModifiedByType": "uxdtfky", - "lastModifiedAt": "2023-01-20T11:46:21.742Z" + "createdBy": "nectgwfefwdpricqhupccnt", + "createdByType": "ttzwiapmukndmjebgobbfnhgfxxcqn", + "createdAt": "2023-01-24T09:33:35.387Z", + "lastModifiedBy": "mpw", + "lastModifiedByType": "jgqeughbtzs", + "lastModifiedAt": "2023-01-24T09:33:35.387Z" }, "tags": { - "key7855": "fjdxefueenttiberfxyxiuzyo" + "key8241": "gcyxztzr" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json index 72285a8747e5..0b2cb4268bfd 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Create_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "gw", - "workloadDeploymentName": "m5m", + "modernizeProjectName": "tc", + "workloadDeploymentName": "wo2rs4", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json index f015ff1c23b3..8330f2841437 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "w077q", - "workloadDeploymentName": "tf3l", + "modernizeProjectName": "b27467", + "workloadDeploymentName": "o35uo", "forceDelete": true, "api-version": "2022-05-01-preview" }, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json index 54295fe81543..3ffcca9e02fb 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "l6", - "workloadDeploymentName": "i4qs", + "modernizeProjectName": "q953", + "workloadDeploymentName": "e", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json index 5a5442a69262..38715b95fb35 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "untj", - "workloadDeploymentName": "z", + "modernizeProjectName": "widk", + "workloadDeploymentName": "l3", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,147 +12,147 @@ "properties": { "provisioningState": "Canceled", "status": "None", - "statusDescription": "x", + "statusDescription": "jifvcrwovhwgskbumtebfbsdoo", "testMigrationStatus": "None", - "testMigrationStatusDescription": "mcgvfijomgfqzvodrxiwhxc", + "testMigrationStatusDescription": "wpsowyctqtko", "migrationStatus": "None", - "migrationStatusDescription": "whaag", - "displayName": "cbkauuhcg", + "migrationStatusDescription": "qbbsrrddcuigrbppcppdcp", + "displayName": "wqe", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "name": "vnzhngdxzhyig", + "name": "wonkuhgsafzviuwqerzdmme", "provisioningState": "Canceled", - "migrateAgentId": "rflthadpvbfrgdbtxri", - "displayName": "mmivohmqknixuhqjj", - "sourcePlatform": "xcdtohuhaqktw", - "sourceName": "oliwftplxoskpnqhoi", + "migrateAgentId": "aqgzsxqbk", + "displayName": "juoorbubchvk", + "sourcePlatform": "eh", + "sourceName": "weuxcqzwpeyzsjhdgqflhxlwjhbz", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "elefrkxokzkrjsbwnodoq", - "lastSuccessfulReplicationCycleTime": "2023-01-20T11:46:21.742Z", + "replicationStatusDescription": "naut", + "lastSuccessfulReplicationCycleTime": "2023-01-24T09:33:35.386Z", "healthErrors": [ { - "affectedResourceType": "afpufnmmqtmnwhfglypyp", + "affectedResourceType": "xssq", "affectedResourceCorrelationIds": [ - "gaoqni" + "wtucifuccildj" ], "childErrors": [ { - "id": "uykblfadygrqummwbluey", - "code": "krxyatnhpbxbnxww", - "healthCategory": "tijldmyrhtgwvskuxqgklpk", - "category": "iintkowfpdbgtgxovngslfhpagyvvu", - "severity": "thvyqzfrwtjzgmifafhgnvqh", - "source": "tyljicyxcjrgvsbiikb", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "jvwflcnwvlqwvmr", + "code": "zuvywsndznfq", + "healthCategory": "rzet", + "category": "ggvzo", + "severity": "vaf", + "source": "hzygxkktcjnafnusdndoukyxp", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "wcftscdni", - "message": "vggypbblnroaulj", - "causes": "lmeovpyvvjfzxhin", - "recommendation": "qzxhtkjwmvdwjamo" + "summary": "pcghybpilafzkoitsniduzubf", + "message": "zrggie", + "causes": "hgjszh", + "recommendation": "mghdbkeldgomzrhshz" } ], - "id": "entnfhkfpoapczsvb", - "code": "efncbnffvmyxtzvhcxtpzlmw", - "healthCategory": "jybbxdrgegowvmh", - "category": "xzookkzgfmalpzxziozvndzbiza", - "severity": "zjtoqxibvygztlwjlcgwedlign", - "source": "cooiqusnfvbilzaakfimgx", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "ofiqmyuh", + "code": "ufsfaxfksjxu", + "healthCategory": "wdcnvrzuqvnfamzwxamrlofajlbxya", + "category": "apkwsicsnhedlqmu", + "severity": "sadbfjcqiom", + "source": "hcjdggdbjnogme", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "rwucnjoplbqikwmlswwjb", - "message": "djwvzmxrawybkideltsfpwhukngacs", - "causes": "hhnwhndefgvsbgklk", - "recommendation": "zmguikpraxedyddqn" + "summary": "oppswboqrqhhxvzk", + "message": "ipggpyzwbmifnuehekkvhammin", + "causes": "xroezoejvidtni", + "recommendation": "nywcbkdlsmxllsdsvawjvfcpjsntl" } ], "currentJob": { - "scenarioName": "loaejceoiqhxmggwvazmn", - "id": "gjmpmtyuzsrgeihnwgazhsqm", - "name": "pqoafrmsbcligid", - "displayName": "quog", - "state": "sjafqitt", - "startTime": "2023-01-20T11:46:21.742Z", - "endTime": "2023-01-20T11:46:21.742Z" + "scenarioName": "f", + "id": "fctiznagbvtonm", + "name": "ucyhmgsnkb", + "displayName": "tzirwcymdyggbbry", + "state": "mqbfghricdulot", + "startTime": "2023-01-24T09:33:35.386Z", + "endTime": "2023-01-24T09:33:35.386Z" }, "allowedOperations": [ - "futnyeffgnt" + "gafhxcryrocxihzqsscjycuwcgtpk" ], - "masterSiteName": "ggttplouyjjszjmibh", + "masterSiteName": "ubks", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "vep", - "webAppSiteName": "txukn" + "webAppArmId": "xseseqsrzdiga", + "webAppSiteName": "mirgzmy" } }, - "correlationId": "lyfsxqpgopfytswjeaff", - "lastSuccessfulMigrateTime": "2023-01-20T11:46:21.742Z", - "lastSuccessfulTestMigrateTime": "2023-01-20T11:46:21.742Z", + "correlationId": "di", + "lastSuccessfulMigrateTime": "2023-01-24T09:33:35.386Z", + "lastSuccessfulTestMigrateTime": "2023-01-24T09:33:35.386Z", "currentJob": { - "scenarioName": "wqiquthvc", - "id": "pkeifhshssydarxsv", - "name": "cvhw", - "displayName": "jznjsllwwhkzhpzrodvbuwuindruf", - "state": "qnjhlytreoyqmpu", - "startTime": "2023-01-20T11:46:21.742Z", - "endTime": "2023-01-20T11:46:21.742Z" + "scenarioName": "bm", + "id": "jh", + "name": "dzpglkgd", + "displayName": "buqqxkeb", + "state": "dwvwwairbuahksuuqq", + "startTime": "2023-01-24T09:33:35.386Z", + "endTime": "2023-01-24T09:33:35.386Z" }, "allowedOperations": [ "EnableReplication" ], "healthErrors": [ { - "affectedResourceType": "afpufnmmqtmnwhfglypyp", + "affectedResourceType": "xssq", "affectedResourceCorrelationIds": [ - "gaoqni" + "wtucifuccildj" ], "childErrors": [ { - "id": "uykblfadygrqummwbluey", - "code": "krxyatnhpbxbnxww", - "healthCategory": "tijldmyrhtgwvskuxqgklpk", - "category": "iintkowfpdbgtgxovngslfhpagyvvu", - "severity": "thvyqzfrwtjzgmifafhgnvqh", - "source": "tyljicyxcjrgvsbiikb", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "jvwflcnwvlqwvmr", + "code": "zuvywsndznfq", + "healthCategory": "rzet", + "category": "ggvzo", + "severity": "vaf", + "source": "hzygxkktcjnafnusdndoukyxp", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "wcftscdni", - "message": "vggypbblnroaulj", - "causes": "lmeovpyvvjfzxhin", - "recommendation": "qzxhtkjwmvdwjamo" + "summary": "pcghybpilafzkoitsniduzubf", + "message": "zrggie", + "causes": "hgjszh", + "recommendation": "mghdbkeldgomzrhshz" } ], - "id": "entnfhkfpoapczsvb", - "code": "efncbnffvmyxtzvhcxtpzlmw", - "healthCategory": "jybbxdrgegowvmh", - "category": "xzookkzgfmalpzxziozvndzbiza", - "severity": "zjtoqxibvygztlwjlcgwedlign", - "source": "cooiqusnfvbilzaakfimgx", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "ofiqmyuh", + "code": "ufsfaxfksjxu", + "healthCategory": "wdcnvrzuqvnfamzwxamrlofajlbxya", + "category": "apkwsicsnhedlqmu", + "severity": "sadbfjcqiom", + "source": "hcjdggdbjnogme", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "rwucnjoplbqikwmlswwjb", - "message": "djwvzmxrawybkideltsfpwhukngacs", - "causes": "hhnwhndefgvsbgklk", - "recommendation": "zmguikpraxedyddqn" + "summary": "oppswboqrqhhxvzk", + "message": "ipggpyzwbmifnuehekkvhammin", + "causes": "xroezoejvidtni", + "recommendation": "nywcbkdlsmxllsdsvawjvfcpjsntl" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "jtzctwtunkknmhckwffjfwn", - "name": "tdlvsuu", - "type": "yygomcypumabsbkwkhhgoytr", + "id": "jvwgspagsnmigxvl", + "name": "obqwiueoajtezyusejl", + "type": "yuskckbugfy", "systemData": { - "createdBy": "isehhfwhddyobzceiijjzivzu", - "createdByType": "uzxokxkclkuyz", - "createdAt": "2023-01-20T11:46:21.742Z", - "lastModifiedBy": "c", - "lastModifiedByType": "uxdtfky", - "lastModifiedAt": "2023-01-20T11:46:21.742Z" + "createdBy": "nectgwfefwdpricqhupccnt", + "createdByType": "ttzwiapmukndmjebgobbfnhgfxxcqn", + "createdAt": "2023-01-24T09:33:35.387Z", + "lastModifiedBy": "mpw", + "lastModifiedByType": "jgqeughbtzs", + "lastModifiedAt": "2023-01-24T09:33:35.387Z" }, "tags": { - "key7855": "fjdxefueenttiberfxyxiuzyo" + "key8241": "gcyxztzr" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json index 14e15313ec04..34092987a3bf 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "d0q4", - "workloadDeploymentName": "ac0s", + "modernizeProjectName": "iu5us", + "workloadDeploymentName": "fnro", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json index 705da4adbb11..f7cb4e61156e 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "iu5q", - "workloadDeploymentName": "n1", + "modernizeProjectName": "h1", + "workloadDeploymentName": "gp", "api-version": "2022-05-01-preview" }, "responses": { @@ -12,147 +12,147 @@ "properties": { "provisioningState": "Canceled", "status": "None", - "statusDescription": "x", + "statusDescription": "jifvcrwovhwgskbumtebfbsdoo", "testMigrationStatus": "None", - "testMigrationStatusDescription": "mcgvfijomgfqzvodrxiwhxc", + "testMigrationStatusDescription": "wpsowyctqtko", "migrationStatus": "None", - "migrationStatusDescription": "whaag", - "displayName": "cbkauuhcg", + "migrationStatusDescription": "qbbsrrddcuigrbppcppdcp", + "displayName": "wqe", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "name": "vnzhngdxzhyig", + "name": "wonkuhgsafzviuwqerzdmme", "provisioningState": "Canceled", - "migrateAgentId": "rflthadpvbfrgdbtxri", - "displayName": "mmivohmqknixuhqjj", - "sourcePlatform": "xcdtohuhaqktw", - "sourceName": "oliwftplxoskpnqhoi", + "migrateAgentId": "aqgzsxqbk", + "displayName": "juoorbubchvk", + "sourcePlatform": "eh", + "sourceName": "weuxcqzwpeyzsjhdgqflhxlwjhbz", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "elefrkxokzkrjsbwnodoq", - "lastSuccessfulReplicationCycleTime": "2023-01-20T11:46:21.742Z", + "replicationStatusDescription": "naut", + "lastSuccessfulReplicationCycleTime": "2023-01-24T09:33:35.386Z", "healthErrors": [ { - "affectedResourceType": "afpufnmmqtmnwhfglypyp", + "affectedResourceType": "xssq", "affectedResourceCorrelationIds": [ - "gaoqni" + "wtucifuccildj" ], "childErrors": [ { - "id": "uykblfadygrqummwbluey", - "code": "krxyatnhpbxbnxww", - "healthCategory": "tijldmyrhtgwvskuxqgklpk", - "category": "iintkowfpdbgtgxovngslfhpagyvvu", - "severity": "thvyqzfrwtjzgmifafhgnvqh", - "source": "tyljicyxcjrgvsbiikb", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "jvwflcnwvlqwvmr", + "code": "zuvywsndznfq", + "healthCategory": "rzet", + "category": "ggvzo", + "severity": "vaf", + "source": "hzygxkktcjnafnusdndoukyxp", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "wcftscdni", - "message": "vggypbblnroaulj", - "causes": "lmeovpyvvjfzxhin", - "recommendation": "qzxhtkjwmvdwjamo" + "summary": "pcghybpilafzkoitsniduzubf", + "message": "zrggie", + "causes": "hgjszh", + "recommendation": "mghdbkeldgomzrhshz" } ], - "id": "entnfhkfpoapczsvb", - "code": "efncbnffvmyxtzvhcxtpzlmw", - "healthCategory": "jybbxdrgegowvmh", - "category": "xzookkzgfmalpzxziozvndzbiza", - "severity": "zjtoqxibvygztlwjlcgwedlign", - "source": "cooiqusnfvbilzaakfimgx", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "ofiqmyuh", + "code": "ufsfaxfksjxu", + "healthCategory": "wdcnvrzuqvnfamzwxamrlofajlbxya", + "category": "apkwsicsnhedlqmu", + "severity": "sadbfjcqiom", + "source": "hcjdggdbjnogme", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "rwucnjoplbqikwmlswwjb", - "message": "djwvzmxrawybkideltsfpwhukngacs", - "causes": "hhnwhndefgvsbgklk", - "recommendation": "zmguikpraxedyddqn" + "summary": "oppswboqrqhhxvzk", + "message": "ipggpyzwbmifnuehekkvhammin", + "causes": "xroezoejvidtni", + "recommendation": "nywcbkdlsmxllsdsvawjvfcpjsntl" } ], "currentJob": { - "scenarioName": "loaejceoiqhxmggwvazmn", - "id": "gjmpmtyuzsrgeihnwgazhsqm", - "name": "pqoafrmsbcligid", - "displayName": "quog", - "state": "sjafqitt", - "startTime": "2023-01-20T11:46:21.742Z", - "endTime": "2023-01-20T11:46:21.742Z" + "scenarioName": "f", + "id": "fctiznagbvtonm", + "name": "ucyhmgsnkb", + "displayName": "tzirwcymdyggbbry", + "state": "mqbfghricdulot", + "startTime": "2023-01-24T09:33:35.386Z", + "endTime": "2023-01-24T09:33:35.386Z" }, "allowedOperations": [ - "futnyeffgnt" + "gafhxcryrocxihzqsscjycuwcgtpk" ], - "masterSiteName": "ggttplouyjjszjmibh", + "masterSiteName": "ubks", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "vep", - "webAppSiteName": "txukn" + "webAppArmId": "xseseqsrzdiga", + "webAppSiteName": "mirgzmy" } }, - "correlationId": "lyfsxqpgopfytswjeaff", - "lastSuccessfulMigrateTime": "2023-01-20T11:46:21.742Z", - "lastSuccessfulTestMigrateTime": "2023-01-20T11:46:21.742Z", + "correlationId": "di", + "lastSuccessfulMigrateTime": "2023-01-24T09:33:35.386Z", + "lastSuccessfulTestMigrateTime": "2023-01-24T09:33:35.386Z", "currentJob": { - "scenarioName": "wqiquthvc", - "id": "pkeifhshssydarxsv", - "name": "cvhw", - "displayName": "jznjsllwwhkzhpzrodvbuwuindruf", - "state": "qnjhlytreoyqmpu", - "startTime": "2023-01-20T11:46:21.742Z", - "endTime": "2023-01-20T11:46:21.742Z" + "scenarioName": "bm", + "id": "jh", + "name": "dzpglkgd", + "displayName": "buqqxkeb", + "state": "dwvwwairbuahksuuqq", + "startTime": "2023-01-24T09:33:35.386Z", + "endTime": "2023-01-24T09:33:35.386Z" }, "allowedOperations": [ "EnableReplication" ], "healthErrors": [ { - "affectedResourceType": "afpufnmmqtmnwhfglypyp", + "affectedResourceType": "xssq", "affectedResourceCorrelationIds": [ - "gaoqni" + "wtucifuccildj" ], "childErrors": [ { - "id": "uykblfadygrqummwbluey", - "code": "krxyatnhpbxbnxww", - "healthCategory": "tijldmyrhtgwvskuxqgklpk", - "category": "iintkowfpdbgtgxovngslfhpagyvvu", - "severity": "thvyqzfrwtjzgmifafhgnvqh", - "source": "tyljicyxcjrgvsbiikb", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "jvwflcnwvlqwvmr", + "code": "zuvywsndznfq", + "healthCategory": "rzet", + "category": "ggvzo", + "severity": "vaf", + "source": "hzygxkktcjnafnusdndoukyxp", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "wcftscdni", - "message": "vggypbblnroaulj", - "causes": "lmeovpyvvjfzxhin", - "recommendation": "qzxhtkjwmvdwjamo" + "summary": "pcghybpilafzkoitsniduzubf", + "message": "zrggie", + "causes": "hgjszh", + "recommendation": "mghdbkeldgomzrhshz" } ], - "id": "entnfhkfpoapczsvb", - "code": "efncbnffvmyxtzvhcxtpzlmw", - "healthCategory": "jybbxdrgegowvmh", - "category": "xzookkzgfmalpzxziozvndzbiza", - "severity": "zjtoqxibvygztlwjlcgwedlign", - "source": "cooiqusnfvbilzaakfimgx", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "ofiqmyuh", + "code": "ufsfaxfksjxu", + "healthCategory": "wdcnvrzuqvnfamzwxamrlofajlbxya", + "category": "apkwsicsnhedlqmu", + "severity": "sadbfjcqiom", + "source": "hcjdggdbjnogme", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "rwucnjoplbqikwmlswwjb", - "message": "djwvzmxrawybkideltsfpwhukngacs", - "causes": "hhnwhndefgvsbgklk", - "recommendation": "zmguikpraxedyddqn" + "summary": "oppswboqrqhhxvzk", + "message": "ipggpyzwbmifnuehekkvhammin", + "causes": "xroezoejvidtni", + "recommendation": "nywcbkdlsmxllsdsvawjvfcpjsntl" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "jtzctwtunkknmhckwffjfwn", - "name": "tdlvsuu", - "type": "yygomcypumabsbkwkhhgoytr", + "id": "jvwgspagsnmigxvl", + "name": "obqwiueoajtezyusejl", + "type": "yuskckbugfy", "systemData": { - "createdBy": "isehhfwhddyobzceiijjzivzu", - "createdByType": "uzxokxkclkuyz", - "createdAt": "2023-01-20T11:46:21.742Z", - "lastModifiedBy": "c", - "lastModifiedByType": "uxdtfky", - "lastModifiedAt": "2023-01-20T11:46:21.742Z" + "createdBy": "nectgwfefwdpricqhupccnt", + "createdByType": "ttzwiapmukndmjebgobbfnhgfxxcqn", + "createdAt": "2023-01-24T09:33:35.387Z", + "lastModifiedBy": "mpw", + "lastModifiedByType": "jgqeughbtzs", + "lastModifiedAt": "2023-01-24T09:33:35.387Z" }, "tags": { - "key7855": "fjdxefueenttiberfxyxiuzyo" + "key8241": "gcyxztzr" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json index a990edac0234..b421b8998118 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "qo8", - "workloadDeploymentName": "kdwj5", + "modernizeProjectName": "ienj", + "workloadDeploymentName": "d4", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json index e0b866be5e26..de29269265af 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "isq", + "modernizeProjectName": "y7", "api-version": "2022-05-01-preview" }, "responses": { @@ -13,151 +13,151 @@ "properties": { "provisioningState": "Canceled", "status": "None", - "statusDescription": "x", + "statusDescription": "jifvcrwovhwgskbumtebfbsdoo", "testMigrationStatus": "None", - "testMigrationStatusDescription": "mcgvfijomgfqzvodrxiwhxc", + "testMigrationStatusDescription": "wpsowyctqtko", "migrationStatus": "None", - "migrationStatusDescription": "whaag", - "displayName": "cbkauuhcg", + "migrationStatusDescription": "qbbsrrddcuigrbppcppdcp", + "displayName": "wqe", "targetPlatform": "AzureKubernetesService", "workloadInstanceProperties": { - "name": "vnzhngdxzhyig", + "name": "wonkuhgsafzviuwqerzdmme", "provisioningState": "Canceled", - "migrateAgentId": "rflthadpvbfrgdbtxri", - "displayName": "mmivohmqknixuhqjj", - "sourcePlatform": "xcdtohuhaqktw", - "sourceName": "oliwftplxoskpnqhoi", + "migrateAgentId": "aqgzsxqbk", + "displayName": "juoorbubchvk", + "sourcePlatform": "eh", + "sourceName": "weuxcqzwpeyzsjhdgqflhxlwjhbz", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "elefrkxokzkrjsbwnodoq", - "lastSuccessfulReplicationCycleTime": "2023-01-20T11:46:21.742Z", + "replicationStatusDescription": "naut", + "lastSuccessfulReplicationCycleTime": "2023-01-24T09:33:35.386Z", "healthErrors": [ { - "affectedResourceType": "afpufnmmqtmnwhfglypyp", + "affectedResourceType": "xssq", "affectedResourceCorrelationIds": [ - "gaoqni" + "wtucifuccildj" ], "childErrors": [ { - "id": "uykblfadygrqummwbluey", - "code": "krxyatnhpbxbnxww", - "healthCategory": "tijldmyrhtgwvskuxqgklpk", - "category": "iintkowfpdbgtgxovngslfhpagyvvu", - "severity": "thvyqzfrwtjzgmifafhgnvqh", - "source": "tyljicyxcjrgvsbiikb", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "jvwflcnwvlqwvmr", + "code": "zuvywsndznfq", + "healthCategory": "rzet", + "category": "ggvzo", + "severity": "vaf", + "source": "hzygxkktcjnafnusdndoukyxp", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "wcftscdni", - "message": "vggypbblnroaulj", - "causes": "lmeovpyvvjfzxhin", - "recommendation": "qzxhtkjwmvdwjamo" + "summary": "pcghybpilafzkoitsniduzubf", + "message": "zrggie", + "causes": "hgjszh", + "recommendation": "mghdbkeldgomzrhshz" } ], - "id": "entnfhkfpoapczsvb", - "code": "efncbnffvmyxtzvhcxtpzlmw", - "healthCategory": "jybbxdrgegowvmh", - "category": "xzookkzgfmalpzxziozvndzbiza", - "severity": "zjtoqxibvygztlwjlcgwedlign", - "source": "cooiqusnfvbilzaakfimgx", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "ofiqmyuh", + "code": "ufsfaxfksjxu", + "healthCategory": "wdcnvrzuqvnfamzwxamrlofajlbxya", + "category": "apkwsicsnhedlqmu", + "severity": "sadbfjcqiom", + "source": "hcjdggdbjnogme", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "rwucnjoplbqikwmlswwjb", - "message": "djwvzmxrawybkideltsfpwhukngacs", - "causes": "hhnwhndefgvsbgklk", - "recommendation": "zmguikpraxedyddqn" + "summary": "oppswboqrqhhxvzk", + "message": "ipggpyzwbmifnuehekkvhammin", + "causes": "xroezoejvidtni", + "recommendation": "nywcbkdlsmxllsdsvawjvfcpjsntl" } ], "currentJob": { - "scenarioName": "loaejceoiqhxmggwvazmn", - "id": "gjmpmtyuzsrgeihnwgazhsqm", - "name": "pqoafrmsbcligid", - "displayName": "quog", - "state": "sjafqitt", - "startTime": "2023-01-20T11:46:21.742Z", - "endTime": "2023-01-20T11:46:21.742Z" + "scenarioName": "f", + "id": "fctiznagbvtonm", + "name": "ucyhmgsnkb", + "displayName": "tzirwcymdyggbbry", + "state": "mqbfghricdulot", + "startTime": "2023-01-24T09:33:35.386Z", + "endTime": "2023-01-24T09:33:35.386Z" }, "allowedOperations": [ - "futnyeffgnt" + "gafhxcryrocxihzqsscjycuwcgtpk" ], - "masterSiteName": "ggttplouyjjszjmibh", + "masterSiteName": "ubks", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "vep", - "webAppSiteName": "txukn" + "webAppArmId": "xseseqsrzdiga", + "webAppSiteName": "mirgzmy" } }, - "correlationId": "lyfsxqpgopfytswjeaff", - "lastSuccessfulMigrateTime": "2023-01-20T11:46:21.742Z", - "lastSuccessfulTestMigrateTime": "2023-01-20T11:46:21.742Z", + "correlationId": "di", + "lastSuccessfulMigrateTime": "2023-01-24T09:33:35.386Z", + "lastSuccessfulTestMigrateTime": "2023-01-24T09:33:35.386Z", "currentJob": { - "scenarioName": "wqiquthvc", - "id": "pkeifhshssydarxsv", - "name": "cvhw", - "displayName": "jznjsllwwhkzhpzrodvbuwuindruf", - "state": "qnjhlytreoyqmpu", - "startTime": "2023-01-20T11:46:21.742Z", - "endTime": "2023-01-20T11:46:21.742Z" + "scenarioName": "bm", + "id": "jh", + "name": "dzpglkgd", + "displayName": "buqqxkeb", + "state": "dwvwwairbuahksuuqq", + "startTime": "2023-01-24T09:33:35.386Z", + "endTime": "2023-01-24T09:33:35.386Z" }, "allowedOperations": [ "EnableReplication" ], "healthErrors": [ { - "affectedResourceType": "afpufnmmqtmnwhfglypyp", + "affectedResourceType": "xssq", "affectedResourceCorrelationIds": [ - "gaoqni" + "wtucifuccildj" ], "childErrors": [ { - "id": "uykblfadygrqummwbluey", - "code": "krxyatnhpbxbnxww", - "healthCategory": "tijldmyrhtgwvskuxqgklpk", - "category": "iintkowfpdbgtgxovngslfhpagyvvu", - "severity": "thvyqzfrwtjzgmifafhgnvqh", - "source": "tyljicyxcjrgvsbiikb", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "jvwflcnwvlqwvmr", + "code": "zuvywsndznfq", + "healthCategory": "rzet", + "category": "ggvzo", + "severity": "vaf", + "source": "hzygxkktcjnafnusdndoukyxp", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "wcftscdni", - "message": "vggypbblnroaulj", - "causes": "lmeovpyvvjfzxhin", - "recommendation": "qzxhtkjwmvdwjamo" + "summary": "pcghybpilafzkoitsniduzubf", + "message": "zrggie", + "causes": "hgjszh", + "recommendation": "mghdbkeldgomzrhshz" } ], - "id": "entnfhkfpoapczsvb", - "code": "efncbnffvmyxtzvhcxtpzlmw", - "healthCategory": "jybbxdrgegowvmh", - "category": "xzookkzgfmalpzxziozvndzbiza", - "severity": "zjtoqxibvygztlwjlcgwedlign", - "source": "cooiqusnfvbilzaakfimgx", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "ofiqmyuh", + "code": "ufsfaxfksjxu", + "healthCategory": "wdcnvrzuqvnfamzwxamrlofajlbxya", + "category": "apkwsicsnhedlqmu", + "severity": "sadbfjcqiom", + "source": "hcjdggdbjnogme", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "rwucnjoplbqikwmlswwjb", - "message": "djwvzmxrawybkideltsfpwhukngacs", - "causes": "hhnwhndefgvsbgklk", - "recommendation": "zmguikpraxedyddqn" + "summary": "oppswboqrqhhxvzk", + "message": "ipggpyzwbmifnuehekkvhammin", + "causes": "xroezoejvidtni", + "recommendation": "nywcbkdlsmxllsdsvawjvfcpjsntl" } ], "customProperties": { "instanceType": "IISAKSWorkloadDeployment" } }, - "id": "jtzctwtunkknmhckwffjfwn", - "name": "tdlvsuu", - "type": "yygomcypumabsbkwkhhgoytr", + "id": "jvwgspagsnmigxvl", + "name": "obqwiueoajtezyusejl", + "type": "yuskckbugfy", "systemData": { - "createdBy": "isehhfwhddyobzceiijjzivzu", - "createdByType": "uzxokxkclkuyz", - "createdAt": "2023-01-20T11:46:21.742Z", - "lastModifiedBy": "c", - "lastModifiedByType": "uxdtfky", - "lastModifiedAt": "2023-01-20T11:46:21.742Z" + "createdBy": "nectgwfefwdpricqhupccnt", + "createdByType": "ttzwiapmukndmjebgobbfnhgfxxcqn", + "createdAt": "2023-01-24T09:33:35.387Z", + "lastModifiedBy": "mpw", + "lastModifiedByType": "jgqeughbtzs", + "lastModifiedAt": "2023-01-24T09:33:35.387Z" }, "tags": { - "key7855": "fjdxefueenttiberfxyxiuzyo" + "key8241": "gcyxztzr" } } ], - "nextLink": "dcoym" + "nextLink": "szebezhdyywwopimndlvsasmg" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json index 6e3e481ffb0c..6734070a944b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "zm", + "modernizeProjectName": "hvb69", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json index 70cec772d6f5..e6b733835f54 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json @@ -1,14 +1,14 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "m8of", - "workloadDeploymentName": "wu", + "modernizeProjectName": "v", + "workloadDeploymentName": "q5", "api-version": "2022-05-01-preview", "body": { "properties": { "customProperties": { - "instanceType": "dwqubbi" + "instanceType": "ysj" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json index 2acc4539e4c8..262e16e82a87 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "du9g", - "workloadDeploymentName": "h18", + "modernizeProjectName": "wwbv", + "workloadDeploymentName": "sm84", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json index 41c6fc6e1547..8475e0eca363 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json @@ -1,13 +1,13 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "m87", - "workloadDeploymentName": "ppi2sq6", + "modernizeProjectName": "qr", + "workloadDeploymentName": "ka4", "api-version": "2022-05-01-preview", "body": { "properties": { - "comments": "tdjwhxgpbafdwhcocwlcjayusndwiineasaiiexptzjcbmhaxkjmvggzztsp" + "comments": "cxvfmeseodiisuvggumdhferfgwcijftziisuvymocsmvxouyuroundqujemkxzpzqsvvecewfqbnkkqersvnsbyzqwgeihzuggvutqdutxuntjvvqbavwovzjipllzttppodfimvnipnmvjwvpzawcvwwpafxcjxbrppnvjvnpxiuubbxrxwiqhimqhlicdjlecubvquqgoytgtvulqeqkuuikizhcuiggrhdbbyadqkwyhmerpyjhfxfrrhixitrzutzxdimycskxivrfaqtsdiaokrziwoppshimiwoifyrwjobynawlmmgodgddiuzqzmdnozptvtbcdjptlhwdidsmtvjpzyjsnpfalxaomowbybxruilqllrchvcjodmscbzwhqfgnlkfvygngxvwrmlfbejrlbzezwtbtvgnvtqedlxavqodwhvvcpztsnblwftiqmzrmczthxwfalzaelntzngirjypvufjnpqpbjoowwroenoenfklyamh" } } }, diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json index d196ac7489f6..16442d755299 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "m7", - "workloadDeploymentName": "w", + "modernizeProjectName": "y8", + "workloadDeploymentName": "cwm", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json index 3290e3ab0bae..bf0e78f816eb 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "v2", - "workloadDeploymentName": "j28x5b", + "modernizeProjectName": "x8", + "workloadDeploymentName": "to3nv3t", "api-version": "2022-05-01-preview", "body": { "properties": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json index 734b210813c8..f36837b90796 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ow2", - "workloadDeploymentName": "ghm", + "modernizeProjectName": "vxcl", + "workloadDeploymentName": "e86n", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json index 628ff472f1c9..38c7829a8d9a 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MaximumSet_Gen.json @@ -1,20 +1,20 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "h4e", - "workloadInstanceName": "hs6", - "operationId": "yplfwspwndbnsavzqdecsa", + "modernizeProjectName": "f3d", + "workloadInstanceName": "eto6ws5", + "operationId": "wjdimddwwrkqfuueupfrtlxfdhtwp", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { - "id": "zdzcfjbsjyei", - "name": "couuaxykokomivxjkkmuhrbs", - "status": "godvvdtzqovwhemiqkcrgonrtut", - "startTime": "rrjqxjjxogzwxh", - "endTime": "mdsfqpzkltncam" + "id": "jgqitwpxtxk", + "name": "uyfnwey", + "status": "khffzhqwigjqyxlijuzdsy", + "startTime": "pczzugftmougphynzofsxaj", + "endTime": "sjrmdhmfwplekzezydk" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json index 4c3fa3cc063f..2213cd4b8243 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstanceOperationStatus_Get_MinimumSet_Gen.json @@ -1,10 +1,10 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "u", - "workloadInstanceName": "n853j", - "operationId": "vkducdfsydnstgeggmpjcinnox", + "modernizeProjectName": "p", + "workloadInstanceName": "e", + "operationId": "ux", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json index 3658ec456b4c..9d117465b63b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MaximumSet_Gen.json @@ -1,26 +1,26 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "up7z", - "workloadInstanceName": "y55e438", + "modernizeProjectName": "mx8", + "workloadInstanceName": "m", "api-version": "2022-05-01-preview", "body": { "properties": { - "name": "vnzhngdxzhyig", - "migrateAgentId": "rflthadpvbfrgdbtxri", - "displayName": "mmivohmqknixuhqjj", - "sourcePlatform": "xcdtohuhaqktw", - "sourceName": "oliwftplxoskpnqhoi", - "masterSiteName": "ggttplouyjjszjmibh", + "name": "wonkuhgsafzviuwqerzdmme", + "migrateAgentId": "aqgzsxqbk", + "displayName": "juoorbubchvk", + "sourcePlatform": "eh", + "sourceName": "weuxcqzwpeyzsjhdgqflhxlwjhbz", + "masterSiteName": "ubks", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "vep", - "webAppSiteName": "txukn" + "webAppArmId": "xseseqsrzdiga", + "webAppSiteName": "mirgzmy" } }, "tags": { - "key3840": "flxvmpby" + "key2836": "biqip" } } }, @@ -28,84 +28,84 @@ "201": { "body": { "properties": { - "name": "vnzhngdxzhyig", + "name": "wonkuhgsafzviuwqerzdmme", "provisioningState": "Canceled", - "migrateAgentId": "rflthadpvbfrgdbtxri", - "displayName": "mmivohmqknixuhqjj", - "sourcePlatform": "xcdtohuhaqktw", - "sourceName": "oliwftplxoskpnqhoi", + "migrateAgentId": "aqgzsxqbk", + "displayName": "juoorbubchvk", + "sourcePlatform": "eh", + "sourceName": "weuxcqzwpeyzsjhdgqflhxlwjhbz", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "elefrkxokzkrjsbwnodoq", - "lastSuccessfulReplicationCycleTime": "2023-01-20T11:46:21.742Z", + "replicationStatusDescription": "naut", + "lastSuccessfulReplicationCycleTime": "2023-01-24T09:33:35.386Z", "healthErrors": [ { - "affectedResourceType": "afpufnmmqtmnwhfglypyp", + "affectedResourceType": "xssq", "affectedResourceCorrelationIds": [ - "gaoqni" + "wtucifuccildj" ], "childErrors": [ { - "id": "uykblfadygrqummwbluey", - "code": "krxyatnhpbxbnxww", - "healthCategory": "tijldmyrhtgwvskuxqgklpk", - "category": "iintkowfpdbgtgxovngslfhpagyvvu", - "severity": "thvyqzfrwtjzgmifafhgnvqh", - "source": "tyljicyxcjrgvsbiikb", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "jvwflcnwvlqwvmr", + "code": "zuvywsndznfq", + "healthCategory": "rzet", + "category": "ggvzo", + "severity": "vaf", + "source": "hzygxkktcjnafnusdndoukyxp", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "wcftscdni", - "message": "vggypbblnroaulj", - "causes": "lmeovpyvvjfzxhin", - "recommendation": "qzxhtkjwmvdwjamo" + "summary": "pcghybpilafzkoitsniduzubf", + "message": "zrggie", + "causes": "hgjszh", + "recommendation": "mghdbkeldgomzrhshz" } ], - "id": "entnfhkfpoapczsvb", - "code": "efncbnffvmyxtzvhcxtpzlmw", - "healthCategory": "jybbxdrgegowvmh", - "category": "xzookkzgfmalpzxziozvndzbiza", - "severity": "zjtoqxibvygztlwjlcgwedlign", - "source": "cooiqusnfvbilzaakfimgx", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "ofiqmyuh", + "code": "ufsfaxfksjxu", + "healthCategory": "wdcnvrzuqvnfamzwxamrlofajlbxya", + "category": "apkwsicsnhedlqmu", + "severity": "sadbfjcqiom", + "source": "hcjdggdbjnogme", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "rwucnjoplbqikwmlswwjb", - "message": "djwvzmxrawybkideltsfpwhukngacs", - "causes": "hhnwhndefgvsbgklk", - "recommendation": "zmguikpraxedyddqn" + "summary": "oppswboqrqhhxvzk", + "message": "ipggpyzwbmifnuehekkvhammin", + "causes": "xroezoejvidtni", + "recommendation": "nywcbkdlsmxllsdsvawjvfcpjsntl" } ], "currentJob": { - "scenarioName": "loaejceoiqhxmggwvazmn", - "id": "gjmpmtyuzsrgeihnwgazhsqm", - "name": "pqoafrmsbcligid", - "displayName": "quog", - "state": "sjafqitt", - "startTime": "2023-01-20T11:46:21.742Z", - "endTime": "2023-01-20T11:46:21.742Z" + "scenarioName": "f", + "id": "fctiznagbvtonm", + "name": "ucyhmgsnkb", + "displayName": "tzirwcymdyggbbry", + "state": "mqbfghricdulot", + "startTime": "2023-01-24T09:33:35.386Z", + "endTime": "2023-01-24T09:33:35.386Z" }, "allowedOperations": [ - "futnyeffgnt" + "gafhxcryrocxihzqsscjycuwcgtpk" ], - "masterSiteName": "ggttplouyjjszjmibh", + "masterSiteName": "ubks", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "vep", - "webAppSiteName": "txukn" + "webAppArmId": "xseseqsrzdiga", + "webAppSiteName": "mirgzmy" } }, - "id": "cbmpkpwgjmtwyjhrypgeqgn", - "name": "kzqgbwabktvjvmghaknp", - "type": "zsngbosgnlrpkjusathfcroviqiak", + "id": "tin", + "name": "piu", + "type": "akmtuxdmcteywxwnydzqrtcx", "systemData": { - "createdBy": "kbgzptsbikqgkcwstxrzs", - "createdByType": "momdvtcpvuxka", - "createdAt": "2023-01-20T11:46:30.784Z", - "lastModifiedBy": "ytqvxqwxpfushixgp", - "lastModifiedByType": "zljbsadjqxm", - "lastModifiedAt": "2023-01-20T11:46:30.784Z" + "createdBy": "afcuhtnzgyuqxdj", + "createdByType": "smcpqhegrsguo", + "createdAt": "2023-01-24T09:33:43.508Z", + "lastModifiedBy": "abavkzqhhxncuzachyvwjdmqwom", + "lastModifiedByType": "fkvgtkzkeuscsvzr", + "lastModifiedAt": "2023-01-24T09:33:43.508Z" }, "tags": { - "key3840": "flxvmpby" + "key2836": "biqip" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json index e4bf7a514a68..8a749182e6de 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Create_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "cq94td", - "workloadInstanceName": "k1d77g", + "modernizeProjectName": "tv39", + "workloadInstanceName": "io", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json index ef0326e53dca..0a117fab589b 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "wx53fr", - "workloadInstanceName": "x8use", + "modernizeProjectName": "f7", + "workloadInstanceName": "ns48", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json index 6c16caca9674..4e7de5fbf5a1 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Delete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "h22o99", - "workloadInstanceName": "up67", + "modernizeProjectName": "bt6", + "workloadInstanceName": "i5dc2", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json index 2c8386566c33..9a18f79960be 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MaximumSet_Gen.json @@ -1,93 +1,93 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "s51c", - "workloadInstanceName": "x", + "modernizeProjectName": "yr62", + "workloadInstanceName": "b180", "api-version": "2022-05-01-preview" }, "responses": { "200": { "body": { "properties": { - "name": "vnzhngdxzhyig", + "name": "wonkuhgsafzviuwqerzdmme", "provisioningState": "Canceled", - "migrateAgentId": "rflthadpvbfrgdbtxri", - "displayName": "mmivohmqknixuhqjj", - "sourcePlatform": "xcdtohuhaqktw", - "sourceName": "oliwftplxoskpnqhoi", + "migrateAgentId": "aqgzsxqbk", + "displayName": "juoorbubchvk", + "sourcePlatform": "eh", + "sourceName": "weuxcqzwpeyzsjhdgqflhxlwjhbz", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "elefrkxokzkrjsbwnodoq", - "lastSuccessfulReplicationCycleTime": "2023-01-20T11:46:21.742Z", + "replicationStatusDescription": "naut", + "lastSuccessfulReplicationCycleTime": "2023-01-24T09:33:35.386Z", "healthErrors": [ { - "affectedResourceType": "afpufnmmqtmnwhfglypyp", + "affectedResourceType": "xssq", "affectedResourceCorrelationIds": [ - "gaoqni" + "wtucifuccildj" ], "childErrors": [ { - "id": "uykblfadygrqummwbluey", - "code": "krxyatnhpbxbnxww", - "healthCategory": "tijldmyrhtgwvskuxqgklpk", - "category": "iintkowfpdbgtgxovngslfhpagyvvu", - "severity": "thvyqzfrwtjzgmifafhgnvqh", - "source": "tyljicyxcjrgvsbiikb", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "jvwflcnwvlqwvmr", + "code": "zuvywsndznfq", + "healthCategory": "rzet", + "category": "ggvzo", + "severity": "vaf", + "source": "hzygxkktcjnafnusdndoukyxp", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "wcftscdni", - "message": "vggypbblnroaulj", - "causes": "lmeovpyvvjfzxhin", - "recommendation": "qzxhtkjwmvdwjamo" + "summary": "pcghybpilafzkoitsniduzubf", + "message": "zrggie", + "causes": "hgjszh", + "recommendation": "mghdbkeldgomzrhshz" } ], - "id": "entnfhkfpoapczsvb", - "code": "efncbnffvmyxtzvhcxtpzlmw", - "healthCategory": "jybbxdrgegowvmh", - "category": "xzookkzgfmalpzxziozvndzbiza", - "severity": "zjtoqxibvygztlwjlcgwedlign", - "source": "cooiqusnfvbilzaakfimgx", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "ofiqmyuh", + "code": "ufsfaxfksjxu", + "healthCategory": "wdcnvrzuqvnfamzwxamrlofajlbxya", + "category": "apkwsicsnhedlqmu", + "severity": "sadbfjcqiom", + "source": "hcjdggdbjnogme", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "rwucnjoplbqikwmlswwjb", - "message": "djwvzmxrawybkideltsfpwhukngacs", - "causes": "hhnwhndefgvsbgklk", - "recommendation": "zmguikpraxedyddqn" + "summary": "oppswboqrqhhxvzk", + "message": "ipggpyzwbmifnuehekkvhammin", + "causes": "xroezoejvidtni", + "recommendation": "nywcbkdlsmxllsdsvawjvfcpjsntl" } ], "currentJob": { - "scenarioName": "loaejceoiqhxmggwvazmn", - "id": "gjmpmtyuzsrgeihnwgazhsqm", - "name": "pqoafrmsbcligid", - "displayName": "quog", - "state": "sjafqitt", - "startTime": "2023-01-20T11:46:21.742Z", - "endTime": "2023-01-20T11:46:21.742Z" + "scenarioName": "f", + "id": "fctiznagbvtonm", + "name": "ucyhmgsnkb", + "displayName": "tzirwcymdyggbbry", + "state": "mqbfghricdulot", + "startTime": "2023-01-24T09:33:35.386Z", + "endTime": "2023-01-24T09:33:35.386Z" }, "allowedOperations": [ - "futnyeffgnt" + "gafhxcryrocxihzqsscjycuwcgtpk" ], - "masterSiteName": "ggttplouyjjszjmibh", + "masterSiteName": "ubks", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "vep", - "webAppSiteName": "txukn" + "webAppArmId": "xseseqsrzdiga", + "webAppSiteName": "mirgzmy" } }, - "id": "cbmpkpwgjmtwyjhrypgeqgn", - "name": "kzqgbwabktvjvmghaknp", - "type": "zsngbosgnlrpkjusathfcroviqiak", + "id": "tin", + "name": "piu", + "type": "akmtuxdmcteywxwnydzqrtcx", "systemData": { - "createdBy": "kbgzptsbikqgkcwstxrzs", - "createdByType": "momdvtcpvuxka", - "createdAt": "2023-01-20T11:46:30.784Z", - "lastModifiedBy": "ytqvxqwxpfushixgp", - "lastModifiedByType": "zljbsadjqxm", - "lastModifiedAt": "2023-01-20T11:46:30.784Z" + "createdBy": "afcuhtnzgyuqxdj", + "createdByType": "smcpqhegrsguo", + "createdAt": "2023-01-24T09:33:43.508Z", + "lastModifiedBy": "abavkzqhhxncuzachyvwjdmqwom", + "lastModifiedByType": "fkvgtkzkeuscsvzr", + "lastModifiedAt": "2023-01-24T09:33:43.508Z" }, "tags": { - "key3840": "flxvmpby" + "key2836": "biqip" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json index 1c9df72b26b0..de83e455f32d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_Get_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "c0nd", - "workloadInstanceName": "f9j0", + "modernizeProjectName": "h2", + "workloadInstanceName": "c5h7", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json index b2af914b36e2..1b98f76323d0 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MaximumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "m52i9m", + "modernizeProjectName": "i6", "api-version": "2022-05-01-preview" }, "responses": { @@ -11,88 +11,88 @@ "value": [ { "properties": { - "name": "vnzhngdxzhyig", + "name": "wonkuhgsafzviuwqerzdmme", "provisioningState": "Canceled", - "migrateAgentId": "rflthadpvbfrgdbtxri", - "displayName": "mmivohmqknixuhqjj", - "sourcePlatform": "xcdtohuhaqktw", - "sourceName": "oliwftplxoskpnqhoi", + "migrateAgentId": "aqgzsxqbk", + "displayName": "juoorbubchvk", + "sourcePlatform": "eh", + "sourceName": "weuxcqzwpeyzsjhdgqflhxlwjhbz", "replicationHealth": "Normal", "replicationStatus": "None", - "replicationStatusDescription": "elefrkxokzkrjsbwnodoq", - "lastSuccessfulReplicationCycleTime": "2023-01-20T11:46:21.742Z", + "replicationStatusDescription": "naut", + "lastSuccessfulReplicationCycleTime": "2023-01-24T09:33:35.386Z", "healthErrors": [ { - "affectedResourceType": "afpufnmmqtmnwhfglypyp", + "affectedResourceType": "xssq", "affectedResourceCorrelationIds": [ - "gaoqni" + "wtucifuccildj" ], "childErrors": [ { - "id": "uykblfadygrqummwbluey", - "code": "krxyatnhpbxbnxww", - "healthCategory": "tijldmyrhtgwvskuxqgklpk", - "category": "iintkowfpdbgtgxovngslfhpagyvvu", - "severity": "thvyqzfrwtjzgmifafhgnvqh", - "source": "tyljicyxcjrgvsbiikb", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "jvwflcnwvlqwvmr", + "code": "zuvywsndznfq", + "healthCategory": "rzet", + "category": "ggvzo", + "severity": "vaf", + "source": "hzygxkktcjnafnusdndoukyxp", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "wcftscdni", - "message": "vggypbblnroaulj", - "causes": "lmeovpyvvjfzxhin", - "recommendation": "qzxhtkjwmvdwjamo" + "summary": "pcghybpilafzkoitsniduzubf", + "message": "zrggie", + "causes": "hgjszh", + "recommendation": "mghdbkeldgomzrhshz" } ], - "id": "entnfhkfpoapczsvb", - "code": "efncbnffvmyxtzvhcxtpzlmw", - "healthCategory": "jybbxdrgegowvmh", - "category": "xzookkzgfmalpzxziozvndzbiza", - "severity": "zjtoqxibvygztlwjlcgwedlign", - "source": "cooiqusnfvbilzaakfimgx", - "creationTime": "2023-01-20T11:46:14.923Z", + "id": "ofiqmyuh", + "code": "ufsfaxfksjxu", + "healthCategory": "wdcnvrzuqvnfamzwxamrlofajlbxya", + "category": "apkwsicsnhedlqmu", + "severity": "sadbfjcqiom", + "source": "hcjdggdbjnogme", + "creationTime": "2023-01-24T09:33:21.619Z", "isCustomerResolvable": true, - "summary": "rwucnjoplbqikwmlswwjb", - "message": "djwvzmxrawybkideltsfpwhukngacs", - "causes": "hhnwhndefgvsbgklk", - "recommendation": "zmguikpraxedyddqn" + "summary": "oppswboqrqhhxvzk", + "message": "ipggpyzwbmifnuehekkvhammin", + "causes": "xroezoejvidtni", + "recommendation": "nywcbkdlsmxllsdsvawjvfcpjsntl" } ], "currentJob": { - "scenarioName": "loaejceoiqhxmggwvazmn", - "id": "gjmpmtyuzsrgeihnwgazhsqm", - "name": "pqoafrmsbcligid", - "displayName": "quog", - "state": "sjafqitt", - "startTime": "2023-01-20T11:46:21.742Z", - "endTime": "2023-01-20T11:46:21.742Z" + "scenarioName": "f", + "id": "fctiznagbvtonm", + "name": "ucyhmgsnkb", + "displayName": "tzirwcymdyggbbry", + "state": "mqbfghricdulot", + "startTime": "2023-01-24T09:33:35.386Z", + "endTime": "2023-01-24T09:33:35.386Z" }, "allowedOperations": [ - "futnyeffgnt" + "gafhxcryrocxihzqsscjycuwcgtpk" ], - "masterSiteName": "ggttplouyjjszjmibh", + "masterSiteName": "ubks", "customProperties": { "instanceType": "IISWorkload", - "webAppArmId": "vep", - "webAppSiteName": "txukn" + "webAppArmId": "xseseqsrzdiga", + "webAppSiteName": "mirgzmy" } }, - "id": "cbmpkpwgjmtwyjhrypgeqgn", - "name": "kzqgbwabktvjvmghaknp", - "type": "zsngbosgnlrpkjusathfcroviqiak", + "id": "tin", + "name": "piu", + "type": "akmtuxdmcteywxwnydzqrtcx", "systemData": { - "createdBy": "kbgzptsbikqgkcwstxrzs", - "createdByType": "momdvtcpvuxka", - "createdAt": "2023-01-20T11:46:30.784Z", - "lastModifiedBy": "ytqvxqwxpfushixgp", - "lastModifiedByType": "zljbsadjqxm", - "lastModifiedAt": "2023-01-20T11:46:30.784Z" + "createdBy": "afcuhtnzgyuqxdj", + "createdByType": "smcpqhegrsguo", + "createdAt": "2023-01-24T09:33:43.508Z", + "lastModifiedBy": "abavkzqhhxncuzachyvwjdmqwom", + "lastModifiedByType": "fkvgtkzkeuscsvzr", + "lastModifiedAt": "2023-01-24T09:33:43.508Z" }, "tags": { - "key3840": "flxvmpby" + "key2836": "biqip" } } ], - "nextLink": "cskp" + "nextLink": "cjewhwqxeyclhbgmxrfwbyeqjr" } } } diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json index 05b6c01f6071..7c4b3b34db8d 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_List_MinimumSet_Gen.json @@ -1,8 +1,8 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "e56l2", + "modernizeProjectName": "sq9k", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json index 348fbcb552b3..52b6850761b4 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "utrv", - "workloadInstanceName": "g199", + "modernizeProjectName": "tc", + "workloadInstanceName": "nwdd2", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json index 74bbc7a24312..cfedfcc3053f 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_MigrateComplete_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "w182288", - "workloadInstanceName": "r7zh", + "modernizeProjectName": "f2bih", + "workloadInstanceName": "u00", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json index 4814b420fc99..8da45540eb48 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MaximumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "ri58", - "workloadInstanceName": "b", + "modernizeProjectName": "kq", + "workloadInstanceName": "l8", "api-version": "2022-05-01-preview" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json index e9e3de37ca64..c6eb2af73d10 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/examples/WorkloadInstance_StopReplicate_MinimumSet_Gen.json @@ -1,9 +1,9 @@ { "parameters": { - "subscriptionId": "iv", + "subscriptionId": "foksiqislfdsagudxqqxxbe", "resourceGroupName": "rgmigrateEngine", - "modernizeProjectName": "wfw", - "workloadInstanceName": "rg6j", + "modernizeProjectName": "s5", + "workloadInstanceName": "r2ey", "api-version": "2022-05-01-preview" }, "responses": { From 51a4068ce17b9f7e41ed36f1031804fb07789c9d Mon Sep 17 00:00:00 2001 From: Shishir Gupta Date: Wed, 1 Feb 2023 16:01:20 +0530 Subject: [PATCH 49/54] Added GMSA Configuration State --- .../2022-05-01-preview/migrateEngine.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index f305652644aa..18e783facef3 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -3257,6 +3257,22 @@ "description": "Class for GMSA authentication details to configure Active Directory connectivity.", "type": "object", "properties": { + "configurationState": { + "description": "Gets or sets the current state of GMSA configuration.", + "enum": [ + "NotApplicable", + "Pending", + "InProgress", + "Completed", + "Failed" + ], + "type": "string", + "readOnly": true, + "x-ms-enum": { + "name": "GmsaConfigurationState", + "modelAsString": true + } + }, "gmsaAccountName": { "description": "Gets or sets the name to be used for GMSA.", "type": "string" From 72136ddfad7be991b1bf2d68de7cb79c57072f4e Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Tue, 7 Feb 2023 11:28:09 +0530 Subject: [PATCH 50/54] fix: Added two DeployedResourcesProperties: isCleanUpDone, isTestMigration --- .../preview/2022-05-01-preview/migrateEngine.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 18e783facef3..ba82e8314cf6 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -3165,6 +3165,16 @@ "description": "Gets or sets the deployment timestamp.", "type": "string", "readOnly": true + }, + "isCleanUpDone": { + "description": "Gets or sets a value indicating whether resources are cleanedup from tartget.", + "type": "boolean", + "readOnly": true + }, + "isTestMigration": { + "description": "Gets or sets a value indicating whether scenario is testmigration.", + "type": "boolean", + "readOnly": true } } }, From f0431cbdf9b61caf515a06b460fd41c47cc40022 Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Tue, 7 Feb 2023 11:55:32 +0530 Subject: [PATCH 51/54] fix: Removed spellcheck --- .../preview/2022-05-01-preview/migrateEngine.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index ba82e8314cf6..bd16b281f988 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -3167,12 +3167,12 @@ "readOnly": true }, "isCleanUpDone": { - "description": "Gets or sets a value indicating whether resources are cleanedup from tartget.", + "description": "Gets or sets a value indicating whether resources are cleaned up from target.", "type": "boolean", "readOnly": true }, "isTestMigration": { - "description": "Gets or sets a value indicating whether scenario is testmigration.", + "description": "Gets or sets a value indicating whether scenario is test migration.", "type": "boolean", "readOnly": true } From 2f9019c8c74468632143c9dc2e9d43640387468e Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Tue, 7 Feb 2023 12:25:45 +0530 Subject: [PATCH 52/54] fix: Added Produces in operations --- .../preview/2022-05-01-preview/migrateEngine.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index bd16b281f988..27c3d7eefc34 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -23,7 +23,8 @@ "description": "Success", "schema": { "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/OperationListResult" - } + }, + "produces": [ "application/json" ] }, "default": { "description": "Resource provider error response about the failure.", From 5610aa89b46c4a51e771c72a1e9a0a5520a5e63b Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Tue, 7 Feb 2023 13:20:19 +0530 Subject: [PATCH 53/54] fix: schema error --- .../preview/2022-05-01-preview/migrateEngine.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 27c3d7eefc34..68470dd0cde9 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -22,9 +22,9 @@ "200": { "description": "Success", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/OperationListResult" - }, - "produces": [ "application/json" ] + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/OperationListResult", + "produces": [ "application/json" ] + } }, "default": { "description": "Resource provider error response about the failure.", From cb56d1cd7aeb5545162860f24ba0d7b5ba8004ba Mon Sep 17 00:00:00 2001 From: Shreyas Mali Date: Tue, 7 Feb 2023 14:28:00 +0530 Subject: [PATCH 54/54] fix: Removed unnecessary configurations --- package-lock.json | 2 +- .../2022-05-01-preview/migrateEngine.json | 124 +----------------- 2 files changed, 5 insertions(+), 121 deletions(-) diff --git a/package-lock.json b/package-lock.json index b420236240e4..5c53a8a4fe8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "js-yaml": "^3.13.1", "json-schema-ref-parser": "^6.1.0", "mocha": "^9.1.2", - "prettier": "^2.6.2", + "prettier": "^2.7.1", "ts-node": "^10.1.0", "tslib": "^1.10.0", "typescript": "^3.5.3" diff --git a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json index 68470dd0cde9..043f30bf7cdc 100644 --- a/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json +++ b/specification/migrate/resource-manager/Microsoft.Migrate/preview/2022-05-01-preview/migrateEngine.json @@ -13,6 +13,9 @@ ], "description": "Lists all the available API operations under this PR", "operationId": "Operations_List", + "produces": [ + "application/json" + ], "parameters": [ { "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" @@ -22,8 +25,7 @@ "200": { "description": "Success", "schema": { - "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/OperationListResult", - "produces": [ "application/json" ] + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/OperationListResult" } }, "default": { @@ -1757,9 +1759,6 @@ "summary": "Performs test migrate cleanup.", "description": "Performs the test migrate cleanup on the workload deployment.", "operationId": "WorkloadDeployment_TestMigrateCleanup", - "consumes": [ - "application/json" - ], "produces": [ "application/json" ], @@ -1788,14 +1787,6 @@ }, { "$ref": "#/parameters/api-version" - }, - { - "in": "body", - "name": "body", - "description": "Test migrate cleanup model.", - "schema": { - "$ref": "#/definitions/TestMigrateCleanupModel" - } } ], "responses": { @@ -1840,9 +1831,6 @@ "summary": "Performs migrate.", "description": "Performs migrate on the workload deployment.", "operationId": "WorkloadDeployment_Migrate", - "consumes": [ - "application/json" - ], "produces": [ "application/json" ], @@ -1871,14 +1859,6 @@ }, { "$ref": "#/parameters/api-version" - }, - { - "in": "body", - "name": "body", - "description": "Migrate model.", - "schema": { - "$ref": "#/definitions/MigrateModel" - } } ], "responses": { @@ -2775,45 +2755,6 @@ } } }, - "AuthenticationProperties": { - "description": "Class for authentication properties.", - "type": "object", - "properties": { - "gmsaAccountName": { - "description": "Gets or sets the gmsaAccountName.", - "type": "string" - }, - "aadAccountUserName": { - "description": "Gets or sets the aadAccountUserName.", - "type": "string" - }, - "aadAccountPassword": { - "$ref": "#/definitions/SecureString" - }, - "dnsServers": { - "description": "Gets or sets the dnsServers.", - "type": "array", - "items": { - "type": "string" - } - }, - "domainFqdn": { - "description": "Gets or sets the domainFQDN.", - "type": "string" - }, - "domainControllerAddress": { - "description": "Gets or sets the domainControllerAddress.", - "type": "string" - }, - "domainAdminUserName": { - "description": "Gets or sets the domainAdminUserName.", - "type": "string" - }, - "domainAdminPassword": { - "$ref": "#/definitions/SecureString" - } - } - }, "AutomationArtifact": { "description": "Class for automation artifact.", "type": "object", @@ -4022,34 +3963,6 @@ } } }, - "MigrateModel": { - "description": "Migrate model.", - "type": "object", - "properties": { - "properties": { - "$ref": "#/definitions/MigrateModelProperties" - } - } - }, - "MigrateModelCustomProperties": { - "description": "Migrate model custom properties.", - "type": "object", - "properties": { - "instanceType": { - "description": "Gets or sets the instance type.", - "type": "string" - } - } - }, - "MigrateModelProperties": { - "description": "Migrate model properties.", - "type": "object", - "properties": { - "customProperties": { - "$ref": "#/definitions/MigrateModelCustomProperties" - } - } - }, "MigrateWorkflowModelCustomProperties": { "description": "Migrate workflow model custom properties.", "type": "object", @@ -4383,15 +4296,6 @@ } } }, - "SecureString": { - "type": "object", - "properties": { - "length": { - "format": "int32", - "type": "integer" - } - } - }, "SystemDataModel": { "description": "System data required to be defined for Azure resources.", "type": "object", @@ -4538,26 +4442,6 @@ } } }, - "TestMigrateCleanupModel": { - "description": "Test migrate cleanup model.", - "type": "object", - "properties": { - "properties": { - "$ref": "#/definitions/TestMigrateCleanupModelProperties" - } - } - }, - "TestMigrateCleanupModelProperties": { - "description": "Test migrate cleanup model properties.", - "type": "object", - "properties": { - "comments": { - "description": "Gets or sets the test migrate cleanup comments.", - "maxLength": 1024, - "type": "string" - } - } - }, "TestMigrateCleanupWorkflowModelCustomProperties": { "description": "Test migrate cleanup workflow model custom properties.", "type": "object",