From c94f0c5af2e90041a83d3494ce826accd898f81e Mon Sep 17 00:00:00 2001 From: tarsharm <123064342+tarsharm@users.noreply.github.com> Date: Mon, 30 Jan 2023 19:55:29 +0530 Subject: [PATCH 1/4] Adds base for updating Microsoft.OffAzure from version stable/2020-07-07 to version 2020-07-10 --- .../examples/HyperVCluster_Create.json | 18 + .../examples/HyperVCluster_Get.json | 31 + .../examples/HyperVCluster_ListBySite.json | 35 + .../examples/HyperVHost_Create.json | 18 + .../2020-07-10/examples/HyperVHost_Get.json | 26 + .../examples/HyperVHost_ListBySite.json | 43 + .../2020-07-10/examples/HyperVJob_Get.json | 27 + .../examples/HyperVJobs_ListBySite.json | 31 + .../examples/HyperVMachine_Get.json | 85 + .../examples/HyperVMachines_ListBySite.json | 2764 +++++++ .../examples/HyperVOperationsStatus_Get.json | 24 + .../examples/HyperVRunAsAccount_Get.json | 24 + .../HyperVRunAsAccounts_ListBySite.json | 28 + .../HyperVSiteHealthSummary_Post.json | 33 + .../examples/HyperVSiteSummary_Post.json | 18 + .../examples/HyperVSite_Create.json | 80 + .../examples/HyperVSite_Delete.json | 12 + .../2020-07-10/examples/HyperVSite_Get.json | 38 + .../2020-07-10/examples/HyperVSite_Patch.json | 83 + .../examples/HyperVSite_Refresh.json | 11 + .../HyperVSitesInSubscription_List.json | 40 + .../2020-07-10/examples/HyperVSites_List.json | 41 + .../examples/MasterSite_Create.json | 21 + .../examples/MasterSite_Delete.json | 12 + .../2020-07-10/examples/MasterSite_Get.json | 30 + .../2020-07-10/examples/MasterSite_Patch.json | 41 + .../2020-07-10/examples/MasterSites_List.json | 33 + .../MasterSites_ListBySubscription.json | 32 + .../2020-07-10/examples/Operations_List.json | 56 + .../PrivateEndpointConnections_Create.json | 39 + .../PrivateEndpointConnections_Delete.json | 13 + .../PrivateEndpointConnections_Get.json | 30 + ...PrivateEndpointConnections_ListBySite.json | 34 + .../examples/PrivateLinkResources_Get.json | 27 + .../PrivateLinkResources_ListBySite.json | 31 + .../2020-07-10/examples/VMwareJob_Get.json | 27 + .../examples/VMwareJobs_ListBySite.json | 31 + .../examples/VMwareMachine_Get.json | 86 + .../examples/VMwareMachine_Start.json | 12 + .../examples/VMwareMachine_Stop.json | 12 + .../examples/VMwareMachines_ListBySite.json | 90 + .../examples/VMwareOperationsStatus_Get.json | 24 + .../examples/VMwareRunAsAccount_Get.json | 24 + .../VMwareRunAsAccount_ListBySite.json | 28 + .../VMwareSiteHealthSummary_Post.json | 54 + .../examples/VMwareSiteSummary_Post.json | 16 + .../examples/VMwareSite_Create.json | 80 + .../examples/VMwareSite_Delete.json | 12 + .../2020-07-10/examples/VMwareSite_Get.json | 39 + .../2020-07-10/examples/VMwareSite_Patch.json | 89 + .../examples/VMwareSite_Refresh.json | 11 + .../VMwareSitesInSubscription_List.json | 41 + .../2020-07-10/examples/VMwareSites_List.json | 42 + .../examples/VMwareVcenter_Create.json | 18 + .../examples/VMwareVcenter_Delete.json | 13 + .../examples/VMwareVcenter_Get.json | 29 + .../examples/VMwareVcenter_ListBySite.json | 33 + .../stable/2020-07-10/migrate.json | 6512 +++++++++++++++++ 58 files changed, 11232 insertions(+) create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_Create.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_ListBySite.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_Create.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_ListBySite.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJob_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_ListBySite.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachine_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_ListBySite.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVOperationsStatus_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccount_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_ListBySite.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSiteHealthSummary_Post.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSiteSummary_Post.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Create.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Delete.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Patch.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Refresh.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSitesInSubscription_List.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_List.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Create.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Delete.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Patch.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSites_List.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSites_ListBySubscription.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Operations_List.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Create.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Delete.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_ListBySite.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateLinkResources_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateLinkResources_ListBySite.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareJob_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareJobs_ListBySite.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Start.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Stop.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachines_ListBySite.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareOperationsStatus_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareRunAsAccount_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareRunAsAccount_ListBySite.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSiteHealthSummary_Post.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSiteSummary_Post.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Create.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Delete.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Patch.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Refresh.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSitesInSubscription_List.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSites_List.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Create.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Delete.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Get.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_ListBySite.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/migrate.json diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_Create.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_Create.json new file mode 100644 index 000000000000..eed41db83dd4 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_Create.json @@ -0,0 +1,18 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "pajindTest", + "siteName": "appliance1e39site", + "clusterName": "cluster1", + "api-version": "2020-07-07", + "body": { + "properties": { + "fqdn": "10.10.10.30", + "runAsAccountId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/runasaccounts/Account1" + } + } + }, + "responses": { + "202": {} + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_Get.json new file mode 100644 index 000000000000..6c54f7b5c1f1 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_Get.json @@ -0,0 +1,31 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "ipsahoo-RI-121119", + "siteName": "hyperv121319c813site", + "clusterName": "hypgqlclusrs1-ntdev-corp-micros-11e77b27-67cc-5e46-a5d8-0ff3dc2ef179", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/ipsahoo-RI-121119/providers/Microsoft.OffAzure/HyperVSites/hyperv121319c813site/clusters/hypgqlclusrs1-ntdev-corp-micros-11e77b27-67cc-5e46-a5d8-0ff3dc2ef179", + "name": "hypgqlclusrs1-ntdev-corp-micros-11e77b27-67cc-5e46-a5d8-0ff3dc2ef179", + "type": "Microsoft.OffAzure/HyperVSites/clusters", + "properties": { + "createdTimestamp": "2019-12-13T12:25:38.5392467Z", + "updatedTimestamp": "2019-12-13T12:27:00.6513315Z", + "fqdn": "HypGQLClusRS1.ntdev.corp.microsoft.com", + "functionalLevel": 9, + "status": null, + "runAsAccountId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/ipsahoo-RI-121119/providers/Microsoft.OffAzure/HyperVSites/hyperv121319c813site/runasaccounts/1aa83cc7-1391-566f-8fdb-c343761f7625", + "hostFqdnList": [ + "HypGQLClusN1", + "HypGQLClusN2" + ], + "errors": [] + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_ListBySite.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_ListBySite.json new file mode 100644 index 000000000000..958990dbcd17 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_ListBySite.json @@ -0,0 +1,35 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "ipsahoo-RI-121119", + "siteName": "hyperv121319c813site", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/ipsahoo-RI-121119/providers/Microsoft.OffAzure/HyperVSites/hyperv121319c813site/clusters/hypgqlclusrs1-ntdev-corp-micros-11e77b27-67cc-5e46-a5d8-0ff3dc2ef179", + "name": "hypgqlclusrs1-ntdev-corp-micros-11e77b27-67cc-5e46-a5d8-0ff3dc2ef179", + "type": "Microsoft.OffAzure/HyperVSites/clusters", + "properties": { + "createdTimestamp": "2019-12-13T12:25:38.5392467Z", + "updatedTimestamp": "2019-12-13T12:27:00.6513315Z", + "fqdn": "HypGQLClusRS1.ntdev.corp.microsoft.com", + "functionalLevel": 9, + "status": null, + "runAsAccountId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/ipsahoo-RI-121119/providers/Microsoft.OffAzure/HyperVSites/hyperv121319c813site/runasaccounts/1aa83cc7-1391-566f-8fdb-c343761f7625", + "hostFqdnList": [ + "HypGQLClusN1", + "HypGQLClusN2" + ], + "errors": [] + } + } + ], + "nextLink": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_Create.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_Create.json new file mode 100644 index 000000000000..4c4589656cdd --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_Create.json @@ -0,0 +1,18 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "pajindTest", + "siteName": "appliance1e39site", + "hostName": "Host1", + "api-version": "2020-07-07", + "body": { + "properties": { + "fqdn": "10.10.10.20", + "runAsAccountId": "Account1" + } + } + }, + "responses": { + "202": {} + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_Get.json new file mode 100644 index 000000000000..e21c9d5c1370 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_Get.json @@ -0,0 +1,26 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "pajindTest", + "siteName": "appliance1e39site", + "hostName": "bcdr-ewlab-46-ntdev-corp-micros-e4638031-3b19-5642-926d-385da60cfb8a", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-46-ntdev-corp-micros-e4638031-3b19-5642-926d-385da60cfb8a", + "name": "bcdr-ewlab-46-ntdev-corp-micros-e4638031-3b19-5642-926d-385da60cfb8a", + "type": "Microsoft.OffAzure/HyperVSites/hosts", + "properties": { + "createdTimestamp": "2019-05-09T07:53:58.2909088Z", + "updatedTimestamp": "2019-05-14T07:01:18.3589728Z", + "fqdn": "BCDR-EWLAB-46.ntdev.corp.microsoft.com", + "runAsAccountId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/runasaccounts/c21a65e1-9d1d-59dd-ad6d-ae9e58a6798b", + "version": "10.0.14393", + "errors": [] + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_ListBySite.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_ListBySite.json new file mode 100644 index 000000000000..6137813005b7 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_ListBySite.json @@ -0,0 +1,43 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "pajindTest", + "siteName": "appliance1e39site", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-46-ntdev-corp-micros-e4638031-3b19-5642-926d-385da60cfb8a", + "name": "bcdr-ewlab-46-ntdev-corp-micros-e4638031-3b19-5642-926d-385da60cfb8a", + "type": "Microsoft.OffAzure/HyperVSites/hosts", + "properties": { + "createdTimestamp": "2019-05-09T07:53:58.2909088Z", + "updatedTimestamp": "2019-05-14T07:01:18.3589728Z", + "fqdn": "BCDR-EWLAB-46.ntdev.corp.microsoft.com", + "runAsAccountId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/runasaccounts/c21a65e1-9d1d-59dd-ad6d-ae9e58a6798b", + "version": "10.0.14393", + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "name": "bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "type": "Microsoft.OffAzure/HyperVSites/hosts", + "properties": { + "createdTimestamp": "2019-05-09T07:54:59.3681907Z", + "updatedTimestamp": "2019-05-14T07:01:18.3902502Z", + "fqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "runAsAccountId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/runasaccounts/c21a65e1-9d1d-59dd-ad6d-ae9e58a6798b", + "version": "10.0.14393", + "errors": [] + } + } + ], + "nextLink": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJob_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJob_Get.json new file mode 100644 index 000000000000..cdb1051ef457 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJob_Get.json @@ -0,0 +1,27 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "dhlodhi-sea", + "siteName": "dhsqlsea08265998site", + "jobName": "9e20dec9-426c-4edd-a197-e0b1e3063c8e", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/dhlodhi-sea/providers/Microsoft.OffAzure/HyperVSites/dhsqlsea08265998site/jobs/9e20dec9-426c-4edd-a197-e0b1e3063c8e", + "name": "9e20dec9-426c-4edd-a197-e0b1e3063c8e", + "type": "Microsoft.OffAzure/HyperVSites/Jobs", + "properties": { + "startTime": "2019-12-13T12:25:38.5392467Z", + "endTime": "2019-12-13T12:27:00.6513315Z", + "displayName": "", + "clientRequestId": "236872bb-9d68-4f3a-90e2-13d354b59a3b", + "activityId": "3034cc93-85a8-4022-b791-5d4437652bcb", + "status": "Running", + "errors": [] + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_ListBySite.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_ListBySite.json new file mode 100644 index 000000000000..022dac55a2dd --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_ListBySite.json @@ -0,0 +1,31 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "dhlodhi-sea", + "siteName": "dhsqlsea08265998site", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/dhlodhi-sea/providers/Microsoft.OffAzure/HyperVSites/dhsqlsea08265998site/jobs/9e20dec9-426c-4edd-a197-e0b1e3063c8e", + "name": "9e20dec9-426c-4edd-a197-e0b1e3063c8e", + "type": "Microsoft.OffAzure/HyperVSites/Jobs", + "properties": { + "startTime": "2019-12-13T12:25:38.5392467Z", + "endTime": "2019-12-13T12:27:00.6513315Z", + "displayName": "", + "clientRequestId": "236872bb-9d68-4f3a-90e2-13d354b59a3b", + "activityId": "3034cc93-85a8-4022-b791-5d4437652bcb", + "status": "Running", + "errors": [] + } + } + ], + "nextLink": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachine_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachine_Get.json new file mode 100644 index 000000000000..022255be1751 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachine_Get.json @@ -0,0 +1,85 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "pajindTest", + "siteName": "appliance1e39site", + "machineName": "96d27052-052b-48db-aa84-b9978eddbf5d", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/96d27052-052b-48db-aa84-b9978eddbf5d", + "name": "96d27052-052b-48db-aa84-b9978eddbf5d", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 1048576, + "firmware": "BIOS", + "isDynamicMemoryEnabled": false, + "disks": [ + { + "instanceId": "Microsoft:96D27052-052B-48DB-AA84-B9978EDDBF5D\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverstandard_de-de", + "diskType": "Dynamic", + "lun": 0, + "path": "D:\\VHDs\\14393.0.amd64fre.rs1_release.160715-1616_server_serverstandard_de-de.vhd" + }, + { + "instanceId": "Microsoft:96D27052-052B-48DB-AA84-B9978EDDBF5D\\523DA04B-C02E-451F-AF58-46925E56213D\\0\\0\\L", + "vhdId": "5d45e8e9-7ab3-4999-915c-d62c70e5a39d", + "maxSizeInBytes": 110595407872, + "name": "22", + "diskType": "Dynamic", + "lun": 0, + "path": "C:\\Users\\Public\\Documents\\Hyper-V\\Virtual hard disks\\22.vhdx" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:96D27052-052B-48DB-AA84-B9978EDDBF5D\\89DF59CE-0C5D-4204-BADF-F41E3EA37821", + "macAddress": "00:15:5d:0c:92:7a", + "ipAddressList": [ + "10.150.10.139", + "fe80::e989:d351:54d7:42a6", + "2404:f801:4800:25:e989:d351:54d7:42a6" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "TestDeDe", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 4096, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\96D27052-052B-48DB-AA84-B9978EDDBF5D.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Standard", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-09T07:56:11.498307Z", + "updatedTimestamp": "2019-05-14T07:01:18.4058859Z", + "instanceUuid": "96d27052-052b-48db-aa84-b9978eddbf5d", + "powerStatus": "Running", + "biosSerialNumber": "5656-6486-4089-5091-2740-7319-66", + "vmFqdn": "WIN-VDE4EPC5D52", + "isDeleted": false, + "errors": [] + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_ListBySite.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_ListBySite.json new file mode 100644 index 000000000000..74fa26f65b33 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_ListBySite.json @@ -0,0 +1,2764 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "pajindTest", + "siteName": "appliance1e39site", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/96d27052-052b-48db-aa84-b9978eddbf5d", + "name": "96d27052-052b-48db-aa84-b9978eddbf5d", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 1048576, + "firmware": "BIOS", + "isDynamicMemoryEnabled": false, + "disks": [ + { + "instanceId": "Microsoft:96D27052-052B-48DB-AA84-B9978EDDBF5D\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverstandard_de-de", + "diskType": "Dynamic", + "lun": 0, + "path": "D:\\VHDs\\14393.0.amd64fre.rs1_release.160715-1616_server_serverstandard_de-de.vhd" + }, + { + "instanceId": "Microsoft:96D27052-052B-48DB-AA84-B9978EDDBF5D\\523DA04B-C02E-451F-AF58-46925E56213D\\0\\0\\L", + "vhdId": "5d45e8e9-7ab3-4999-915c-d62c70e5a39d", + "maxSizeInBytes": 110595407872, + "name": "22", + "diskType": "Dynamic", + "lun": 0, + "path": "C:\\Users\\Public\\Documents\\Hyper-V\\Virtual hard disks\\22.vhdx" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:96D27052-052B-48DB-AA84-B9978EDDBF5D\\89DF59CE-0C5D-4204-BADF-F41E3EA37821", + "macAddress": "00:15:5d:0c:92:7a", + "ipAddressList": [ + "10.150.10.139", + "fe80::e989:d351:54d7:42a6", + "2404:f801:4800:25:e989:d351:54d7:42a6" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "TestDeDe", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 4096, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\96D27052-052B-48DB-AA84-B9978EDDBF5D.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Standard", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-09T07:56:11.498307Z", + "updatedTimestamp": "2019-05-14T07:01:18.4058859Z", + "instanceUuid": "96d27052-052b-48db-aa84-b9978eddbf5d", + "powerStatus": "Running", + "biosSerialNumber": "5656-6486-4089-5091-2740-7319-66", + "vmFqdn": "WIN-VDE4EPC5D52", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/2f28e27b-d379-4dd4-98da-e14ce4b9a087", + "name": "2f28e27b-d379-4dd4-98da-e14ce4b9a087", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "5.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "BIOS", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:2F28E27B-D379-4DD4-98DA-E14CE4B9A087\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "D:\\VHDs\\Downloaded0313\\AzureMigrateAppliance\\Virtual Hard Disks\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:2F28E27B-D379-4DD4-98DA-E14CE4B9A087\\215DB7BF-CC42-4DD6-AD40-455FCF6288D8", + "macAddress": "00:15:5d:0c:92:7c", + "ipAddressList": [ + "10.150.9.247", + "fe80::3505:9e40:364c:cd9e", + "2404:f801:4800:25:3505:9e40:364c:cd9e" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "rahasijaDND0313AzureMigrateAppliance0313", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 8192, + "vmConfigurationFileLocation": "D:\\VHDs\\Downloaded0313\\AzureMigrateAppliance\\Virtual Machines\\2F28E27B-D379-4DD4-98DA-E14CE4B9A087.xml", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Datacenter Evaluation", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-09T07:56:11.5451977Z", + "updatedTimestamp": "2019-05-14T07:01:18.4215296Z", + "instanceUuid": "2f28e27b-d379-4dd4-98da-e14ce4b9a087", + "powerStatus": "Running", + "biosSerialNumber": "8474-2615-5073-6267-9939-5325-20", + "vmFqdn": "WIN-U8D2GHNKCC3", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/593763f7-fb5f-4405-ab25-c1b5225cd4fc", + "name": "593763f7-fb5f-4405-ab25-c1b5225cd4fc", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 1048576, + "firmware": "BIOS", + "isDynamicMemoryEnabled": false, + "disks": [ + { + "instanceId": "Microsoft:593763F7-FB5F-4405-AB25-C1B5225CD4FC\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "00000000-0000-0000-0000-000000000000", + "maxSizeInBytes": 0, + "name": "New Virtual Hard Disk", + "diskType": "Unknown", + "lun": 0, + "path": "\\\\priyank-z420\\share2\\New Virtual Hard Disk.vhdx" + } + ], + "networkAdapters": [ + { + "networkId": "", + "subnetName": "", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:593763F7-FB5F-4405-AB25-C1B5225CD4FC\\517B5569-A478-4B5E-9900-02BCBC7A0345", + "macAddress": "00:15:5d:0c:92:f9", + "ipAddressList": [], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "NoVHD", + "numberOfProcessorCore": 1, + "allocatedMemoryInMB": 1024, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\593763F7-FB5F-4405-AB25-C1B5225CD4FC.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": null, + "osVersion": null + }, + "createdTimestamp": "2019-05-09T07:56:11.5451977Z", + "updatedTimestamp": "2019-05-15T17:32:02.0630729Z", + "instanceUuid": "593763f7-fb5f-4405-ab25-c1b5225cd4fc", + "powerStatus": "PowerOff", + "biosSerialNumber": "5106-6535-1471-2750-0872-1505-43", + "vmFqdn": "", + "isDeleted": true, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/10178811-873a-4d13-bf1f-dfb48d46e809", + "name": "10178811-873a-4d13-bf1f-dfb48d46e809", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-46.ntdev.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-46-ntdev-corp-micros-e4638031-3b19-5642-926d-385da60cfb8a", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "5.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "BIOS", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:10178811-873A-4D13-BF1F-DFB48D46E809\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "C:\\Users\\Public\\Documents\\Hyper-V\\Virtual Hard Disks\\kuchaturBB01\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "VmlydHVhbCBTd2l0Y2gtIE5JQzQ=", + "subnetName": "Virtual Switch- NIC4", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:10178811-873A-4D13-BF1F-DFB48D46E809\\9621A776-FE27-4E22-B4B2-1B7B80568D63", + "macAddress": "00:15:5d:0a:58:1e", + "ipAddressList": [], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "AzureMigrateAppliance_v1.19.05.09_Kunal", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 8192, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\10178811-873A-4D13-BF1F-DFB48D46E809.xml", + "operatingSystemDetails": { + "osType": null, + "osName": null, + "osVersion": null + }, + "createdTimestamp": "2019-05-09T07:56:11.5607543Z", + "updatedTimestamp": "2019-05-14T07:01:18.4370947Z", + "instanceUuid": "10178811-873a-4d13-bf1f-dfb48d46e809", + "powerStatus": "PowerOff", + "biosSerialNumber": "6707-1095-4598-5876-9535-2181-00", + "vmFqdn": "", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/6c00755a-90b2-427b-9343-c3fb088831a0", + "name": "6c00755a-90b2-427b-9343-c3fb088831a0", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-46.ntdev.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-46-ntdev-corp-micros-e4638031-3b19-5642-926d-385da60cfb8a", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "5.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "BIOS", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:6C00755A-90B2-427B-9343-C3FB088831A0\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "C:\\VHDs\\vamsi\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "VmlydHVhbCBTd2l0Y2gtIE5JQzQ=", + "subnetName": "Virtual Switch- NIC4", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:6C00755A-90B2-427B-9343-C3FB088831A0\\8959E4B6-FF79-4226-A096-BAB0F023A630", + "macAddress": "00:15:5d:0a:58:1a", + "ipAddressList": [ + "10.150.14.50", + "fe80::a8c2:1afa:648d:6e24", + "2404:f801:4800:25:a8c2:1afa:648d:6e24" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "Vamsi-AzureMigrateAppliance_v1.19.05.07", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 8192, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\6C00755A-90B2-427B-9343-C3FB088831A0.xml", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Datacenter Evaluation", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-09T07:56:11.5764063Z", + "updatedTimestamp": "2019-05-14T07:01:18.4370947Z", + "instanceUuid": "6c00755a-90b2-427b-9343-c3fb088831a0", + "powerStatus": "Running", + "biosSerialNumber": "8598-1456-4864-3355-6970-0716-71", + "vmFqdn": "WIN-K4NQGP8LD6S", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/caac8805-1489-4d56-9367-bc7a6eb9e7d5", + "name": "caac8805-1489-4d56-9367-bc7a6eb9e7d5", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-46.ntdev.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-46-ntdev-corp-micros-e4638031-3b19-5642-926d-385da60cfb8a", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "5.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "BIOS", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:CAAC8805-1489-4D56-9367-BC7A6EB9E7D5\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "00000000-0000-0000-0000-000000000000", + "maxSizeInBytes": 0, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us_3CCFC203-3908-4CDF-8491-0C51B10962FC", + "diskType": "Unknown", + "lun": 0, + "path": "c:\\VHDs\\AzureMigrateAppliance_v1.19.04.16\\Virtual Hard Disks\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us_3CCFC203-3908-4CDF-8491-0C51B10962FC.avhd" + } + ], + "networkAdapters": [ + { + "networkId": "VmlydHVhbCBTd2l0Y2gtIE5JQzQ=", + "subnetName": "Virtual Switch- NIC4", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:CAAC8805-1489-4D56-9367-BC7A6EB9E7D5\\CAE91133-8704-481A-A51A-EF2F50102D9E", + "macAddress": "00:15:5d:0a:58:11", + "ipAddressList": [], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "0331AiMA_v1.19.04.16", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 8192, + "vmConfigurationFileLocation": "c:\\VHDs\\AzureMigrateAppliance_v1.19.04.16\\Virtual Machines\\CAAC8805-1489-4D56-9367-BC7A6EB9E7D5.xml", + "operatingSystemDetails": { + "osType": null, + "osName": null, + "osVersion": null + }, + "createdTimestamp": "2019-05-09T07:56:11.5764063Z", + "updatedTimestamp": "2019-05-15T17:32:02.0786997Z", + "instanceUuid": "caac8805-1489-4d56-9367-bc7a6eb9e7d5", + "powerStatus": "PowerOff", + "biosSerialNumber": "2115-0453-3079-1551-4796-8596-85", + "vmFqdn": "", + "isDeleted": true, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/77981ca7-4e6c-4c20-ae6e-47ca141ce2bf", + "name": "77981ca7-4e6c-4c20-ae6e-47ca141ce2bf", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-46.ntdev.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-46-ntdev-corp-micros-e4638031-3b19-5642-926d-385da60cfb8a", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "5.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "BIOS", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:77981CA7-4E6C-4C20-AE6E-47CA141CE2BF\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "C:\\ProgramData\\amitsriv2\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "VmlydHVhbCBTd2l0Y2gtIE5JQzQ=", + "subnetName": "Virtual Switch- NIC4", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:77981CA7-4E6C-4C20-AE6E-47CA141CE2BF\\9621A776-FE27-4E22-B4B2-1B7B80568D63", + "macAddress": "00:15:5d:0a:58:1d", + "ipAddressList": [ + "10.150.13.206", + "fe80::8de5:b75e:1936:44e5", + "2404:f801:4800:25:8de5:b75e:1936:44e5" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "AzureMigrateAppliance_v1.19.05.09_Amit2", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 8192, + "vmConfigurationFileLocation": "C:\\ProgramData\\amitsriv2\\Virtual Machines\\77981CA7-4E6C-4C20-AE6E-47CA141CE2BF.xml", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Datacenter Evaluation", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-09T07:56:11.5920949Z", + "updatedTimestamp": "2019-05-14T07:01:18.4683946Z", + "instanceUuid": "77981ca7-4e6c-4c20-ae6e-47ca141ce2bf", + "powerStatus": "Running", + "biosSerialNumber": "6707-1095-4598-5876-9535-2181-00", + "vmFqdn": "WIN-3TMQPJBIV1C", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/3125d511-6799-48f5-a183-6607b9755425", + "name": "3125d511-6799-48f5-a183-6607b9755425", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-46.ntdev.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-46-ntdev-corp-micros-e4638031-3b19-5642-926d-385da60cfb8a", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "5.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "BIOS", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:3125D511-6799-48F5-A183-6607B9755425\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "C:\\ProgramData\\amitsriv\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "VmlydHVhbCBTd2l0Y2gtIE5JQzQ=", + "subnetName": "Virtual Switch- NIC4", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:3125D511-6799-48F5-A183-6607B9755425\\9621A776-FE27-4E22-B4B2-1B7B80568D63", + "macAddress": "00:15:5d:0a:58:1c", + "ipAddressList": [ + "10.150.13.171", + "fe80::f431:ed86:fc0c:b1b7", + "2404:f801:4800:25:f431:ed86:fc0c:b1b7" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "AzureMigrateAppliance_v1.19.05.09_Amit", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 8192, + "vmConfigurationFileLocation": "C:\\ProgramData\\amitsriv\\Virtual Machines\\3125D511-6799-48F5-A183-6607B9755425.xml", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Datacenter Evaluation", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-09T07:56:11.6076688Z", + "updatedTimestamp": "2019-05-14T07:01:18.4683946Z", + "instanceUuid": "3125d511-6799-48f5-a183-6607b9755425", + "powerStatus": "Running", + "biosSerialNumber": "6707-1095-4598-5876-9535-2181-00", + "vmFqdn": "WIN-400CL2HTGML", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/74428ece-d2ee-4904-afe2-27959f5eca3b", + "name": "74428ece-d2ee-4904-afe2-27959f5eca3b", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 1048576, + "firmware": "BIOS", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:74428ECE-D2EE-4904-AFE2-27959F5ECA3B\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "ee799e51-bd48-42cb-9098-3e41fcc9c795", + "maxSizeInBytes": 26843545600, + "name": "7601.23807.amd64fre.win7sp1_ldr.170512-0600_Server_ServerWeb_en-US", + "diskType": "Dynamic", + "lun": 0, + "path": "d:\\VHDs\\7601.23807.amd64fre.win7sp1_ldr.170512-0600_Server_ServerWeb_en-US.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:74428ECE-D2EE-4904-AFE2-27959F5ECA3B\\09AD1D8D-E44F-4C97-8E31-BA8AA63C03C8", + "macAddress": "00:15:5d:0c:92:3d", + "ipAddressList": [ + "10.150.13.31", + "fe80::187d:b8a9:8f1c:b009", + "2404:f801:4800:25:187d:b8a9:8f1c:b009" + ], + "networkName": null, + "ipAddressType": "Dynamic" + }, + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:74428ECE-D2EE-4904-AFE2-27959F5ECA3B\\718032DA-6EFB-4EF4-8152-9A2FBDA945BF\\0", + "macAddress": "00:15:5d:0c:92:65", + "ipAddressList": null, + "networkName": null, + "ipAddressType": null + } + ], + "displayName": "2008R2x64onRS1", + "numberOfProcessorCore": 1, + "allocatedMemoryInMB": 1024, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\74428ECE-D2EE-4904-AFE2-27959F5ECA3B.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Web Server 2008 R2", + "osVersion": "6.1.7601" + }, + "createdTimestamp": "2019-05-09T07:56:11.6232763Z", + "updatedTimestamp": "2019-05-15T11:02:00.599084Z", + "instanceUuid": "74428ece-d2ee-4904-afe2-27959f5eca3b", + "powerStatus": "Running", + "biosSerialNumber": "3875-8495-3239-8004-0619-0137-51", + "vmFqdn": "WIN-CLPMJOIKIFU", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/5285ca21-8c2e-45fc-8579-255d8756f164", + "name": "5285ca21-8c2e-45fc-8579-255d8756f164", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 2, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 1048576, + "firmware": "UEFI", + "isDynamicMemoryEnabled": false, + "disks": [ + { + "instanceId": "Microsoft:5285CA21-8C2E-45FC-8579-255D8756F164\\98EDCA2C-8CF7-4532-8AE7-EC368FF0C74E\\0\\0\\L", + "vhdId": "92a511b2-587e-4d75-a62c-065c3f431599", + "maxSizeInBytes": 26843545600, + "name": "17763.1.amd64fre.rs5_release.180914-1434_server_serverdatacenter_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "D:\\RS5\\17763.1.amd64fre.rs5_release.180914-1434_server_serverdatacenter_en-us.vhdx" + }, + { + "instanceId": "Microsoft:5285CA21-8C2E-45FC-8579-255D8756F164\\98EDCA2C-8CF7-4532-8AE7-EC368FF0C74E\\0\\1\\L", + "vhdId": "d7a17760-c58a-42bd-a06c-97d6a0a558ce", + "maxSizeInBytes": 136365211648, + "name": "Data", + "diskType": "Dynamic", + "lun": 0, + "path": "D:\\RS5\\Data.vhdx" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:5285CA21-8C2E-45FC-8579-255D8756F164\\6CC21D5F-06FE-4ABC-BB7F-B3DA459899D3", + "macAddress": "00:15:5d:0c:92:b7", + "ipAddressList": [ + "10.150.13.94", + "fe80::6459:92f6:9a30:2730", + "2404:f801:4800:25:df55:af15:8ba4:3d9", + "2404:f801:4800:25:927e:7120:d390:d88f", + "2404:f801:4800:25:6459:92f6:9a30:2730" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "2019Gen2", + "numberOfProcessorCore": 4, + "allocatedMemoryInMB": 4096, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\5285CA21-8C2E-45FC-8579-255D8756F164.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2019 Datacenter", + "osVersion": "10.0.17763" + }, + "createdTimestamp": "2019-05-09T07:56:11.6389274Z", + "updatedTimestamp": "2019-05-14T07:01:18.5309441Z", + "instanceUuid": "5285ca21-8c2e-45fc-8579-255d8756f164", + "powerStatus": "Running", + "biosSerialNumber": "3314-3263-8647-7142-5391-9114-13", + "vmFqdn": "WIN-OFFD4BFO804.ntdev.corp.microsoft.com", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/ef9def09-c4b7-4ee7-bc80-db31ae763d86", + "name": "ef9def09-c4b7-4ee7-bc80-db31ae763d86", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "5.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "BIOS", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:EF9DEF09-C4B7-4EE7-BC80-DB31AE763D86\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "C:\\Users\\Public\\Documents\\Hyper-V\\Virtual hard disks\\hyperv\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:EF9DEF09-C4B7-4EE7-BC80-DB31AE763D86\\9621A776-FE27-4E22-B4B2-1B7B80568D63", + "macAddress": "00:15:5d:0c:92:c9", + "ipAddressList": [ + "10.150.10.187", + "fe80::c9e0:8a7a:7fd2:80be", + "2404:f801:4800:25:c9e0:8a7a:7fd2:80be" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "pajind-AzureMigrateAppliance_v1.19.05.09", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 8192, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\EF9DEF09-C4B7-4EE7-BC80-DB31AE763D86.xml", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Datacenter Evaluation", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-09T07:56:11.6545775Z", + "updatedTimestamp": "2019-05-14T07:01:18.4995887Z", + "instanceUuid": "ef9def09-c4b7-4ee7-bc80-db31ae763d86", + "powerStatus": "Running", + "biosSerialNumber": "6707-1095-4598-5876-9535-2181-00", + "vmFqdn": "WIN-C7FE1AUQ8D2", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/ef15e94a-7be0-4780-ab49-d9812834077f", + "name": "ef15e94a-7be0-4780-ab49-d9812834077f", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 1048576, + "firmware": "BIOS", + "isDynamicMemoryEnabled": false, + "disks": [ + { + "instanceId": "Microsoft:EF15E94A-7BE0-4780-AB49-D9812834077F\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "00000000-0000-0000-0000-000000000000", + "maxSizeInBytes": 0, + "name": "6002.18005.x86fre.lh_sp2rtm.090410-1830_Server_ServerDatacenter_en-US", + "diskType": "Unknown", + "lun": 0, + "path": "D:\\VHDs\\6002.18005.x86fre.lh_sp2rtm.090410-1830_Server_ServerDatacenter_en-US.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:EF15E94A-7BE0-4780-AB49-D9812834077F\\BA7F9965-AC32-4825-AEA3-E34566385C60", + "macAddress": "00:15:5d:0c:92:3f", + "ipAddressList": [], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "W2K8SP2x86onRS1", + "numberOfProcessorCore": 2, + "allocatedMemoryInMB": 2024, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\EF15E94A-7BE0-4780-AB49-D9812834077F.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": null, + "osVersion": null + }, + "createdTimestamp": "2019-05-09T07:56:11.6545775Z", + "updatedTimestamp": "2019-05-15T17:32:02.0786997Z", + "instanceUuid": "ef15e94a-7be0-4780-ab49-d9812834077f", + "powerStatus": "PowerOff", + "biosSerialNumber": "2007-3254-5199-9924-8248-6886-60", + "vmFqdn": "", + "isDeleted": true, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/e7fb6b05-94e4-47b6-9f3a-e29f007a9622", + "name": "e7fb6b05-94e4-47b6-9f3a-e29f007a9622", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-46.ntdev.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-46-ntdev-corp-micros-e4638031-3b19-5642-926d-385da60cfb8a", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 1048576, + "firmware": "BIOS", + "isDynamicMemoryEnabled": false, + "disks": [ + { + "instanceId": "Microsoft:E7FB6B05-94E4-47B6-9F3A-E29F007A9622\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "0cb2907e-1225-44fb-9059-9e004e7cd071", + "maxSizeInBytes": 42949672960, + "name": "LATEST-DATA-64", + "diskType": "Dynamic", + "lun": 0, + "path": "C:\\VHDs\\h2a-test-abgoyal\\LATEST-DATA-64.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "VmlydHVhbCBTd2l0Y2gtIE5JQzQ=", + "subnetName": "Virtual Switch- NIC4", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:E7FB6B05-94E4-47B6-9F3A-E29F007A9622\\0F593E92-445E-43D0-8D2D-7B97A55D8E6F", + "macAddress": "00:15:5d:0a:58:13", + "ipAddressList": [ + "10.150.14.42", + "fe80::e8a5:3802:483f:21d6", + "2404:f801:4800:25:e8a5:3802:483f:21d6" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "h2a-test-abgoyal", + "numberOfProcessorCore": 1, + "allocatedMemoryInMB": 4096, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\E7FB6B05-94E4-47B6-9F3A-E29F007A9622.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server Datacenter", + "osVersion": "10.0.17600" + }, + "createdTimestamp": "2019-05-09T07:56:11.6702321Z", + "updatedTimestamp": "2019-05-14T07:01:18.5309441Z", + "instanceUuid": "e7fb6b05-94e4-47b6-9f3a-e29f007a9622", + "powerStatus": "Running", + "biosSerialNumber": "0529-6539-9178-3979-0839-5502-94", + "vmFqdn": "V91E69869EC4E4A", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/aba95db8-bc64-461e-87b6-0d11be61f090", + "name": "aba95db8-bc64-461e-87b6-0d11be61f090", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 1048576, + "firmware": "BIOS", + "isDynamicMemoryEnabled": false, + "disks": [ + { + "instanceId": "Microsoft:ABA95DB8-BC64-461E-87B6-0D11BE61F090\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "00000000-0000-0000-0000-000000000000", + "maxSizeInBytes": 0, + "name": "9600.16384.amd64fre.winblue_rtm.130821-1623_server_serverstandard_en-us", + "diskType": "Unknown", + "lun": 0, + "path": "D:\\VHDs\\9600.16384.amd64fre.winblue_rtm.130821-1623_server_serverstandard_en-us.vhd" + }, + { + "instanceId": "Microsoft:ABA95DB8-BC64-461E-87B6-0D11BE61F090\\03A7EC65-4F69-4AA4-AFC4-FE85C348A222\\0\\0\\L", + "vhdId": "76883e1e-6e35-4c11-b7c8-1b3e65c025d2", + "maxSizeInBytes": 4294967296, + "name": "44", + "diskType": "Dynamic", + "lun": 0, + "path": "C:\\Users\\Public\\Documents\\Hyper-V\\Virtual Hard Disks\\44.vhdx" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:ABA95DB8-BC64-461E-87B6-0D11BE61F090\\9646805F-7259-4293-888F-42D182009C27", + "macAddress": "00:15:5d:0c:92:48", + "ipAddressList": [], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "WS2012 R21", + "numberOfProcessorCore": 4, + "allocatedMemoryInMB": 4096, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\ABA95DB8-BC64-461E-87B6-0D11BE61F090.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": null, + "osVersion": null + }, + "createdTimestamp": "2019-05-09T07:56:11.6861484Z", + "updatedTimestamp": "2019-05-15T17:32:02.0943228Z", + "instanceUuid": "aba95db8-bc64-461e-87b6-0d11be61f090", + "powerStatus": "PowerOff", + "biosSerialNumber": "3794-1628-1271-9986-9596-3948-70", + "vmFqdn": "", + "isDeleted": true, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/6f0830f0-622c-4ca9-847a-c76b34af9a8f", + "name": "6f0830f0-622c-4ca9-847a-c76b34af9a8f", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-46.ntdev.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-46-ntdev-corp-micros-e4638031-3b19-5642-926d-385da60cfb8a", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 1048576, + "firmware": "BIOS", + "isDynamicMemoryEnabled": false, + "disks": [ + { + "instanceId": "Microsoft:6F0830F0-622C-4CA9-847A-C76B34AF9A8F\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "C:\\VHDs\\AzureMigrateAppliance-abgoyal-2904\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "VmlydHVhbCBTd2l0Y2gtIE5JQzQ=", + "subnetName": "Virtual Switch- NIC4", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:6F0830F0-622C-4CA9-847A-C76B34AF9A8F\\EB8335C4-8F6A-44EB-A9BE-448D626B389F", + "macAddress": "00:15:5d:0a:58:14", + "ipAddressList": [ + "10.150.14.46", + "fe80::dccd:c8cd:2539:5abf", + "2404:f801:4800:25:dccd:c8cd:2539:5abf" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "AzureMigrateAppliance-abgoyal-2904", + "numberOfProcessorCore": 1, + "allocatedMemoryInMB": 4096, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\6F0830F0-622C-4CA9-847A-C76B34AF9A8F.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Datacenter Evaluation", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-09T07:56:11.6861484Z", + "updatedTimestamp": "2019-05-14T07:01:18.5465064Z", + "instanceUuid": "6f0830f0-622c-4ca9-847a-c76b34af9a8f", + "powerStatus": "Running", + "biosSerialNumber": "7266-4247-1943-7768-9547-5184-40", + "vmFqdn": "WIN-MFCQRVE5UA8", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/f8554602-0e81-425d-8751-aca4a21de118", + "name": "f8554602-0e81-425d-8751-aca4a21de118", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 2, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "UEFI", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:F8554602-0E81-425D-8751-ACA4A21DE118\\8E16F944-93A6-462F-9D36-800000DE75E7\\0\\0\\L", + "vhdId": "51f204b1-e6d0-43d7-a3a3-8ee472205c5d", + "maxSizeInBytes": 215822106624, + "name": "49Host-1", + "diskType": "Dynamic", + "lun": 0, + "path": "E:\\CriticalVMs\\Virtual Hard Disks\\49Host-1.vhdx" + }, + { + "instanceId": "Microsoft:F8554602-0E81-425D-8751-ACA4A21DE118\\8E16F944-93A6-462F-9D36-800000DE75E7\\0\\1\\L", + "vhdId": "237a96fe-4b30-4d74-bd44-cbce03093df6", + "maxSizeInBytes": 137438953472, + "name": "Data1", + "diskType": "Dynamic", + "lun": 0, + "path": "E:\\CriticalVMs\\Virtual Hard Disks\\Data1.vhdx" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:F8554602-0E81-425D-8751-ACA4A21DE118\\57699473-62D6-4A6F-B26C-4667EC761CE7", + "macAddress": "00:15:5d:0c:92:50", + "ipAddressList": [ + "10.150.13.32", + "10.150.12.169", + "fe80::11f6:340c:cbf2:39a5", + "2404:f801:4800:25:918c:736:cd60:2747", + "2404:f801:4800:25:11f6:340c:cbf2:39a5" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "ClusterNode1", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 16384, + "vmConfigurationFileLocation": "E:\\CriticalVMs\\Virtual Machines\\F8554602-0E81-425D-8751-ACA4A21DE118.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Datacenter", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-09T07:56:11.7013962Z", + "updatedTimestamp": "2019-05-17T01:32:04.5095247Z", + "instanceUuid": "f8554602-0e81-425d-8751-aca4a21de118", + "powerStatus": "Running", + "biosSerialNumber": "8576-9633-7376-1318-6484-3429-65", + "vmFqdn": "HypGQLClusN1.ntdev.corp.microsoft.com", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/bd9f48cd-03c6-43ff-aafd-5f58974db85b", + "name": "bd9f48cd-03c6-43ff-aafd-5f58974db85b", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 1048576, + "firmware": "BIOS", + "isDynamicMemoryEnabled": false, + "disks": [ + { + "instanceId": "Microsoft:BD9F48CD-03C6-43FF-AAFD-5F58974DB85B\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "00000000-0000-0000-0000-000000000000", + "maxSizeInBytes": 0, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us", + "diskType": "Unknown", + "lun": 0, + "path": "\\\\priyank-z420\\share2\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us.vhd" + }, + { + "instanceId": "Microsoft:BD9F48CD-03C6-43FF-AAFD-5F58974DB85B\\F52499C2-8940-412E-B798-ED9C225D2B15\\0\\0\\L", + "vhdId": "00000000-0000-0000-0000-000000000000", + "maxSizeInBytes": 0, + "name": "123", + "diskType": "Unknown", + "lun": 0, + "path": "\\\\priyank-z420\\share2\\123.vhdx" + } + ], + "networkAdapters": [ + { + "networkId": "", + "subnetName": "", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:BD9F48CD-03C6-43FF-AAFD-5F58974DB85B\\A541DA26-A51A-4E61-8FF7-2051D1CDE324", + "macAddress": "00:15:5d:0c:92:fa", + "ipAddressList": [], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "SMB", + "numberOfProcessorCore": 1, + "allocatedMemoryInMB": 1024, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\BD9F48CD-03C6-43FF-AAFD-5F58974DB85B.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": null, + "osVersion": null + }, + "createdTimestamp": "2019-05-09T07:56:11.7170488Z", + "updatedTimestamp": "2019-05-15T17:32:02.0943228Z", + "instanceUuid": "bd9f48cd-03c6-43ff-aafd-5f58974db85b", + "powerStatus": "PowerOff", + "biosSerialNumber": "5149-0934-1689-6981-5357-7684-40", + "vmFqdn": "", + "isDeleted": true, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/dcca6317-b8c7-4fa3-8e1f-9357b881650d", + "name": "dcca6317-b8c7-4fa3-8e1f-9357b881650d", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-46.ntdev.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-46-ntdev-corp-micros-e4638031-3b19-5642-926d-385da60cfb8a", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "5.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "BIOS", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:DCCA6317-B8C7-4FA3-8E1F-9357B881650D\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "66513e67-0d56-4e77-aac2-b77eaba47558", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us_2A9330F8-B08D-4A81-A9DC-800B0CA48800", + "diskType": "Differencing", + "lun": 0, + "path": "C:\\VHDs\\Priyank\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us_2A9330F8-B08D-4A81-A9DC-800B0CA48800.avhd" + } + ], + "networkAdapters": [ + { + "networkId": "VmlydHVhbCBTd2l0Y2gtIE5JQzQ=", + "subnetName": "Virtual Switch- NIC4", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:DCCA6317-B8C7-4FA3-8E1F-9357B881650D\\FA3626BD-BB8B-4F82-8C2A-2876FA71C4F6", + "macAddress": "00:15:5d:0a:58:19", + "ipAddressList": [ + "10.150.13.204", + "fe80::41ea:d59a:e7ab:b06b", + "2404:f801:4800:25:41ea:d59a:e7ab:b06b" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "AzureMigrateAppliance_v1.19.05.02_Priyank", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 8192, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\DCCA6317-B8C7-4FA3-8E1F-9357B881650D.xml", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Datacenter Evaluation", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-09T07:56:11.7326712Z", + "updatedTimestamp": "2019-05-14T07:01:18.5934347Z", + "instanceUuid": "dcca6317-b8c7-4fa3-8e1f-9357b881650d", + "powerStatus": "Running", + "biosSerialNumber": "7818-1323-0039-2182-5595-5550-42", + "vmFqdn": "WIN-5OPBUKJQG28", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/d28b6437-bc05-4399-90f8-62d286c33285", + "name": "d28b6437-bc05-4399-90f8-62d286c33285", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 1048576, + "firmware": "BIOS", + "isDynamicMemoryEnabled": false, + "disks": [ + { + "instanceId": "Microsoft:D28B6437-BC05-4399-90F8-62D286C33285\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "00000000-0000-0000-0000-000000000000", + "maxSizeInBytes": 0, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverstandardeval_en-us", + "diskType": "Unknown", + "lun": 0, + "path": "D:\\VHDs\\14393.0.amd64fre.rs1_release.160715-1616_server_serverstandardeval_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:D28B6437-BC05-4399-90F8-62D286C33285\\D06405C1-6F2A-4F7E-BD15-02975F3FCC5D", + "macAddress": "00:15:5d:0c:92:61", + "ipAddressList": [], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "RS1-NoUpdates", + "numberOfProcessorCore": 4, + "allocatedMemoryInMB": 4096, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\D28B6437-BC05-4399-90F8-62D286C33285.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": null, + "osVersion": null + }, + "createdTimestamp": "2019-05-09T07:56:11.7483029Z", + "updatedTimestamp": "2019-05-15T17:32:02.1099566Z", + "instanceUuid": "d28b6437-bc05-4399-90f8-62d286c33285", + "powerStatus": "PowerOff", + "biosSerialNumber": "2018-8141-1255-2053-1389-3960-25", + "vmFqdn": "", + "isDeleted": true, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/98ce14ff-04f8-4191-af0b-69d592e7e04e", + "name": "98ce14ff-04f8-4191-af0b-69d592e7e04e", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-46.ntdev.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-46-ntdev-corp-micros-e4638031-3b19-5642-926d-385da60cfb8a", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "5.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "BIOS", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:98CE14FF-04F8-4191-AF0B-69D592E7E04E\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "d1f22d98-a919-4a17-9007-92182a72b6e0", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us_F74C5867-5673-48A0-B64A-841A191E7B85", + "diskType": "Differencing", + "lun": 0, + "path": "C:\\VHDs\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us_F74C5867-5673-48A0-B64A-841A191E7B85.avhd" + } + ], + "networkAdapters": [ + { + "networkId": "VmlydHVhbCBTd2l0Y2gtIE5JQzQ=", + "subnetName": "Virtual Switch- NIC4", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:98CE14FF-04F8-4191-AF0B-69D592E7E04E\\FA3626BD-BB8B-4F82-8C2A-2876FA71C4F6", + "macAddress": "00:15:5d:0a:58:18", + "ipAddressList": [ + "10.150.9.156", + "fe80::fda4:7107:935e:d133", + "2404:f801:4800:25:fda4:7107:935e:d133" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "AzureMigrateAppliance_v1.19.05.02_Kunal", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 8192, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\98CE14FF-04F8-4191-AF0B-69D592E7E04E.xml", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Datacenter Evaluation", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-09T07:56:11.7483029Z", + "updatedTimestamp": "2019-05-14T07:01:18.6245851Z", + "instanceUuid": "98ce14ff-04f8-4191-af0b-69d592e7e04e", + "powerStatus": "Running", + "biosSerialNumber": "7818-1323-0039-2182-5595-5550-42", + "vmFqdn": "WIN-H04APHO2P7P", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/bacb7d76-b663-42a0-90c2-a63ddf362b4d", + "name": "bacb7d76-b663-42a0-90c2-a63ddf362b4d", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "5.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "BIOS", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:BACB7D76-B663-42A0-90C2-A63DDF362B4D\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "6e74566d-d852-4281-85d1-08f7f39b75c3", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us_852E374B-A870-4510-95E3-92ECD3230805", + "diskType": "Differencing", + "lun": 0, + "path": "C:\\Users\\Public\\Documents\\Hyper-V\\Virtual Hard Disks\\rahulkum\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us_852E374B-A870-4510-95E3-92ECD3230805.avhd" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:BACB7D76-B663-42A0-90C2-A63DDF362B4D\\9621A776-FE27-4E22-B4B2-1B7B80568D63", + "macAddress": "00:15:5d:0c:92:ca", + "ipAddressList": [ + "10.150.10.193", + "fe80::6572:9ae9:5362:f1b2", + "2404:f801:4800:25:6572:9ae9:5362:f1b2" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "RahulkumAppliance_v1.19.05.09", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 8192, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\BACB7D76-B663-42A0-90C2-A63DDF362B4D.xml", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Datacenter Evaluation", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-09T07:56:11.7639154Z", + "updatedTimestamp": "2019-05-14T07:01:18.6245851Z", + "instanceUuid": "bacb7d76-b663-42a0-90c2-a63ddf362b4d", + "powerStatus": "Running", + "biosSerialNumber": "6707-1095-4598-5876-9535-2181-00", + "vmFqdn": "WIN-HPVEMK1D3D8", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/17577b0b-f3cf-4c54-a409-298bc0a898a6", + "name": "17577b0b-f3cf-4c54-a409-298bc0a898a6", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 1048576, + "firmware": "BIOS", + "isDynamicMemoryEnabled": false, + "disks": [ + { + "instanceId": "Microsoft:17577B0B-F3CF-4C54-A409-298BC0A898A6\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "00000000-0000-0000-0000-000000000000", + "maxSizeInBytes": 0, + "name": "VHDNotFound", + "diskType": "Unknown", + "lun": 0, + "path": "C:\\Users\\Public\\Documents\\Hyper-V\\Virtual Hard Disks\\VHDNotFound.vhdx" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:17577B0B-F3CF-4C54-A409-298BC0A898A6\\A37FCC48-FA4B-4886-96BD-F48A397EF60E", + "macAddress": "00:11:22:33:44:88", + "ipAddressList": [], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "VHDNotFound", + "numberOfProcessorCore": 1, + "allocatedMemoryInMB": 1024, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\17577B0B-F3CF-4C54-A409-298BC0A898A6.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": null, + "osVersion": null + }, + "createdTimestamp": "2019-05-09T07:56:11.779503Z", + "updatedTimestamp": "2019-05-15T17:32:02.1255781Z", + "instanceUuid": "17577b0b-f3cf-4c54-a409-298bc0a898a6", + "powerStatus": "PowerOff", + "biosSerialNumber": "4378-5168-7795-2379-2071-9034-81", + "vmFqdn": "", + "isDeleted": true, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/4890d3ef-cd22-4001-ad61-44cfe30783bb", + "name": "4890d3ef-cd22-4001-ad61-44cfe30783bb", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 8196, + "firmware": "BIOS", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:4890D3EF-CD22-4001-AD61-44CFE30783BB\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "C:\\Users\\Public\\Documents\\Hyper-V\\Virtual hard disks\\NN\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:4890D3EF-CD22-4001-AD61-44CFE30783BB\\2D913B79-CBFC-4E5F-BDD9-4BEB8B95305C", + "macAddress": "00:15:5d:0c:92:c8", + "ipAddressList": [ + "10.150.13.174", + "fe80::65bc:6654:b119:d63e", + "2404:f801:4800:25:65bc:6654:b119:d63e" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "Nikhil", + "numberOfProcessorCore": 4, + "allocatedMemoryInMB": 4096, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\4890D3EF-CD22-4001-AD61-44CFE30783BB.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Datacenter Evaluation", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-09T07:56:11.779503Z", + "updatedTimestamp": "2019-05-14T07:01:18.6559443Z", + "instanceUuid": "4890d3ef-cd22-4001-ad61-44cfe30783bb", + "powerStatus": "Running", + "biosSerialNumber": "9280-1017-7048-1199-7205-9151-54", + "vmFqdn": "WIN-RLHS81LFPG6", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/59bdeccd-3547-43d9-a17f-0a31f9139b6c", + "name": "59bdeccd-3547-43d9-a17f-0a31f9139b6c", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 2, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "UEFI", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:59BDECCD-3547-43D9-A17F-0A31F9139B6C\\5BF1E031-EAE7-429B-8033-1FB176400EB0\\0\\0\\L", + "vhdId": "51f204b1-e6d0-43d7-a3a3-8ee472205c5d", + "maxSizeInBytes": 76235669504, + "name": "49Host-2", + "diskType": "Dynamic", + "lun": 0, + "path": "E:\\CriticalVMs\\Virtual Hard Disks\\3\\49Host-2.vhdx" + }, + { + "instanceId": "Microsoft:59BDECCD-3547-43D9-A17F-0A31F9139B6C\\5BF1E031-EAE7-429B-8033-1FB176400EB0\\0\\1\\L", + "vhdId": "93ec225d-248b-45aa-b833-fa8ec33ca7b0", + "maxSizeInBytes": 136365211648, + "name": "Data2", + "diskType": "Dynamic", + "lun": 0, + "path": "E:\\CriticalVMs\\Virtual Hard Disks\\3\\Data2.vhdx" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:59BDECCD-3547-43D9-A17F-0A31F9139B6C\\0CCAA68A-5376-455F-AE5F-59555C7A1B2F", + "macAddress": "00:15:5d:0c:92:b9", + "ipAddressList": [ + "10.150.10.160", + "fe80::a435:7768:efd:254a", + "2404:f801:4800:25:a435:7768:efd:254a" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "ClusterNode3", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 16384, + "vmConfigurationFileLocation": "E:\\CriticalVMs\\Virtual Machines\\59BDECCD-3547-43D9-A17F-0A31F9139B6C.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Datacenter", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-09T07:56:11.7952011Z", + "updatedTimestamp": "2019-05-14T07:01:18.6715166Z", + "instanceUuid": "59bdeccd-3547-43d9-a17f-0a31f9139b6c", + "powerStatus": "Running", + "biosSerialNumber": "4524-2107-8227-3442-2618-2687-03", + "vmFqdn": "HypGQLClusN31.ntdev.corp.microsoft.com", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/297a418d-74c4-4602-a99d-7d96bd578e2b", + "name": "297a418d-74c4-4602-a99d-7d96bd578e2b", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 2, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "UEFI", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:297A418D-74C4-4602-A99D-7D96BD578E2B\\5BF1E031-EAE7-429B-8033-1FB176400EB0\\0\\0\\L", + "vhdId": "51f204b1-e6d0-43d7-a3a3-8ee472205c5d", + "maxSizeInBytes": 76235669504, + "name": "49Host-2", + "diskType": "Dynamic", + "lun": 0, + "path": "E:\\CriticalVMs\\Virtual Hard Disks\\49Host-2.vhdx" + }, + { + "instanceId": "Microsoft:297A418D-74C4-4602-A99D-7D96BD578E2B\\5BF1E031-EAE7-429B-8033-1FB176400EB0\\0\\1\\L", + "vhdId": "93ec225d-248b-45aa-b833-fa8ec33ca7b0", + "maxSizeInBytes": 136365211648, + "name": "Data2", + "diskType": "Dynamic", + "lun": 0, + "path": "E:\\CriticalVMs\\Virtual Hard Disks\\Data2.vhdx" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:297A418D-74C4-4602-A99D-7D96BD578E2B\\0426D3E1-CF7C-47F3-AED1-5164CA01BB07", + "macAddress": "00:15:5d:0c:92:51", + "ipAddressList": [ + "10.150.12.209", + "10.150.12.207", + "fe80::f12b:a6eb:a910:48ac", + "2404:f801:4800:25:f12b:a6eb:a910:48ac", + "2404:f801:4800:25:aeb3:6659:945e:b291" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "ClusterNode2", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 16384, + "vmConfigurationFileLocation": "E:\\CriticalVMs\\Virtual Machines\\297A418D-74C4-4602-A99D-7D96BD578E2B.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Datacenter", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-09T07:56:11.810794Z", + "updatedTimestamp": "2019-05-17T01:32:04.5251985Z", + "instanceUuid": "297a418d-74c4-4602-a99d-7d96bd578e2b", + "powerStatus": "Running", + "biosSerialNumber": "4524-2107-8227-3442-2618-2687-03", + "vmFqdn": "HypGQLClusN2.ntdev.corp.microsoft.com", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/e045bba8-38e6-4668-b98d-6fdd58391bfe", + "name": "e045bba8-38e6-4668-b98d-6fdd58391bfe", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-46.ntdev.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-46-ntdev-corp-micros-e4638031-3b19-5642-926d-385da60cfb8a", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "5.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "BIOS", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:E045BBA8-38E6-4668-B98D-6FDD58391BFE\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "C:\\Users\\Public\\Documents\\Hyper-V\\Virtual Hard Disks\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "VmlydHVhbCBTd2l0Y2gtIE5JQzQ=", + "subnetName": "Virtual Switch- NIC4", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:E045BBA8-38E6-4668-B98D-6FDD58391BFE\\9621A776-FE27-4E22-B4B2-1B7B80568D63", + "macAddress": "00:15:5d:0a:58:1b", + "ipAddressList": [ + "10.150.13.167", + "fe80::91a9:c8a8:a7ac:40c4", + "2404:f801:4800:25:91a9:c8a8:a7ac:40c4" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "AzureMigrateAppliance_v1.19.05.09_Mahesh", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 8192, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\E045BBA8-38E6-4668-B98D-6FDD58391BFE.xml", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Datacenter Evaluation", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-09T07:56:11.810794Z", + "updatedTimestamp": "2019-05-14T07:01:18.7027161Z", + "instanceUuid": "e045bba8-38e6-4668-b98d-6fdd58391bfe", + "powerStatus": "Running", + "biosSerialNumber": "6707-1095-4598-5876-9535-2181-00", + "vmFqdn": "WIN-UNEVOMBE0FN", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/ed3324bb-d73f-4012-b5a7-58f3a5d44601", + "name": "ed3324bb-d73f-4012-b5a7-58f3a5d44601", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 1048576, + "firmware": "BIOS", + "isDynamicMemoryEnabled": false, + "disks": [ + { + "instanceId": "Microsoft:ED3324BB-D73F-4012-B5A7-58F3A5D44601\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serveressentials_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "D:\\VHDs\\vhd_server_serveressentials_en-us\\14393.0.amd64fre.rs1_release.160715-1616_server_serveressentials_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:ED3324BB-D73F-4012-B5A7-58F3A5D44601\\5694A958-1E82-42A5-8EFB-85D77CAC763F", + "macAddress": "00:15:5d:0c:92:44", + "ipAddressList": [ + "10.150.13.137", + "fe80::44e2:af5d:fa6e:fcf9", + "2404:f801:4800:25:44e2:af5d:fa6e:fcf9" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "WSEssential", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 4096, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\ED3324BB-D73F-4012-B5A7-58F3A5D44601.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Essentials", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-09T07:56:11.8263932Z", + "updatedTimestamp": "2019-05-14T07:01:18.7183952Z", + "instanceUuid": "ed3324bb-d73f-4012-b5a7-58f3a5d44601", + "powerStatus": "Running", + "biosSerialNumber": "4780-8967-4109-7601-4837-6793-66", + "vmFqdn": "WIN-TEASHKJT7DH", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/6ab71825-dd05-44f6-be0d-791bc0ee85d0", + "name": "6ab71825-dd05-44f6-be0d-791bc0ee85d0", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-46.ntdev.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-46-ntdev-corp-micros-e4638031-3b19-5642-926d-385da60cfb8a", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 1048576, + "firmware": "BIOS", + "isDynamicMemoryEnabled": false, + "disks": [ + { + "instanceId": "Microsoft:6AB71825-DD05-44F6-BE0D-791BC0EE85D0\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "e5b03d4f-2b96-4d9d-b55b-81c7460eb207", + "maxSizeInBytes": 136365211648, + "name": "Linux-CentOS6.5-Gen1", + "diskType": "Dynamic", + "lun": 0, + "path": "c:\\VHDs\\Linux-CentOS6.5-Gen1.vhdx" + } + ], + "networkAdapters": [ + { + "networkId": "VmlydHVhbCBTd2l0Y2gtIE5JQzQ=", + "subnetName": "Virtual Switch- NIC4", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:6AB71825-DD05-44F6-BE0D-791BC0EE85D0\\3068D962-E6C2-4FAB-B305-7B0FE6532E80", + "macAddress": "00:15:5d:0a:58:0c", + "ipAddressList": [], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "CentOS", + "numberOfProcessorCore": 1, + "allocatedMemoryInMB": 2048, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\6AB71825-DD05-44F6-BE0D-791BC0EE85D0.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": null, + "osVersion": null + }, + "createdTimestamp": "2019-05-09T07:56:11.8420648Z", + "updatedTimestamp": "2019-05-14T07:01:18.7183952Z", + "instanceUuid": "6ab71825-dd05-44f6-be0d-791bc0ee85d0", + "powerStatus": "Running", + "biosSerialNumber": "9003-1248-9082-3222-2074-4726-50", + "vmFqdn": "", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/78be130c-418c-49cd-b89d-8f8f68371d05", + "name": "78be130c-418c-49cd-b89d-8f8f68371d05", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-46.ntdev.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-46-ntdev-corp-micros-e4638031-3b19-5642-926d-385da60cfb8a", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 1048576, + "firmware": "BIOS", + "isDynamicMemoryEnabled": false, + "disks": [ + { + "instanceId": "Microsoft:78BE130C-418C-49CD-B89D-8F8F68371D05\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "C:\\VHDs\\AzureMigrateAppliance-mamudd\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "VmlydHVhbCBTd2l0Y2gtIE5JQzQ=", + "subnetName": "Virtual Switch- NIC4", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:78BE130C-418C-49CD-B89D-8F8F68371D05\\183B5209-16F9-407E-86B8-377BB83A0C8E", + "macAddress": "00:15:5d:0a:58:17", + "ipAddressList": [ + "10.150.9.208", + "fe80::d57f:a068:2022:1c31", + "2404:f801:4800:25:d57f:a068:2022:1c31" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "AzureMigrateAppliance-mammud", + "numberOfProcessorCore": 1, + "allocatedMemoryInMB": 2048, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\78BE130C-418C-49CD-B89D-8F8F68371D05.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Datacenter Evaluation", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-09T07:56:11.8420648Z", + "updatedTimestamp": "2019-05-14T07:01:18.7339598Z", + "instanceUuid": "78be130c-418c-49cd-b89d-8f8f68371d05", + "powerStatus": "Running", + "biosSerialNumber": "7407-3604-4544-7930-7587-9857-32", + "vmFqdn": "WIN-OEF2MV9HBC0", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/9e912d68-06a7-4c76-b762-171e240bf09d", + "name": "9e912d68-06a7-4c76-b762-171e240bf09d", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 1048576, + "firmware": "BIOS", + "isDynamicMemoryEnabled": false, + "disks": [ + { + "instanceId": "Microsoft:9E912D68-06A7-4C76-B762-171E240BF09D\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "84d519f0-b196-484a-8717-0e56235d8438", + "maxSizeInBytes": 136365211648, + "name": "ISOAttachedVM", + "diskType": "Dynamic", + "lun": 0, + "path": "C:\\Users\\Public\\Documents\\Hyper-V\\Virtual Hard Disks\\ISOAttachedVM.vhdx" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:9E912D68-06A7-4C76-B762-171E240BF09D\\0880FE0B-A000-46EF-9B87-2F1E4E57F7EA", + "macAddress": "00:00:00:00:00:00", + "ipAddressList": [], + "networkName": null, + "ipAddressType": "Dynamic" + }, + { + "networkId": "", + "subnetName": "", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:9E912D68-06A7-4C76-B762-171E240BF09D\\787FB221-4AA8-444A-9A66-9F56E12D2B98", + "macAddress": "00:00:00:00:00:00", + "ipAddressList": [], + "networkName": null, + "ipAddressType": "Dynamic" + }, + { + "networkId": "", + "subnetName": "", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:9E912D68-06A7-4C76-B762-171E240BF09D\\718032DA-6EFB-4EF4-8152-9A2FBDA945BF\\0", + "macAddress": "00:00:00:00:00:00", + "ipAddressList": null, + "networkName": null, + "ipAddressType": null + } + ], + "displayName": "ISOAttachedVM", + "numberOfProcessorCore": 3, + "allocatedMemoryInMB": 1024, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\9E912D68-06A7-4C76-B762-171E240BF09D.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": null, + "osVersion": null + }, + "createdTimestamp": "2019-05-09T07:56:11.8576382Z", + "updatedTimestamp": "2019-05-14T07:01:18.7496312Z", + "instanceUuid": "9e912d68-06a7-4c76-b762-171e240bf09d", + "powerStatus": "PowerOff", + "biosSerialNumber": "3715-6060-7222-2396-6105-4920-81", + "vmFqdn": "", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/59429fa6-644a-4b8a-9a2f-30b333919788", + "name": "59429fa6-644a-4b8a-9a2f-30b333919788", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-46.ntdev.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-46-ntdev-corp-micros-e4638031-3b19-5642-926d-385da60cfb8a", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "5.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "BIOS", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:59429FA6-644A-4B8A-9A2F-30B333919788\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "C:\\Users\\Public\\Documents\\Hyper-V\\Virtual Hard Disks\\Madhavi\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "VmlydHVhbCBTd2l0Y2gtIE5JQzQ=", + "subnetName": "Virtual Switch- NIC4", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:59429FA6-644A-4B8A-9A2F-30B333919788\\9621A776-FE27-4E22-B4B2-1B7B80568D63", + "macAddress": "00:15:5d:0a:58:1f", + "ipAddressList": [ + "10.150.14.29", + "fe80::9dca:2b9d:d02a:64a3", + "2404:f801:4800:25:9dca:2b9d:d02a:64a3" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "AzureMigrateAppliance_v1.19.05.09_Madhavi", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 8192, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\59429FA6-644A-4B8A-9A2F-30B333919788.xml", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Datacenter Evaluation", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-09T08:23:03.9890985Z", + "updatedTimestamp": "2019-05-14T07:01:18.6715166Z", + "instanceUuid": "59429fa6-644a-4b8a-9a2f-30b333919788", + "powerStatus": "Running", + "biosSerialNumber": "6707-1095-4598-5876-9535-2181-00", + "vmFqdn": "WIN-VC5PRVSDQUD", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/8f4a07fb-f0d1-41d9-8815-5fcdd5019595", + "name": "8f4a07fb-f0d1-41d9-8815-5fcdd5019595", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "5.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "BIOS", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:8F4A07FB-F0D1-41D9-8815-5FCDD5019595\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "D:\\rahasija\\HyperV\\Virtual Hard Disks\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:8F4A07FB-F0D1-41D9-8815-5FCDD5019595\\9621A776-FE27-4E22-B4B2-1B7B80568D63", + "macAddress": "00:15:5d:0c:92:cb", + "ipAddressList": [], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "rahasijaBugash0509", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 8192, + "vmConfigurationFileLocation": "D:\\rahasija\\HyperV\\Virtual Machines\\8F4A07FB-F0D1-41D9-8815-5FCDD5019595.xml", + "operatingSystemDetails": { + "osType": null, + "osName": null, + "osVersion": null + }, + "createdTimestamp": "2019-05-09T09:03:53.2432706Z", + "updatedTimestamp": "2019-05-14T07:01:18.4995887Z", + "instanceUuid": "8f4a07fb-f0d1-41d9-8815-5fcdd5019595", + "powerStatus": "PowerOff", + "biosSerialNumber": "6707-1095-4598-5876-9535-2181-00", + "vmFqdn": "", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/304eb784-bac5-4db6-a377-24073a5986d1", + "name": "304eb784-bac5-4db6-a377-24073a5986d1", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-46.ntdev.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-46-ntdev-corp-micros-e4638031-3b19-5642-926d-385da60cfb8a", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "5.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "BIOS", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:304EB784-BAC5-4DB6-A377-24073A5986D1\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "C:\\Users\\Public\\Documents\\Hyper-V\\Virtual Hard Disks\\kuchaturBB02\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "VmlydHVhbCBTd2l0Y2gtIE5JQzQ=", + "subnetName": "Virtual Switch- NIC4", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:304EB784-BAC5-4DB6-A377-24073A5986D1\\9621A776-FE27-4E22-B4B2-1B7B80568D63", + "macAddress": "00:15:5d:0a:58:20", + "ipAddressList": [ + "10.150.9.159", + "fe80::510b:c816:e4c1:f64e", + "2404:f801:4800:25:510b:c816:e4c1:f64e" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "AzureMigrateAppliance_v1.19.05.09_Kunal02", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 8192, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\304EB784-BAC5-4DB6-A377-24073A5986D1.xml", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Datacenter Evaluation", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-09T10:53:02.4465824Z", + "updatedTimestamp": "2019-05-14T07:01:18.7496312Z", + "instanceUuid": "304eb784-bac5-4db6-a377-24073a5986d1", + "powerStatus": "Running", + "biosSerialNumber": "6707-1095-4598-5876-9535-2181-00", + "vmFqdn": "WIN-A8K9I2PTPR2", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/ccbb851a-0e4e-4284-9e3f-1336bc62528d", + "name": "ccbb851a-0e4e-4284-9e3f-1336bc62528d", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-46.ntdev.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-46-ntdev-corp-micros-e4638031-3b19-5642-926d-385da60cfb8a", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "5.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "BIOS", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:CCBB851A-0E4E-4284-9E3F-1336BC62528D\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "C:\\VHDs\\vamsi-ga-1\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "VmlydHVhbCBTd2l0Y2gtIE5JQzQ=", + "subnetName": "Virtual Switch- NIC4", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:CCBB851A-0E4E-4284-9E3F-1336BC62528D\\9621A776-FE27-4E22-B4B2-1B7B80568D63", + "macAddress": "00:15:5d:0a:58:21", + "ipAddressList": [ + "10.150.13.73", + "fe80::4097:bbda:cb91:94ee", + "2404:f801:4800:25:4097:bbda:cb91:94ee" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "Vamsi1-AzureMigrateAppliance_v1.19.05.09", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 8192, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\CCBB851A-0E4E-4284-9E3F-1336BC62528D.xml", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Datacenter Evaluation", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-09T12:53:02.7731781Z", + "updatedTimestamp": "2019-05-14T07:01:18.640232Z", + "instanceUuid": "ccbb851a-0e4e-4284-9e3f-1336bc62528d", + "powerStatus": "Running", + "biosSerialNumber": "6707-1095-4598-5876-9535-2181-00", + "vmFqdn": "WIN-4RS2CC5DSSO", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/df0c5121-164d-455e-9a20-2e9b0adb3a90", + "name": "df0c5121-164d-455e-9a20-2e9b0adb3a90", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 1048576, + "firmware": "BIOS", + "isDynamicMemoryEnabled": false, + "disks": [ + { + "instanceId": "Microsoft:DF0C5121-164D-455E-9A20-2E9B0ADB3A90\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "E:\\VHDAutomation\\VHDPath\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:DF0C5121-164D-455E-9A20-2E9B0ADB3A90\\AC1AD8FB-F25A-41B1-A0CC-2DB129C18283", + "macAddress": "00:15:5d:0c:92:cc", + "ipAddressList": [], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "Test", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 4096, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\DF0C5121-164D-455E-9A20-2E9B0ADB3A90.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": null, + "osVersion": null + }, + "createdTimestamp": "2019-05-10T11:53:06.3105265Z", + "updatedTimestamp": "2019-05-15T12:02:02.6815934Z", + "instanceUuid": "df0c5121-164d-455e-9a20-2e9b0adb3a90", + "powerStatus": "PowerOff", + "biosSerialNumber": "4103-3029-5928-5904-7855-3799-41", + "vmFqdn": "", + "isDeleted": true, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/328ce110-bc29-449d-af6f-d57d0c16602c", + "name": "328ce110-bc29-449d-af6f-d57d0c16602c", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "5.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "BIOS", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:328CE110-BC29-449D-AF6F-D57D0C16602C\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "10b70c27-0b16-4dea-83a2-baeb093514e7", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us_2B73C7AA-EA47-48B8-91E4-C5F93225DA67", + "diskType": "Differencing", + "lun": 0, + "path": "E:\\VHDAutomation\\VHDPath\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us_2B73C7AA-EA47-48B8-91E4-C5F93225DA67.avhd" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:328CE110-BC29-449D-AF6F-D57D0C16602C\\EB437799-FBAE-494E-ABB3-723120435537", + "macAddress": "00:15:5d:0c:92:cd", + "ipAddressList": [ + "10.150.9.220", + "fe80::d451:64ad:3b59:9136", + "2404:f801:4800:25:d451:64ad:3b59:9136" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "AzureMigrateAppliance_v1.19.05.10", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 8192, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\328CE110-BC29-449D-AF6F-D57D0C16602C.xml", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Datacenter Evaluation", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-10T14:23:07.459259Z", + "updatedTimestamp": "2019-05-15T12:02:02.6972359Z", + "instanceUuid": "328ce110-bc29-449d-af6f-d57d0c16602c", + "powerStatus": "Running", + "biosSerialNumber": "1433-5871-9190-1858-3027-5681-64", + "vmFqdn": "WIN-O06N8M378GP", + "isDeleted": true, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/8f07e954-90fe-4567-a358-d6c6e9625503", + "name": "8f07e954-90fe-4567-a358-d6c6e9625503", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 1048576, + "firmware": "BIOS", + "isDynamicMemoryEnabled": false, + "disks": [ + { + "instanceId": "Microsoft:8F07E954-90FE-4567-A358-D6C6E9625503\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "E:\\VHDAutomation\\VHDPath\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:8F07E954-90FE-4567-A358-D6C6E9625503\\66420E45-09C4-4285-80A4-415A4DE21770", + "macAddress": "00:15:5d:0c:92:ce", + "ipAddressList": [], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "Test", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 4096, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\8F07E954-90FE-4567-A358-D6C6E9625503.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": null, + "osVersion": null + }, + "createdTimestamp": "2019-05-15T12:02:02.650338Z", + "updatedTimestamp": "2019-05-16T00:31:59.361658Z", + "instanceUuid": "8f07e954-90fe-4567-a358-d6c6e9625503", + "powerStatus": "PowerOff", + "biosSerialNumber": "6719-1523-3413-9109-3955-3485-46", + "vmFqdn": "", + "isDeleted": true, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/7d43ce9c-20bc-4a78-a3a0-4e7b9670c591", + "name": "7d43ce9c-20bc-4a78-a3a0-4e7b9670c591", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "5.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "BIOS", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:7D43CE9C-20BC-4A78-A3A0-4E7B9670C591\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "b7904dd4-5813-4354-85e1-056cafc41482", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us_A9A82863-8AA6-4B4A-AA0D-524E62E64FFC", + "diskType": "Differencing", + "lun": 0, + "path": "E:\\VHDAutomation\\VHDPath\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us_A9A82863-8AA6-4B4A-AA0D-524E62E64FFC.avhd" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:7D43CE9C-20BC-4A78-A3A0-4E7B9670C591\\BC13125D-A56E-4CE4-AD47-DED3523DAB53", + "macAddress": "00:15:5d:0c:92:cf", + "ipAddressList": [ + "10.150.9.225", + "fe80::7026:aa77:f5a1:ac54", + "2404:f801:4800:25:7026:aa77:f5a1:ac54" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "AzureMigrateAppliance_v1.19.05.15", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 8192, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\7D43CE9C-20BC-4A78-A3A0-4E7B9670C591.xml", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Datacenter Evaluation", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-15T14:02:04.1961757Z", + "updatedTimestamp": "2019-05-16T00:31:59.3460092Z", + "instanceUuid": "7d43ce9c-20bc-4a78-a3a0-4e7b9670c591", + "powerStatus": "Running", + "biosSerialNumber": "8340-4355-4482-4399-2569-2180-82", + "vmFqdn": "WIN-EHIVHPB2BVJ", + "isDeleted": true, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/b343b5ec-aa25-4c33-a55f-1ec7422700a8", + "name": "b343b5ec-aa25-4c33-a55f-1ec7422700a8", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "5.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "BIOS", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:B343B5EC-AA25-4C33-A55F-1EC7422700A8\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "E:\\vaindana\\VHD\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:B343B5EC-AA25-4C33-A55F-1EC7422700A8\\BC13125D-A56E-4CE4-AD47-DED3523DAB53", + "macAddress": "00:15:5d:0c:92:d0", + "ipAddressList": [ + "10.150.13.145", + "fe80::584a:7b90:c043:257e", + "2404:f801:4800:25:584a:7b90:c043:257e" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "Vamsi-AzureMigrateAppliance_v1.19.05.15", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 8192, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\B343B5EC-AA25-4C33-A55F-1EC7422700A8.xml", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Datacenter Evaluation", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-15T16:32:05.6613468Z", + "updatedTimestamp": "2019-05-15T16:32:05.6613468Z", + "instanceUuid": "b343b5ec-aa25-4c33-a55f-1ec7422700a8", + "powerStatus": "Running", + "biosSerialNumber": "8340-4355-4482-4399-2569-2180-82", + "vmFqdn": "WIN-9KSSLIRK992", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/a0955ab6-eb5b-418a-9164-12f113e647d4", + "name": "a0955ab6-eb5b-418a-9164-12f113e647d4", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 1048576, + "firmware": "BIOS", + "isDynamicMemoryEnabled": false, + "disks": [ + { + "instanceId": "Microsoft:A0955AB6-EB5B-418A-9164-12F113E647D4\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "E:\\VHDAutomation\\VHDPath\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:A0955AB6-EB5B-418A-9164-12F113E647D4\\C041D435-F83C-4B7C-8D0D-9979B21C789D", + "macAddress": "00:15:5d:0c:92:d1", + "ipAddressList": [], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "Test", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 4096, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\A0955AB6-EB5B-418A-9164-12F113E647D4.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": null, + "osVersion": null + }, + "createdTimestamp": "2019-05-16T01:02:02.9558576Z", + "updatedTimestamp": "2019-05-17T00:32:02.5378357Z", + "instanceUuid": "a0955ab6-eb5b-418a-9164-12f113e647d4", + "powerStatus": "PowerOff", + "biosSerialNumber": "1588-2087-3284-3231-3594-2611-79", + "vmFqdn": "", + "isDeleted": true, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/ac334699-a6f6-4975-bac2-d24ee455962c", + "name": "ac334699-a6f6-4975-bac2-d24ee455962c", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "5.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "BIOS", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:AC334699-A6F6-4975-BAC2-D24EE455962C\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "E:\\VHDAutomation\\VHDPath\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:AC334699-A6F6-4975-BAC2-D24EE455962C\\E34FE1C2-FEF7-46D0-B35A-7E9401B4C3CA", + "macAddress": "00:15:5d:0c:92:d2", + "ipAddressList": [ + "10.150.9.176", + "fe80::d25:c354:5be:9547", + "2404:f801:4800:25:d25:c354:5be:9547" + ], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "AzureMigrateAppliance_v1.19.05.16", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 8192, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\AC334699-A6F6-4975-BAC2-D24EE455962C.xml", + "operatingSystemDetails": { + "osType": null, + "osName": "Windows Server 2016 Datacenter Evaluation", + "osVersion": "10.0.14393" + }, + "createdTimestamp": "2019-05-16T02:32:01.7647451Z", + "updatedTimestamp": "2019-05-17T00:32:02.5378357Z", + "instanceUuid": "ac334699-a6f6-4975-bac2-d24ee455962c", + "powerStatus": "Running", + "biosSerialNumber": "0029-6339-8282-3741-9331-0247-99", + "vmFqdn": "WIN-L4SQKQV73T6", + "isDeleted": true, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/c6382927-93a4-4a9f-bb65-0630f3fdf713", + "name": "c6382927-93a4-4a9f-bb65-0630f3fdf713", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "8.0", + "highAvailability": "No", + "maxMemoryMB": 1048576, + "firmware": "BIOS", + "isDynamicMemoryEnabled": false, + "disks": [ + { + "instanceId": "Microsoft:C6382927-93A4-4A9F-BB65-0630F3FDF713\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "E:\\VHDAutomation\\VHDPath\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:C6382927-93A4-4A9F-BB65-0630F3FDF713\\051D0A1B-F760-4275-B42B-999CEE4443D8", + "macAddress": "00:15:5d:0c:92:d3", + "ipAddressList": [], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "Test", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 4096, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\C6382927-93A4-4A9F-BB65-0630F3FDF713.vmcx", + "operatingSystemDetails": { + "osType": null, + "osName": null, + "osVersion": null + }, + "createdTimestamp": "2019-05-17T01:02:04.0322711Z", + "updatedTimestamp": "2019-05-17T02:32:05.7227028Z", + "instanceUuid": "c6382927-93a4-4a9f-bb65-0630f3fdf713", + "powerStatus": "PowerOff", + "biosSerialNumber": "2572-6880-9740-7445-0045-5654-24", + "vmFqdn": "", + "isDeleted": false, + "errors": [] + } + }, + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/machines/a47c9ea9-4388-49fc-918b-4598f201190b", + "name": "a47c9ea9-4388-49fc-918b-4598f201190b", + "type": "Microsoft.OffAzure/HyperVSites/machines", + "properties": { + "hostFqdn": "BCDR-EWLAB-48.fareast.corp.microsoft.com", + "hostId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/hosts/bcdr-ewlab-48-fareast-corp-micr-691cb67f-3474-55ee-b376-63a93b276ed6", + "clusterFqdn": null, + "clusterId": null, + "managementServerType": "Host", + "generation": 1, + "version": "5.0", + "highAvailability": "No", + "maxMemoryMB": 16384, + "firmware": "BIOS", + "isDynamicMemoryEnabled": true, + "disks": [ + { + "instanceId": "Microsoft:A47C9EA9-4388-49FC-918B-4598F201190B\\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\\0\\0\\L", + "vhdId": "4845656d-75b2-1246-bc8f-13d900000000", + "maxSizeInBytes": 42949672960, + "name": "14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us", + "diskType": "Dynamic", + "lun": 0, + "path": "E:\\VHDAutomation\\VHDPath\\14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us.vhd" + } + ], + "networkAdapters": [ + { + "networkId": "QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==", + "subnetName": "Broadcom NetXtreme Gigabit Ethernet - Virtual Switch", + "staticIpAddress": null, + "nicType": "NicType", + "nicId": "Microsoft:A47C9EA9-4388-49FC-918B-4598F201190B\\E1D29E95-1D19-4F52-B2D9-C475211BC4F3", + "macAddress": "00:00:00:00:00:00", + "ipAddressList": [], + "networkName": null, + "ipAddressType": "Dynamic" + } + ], + "displayName": "AzureMigrateAppliance_v1.19.05.17", + "numberOfProcessorCore": 8, + "allocatedMemoryInMB": 8192, + "vmConfigurationFileLocation": "C:\\ProgramData\\Microsoft\\Windows\\Hyper-V\\Virtual Machines\\A47C9EA9-4388-49FC-918B-4598F201190B.xml", + "operatingSystemDetails": { + "osType": null, + "osName": null, + "osVersion": null + }, + "createdTimestamp": "2019-05-17T02:32:05.7383069Z", + "updatedTimestamp": "2019-05-17T02:32:05.7383069Z", + "instanceUuid": "a47c9ea9-4388-49fc-918b-4598f201190b", + "powerStatus": "PowerOff", + "biosSerialNumber": "5276-4257-5155-5813-6540-4460-63", + "vmFqdn": "", + "isDeleted": false, + "errors": [] + } + } + ], + "nextLink": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVOperationsStatus_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVOperationsStatus_Get.json new file mode 100644 index 000000000000..2a1a65d2569d --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVOperationsStatus_Get.json @@ -0,0 +1,24 @@ +{ + "parameters": { + "subscriptionId": "75dd7e42-4fd1-4512-af04-83ad9864335b", + "resourceGroupName": "myResourceGroup", + "siteName": "pajind_site1", + "operationStatusName": "996212ae-5c5f-419f-bb11-6f5c9b1ad90d", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/75dd7e42-4fd1-4512-af04-83ad9864335b/resourceGroups/myResourceGroup/providers/Microsoft.OffAzure/hypervsites/pajind10/operationsstatus/996212ae-5c5f-419f-bb11-6f5c9b1ad90d", + "name": "996212ae-5c5f-419f-bb11-6f5c9b1ad90d", + "status": "Running", + "startTime": null, + "endTime": null, + "error": null, + "properties": { + "result": null + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccount_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccount_Get.json new file mode 100644 index 000000000000..ff6d8f9215f7 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccount_Get.json @@ -0,0 +1,24 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "pajindTest", + "siteName": "appliance1e39site", + "accountName": "account1", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/runasaccounts/account1", + "name": "account1", + "type": "Microsoft.OffAzure/HyperVSites/runasaccounts", + "properties": { + "displayName": "account1", + "credentialType": "LinuxServer", + "createdTimestamp": "2019-05-14T07:01:18.3434076Z", + "updatedTimestamp": "2019-05-14T07:01:18.3434076Z" + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_ListBySite.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_ListBySite.json new file mode 100644 index 000000000000..1e7bf50594c2 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_ListBySite.json @@ -0,0 +1,28 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "pajindTest", + "siteName": "appliance1e39site", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/runasaccounts/account1", + "name": "account1", + "type": "Microsoft.OffAzure/HyperVSites/runasaccounts", + "properties": { + "displayName": "account1", + "credentialType": "LinuxServer", + "createdTimestamp": "2019-05-14T07:01:18.3434076Z", + "updatedTimestamp": "2019-05-14T07:01:18.3434076Z" + } + } + ], + "nextLink": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSiteHealthSummary_Post.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSiteHealthSummary_Post.json new file mode 100644 index 000000000000..42297c3b997c --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSiteHealthSummary_Post.json @@ -0,0 +1,33 @@ +{ + "parameters": { + "subscriptionId": "8c3c936a-c09b-4de3-830b-3f5f244d72e9", + "resourceGroupName": "HMWalkthroughDay1-Scale", + "siteName": "HyperV1acf8site", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "applianceName": "HyperV1", + "errorMessage": "Server: 'WIN-BVO0984D4J6' The WinRM client cannot process the request because the server name cannot be resolved.", + "summaryMessage": "Unable to connect to host(s) or cluster as name cannot be resolved. WinRM error code: 0x803381B9.", + "errorId": 50004, + "errorCode": "NameResolutionFailed", + "affectedObjectsCount": 2, + "hitCount": 2, + "severity": "Error", + "remediationGuidance": "Update the hosts file on the appliance. Learn more (https://aka.ms/migrate/hyperv/nameresolution).", + "affectedResourceType": "Microsoft.OffAzure/HyperVSites/hosts", + "affectedResources": [ + "win-bvo0984d4j6-c738a150-0ec3-598f-b872-833bfcea2818", + "win-pps0bm5lv04-db27b8f3-8214-573c-985f-8e3026a7d34c" + ] + } + ], + "nextLink": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSiteSummary_Post.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSiteSummary_Post.json new file mode 100644 index 000000000000..92796cdc607b --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSiteSummary_Post.json @@ -0,0 +1,18 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "pajindTest", + "siteName": "appliance1e39site", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "machineCount": 30, + "runAsAccountCount": 1, + "hostCount": 2, + "clusterCount": 0 + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Create.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Create.json new file mode 100644 index 000000000000..f44366ac00ed --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Create.json @@ -0,0 +1,80 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "pajindTest", + "siteName": "appliance1e39site", + "api-version": "2020-07-07", + "body": { + "location": "eastus", + "properties": { + "servicePrincipalIdentityDetails": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "applicationId": "e9f013df-2a2a-4871-b766-e79867f30348", + "objectId": "2cd492bc-7ef3-4ee0-b301-59a88108b47b", + "audience": "https://72f988bf-86f1-41af-91ab-2d7cd011db47/MaheshSite17ac9agentauthaadapp", + "aadAuthority": "https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47" + } + } + } + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site", + "name": "appliance1e39site", + "type": "Microsoft.OffAzure/HyperVSites", + "eTag": null, + "location": "eastus", + "properties": { + "servicePrincipalIdentityDetails": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "applicationId": "e9f013df-2a2a-4871-b766-e79867f30348", + "objectId": "2cd492bc-7ef3-4ee0-b301-59a88108b47b", + "audience": "https://72f988bf-86f1-41af-91ab-2d7cd011db47/MaheshSite17ac9agentauthaadapp", + "aadAuthority": "https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47", + "rawCertData": "string" + }, + "agentDetails": { + "id": "eb250c36-82e2-51f8-bdb8-0e35c6814cc0-agent", + "version": null, + "lastHeartBeatUtc": null, + "keyVaultUri": "string", + "keyVaultId": "string" + }, + "serviceEndpoint": "https://localhost", + "discoverySolutionId": "string", + "applianceName": "string" + } + } + }, + "201": { + "body": { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site", + "name": "appliance1e39site", + "type": "Microsoft.OffAzure/HyperVSites", + "eTag": null, + "location": "eastus", + "properties": { + "servicePrincipalIdentityDetails": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "applicationId": "e9f013df-2a2a-4871-b766-e79867f30348", + "objectId": "2cd492bc-7ef3-4ee0-b301-59a88108b47b", + "audience": "https://72f988bf-86f1-41af-91ab-2d7cd011db47/MaheshSite17ac9agentauthaadapp", + "aadAuthority": "https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47", + "rawCertData": "string" + }, + "agentDetails": { + "id": "eb250c36-82e2-51f8-bdb8-0e35c6814cc0-agent", + "version": null, + "lastHeartBeatUtc": null, + "keyVaultUri": "string", + "keyVaultId": "string" + }, + "serviceEndpoint": "https://localhost", + "discoverySolutionId": "string", + "applianceName": "string" + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Delete.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Delete.json new file mode 100644 index 000000000000..b997561caa11 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Delete.json @@ -0,0 +1,12 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "pajindTest", + "siteName": "appliance1e39site", + "api-version": "2020-07-07" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Get.json new file mode 100644 index 000000000000..ac19de744903 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Get.json @@ -0,0 +1,38 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "pajindTest", + "siteName": "appliance1e39site", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site", + "name": "appliance1e39site", + "type": "Microsoft.OffAzure/HyperVSites", + "location": "westeurope", + "properties": { + "servicePrincipalIdentityDetails": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "applicationId": "61635e77-1e11-4c57-86d1-a8bf45d027fe", + "objectId": "809f96f7-5c3b-45cf-a1ee-65b5d1689919", + "audience": "https://72f988bf-86f1-41af-91ab-2d7cd011db47/appliance1e39agentauthaadapp", + "aadAuthority": "https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47", + "rawCertData": "MIIDNDCCAhygAwIBAgIQcG1waNhSQHq+QWMteouKoDANBgkqhkiG9w0BAQsFADAXMRUwEwYDVQQDEwxBZ2VudFNwbkNlcnQwHhcNMTkwNTA5MDc0MDQ5WhcNMjIwNTA5MDc1MDQ5WjAXMRUwEwYDVQQDEwxBZ2VudFNwbkNlcnQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCovoqe6ey6QROBYESERRC8ZECO0jqsSDUWYtoFpEsgmvPa5ht3nqQAx7ODGzbV3eIPGHF2dRz2E4quvmo9g7DK4n5mukloE7zIVeo9WCdxF6ru13X6Q8aKCz6BLl10L9DpmKTeQwrbohKV+9HSE4K8wXB0flezTrcUzRZGQRbB3CInpPhRJfWVLIQuZngSJ3qZ/Y6ejYLA4dUdKHMyvjDcmc//VGczZPhfLxZc9t8bhxiiYopWyAkF6ZWCeEUsMcFuiBOft5lNHEFNRkRVgADBekDSK5iJqcvBIzOezbagZewvum2GviQEbe3yxQF+TygjLB8xLL1XVYop4Y4xRu2bAgMBAAGjfDB6MA4GA1UdDwEB/wQEAwIFoDAJBgNVHRMEAjAAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAfBgNVHSMEGDAWgBSFDL/nQvfZoLGuuw+fwSiFMi8CSTAdBgNVHQ4EFgQUhQy/50L32aCxrrsPn8EohTIvAkkwDQYJKoZIhvcNAQELBQADggEBADxJp9gLn7x6tp4fmApAoMBIghIJb36KJjT6sjGz9wsXNfH4S0kHQbgj8EAJpz8TlSBpjNmJ7DkwxorNn1BeG/DrnBvUJ9sNeI3rISCXrrw89CHy86uGXtn7BZ+2Co1UTHy98nkWK/1pPyMrSM8HxneWQGAa1bLKTclp+QRJNnQwJ9pEPuAr5BaWJkT737YkiE5NNcaaGDA5nLW91ARL5HNumtpwIDoN+l7OtAfRIgu83HFLeiqlVaR6x+7wtnA7n+fomIznBQ4vsoIclSPZ9vSaudT98TXN8m8CkQGEZi6w4gpmjQnXTehzvpdTbv1H+9iKsuPIDkjwiiLmr6mUbXs=" + }, + "agentDetails": { + "id": "09c46a1c-15a7-45cf-b2de-77a2fc9dd091-agent", + "version": "1.0.8.227", + "lastHeartBeatUtc": "2019-05-17T06:46:16.8227519Z", + "keyVaultUri": "https://appliance1e39kv.vault.azure.net", + "keyVaultId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.KeyVault/vaults/appliance1e39kv" + }, + "serviceEndpoint": "https://discoverysrv-we.prod.migration.windowsazure.com", + "discoverySolutionId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.Migrate/MigrateProjects/WestEuropeTest/Solutions/Servers-Discovery-ServerDiscovery", + "applianceName": "appliance" + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Patch.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Patch.json new file mode 100644 index 000000000000..9a6764ba1689 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Patch.json @@ -0,0 +1,83 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "pajindTest", + "siteName": "appliance1e39site", + "api-version": "2020-07-07", + "body": { + "location": "westeurope", + "properties": { + "servicePrincipalIdentityDetails": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "applicationId": "61635e77-1e11-4c57-86d1-a8bf45d027fe", + "objectId": "809f96f7-5c3b-45cf-a1ee-65b5d1689919", + "audience": "https://72f988bf-86f1-41af-91ab-2d7cd011db47/appliance1e39agentauthaadapp", + "aadAuthority": "https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47", + "rawCertData": "MIIDNDCCAhygAwIBAgIQcG1waNhSQHq+QWMteouKoDANBgkqhkiG9w0BAQsFADAXMRUwEwYDVQQDEwxBZ2VudFNwbkNlcnQwHhcNMTkwNTA5MDc0MDQ5WhcNMjIwNTA5MDc1MDQ5WjAXMRUwEwYDVQQDEwxBZ2VudFNwbkNlcnQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCovoqe6ey6QROBYESERRC8ZECO0jqsSDUWYtoFpEsgmvPa5ht3nqQAx7ODGzbV3eIPGHF2dRz2E4quvmo9g7DK4n5mukloE7zIVeo9WCdxF6ru13X6Q8aKCz6BLl10L9DpmKTeQwrbohKV+9HSE4K8wXB0flezTrcUzRZGQRbB3CInpPhRJfWVLIQuZngSJ3qZ/Y6ejYLA4dUdKHMyvjDcmc//VGczZPhfLxZc9t8bhxiiYopWyAkF6ZWCeEUsMcFuiBOft5lNHEFNRkRVgADBekDSK5iJqcvBIzOezbagZewvum2GviQEbe3yxQF+TygjLB8xLL1XVYop4Y4xRu2bAgMBAAGjfDB6MA4GA1UdDwEB/wQEAwIFoDAJBgNVHRMEAjAAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAfBgNVHSMEGDAWgBSFDL/nQvfZoLGuuw+fwSiFMi8CSTAdBgNVHQ4EFgQUhQy/50L32aCxrrsPn8EohTIvAkkwDQYJKoZIhvcNAQELBQADggEBADxJp9gLn7x6tp4fmApAoMBIghIJb36KJjT6sjGz9wsXNfH4S0kHQbgj8EAJpz8TlSBpjNmJ7DkwxorNn1BeG/DrnBvUJ9sNeI3rISCXrrw89CHy86uGXtn7BZ+2Co1UTHy98nkWK/1pPyMrSM8HxneWQGAa1bLKTclp+QRJNnQwJ9pEPuAr5BaWJkT737YkiE5NNcaaGDA5nLW91ARL5HNumtpwIDoN+l7OtAfRIgu83HFLeiqlVaR6x+7wtnA7n+fomIznBQ4vsoIclSPZ9vSaudT98TXN8m8CkQGEZi6w4gpmjQnXTehzvpdTbv1H+9iKsuPIDkjwiiLmr6mUbXs=" + }, + "agentDetails": { + "keyVaultUri": "https://appliance1e39kv.vault.azure.net", + "keyVaultId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.KeyVault/vaults/appliance1e39kv" + }, + "discoverySolutionId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.Migrate/MigrateProjects/WestEuropeTest/Solutions/Servers-Discovery-ServerDiscovery", + "applianceName": "appliance" + } + } + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site", + "name": "appliance1e39site", + "location": "westeurope", + "properties": { + "servicePrincipalIdentityDetails": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "applicationId": "61635e77-1e11-4c57-86d1-a8bf45d027fe", + "objectId": "809f96f7-5c3b-45cf-a1ee-65b5d1689919", + "audience": "https://72f988bf-86f1-41af-91ab-2d7cd011db47/appliance1e39agentauthaadapp", + "aadAuthority": "https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47", + "rawCertData": "MIIDNDCCAhygAwIBAgIQcG1waNhSQHq+QWMteouKoDANBgkqhkiG9w0BAQsFADAXMRUwEwYDVQQDEwxBZ2VudFNwbkNlcnQwHhcNMTkwNTA5MDc0MDQ5WhcNMjIwNTA5MDc1MDQ5WjAXMRUwEwYDVQQDEwxBZ2VudFNwbkNlcnQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCovoqe6ey6QROBYESERRC8ZECO0jqsSDUWYtoFpEsgmvPa5ht3nqQAx7ODGzbV3eIPGHF2dRz2E4quvmo9g7DK4n5mukloE7zIVeo9WCdxF6ru13X6Q8aKCz6BLl10L9DpmKTeQwrbohKV+9HSE4K8wXB0flezTrcUzRZGQRbB3CInpPhRJfWVLIQuZngSJ3qZ/Y6ejYLA4dUdKHMyvjDcmc//VGczZPhfLxZc9t8bhxiiYopWyAkF6ZWCeEUsMcFuiBOft5lNHEFNRkRVgADBekDSK5iJqcvBIzOezbagZewvum2GviQEbe3yxQF+TygjLB8xLL1XVYop4Y4xRu2bAgMBAAGjfDB6MA4GA1UdDwEB/wQEAwIFoDAJBgNVHRMEAjAAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAfBgNVHSMEGDAWgBSFDL/nQvfZoLGuuw+fwSiFMi8CSTAdBgNVHQ4EFgQUhQy/50L32aCxrrsPn8EohTIvAkkwDQYJKoZIhvcNAQELBQADggEBADxJp9gLn7x6tp4fmApAoMBIghIJb36KJjT6sjGz9wsXNfH4S0kHQbgj8EAJpz8TlSBpjNmJ7DkwxorNn1BeG/DrnBvUJ9sNeI3rISCXrrw89CHy86uGXtn7BZ+2Co1UTHy98nkWK/1pPyMrSM8HxneWQGAa1bLKTclp+QRJNnQwJ9pEPuAr5BaWJkT737YkiE5NNcaaGDA5nLW91ARL5HNumtpwIDoN+l7OtAfRIgu83HFLeiqlVaR6x+7wtnA7n+fomIznBQ4vsoIclSPZ9vSaudT98TXN8m8CkQGEZi6w4gpmjQnXTehzvpdTbv1H+9iKsuPIDkjwiiLmr6mUbXs=" + }, + "agentDetails": { + "id": "09c46a1c-15a7-45cf-b2de-77a2fc9dd091-agent", + "version": "1.0.8.227", + "lastHeartBeatUtc": "2019-05-17T06:46:16.8227519Z", + "keyVaultUri": "https://appliance1e39kv.vault.azure.net", + "keyVaultId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.KeyVault/vaults/appliance1e39kv" + }, + "serviceEndpoint": "https://discoverysrv-we.prod.migration.windowsazure.com", + "discoverySolutionId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.Migrate/MigrateProjects/WestEuropeTest/Solutions/Servers-Discovery-ServerDiscovery", + "applianceName": "appliance" + } + } + }, + "201": { + "body": { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site", + "name": "appliance1e39site", + "location": "westeurope", + "properties": { + "servicePrincipalIdentityDetails": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "applicationId": "61635e77-1e11-4c57-86d1-a8bf45d027fe", + "objectId": "809f96f7-5c3b-45cf-a1ee-65b5d1689919", + "audience": "https://72f988bf-86f1-41af-91ab-2d7cd011db47/appliance1e39agentauthaadapp", + "aadAuthority": "https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47", + "rawCertData": "MIIDNDCCAhygAwIBAgIQcG1waNhSQHq+QWMteouKoDANBgkqhkiG9w0BAQsFADAXMRUwEwYDVQQDEwxBZ2VudFNwbkNlcnQwHhcNMTkwNTA5MDc0MDQ5WhcNMjIwNTA5MDc1MDQ5WjAXMRUwEwYDVQQDEwxBZ2VudFNwbkNlcnQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCovoqe6ey6QROBYESERRC8ZECO0jqsSDUWYtoFpEsgmvPa5ht3nqQAx7ODGzbV3eIPGHF2dRz2E4quvmo9g7DK4n5mukloE7zIVeo9WCdxF6ru13X6Q8aKCz6BLl10L9DpmKTeQwrbohKV+9HSE4K8wXB0flezTrcUzRZGQRbB3CInpPhRJfWVLIQuZngSJ3qZ/Y6ejYLA4dUdKHMyvjDcmc//VGczZPhfLxZc9t8bhxiiYopWyAkF6ZWCeEUsMcFuiBOft5lNHEFNRkRVgADBekDSK5iJqcvBIzOezbagZewvum2GviQEbe3yxQF+TygjLB8xLL1XVYop4Y4xRu2bAgMBAAGjfDB6MA4GA1UdDwEB/wQEAwIFoDAJBgNVHRMEAjAAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAfBgNVHSMEGDAWgBSFDL/nQvfZoLGuuw+fwSiFMi8CSTAdBgNVHQ4EFgQUhQy/50L32aCxrrsPn8EohTIvAkkwDQYJKoZIhvcNAQELBQADggEBADxJp9gLn7x6tp4fmApAoMBIghIJb36KJjT6sjGz9wsXNfH4S0kHQbgj8EAJpz8TlSBpjNmJ7DkwxorNn1BeG/DrnBvUJ9sNeI3rISCXrrw89CHy86uGXtn7BZ+2Co1UTHy98nkWK/1pPyMrSM8HxneWQGAa1bLKTclp+QRJNnQwJ9pEPuAr5BaWJkT737YkiE5NNcaaGDA5nLW91ARL5HNumtpwIDoN+l7OtAfRIgu83HFLeiqlVaR6x+7wtnA7n+fomIznBQ4vsoIclSPZ9vSaudT98TXN8m8CkQGEZi6w4gpmjQnXTehzvpdTbv1H+9iKsuPIDkjwiiLmr6mUbXs=" + }, + "agentDetails": { + "id": "09c46a1c-15a7-45cf-b2de-77a2fc9dd091-agent", + "version": "1.0.8.227", + "lastHeartBeatUtc": "2019-05-17T06:46:16.8227519Z", + "keyVaultUri": "https://appliance1e39kv.vault.azure.net", + "keyVaultId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.KeyVault/vaults/appliance1e39kv" + }, + "serviceEndpoint": "https://discoverysrv-we.prod.migration.windowsazure.com", + "discoverySolutionId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.Migrate/MigrateProjects/WestEuropeTest/Solutions/Servers-Discovery-ServerDiscovery", + "applianceName": "appliance" + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Refresh.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Refresh.json new file mode 100644 index 000000000000..b3076f1ab21a --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Refresh.json @@ -0,0 +1,11 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "pajindTest", + "siteName": "appliance1e39site", + "api-version": "2020-07-07" + }, + "responses": { + "202": {} + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSitesInSubscription_List.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSitesInSubscription_List.json new file mode 100644 index 000000000000..d4008d5ca80a --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSitesInSubscription_List.json @@ -0,0 +1,40 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site", + "name": "appliance1e39site", + "type": "Microsoft.OffAzure/HyperVSites", + "location": "westeurope", + "properties": { + "servicePrincipalIdentityDetails": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "applicationId": "61635e77-1e11-4c57-86d1-a8bf45d027fe", + "objectId": "809f96f7-5c3b-45cf-a1ee-65b5d1689919", + "audience": "https://72f988bf-86f1-41af-91ab-2d7cd011db47/appliance1e39agentauthaadapp", + "aadAuthority": "https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47", + "rawCertData": "MIIDNDCCAhygAwIBAgIQcG1waNhSQHq+QWMteouKoDANBgkqhkiG9w0BAQsFADAXMRUwEwYDVQQDEwxBZ2VudFNwbkNlcnQwHhcNMTkwNTA5MDc0MDQ5WhcNMjIwNTA5MDc1MDQ5WjAXMRUwEwYDVQQDEwxBZ2VudFNwbkNlcnQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCovoqe6ey6QROBYESERRC8ZECO0jqsSDUWYtoFpEsgmvPa5ht3nqQAx7ODGzbV3eIPGHF2dRz2E4quvmo9g7DK4n5mukloE7zIVeo9WCdxF6ru13X6Q8aKCz6BLl10L9DpmKTeQwrbohKV+9HSE4K8wXB0flezTrcUzRZGQRbB3CInpPhRJfWVLIQuZngSJ3qZ/Y6ejYLA4dUdKHMyvjDcmc//VGczZPhfLxZc9t8bhxiiYopWyAkF6ZWCeEUsMcFuiBOft5lNHEFNRkRVgADBekDSK5iJqcvBIzOezbagZewvum2GviQEbe3yxQF+TygjLB8xLL1XVYop4Y4xRu2bAgMBAAGjfDB6MA4GA1UdDwEB/wQEAwIFoDAJBgNVHRMEAjAAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAfBgNVHSMEGDAWgBSFDL/nQvfZoLGuuw+fwSiFMi8CSTAdBgNVHQ4EFgQUhQy/50L32aCxrrsPn8EohTIvAkkwDQYJKoZIhvcNAQELBQADggEBADxJp9gLn7x6tp4fmApAoMBIghIJb36KJjT6sjGz9wsXNfH4S0kHQbgj8EAJpz8TlSBpjNmJ7DkwxorNn1BeG/DrnBvUJ9sNeI3rISCXrrw89CHy86uGXtn7BZ+2Co1UTHy98nkWK/1pPyMrSM8HxneWQGAa1bLKTclp+QRJNnQwJ9pEPuAr5BaWJkT737YkiE5NNcaaGDA5nLW91ARL5HNumtpwIDoN+l7OtAfRIgu83HFLeiqlVaR6x+7wtnA7n+fomIznBQ4vsoIclSPZ9vSaudT98TXN8m8CkQGEZi6w4gpmjQnXTehzvpdTbv1H+9iKsuPIDkjwiiLmr6mUbXs=" + }, + "agentDetails": { + "id": "09c46a1c-15a7-45cf-b2de-77a2fc9dd091-agent", + "version": "1.0.8.227", + "lastHeartBeatUtc": "2019-05-17T06:46:16.8227519Z", + "keyVaultUri": "https://appliance1e39kv.vault.azure.net", + "keyVaultId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.KeyVault/vaults/appliance1e39kv" + }, + "serviceEndpoint": "https://discoverysrv-we.prod.migration.windowsazure.com", + "discoverySolutionId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.Migrate/MigrateProjects/WestEuropeTest/Solutions/Servers-Discovery-ServerDiscovery", + "applianceName": "appliance" + } + } + ] + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_List.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_List.json new file mode 100644 index 000000000000..5dc10fd2f450 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_List.json @@ -0,0 +1,41 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "pajindTest", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site", + "name": "appliance1e39site", + "type": "Microsoft.OffAzure/HyperVSites", + "location": "westeurope", + "properties": { + "servicePrincipalIdentityDetails": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "applicationId": "61635e77-1e11-4c57-86d1-a8bf45d027fe", + "objectId": "809f96f7-5c3b-45cf-a1ee-65b5d1689919", + "audience": "https://72f988bf-86f1-41af-91ab-2d7cd011db47/appliance1e39agentauthaadapp", + "aadAuthority": "https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47", + "rawCertData": "MIIDNDCCAhygAwIBAgIQcG1waNhSQHq+QWMteouKoDANBgkqhkiG9w0BAQsFADAXMRUwEwYDVQQDEwxBZ2VudFNwbkNlcnQwHhcNMTkwNTA5MDc0MDQ5WhcNMjIwNTA5MDc1MDQ5WjAXMRUwEwYDVQQDEwxBZ2VudFNwbkNlcnQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCovoqe6ey6QROBYESERRC8ZECO0jqsSDUWYtoFpEsgmvPa5ht3nqQAx7ODGzbV3eIPGHF2dRz2E4quvmo9g7DK4n5mukloE7zIVeo9WCdxF6ru13X6Q8aKCz6BLl10L9DpmKTeQwrbohKV+9HSE4K8wXB0flezTrcUzRZGQRbB3CInpPhRJfWVLIQuZngSJ3qZ/Y6ejYLA4dUdKHMyvjDcmc//VGczZPhfLxZc9t8bhxiiYopWyAkF6ZWCeEUsMcFuiBOft5lNHEFNRkRVgADBekDSK5iJqcvBIzOezbagZewvum2GviQEbe3yxQF+TygjLB8xLL1XVYop4Y4xRu2bAgMBAAGjfDB6MA4GA1UdDwEB/wQEAwIFoDAJBgNVHRMEAjAAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAfBgNVHSMEGDAWgBSFDL/nQvfZoLGuuw+fwSiFMi8CSTAdBgNVHQ4EFgQUhQy/50L32aCxrrsPn8EohTIvAkkwDQYJKoZIhvcNAQELBQADggEBADxJp9gLn7x6tp4fmApAoMBIghIJb36KJjT6sjGz9wsXNfH4S0kHQbgj8EAJpz8TlSBpjNmJ7DkwxorNn1BeG/DrnBvUJ9sNeI3rISCXrrw89CHy86uGXtn7BZ+2Co1UTHy98nkWK/1pPyMrSM8HxneWQGAa1bLKTclp+QRJNnQwJ9pEPuAr5BaWJkT737YkiE5NNcaaGDA5nLW91ARL5HNumtpwIDoN+l7OtAfRIgu83HFLeiqlVaR6x+7wtnA7n+fomIznBQ4vsoIclSPZ9vSaudT98TXN8m8CkQGEZi6w4gpmjQnXTehzvpdTbv1H+9iKsuPIDkjwiiLmr6mUbXs=" + }, + "agentDetails": { + "id": "09c46a1c-15a7-45cf-b2de-77a2fc9dd091-agent", + "version": "1.0.8.227", + "lastHeartBeatUtc": "2019-05-17T06:46:16.8227519Z", + "keyVaultUri": "https://appliance1e39kv.vault.azure.net", + "keyVaultId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.KeyVault/vaults/appliance1e39kv" + }, + "serviceEndpoint": "https://discoverysrv-we.prod.migration.windowsazure.com", + "discoverySolutionId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.Migrate/MigrateProjects/WestEuropeTest/Solutions/Servers-Discovery-ServerDiscovery", + "applianceName": "appliance" + } + } + ] + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Create.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Create.json new file mode 100644 index 000000000000..1bc79f8b3d9a --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Create.json @@ -0,0 +1,21 @@ +{ + "parameters": { + "subscriptionId": "7c943c1b-5122-4097-90c8-861411bdd574", + "resourceGroupName": "abhi_test", + "siteName": "test22053mastersite", + "api-version": "2020-07-07", + "body": { + "location": "eastus", + "properties": { + "publicNetworkAccess": "Enabled", + "allowMultipleSites": true, + "sites": [ + "/subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourcegroups/abhi_test/providers/microsoft.offazure/vmwaresites/test11625site" + ] + } + } + }, + "responses": { + "202": {} + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Delete.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Delete.json new file mode 100644 index 000000000000..efa9c341a360 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Delete.json @@ -0,0 +1,12 @@ +{ + "parameters": { + "subscriptionId": "7c943c1b-5122-4097-90c8-861411bdd574", + "resourceGroupName": "abhi_test", + "siteName": "test22053mastersite", + "api-version": "2020-07-07" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Get.json new file mode 100644 index 000000000000..3df344dfd4d3 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Get.json @@ -0,0 +1,30 @@ +{ + "parameters": { + "subscriptionId": "7c943c1b-5122-4097-90c8-861411bdd574", + "resourceGroupName": "abhi_test", + "siteName": "test22053mastersite", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/abhi_test/providers/Microsoft.OffAzure/MasterSites/test22053mastersite", + "name": "test22053mastersite", + "type": "Microsoft.OffAzure/MasterSites", + "eTag": "\"03007978-0000-1800-0000-60ae41160000\"", + "location": "southeastasia", + "properties": { + "publicNetworkAccess": "Enabled", + "allowMultipleSites": true, + "sites": [ + "/subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourcegroups/abhi_test/providers/microsoft.offazure/vmwaresites/test11625site", + "/subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourcegroups/abhi_test/providers/microsoft.offazure/vmwaresites/singhabh2388site", + "/subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourcegroups/abhi_test/providers/microsoft.offazure/vmwaresites/test21625site" + ], + "customerStorageAccountArmId": null, + "privateEndpointConnections": [] + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Patch.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Patch.json new file mode 100644 index 000000000000..e8cb3a66e679 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Patch.json @@ -0,0 +1,41 @@ +{ + "parameters": { + "subscriptionId": "7c943c1b-5122-4097-90c8-861411bdd574", + "resourceGroupName": "abhi_test", + "siteName": "test22053mastersite", + "api-version": "2020-07-07", + "body": { + "name": "test22053mastersite", + "eTag": "\"00009300-0000-0300-0000-602b967b0000\"", + "location": "eastus", + "properties": { + "publicNetworkAccess": "Enabled", + "allowMultipleSites": true, + "sites": [ + "/subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourcegroups/abhi_test/providers/microsoft.offazure/vmwaresites/test11625site" + ] + } + } + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/abhi_test/providers/Microsoft.OffAzure/MasterSites/test22053mastersite", + "name": "test22053mastersite", + "type": "Microsoft.OffAzure/MasterSites", + "eTag": "\"03007978-0000-1800-0000-60ae41160000\"", + "location": "eastus", + "properties": { + "publicNetworkAccess": "Enabled", + "allowMultipleSites": true, + "sites": [ + "/subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourcegroups/abhi_test/providers/microsoft.offazure/vmwaresites/test11625site" + ], + "customerStorageAccountArmId": null, + "privateEndpointConnections": [] + } + } + }, + "202": {} + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSites_List.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSites_List.json new file mode 100644 index 000000000000..4f10633b710b --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSites_List.json @@ -0,0 +1,33 @@ +{ + "parameters": { + "subscriptionId": "7c943c1b-5122-4097-90c8-861411bdd574", + "resourceGroupName": "abhi_test", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/abhi_test/providers/Microsoft.OffAzure/MasterSites/test22053mastersite", + "name": "test22053mastersite", + "type": "Microsoft.OffAzure/MasterSites", + "eTag": "\"03007978-0000-1800-0000-60ae41160000\"", + "location": "southeastasia", + "properties": { + "publicNetworkAccess": "Enabled", + "allowMultipleSites": true, + "sites": [ + "/subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourcegroups/abhi_test/providers/microsoft.offazure/vmwaresites/test11625site", + "/subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourcegroups/abhi_test/providers/microsoft.offazure/vmwaresites/singhabh2388site", + "/subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourcegroups/abhi_test/providers/microsoft.offazure/vmwaresites/test21625site" + ], + "customerStorageAccountArmId": null, + "privateEndpointConnections": [] + } + } + ] + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSites_ListBySubscription.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSites_ListBySubscription.json new file mode 100644 index 000000000000..6604e66e99ed --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSites_ListBySubscription.json @@ -0,0 +1,32 @@ +{ + "parameters": { + "subscriptionId": "7c943c1b-5122-4097-90c8-861411bdd574", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/abhi_test/providers/Microsoft.OffAzure/MasterSites/test22053mastersite", + "name": "test22053mastersite", + "type": "Microsoft.OffAzure/MasterSites", + "eTag": "\"03007978-0000-1800-0000-60ae41160000\"", + "location": "southeastasia", + "properties": { + "publicNetworkAccess": "Enabled", + "allowMultipleSites": true, + "sites": [ + "/subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourcegroups/abhi_test/providers/microsoft.offazure/vmwaresites/test11625site", + "/subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourcegroups/abhi_test/providers/microsoft.offazure/vmwaresites/singhabh2388site", + "/subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourcegroups/abhi_test/providers/microsoft.offazure/vmwaresites/test21625site" + ], + "customerStorageAccountArmId": null, + "privateEndpointConnections": [] + } + } + ] + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Operations_List.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Operations_List.json new file mode 100644 index 000000000000..4b7bec0e24a0 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Operations_List.json @@ -0,0 +1,56 @@ +{ + "parameters": { + "resourceGroupName": "abgoyal-westEurope", + "api-version": "2020-07-07", + "subscriptionId": "6393a73f-8d55-47ef-b6dd-179b3e0c7910" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "name": "Read", + "display": { + "provider": "Microsoft.OffAzure", + "resource": "Microsoft.OffAzure/HyperVSites", + "operation": "Read", + "description": "Reads a site" + }, + "origin": "user,system" + }, + { + "name": "Write", + "display": { + "provider": "Microsoft.OffAzure", + "resource": "Microsoft.OffAzure/HyperVSites", + "operation": "Write", + "description": "Creates or updates a site" + }, + "origin": "user,system" + }, + { + "name": "Read", + "display": { + "provider": "Microsoft.OffAzure", + "resource": "Microsoft.OffAzure/VMwareSites", + "operation": "Read", + "description": "Reads a site" + }, + "origin": "user,system" + }, + { + "name": "Write", + "display": { + "provider": "Microsoft.OffAzure", + "resource": "Microsoft.OffAzure/VMwareSites", + "operation": "Write", + "description": "Creates or updates a site" + }, + "origin": "user,system" + } + ], + "nextLink": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Create.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Create.json new file mode 100644 index 000000000000..4d41ed23c4ac --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Create.json @@ -0,0 +1,39 @@ +{ + "parameters": { + "resourceGroupName": "ayagrawrg", + "api-version": "2020-07-07", + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "siteName": "privateendpt1938mastersite", + "peConnectionName": "privateendpt1938mastersit9007pe.4f2f2970-0bfa-45d4-9ee1-d9f79502fc6f", + "body": { + "properties": { + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": null, + "actionsRequired": "" + } + } + } + }, + "responses": { + "200": { + "body": { + "name": "privateendpt1938mastersit9007pe.4f2f2970-0bfa-45d4-9ee1-d9f79502fc6f", + "type": "Microsoft.OffAzure/MasterSites/privateEndpointConnections", + "eTag": "\"0100827d-0000-1800-0000-60701ac60000\"", + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/ayagrawrg/providers/Microsoft.OffAzure/MasterSites/privateendpt1938mastersite/privateEndpointConnections/privateendpt1938mastersit9007pe.4f2f2970-0bfa-45d4-9ee1-d9f79502fc6f", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/31be0ff4-c932-4cb3-8efc-efa411d79280/resourceGroups/PrivLink-SelfHost/providers/Microsoft.Network/privateEndpoints/privateendpt1938mastersit9007pe" + }, + "privateLinkServiceConnectionState": { + "status": "Pending", + "description": null, + "actionsRequired": "" + } + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Delete.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Delete.json new file mode 100644 index 000000000000..5e0517083d35 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Delete.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "resourceGroupName": "ayagrawrg", + "api-version": "2020-07-07", + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "siteName": "privateendpt1938mastersite", + "peConnectionName": "privateendpt1938mastersit9007pe.4f2f2970-0bfa-45d4-9ee1-d9f79502fc6f" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Get.json new file mode 100644 index 000000000000..45891d4e9739 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Get.json @@ -0,0 +1,30 @@ +{ + "parameters": { + "resourceGroupName": "ayagrawrg", + "api-version": "2020-07-07", + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "siteName": "privateendpt1938mastersite", + "peConnectionName": "privateendpt1938mastersit9007pe.4f2f2970-0bfa-45d4-9ee1-d9f79502fc6f" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/ayagrawrg/providers/Microsoft.OffAzure/MasterSites/privateendpt1938mastersite/privateEndpointConnections/privateendpt1938mastersit9007pe.4f2f2970-0bfa-45d4-9ee1-d9f79502fc6f", + "name": "privateendpt1938mastersit9007pe.4f2f2970-0bfa-45d4-9ee1-d9f79502fc6f", + "type": "Microsoft.OffAzure/MasterSites/privateEndpointConnections", + "eTag": "\"0100827d-0000-1800-0000-60701ac60000\"", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/31be0ff4-c932-4cb3-8efc-efa411d79280/resourceGroups/PrivLink-SelfHost/providers/Microsoft.Network/privateEndpoints/privateendpt1938mastersit9007pe" + }, + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": null, + "actionsRequired": "" + } + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_ListBySite.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_ListBySite.json new file mode 100644 index 000000000000..599cfdcfa266 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_ListBySite.json @@ -0,0 +1,34 @@ +{ + "parameters": { + "resourceGroupName": "ayagrawrg", + "api-version": "2020-07-07", + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "siteName": "privateendpt1938mastersite" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/ayagrawrg/providers/Microsoft.OffAzure/MasterSites/privateendpt1938mastersite/privateEndpointConnections/privateendpt1938mastersit9007pe.4f2f2970-0bfa-45d4-9ee1-d9f79502fc6f", + "name": "privateendpt1938mastersit9007pe.4f2f2970-0bfa-45d4-9ee1-d9f79502fc6f", + "type": "Microsoft.OffAzure/MasterSites/privateEndpointConnections", + "eTag": "\"0100827d-0000-1800-0000-60701ac60000\"", + "properties": { + "provisioningState": "Succeeded", + "privateEndpoint": { + "id": "/subscriptions/31be0ff4-c932-4cb3-8efc-efa411d79280/resourceGroups/PrivLink-SelfHost/providers/Microsoft.Network/privateEndpoints/privateendpt1938mastersit9007pe" + }, + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": null, + "actionsRequired": "" + } + } + } + ], + "nextLink": "" + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateLinkResources_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateLinkResources_Get.json new file mode 100644 index 000000000000..5919fd50783c --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateLinkResources_Get.json @@ -0,0 +1,27 @@ +{ + "parameters": { + "resourceGroupName": "ayagrawrg", + "api-version": "2020-07-07", + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "siteName": "privateendpt1938mastersite", + "privateLinkResourceName": "Default" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/ayagrawrg/providers/Microsoft.OffAzure/MasterSites/privateendpt1938mastersite/privateLinkResources/Default", + "name": "Default", + "type": "Microsoft.OffAzure/MasterSites/privateLinkResources", + "properties": { + "requiredMembers": [ + "Default" + ], + "requiredZoneNames": [ + "privatelink.test.migration.windowsazure.com" + ], + "groupId": "Default" + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateLinkResources_ListBySite.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateLinkResources_ListBySite.json new file mode 100644 index 000000000000..e52a7ecee4df --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateLinkResources_ListBySite.json @@ -0,0 +1,31 @@ +{ + "parameters": { + "resourceGroupName": "ayagrawrg", + "api-version": "2020-07-07", + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "siteName": "privateendpt1938mastersite" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/ayagrawrg/providers/Microsoft.OffAzure/MasterSites/privateendpt1938mastersite/privateLinkResources/Default", + "name": "Default", + "type": "Microsoft.OffAzure/MasterSites/privateLinkResources", + "properties": { + "requiredMembers": [ + "Default" + ], + "requiredZoneNames": [ + "privatelink.test.migration.windowsazure.com" + ], + "groupId": "Default" + } + } + ], + "nextLink": "" + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareJob_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareJob_Get.json new file mode 100644 index 000000000000..7a59ba22aec4 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareJob_Get.json @@ -0,0 +1,27 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "dhlodhi-sea", + "siteName": "dhsqlsea08265998site", + "jobName": "9e20dec9-426c-4edd-a197-e0b1e3063c8e", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/dhlodhi-sea/providers/Microsoft.OffAzure/VMwareSites/dhsqlsea08265998site/jobs/9e20dec9-426c-4edd-a197-e0b1e3063c8e", + "name": "9e20dec9-426c-4edd-a197-e0b1e3063c8e", + "type": "Microsoft.OffAzure/VMwareSites/Jobs", + "properties": { + "startTime": "2019-12-13T12:25:38.5392467Z", + "endTime": "2019-12-13T12:27:00.6513315Z", + "displayName": "", + "clientRequestId": "236872bb-9d68-4f3a-90e2-13d354b59a3b", + "activityId": "3034cc93-85a8-4022-b791-5d4437652bcb", + "status": "Running", + "errors": [] + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareJobs_ListBySite.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareJobs_ListBySite.json new file mode 100644 index 000000000000..ad50c794855b --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareJobs_ListBySite.json @@ -0,0 +1,31 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "dhlodhi-sea", + "siteName": "dhsqlsea08265998site", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/dhlodhi-sea/providers/Microsoft.OffAzure/VMwareSites/dhsqlsea08265998site/jobs/9e20dec9-426c-4edd-a197-e0b1e3063c8e", + "name": "9e20dec9-426c-4edd-a197-e0b1e3063c8e", + "type": "Microsoft.OffAzure/VMwareSites/Jobs", + "properties": { + "startTime": "2019-12-13T12:25:38.5392467Z", + "endTime": "2019-12-13T12:27:00.6513315Z", + "displayName": "", + "clientRequestId": "236872bb-9d68-4f3a-90e2-13d354b59a3b", + "activityId": "3034cc93-85a8-4022-b791-5d4437652bcb", + "status": "Running", + "errors": [] + } + } + ], + "nextLink": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Get.json new file mode 100644 index 000000000000..9b4c1930ee80 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Get.json @@ -0,0 +1,86 @@ +{ + "parameters": { + "subscriptionId": "75dd7e42-4fd1-4512-af04-83ad9864335b", + "resourceGroupName": "myResourceGroup", + "siteName": "pajind_site1", + "machineName": "machine1", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/75dd7e42-4fd1-4512-af04-83ad9864335b/resourceGroups/myResourceGroup/providers/Microsoft.OffAzure/VMwareSites/pajind_site1/machines/machine1", + "name": "machine1", + "type": "Microsoft.OffAzure/VMwareSites/machines", + "properties": { + "dataCenterScope": "vCenter60-2", + "firmware": "bios", + "description": "", + "vCenterFQDN": "10.150.8.52", + "vCenterId": "/subscriptions/75dd7e42-4fd1-4512-af04-83ad9864335b/resourceGroups/myResourceGroup/providers/Microsoft.OffAzure/VMwareSites/vcenters/10-150-8-52-b090bef3-b733-5e34-bc8f-eb6f2701432a", + "vMwareToolsStatus": "NotInstalled", + "changeTrackingSupported": true, + "changeTrackingEnabled": true, + "maxSnapshots": -1, + "disks": [ + { + "uuid": "6000C299-7390-714b-91c1-8af030cfadf9", + "label": "Hard disk 1", + "diskProvisioningPolicy": "ThinProvisioned", + "diskScrubbingPolicy": "LazilyScrubbed", + "diskMode": "persistent", + "maxSizeInBytes": 42949672960, + "name": "scsi0:0", + "diskType": "Static", + "lun": 0, + "path": "[DS-FC-5TB-38-4] FPLWIN8R264-03/FPLWIN8R264-03.vmdk" + } + ], + "appsAndRoles": null, + "hostInMaintenanceMode": false, + "hostName": "10.150.8.38", + "hostPowerState": "unknown", + "hostVersion": "6.0.0", + "networkAdapters": [ + { + "label": "Network adapter 1", + "nicId": "4000", + "macAddress": "00:50:56:88:0d:3c", + "ipAddressList": [], + "networkName": "VM Network", + "ipAddressType": "Static" + } + ], + "dependencyMapping": "Disabled", + "dependencyMappingStartTime": null, + "displayName": "FPLWIN8R264-03", + "numberOfProcessorCore": 1, + "allocatedMemoryInMB": 4096, + "vmConfigurationFileLocation": "[DS-FC-5TB-38-4] FPLWIN8R264-03/FPLWIN8R264-03.vmx", + "operatingSystemDetails": { + "osType": "windowsguest", + "osName": "Microsoft Windows Server 2008 R2 (64-bit)", + "osVersion": null + }, + "guestOSDetails": { + "osType": null, + "osName": null, + "osVersion": null + }, + "numberOfApplications": 0, + "guestDetailsDiscoveryTimestamp": null, + "isGuestDetailsDiscoveryInProgress": true, + "createdTimestamp": "2019-10-14T08:52:34.0679641Z", + "updatedTimestamp": "2019-10-17T09:32:15.8814969Z", + "instanceUuid": "5008f0e5-71aa-84d6-6042-a118fb8e07c5", + "powerStatus": "ON", + "biosSerialNumber": "4208ef12-4a97-56d5-5fab-268058d3e3b5", + "biosGuid": "4208ef12-4a97-56d5-5fab-268058d3e3b5", + "vmFqdn": "", + "isDeleted": false, + "errors": [] + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Start.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Start.json new file mode 100644 index 000000000000..41ed3eb8ea95 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Start.json @@ -0,0 +1,12 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "pajindTest", + "siteName": "appliance1e39site", + "machineName": "machine1", + "api-version": "2020-07-07" + }, + "responses": { + "202": {} + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Stop.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Stop.json new file mode 100644 index 000000000000..41ed3eb8ea95 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Stop.json @@ -0,0 +1,12 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "pajindTest", + "siteName": "appliance1e39site", + "machineName": "machine1", + "api-version": "2020-07-07" + }, + "responses": { + "202": {} + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachines_ListBySite.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachines_ListBySite.json new file mode 100644 index 000000000000..65590a660ed7 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachines_ListBySite.json @@ -0,0 +1,90 @@ +{ + "parameters": { + "subscriptionId": "75dd7e42-4fd1-4512-af04-83ad9864335b", + "resourceGroupName": "myResourceGroup", + "siteName": "pajind_site1", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/75dd7e42-4fd1-4512-af04-83ad9864335b/resourceGroups/myResourceGroup/providers/Microsoft.OffAzure/VMwareSites/pajind_site1/machines/machine1", + "name": "machine1", + "type": "Microsoft.OffAzure/VMwareSites/machines", + "properties": { + "dataCenterScope": "vCenter60-2", + "firmware": "bios", + "description": "", + "vCenterFQDN": "10.150.8.52", + "vCenterId": "/subscriptions/75dd7e42-4fd1-4512-af04-83ad9864335b/resourceGroups/myResourceGroup/providers/Microsoft.OffAzure/VMwareSites/pajind_site1/vcenters/10-150-8-52-b090bef3-b733-5e34-bc8f-eb6f2701432a", + "vMwareToolsStatus": "NotInstalled", + "changeTrackingSupported": true, + "changeTrackingEnabled": true, + "maxSnapshots": -1, + "disks": [ + { + "uuid": "6000C299-7390-714b-91c1-8af030cfadf9", + "label": "Hard disk 1", + "diskProvisioningPolicy": "ThinProvisioned", + "diskScrubbingPolicy": "LazilyScrubbed", + "diskMode": "persistent", + "maxSizeInBytes": 42949672960, + "name": "scsi0:0", + "diskType": "Static", + "lun": 0, + "path": "[DS-FC-5TB-38-4] FPLWIN8R264-03/FPLWIN8R264-03.vmdk" + } + ], + "appsAndRoles": null, + "hostInMaintenanceMode": false, + "hostName": "10.150.8.38", + "hostPowerState": "unknown", + "hostVersion": "6.0.0", + "networkAdapters": [ + { + "label": "Network adapter 1", + "nicId": "4000", + "macAddress": "00:50:56:88:0d:3c", + "ipAddressList": [], + "networkName": "VM Network", + "ipAddressType": "Static" + } + ], + "dependencyMapping": "Disabled", + "dependencyMappingStartTime": null, + "displayName": "FPLWIN8R264-03", + "numberOfProcessorCore": 1, + "allocatedMemoryInMB": 4096, + "vmConfigurationFileLocation": "[DS-FC-5TB-38-4] FPLWIN8R264-03/FPLWIN8R264-03.vmx", + "operatingSystemDetails": { + "osType": "windowsguest", + "osName": "Microsoft Windows Server 2008 R2 (64-bit)", + "osVersion": null + }, + "guestOSDetails": { + "osType": null, + "osName": null, + "osVersion": null + }, + "numberOfApplications": 0, + "guestDetailsDiscoveryTimestamp": null, + "isGuestDetailsDiscoveryInProgress": true, + "createdTimestamp": "2019-10-14T08:52:34.0679641Z", + "updatedTimestamp": "2019-10-17T09:32:15.8814969Z", + "instanceUuid": "5008f0e5-71aa-84d6-6042-a118fb8e07c5", + "powerStatus": "ON", + "biosSerialNumber": "4208ef12-4a97-56d5-5fab-268058d3e3b5", + "biosGuid": "4208ef12-4a97-56d5-5fab-268058d3e3b5", + "vmFqdn": "", + "isDeleted": false, + "errors": [] + } + } + ], + "nextLink": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareOperationsStatus_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareOperationsStatus_Get.json new file mode 100644 index 000000000000..c1cce5841a2f --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareOperationsStatus_Get.json @@ -0,0 +1,24 @@ +{ + "parameters": { + "subscriptionId": "75dd7e42-4fd1-4512-af04-83ad9864335b", + "resourceGroupName": "myResourceGroup", + "siteName": "pajind_site1", + "operationStatusName": "996212ae-5c5f-419f-bb11-6f5c9b1ad90d", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/75dd7e42-4fd1-4512-af04-83ad9864335b/resourceGroups/myResourceGroup/providers/Microsoft.OffAzure/vmwaresites/pajind10/operationsstatus/996212ae-5c5f-419f-bb11-6f5c9b1ad90d", + "name": "996212ae-5c5f-419f-bb11-6f5c9b1ad90d", + "status": "Running", + "startTime": null, + "endTime": null, + "error": null, + "properties": { + "result": null + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareRunAsAccount_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareRunAsAccount_Get.json new file mode 100644 index 000000000000..d1ba26cd0912 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareRunAsAccount_Get.json @@ -0,0 +1,24 @@ +{ + "parameters": { + "subscriptionId": "75dd7e42-4fd1-4512-af04-83ad9864335b", + "resourceGroupName": "myResourceGroup", + "siteName": "pajind_site1", + "accountName": "account1", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/75dd7e42-4fd1-4512-af04-83ad9864335b/resourceGroups/myResourceGroup/providers/Microsoft.OffAzure/vmwaresites/pajind_site1/runasaccounts/account1", + "name": "account1", + "type": "Microsoft.OffAzure/vmwaresites/runasaccounts", + "properties": { + "displayName": "account1", + "credentialType": "LinuxServer", + "createdTimestamp": "2018-10-09T12:09:38.9625535Z", + "updatedTimestamp": "2018-10-09T12:09:38.9625535Z" + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareRunAsAccount_ListBySite.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareRunAsAccount_ListBySite.json new file mode 100644 index 000000000000..3df7d416d447 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareRunAsAccount_ListBySite.json @@ -0,0 +1,28 @@ +{ + "parameters": { + "subscriptionId": "75dd7e42-4fd1-4512-af04-83ad9864335b", + "resourceGroupName": "myResourceGroup", + "siteName": "pajind_site1", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/75dd7e42-4fd1-4512-af04-83ad9864335b/resourceGroups/myResourceGroup/providers/Microsoft.OffAzure/vmwaresites/pajind_site1/runasaccounts/account1", + "name": "account1", + "type": "Microsoft.OffAzure/vmwaresites/runasaccounts", + "properties": { + "displayName": "account1", + "credentialType": "LinuxServer", + "createdTimestamp": "2019-08-09T11:27:41.6015709Z", + "updatedTimestamp": "2019-08-09T11:27:41.6045624Z" + } + } + ], + "nextLink": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSiteHealthSummary_Post.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSiteHealthSummary_Post.json new file mode 100644 index 000000000000..ba64e93eee4e --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSiteHealthSummary_Post.json @@ -0,0 +1,54 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "rahasijaBugBash050919", + "siteName": "rahasapp122119d37csite", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "applianceName": "rahasapp122119", + "errorMessage": "Unable to discover applications due to VMware error: 'The operation is not allowed in the current state.'.", + "summaryMessage": "Action failed on vCenter/ESXi server.", + "errorId": 8084, + "errorCode": "VimException", + "affectedObjectsCount": 2, + "hitCount": 2, + "severity": "Error", + "remediationGuidance": "Review our documentation on how to fix the error.", + "affectedResourceType": "Microsoft.OffAzure/VMwareSites/machines", + "affectedResources": [ + "10-150-8-50-6af5f800-e9f6-56ff-9c3c-7be56d242c31_5027298a-5c7c-b63e-d038-42a90ad0ef22", + "10-150-8-50-6af5f800-e9f6-56ff-9c3c-7be56d242c31_5027dfb2-ecc3-47ad-e49c-3c6ebd685cc8" + ] + }, + { + "applianceName": "rahasapp122119", + "errorMessage": "Unable to discover the applications installed on the VM.", + "summaryMessage": "VMWare tool status is not Running.", + "errorId": 9002, + "errorCode": "VMWareToolStatusIsNotRunning", + "affectedObjectsCount": 7, + "hitCount": 7, + "severity": "Error", + "remediationGuidance": "Install/Reinstall the vmware tools in the VM and check if it is running.", + "affectedResourceType": "Microsoft.OffAzure/VMwareSites/machines", + "affectedResources": [ + "10-150-8-50-6af5f800-e9f6-56ff-9c3c-7be56d242c31_50279091-162f-3802-695e-de9dc653b478", + "10-150-8-50-6af5f800-e9f6-56ff-9c3c-7be56d242c31_5037b3e1-d9e9-e7a0-3c33-68786c1eb60d", + "10-150-8-50-6af5f800-e9f6-56ff-9c3c-7be56d242c31_5027af9e-44a0-6551-2458-85f4e7cde22c", + "10-150-8-50-6af5f800-e9f6-56ff-9c3c-7be56d242c31_5037163d-2fb5-4231-6a68-8bfdc59137db", + "10-150-8-50-6af5f800-e9f6-56ff-9c3c-7be56d242c31_5037a350-9bae-235e-4a59-aefd282b866f", + "10-150-8-50-6af5f800-e9f6-56ff-9c3c-7be56d242c31_50374089-90e7-d054-ba66-a7bd125cd39f", + "10-150-8-50-6af5f800-e9f6-56ff-9c3c-7be56d242c31_5037f46d-c732-867f-0270-2ac61d936410" + ] + } + ], + "nextLink": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSiteSummary_Post.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSiteSummary_Post.json new file mode 100644 index 000000000000..a81672a722c9 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSiteSummary_Post.json @@ -0,0 +1,16 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "rahasijaBugBash050919", + "siteName": "rahasapp122119d37csite", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "runAsAccountCount": 1, + "machineCount": 6 + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Create.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Create.json new file mode 100644 index 000000000000..5f5e0ecff2be --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Create.json @@ -0,0 +1,80 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "pajindTest", + "siteName": "appliance1e39site", + "api-version": "2020-07-07", + "body": { + "location": "eastus", + "properties": { + "servicePrincipalIdentityDetails": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "applicationId": "e9f013df-2a2a-4871-b766-e79867f30348", + "objectId": "2cd492bc-7ef3-4ee0-b301-59a88108b47b", + "audience": "https://72f988bf-86f1-41af-91ab-2d7cd011db47/MaheshSite17ac9agentauthaadapp", + "aadAuthority": "https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47" + } + } + } + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/VMwareSites/appliance1e39site", + "name": "appliance1e39site", + "type": "Microsoft.OffAzure/VMwareSites", + "eTag": null, + "location": "", + "properties": { + "servicePrincipalIdentityDetails": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "applicationId": "e9f013df-2a2a-4871-b766-e79867f30348", + "objectId": "2cd492bc-7ef3-4ee0-b301-59a88108b47b", + "audience": "https://72f988bf-86f1-41af-91ab-2d7cd011db47/MaheshSite17ac9agentauthaadapp", + "aadAuthority": "https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47", + "rawCertData": "string" + }, + "agentDetails": { + "id": "88762a5c-c43f-5a7a-ac2a-0abc594aa06e-agent", + "version": null, + "lastHeartBeatUtc": null, + "keyVaultUri": "string", + "keyVaultId": "string" + }, + "serviceEndpoint": "https://localhost", + "discoverySolutionId": "string", + "applianceName": "string" + } + } + }, + "201": { + "body": { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/VMwareSites/appliance1e39site", + "name": "appliance1e39site", + "type": "Microsoft.OffAzure/VMwareSites", + "eTag": null, + "location": "", + "properties": { + "servicePrincipalIdentityDetails": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "applicationId": "e9f013df-2a2a-4871-b766-e79867f30348", + "objectId": "2cd492bc-7ef3-4ee0-b301-59a88108b47b", + "audience": "https://72f988bf-86f1-41af-91ab-2d7cd011db47/MaheshSite17ac9agentauthaadapp", + "aadAuthority": "https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47", + "rawCertData": "string" + }, + "agentDetails": { + "id": "88762a5c-c43f-5a7a-ac2a-0abc594aa06e-agent", + "version": null, + "lastHeartBeatUtc": null, + "keyVaultUri": "string", + "keyVaultId": "string" + }, + "serviceEndpoint": "https://localhost", + "discoverySolutionId": "string", + "applianceName": "string" + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Delete.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Delete.json new file mode 100644 index 000000000000..309462ded0a7 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Delete.json @@ -0,0 +1,12 @@ +{ + "parameters": { + "subscriptionId": "75dd7e42-4fd1-4512-af04-83ad9864335b", + "resourceGroupName": "myResourceGroup", + "siteName": "pajind_site1", + "api-version": "2020-07-07" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Get.json new file mode 100644 index 000000000000..4ce6b185470e --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Get.json @@ -0,0 +1,39 @@ +{ + "parameters": { + "subscriptionId": "75dd7e42-4fd1-4512-af04-83ad9864335b", + "resourceGroupName": "myResourceGroup", + "siteName": "pajind_site1", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/75dd7e42-4fd1-4512-af04-83ad9864335b/resourceGroups/myResourceGroup/providers/Microsoft.OffAzure/VMwareSites/pajind_site1", + "name": "pajind_site1", + "type": "Microsoft.OffAzure/vmwaresites", + "eTag": null, + "location": "", + "properties": { + "servicePrincipalIdentityDetails": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "applicationId": "e9f013df-2a2a-4871-b766-e79867f30348", + "objectId": "2cd492bc-7ef3-4ee0-b301-59a88108b47b", + "audience": "https://72f988bf-86f1-41af-91ab-2d7cd011db47/MaheshSite17ac9agentauthaadapp", + "aadAuthority": "https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47", + "rawCertData": "string" + }, + "agentDetails": { + "id": "6cf06006-b736-5081-9a10-41aa2f87bd84-agent", + "version": null, + "lastHeartBeatUtc": null, + "keyVaultUri": "string", + "keyVaultId": "string" + }, + "serviceEndpoint": "https://localhost", + "discoverySolutionId": "string", + "applianceName": "string" + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Patch.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Patch.json new file mode 100644 index 000000000000..01b1635b4c09 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Patch.json @@ -0,0 +1,89 @@ +{ + "parameters": { + "subscriptionId": "75dd7e42-4fd1-4512-af04-83ad9864335b", + "resourceGroupName": "myResourceGroup", + "siteName": "pajind_site1", + "api-version": "2020-07-07", + "body": { + "name": "pajind_site1", + "eTag": null, + "location": "", + "properties": { + "servicePrincipalIdentityDetails": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "applicationId": "e9f013df-2a2a-4871-b766-e79867f30348", + "objectId": "2cd492bc-7ef3-4ee0-b301-59a88108b47b", + "audience": "https://72f988bf-86f1-41af-91ab-2d7cd011db47/MaheshSite17ac9agentauthaadapp", + "aadAuthority": "https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47", + "rawCertData": "string" + }, + "agentDetails": { + "keyVaultUri": "https://keyVaultUri", + "keyVaultId": "string" + }, + "discoverySolutionId": "string", + "applianceName": "string" + } + } + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/75dd7e42-4fd1-4512-af04-83ad9864335b/resourceGroups/myResourceGroup/providers/Microsoft.OffAzure/VMwareSites/pajind_site1", + "name": "pajind_site1", + "type": "Microsoft.OffAzure/vmwaresites", + "eTag": null, + "location": "", + "properties": { + "servicePrincipalIdentityDetails": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "applicationId": "e9f013df-2a2a-4871-b766-e79867f30348", + "objectId": "2cd492bc-7ef3-4ee0-b301-59a88108b47b", + "audience": "https://72f988bf-86f1-41af-91ab-2d7cd011db47/MaheshSite17ac9agentauthaadapp", + "aadAuthority": "https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47", + "rawCertData": "string" + }, + "agentDetails": { + "id": "6cf06006-b736-5081-9a10-41aa2f87bd84-agent", + "version": null, + "lastHeartBeatUtc": null, + "keyVaultUri": "https://keyVaultUri", + "keyVaultId": "string" + }, + "serviceEndpoint": "https://localhost", + "discoverySolutionId": "string", + "applianceName": "string" + } + } + }, + "201": { + "body": { + "id": "/subscriptions/75dd7e42-4fd1-4512-af04-83ad9864335b/resourceGroups/myResourceGroup/providers/Microsoft.OffAzure/VMwareSites/pajind_site1", + "name": "pajind_site1", + "type": "Microsoft.OffAzure/vmwaresites", + "eTag": null, + "location": "", + "properties": { + "servicePrincipalIdentityDetails": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "applicationId": "e9f013df-2a2a-4871-b766-e79867f30348", + "objectId": "2cd492bc-7ef3-4ee0-b301-59a88108b47b", + "audience": "https://72f988bf-86f1-41af-91ab-2d7cd011db47/MaheshSite17ac9agentauthaadapp", + "aadAuthority": "https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47", + "rawCertData": "string" + }, + "agentDetails": { + "id": "6cf06006-b736-5081-9a10-41aa2f87bd84-agent", + "version": null, + "lastHeartBeatUtc": null, + "keyVaultUri": "https://keyVaultUri", + "keyVaultId": "string" + }, + "serviceEndpoint": "https://localhost", + "discoverySolutionId": "string", + "applianceName": "string" + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Refresh.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Refresh.json new file mode 100644 index 000000000000..b3076f1ab21a --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Refresh.json @@ -0,0 +1,11 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "pajindTest", + "siteName": "appliance1e39site", + "api-version": "2020-07-07" + }, + "responses": { + "202": {} + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSitesInSubscription_List.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSitesInSubscription_List.json new file mode 100644 index 000000000000..20b4b7ea43d2 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSitesInSubscription_List.json @@ -0,0 +1,41 @@ +{ + "parameters": { + "subscriptionId": "75dd7e42-4fd1-4512-af04-83ad9864335b", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/75dd7e42-4fd1-4512-af04-83ad9864335b/resourceGroups/myResourceGroup/providers/Microsoft.OffAzure/VMwareSites/pajind_site1", + "name": "pajind_site1", + "type": "Microsoft.OffAzure/vmwaresites", + "eTag": null, + "location": "", + "properties": { + "servicePrincipalIdentityDetails": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "applicationId": "e9f013df-2a2a-4871-b766-e79867f30348", + "objectId": "2cd492bc-7ef3-4ee0-b301-59a88108b47b", + "audience": "https://72f988bf-86f1-41af-91ab-2d7cd011db47/MaheshSite17ac9agentauthaadapp", + "aadAuthority": "https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47", + "rawCertData": "string" + }, + "agentDetails": { + "id": "6cf06006-b736-5081-9a10-41aa2f87bd84-agent", + "version": null, + "lastHeartBeatUtc": null, + "keyVaultUri": "string", + "keyVaultId": "string" + }, + "serviceEndpoint": "https://localhost", + "discoverySolutionId": "string", + "applianceName": "string" + } + } + ] + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSites_List.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSites_List.json new file mode 100644 index 000000000000..0ec3da8b4af4 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSites_List.json @@ -0,0 +1,42 @@ +{ + "parameters": { + "subscriptionId": "75dd7e42-4fd1-4512-af04-83ad9864335b", + "resourceGroupName": "myResourceGroup", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/75dd7e42-4fd1-4512-af04-83ad9864335b/resourceGroups/myResourceGroup/providers/Microsoft.OffAzure/VMwareSites/pajind_site1", + "name": "pajind_site1", + "type": "Microsoft.OffAzure/vmwaresites", + "eTag": null, + "location": "", + "properties": { + "servicePrincipalIdentityDetails": { + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "applicationId": "e9f013df-2a2a-4871-b766-e79867f30348", + "objectId": "2cd492bc-7ef3-4ee0-b301-59a88108b47b", + "audience": "https://72f988bf-86f1-41af-91ab-2d7cd011db47/MaheshSite17ac9agentauthaadapp", + "aadAuthority": "https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47", + "rawCertData": "string" + }, + "agentDetails": { + "id": "6cf06006-b736-5081-9a10-41aa2f87bd84-agent", + "version": null, + "lastHeartBeatUtc": null, + "keyVaultUri": "string", + "keyVaultId": "string" + }, + "serviceEndpoint": "https://localhost", + "discoverySolutionId": "string", + "applianceName": "string" + } + } + ] + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Create.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Create.json new file mode 100644 index 000000000000..7c55c637f621 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Create.json @@ -0,0 +1,18 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "pajindTest", + "siteName": "appliance1e39site", + "vcenterName": "vcenter1", + "api-version": "2020-07-07", + "body": { + "properties": { + "fqdn": "idclab-a226vc6", + "runAsAccountId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/VMwareSites/appliance1e39site/runasaccounts/account1" + } + } + }, + "responses": { + "202": {} + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Delete.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Delete.json new file mode 100644 index 000000000000..9e349ef492e4 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Delete.json @@ -0,0 +1,13 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "rahasijaBugBash050919", + "siteName": "rahasapp122119d37csite", + "vcenterName": "10-150-8-50-6af5f800-e9f6-56ff-9c3c-7be56d242c31", + "api-version": "2020-07-07" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Get.json new file mode 100644 index 000000000000..c457e14c6b4a --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Get.json @@ -0,0 +1,29 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "rahasijaBugBash050919", + "siteName": "rahasapp122119d37csite", + "vcenterName": "10-150-8-50-6af5f800-e9f6-56ff-9c3c-7be56d242c31", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/rahasijaBugBash050919/providers/Microsoft.OffAzure/VMwareSites/rahasapp122119d37csite/vcenters/10-150-8-50-6af5f800-e9f6-56ff-9c3c-7be56d242c31", + "name": "10-150-8-50-6af5f800-e9f6-56ff-9c3c-7be56d242c31", + "type": "Microsoft.OffAzure/VMwareSites/vcenters", + "properties": { + "createdTimestamp": "2019-12-21T07:00:52.0128932Z", + "updatedTimestamp": "2019-12-23T14:34:34.7509959Z", + "fqdn": "10.150.8.50", + "port": "443", + "runAsAccountId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/rahasijaBugBash050919/providers/Microsoft.OffAzure/VMwareSites/rahasapp122119d37csite/runasaccounts/6af5f800-e9f6-56ff-9c3c-7be56d242c31", + "version": "6.5.0", + "perfStatisticsLevel": "[{\"Level\":3,\"Name\":\"past day\",\"Enabled\":true,\"SamplingPeriod\":300,\"TimeLength\":86400},{\"Level\":3,\"Name\":\"past week\",\"Enabled\":true,\"SamplingPeriod\":1800,\"TimeLength\":604800},{\"Level\":3,\"Name\":\"past month\",\"Enabled\":true,\"SamplingPeriod \":7200,\"TimeLength\":2592000},{\"Level\":3,\"Name\":\"past year\",\"Enabled\":true,\"SamplingPeriod\":86400,\"TimeLength\":7776000}]", + "instanceUuid": "4c0e3b96-5e11-4574-b98a-2b868cd6950f", + "errors": [] + } + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_ListBySite.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_ListBySite.json new file mode 100644 index 000000000000..d031a92597fe --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_ListBySite.json @@ -0,0 +1,33 @@ +{ + "parameters": { + "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", + "resourceGroupName": "rahasijaBugBash050919", + "siteName": "rahasapp122119d37csite", + "api-version": "2020-07-07" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/rahasijaBugBash050919/providers/Microsoft.OffAzure/VMwareSites/rahasapp122119d37csite/vcenters/10-150-8-50-6af5f800-e9f6-56ff-9c3c-7be56d242c31", + "name": "10-150-8-50-6af5f800-e9f6-56ff-9c3c-7be56d242c31", + "type": "Microsoft.OffAzure/VMwareSites/vcenters", + "properties": { + "createdTimestamp": "2019-12-21T07:00:52.0128932Z", + "updatedTimestamp": "2019-12-23T14:34:34.7509959Z", + "fqdn": "10.150.8.50", + "port": "443", + "runAsAccountId": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/rahasijaBugBash050919/providers/Microsoft.OffAzure/VMwareSites/rahasapp122119d37csite/runasaccounts/6af5f800-e9f6-56ff-9c3c-7be56d242c31", + "version": "6.5.0", + "perfStatisticsLevel": "[{\"Level\":3,\"Name\":\"past day\",\"Enabled\":true,\"SamplingPeriod\":300,\"TimeLength\":86400},{\"Level\":3,\"Name\":\"past week\",\"Enabled\":true,\"SamplingPeriod\":1800,\"TimeLength\":604800},{\"Level\":3,\"Name\":\"past month\",\"Enabled\":true,\"SamplingPeriod \":7200,\"TimeLength\":2592000},{\"Level\":3,\"Name\":\"past year\",\"Enabled\":true,\"SamplingPeriod\":86400,\"TimeLength\":7776000}]", + "instanceUuid": "4c0e3b96-5e11-4574-b98a-2b868cd6950f", + "errors": [] + } + } + ], + "nextLink": null + } + } + } +} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/migrate.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/migrate.json new file mode 100644 index 000000000000..b9010a5afdea --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/migrate.json @@ -0,0 +1,6512 @@ +{ + "swagger": "2.0", + "info": { + "version": "2020-07-07", + "title": "Azure Migrate V2", + "description": "Discover your workloads for Azure.", + "contact": { + "name": "Microsoft", + "email": "azuremigrate@microsoft.com" + } + }, + "host": "management.azure.com", + "schemes": [ + "https" + ], + "parameters": { + "subscriptionId": { + "name": "subscriptionId", + "description": "Azure Subscription Id in which project was created.", + "type": "string", + "in": "path", + "required": true + } + }, + "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" + } + } + }, + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ], + "paths": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/clusters/{clusterName}": { + "get": { + "tags": [ + "HyperVCluster" + ], + "summary": "Method to get a Hyper-V cluster.", + "operationId": "HyperVCluster_GetCluster", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "clusterName", + "in": "path", + "description": "Cluster ARM name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/HyperVCluster" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Get cluster": { + "$ref": "./examples/HyperVCluster_Get.json" + } + }, + "deprecated": false + }, + "put": { + "tags": [ + "HyperVCluster" + ], + "summary": "Method to create or update a cluster in site.", + "operationId": "HyperVCluster_PutCluster", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "clusterName", + "in": "path", + "description": "Cluster ARM name.", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "Put cluster body.", + "required": true, + "schema": { + "$ref": "#/definitions/HyperVCluster" + } + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "202": { + "description": "Accepted", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Add new cluster": { + "$ref": "./examples/HyperVCluster_Create.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/clusters": { + "get": { + "tags": [ + "HyperVCluster" + ], + "summary": "Method to get all clusters in a site.", + "operationId": "HyperVCluster_GetAllClustersInSite", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + }, + { + "name": "$filter", + "in": "query", + "required": false, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/HyperVClusterCollection" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "List cluster by site": { + "$ref": "./examples/HyperVCluster_ListBySite.json" + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/hosts/{hostName}": { + "get": { + "tags": [ + "HyperVHost" + ], + "summary": "Method to get a Hyper-V host.", + "operationId": "HyperVHost_GetHost", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "hostName", + "in": "path", + "description": "Host ARM name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/HyperVHost" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Get host": { + "$ref": "./examples/HyperVHost_Get.json" + } + }, + "deprecated": false + }, + "put": { + "tags": [ + "HyperVHost" + ], + "summary": "Method to create or update a host in site.", + "operationId": "HyperVHost_PutHost", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "hostName", + "in": "path", + "description": "Host ARM name.", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "Put host body.", + "required": true, + "schema": { + "$ref": "#/definitions/HyperVHost" + } + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "202": { + "description": "Accepted", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Add new host": { + "$ref": "./examples/HyperVHost_Create.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/hosts": { + "get": { + "tags": [ + "HyperVHost" + ], + "summary": "Method to get all hosts in a site.", + "operationId": "HyperVHost_GetAllHostsInSite", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + }, + { + "name": "$filter", + "in": "query", + "required": false, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/HyperVHostCollection" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "List hosts by site": { + "$ref": "./examples/HyperVHost_ListBySite.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/jobs/{jobName}": { + "get": { + "tags": [ + "HyperVJobs" + ], + "summary": "Method to get job.", + "operationId": "HyperVJobs_GetJob", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "jobName", + "in": "path", + "description": "Job ARM name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/HyperVJob" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Get job by job name.": { + "$ref": "./examples/HyperVJob_Get.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/jobs": { + "get": { + "tags": [ + "HyperVJobs" + ], + "summary": "Method to get all jobs in a site.", + "operationId": "HyperVJobs_GetAllJobsInSite", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/HyperVJobCollection" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "List jobs by site": { + "$ref": "./examples/HyperVJobs_ListBySite.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/machines/{machineName}": { + "get": { + "tags": [ + "HyperVMachines" + ], + "summary": "Method to get machine.", + "operationId": "HyperVMachines_GetMachine", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "machineName", + "in": "path", + "description": "Machine ARM name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/HyperVMachine" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Get machine.": { + "$ref": "./examples/HyperVMachine_Get.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/machines": { + "get": { + "tags": [ + "HyperVMachines" + ], + "summary": "Method to get machine.", + "operationId": "HyperVMachines_GetAllMachinesInSite", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + }, + { + "name": "$filter", + "in": "query", + "required": false, + "type": "string" + }, + { + "name": "$top", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "continuationToken", + "in": "query", + "description": "Optional parameter for continuation token.", + "required": false, + "type": "string" + }, + { + "name": "totalRecordCount", + "in": "query", + "description": "Total count of machines in the given site.", + "required": false, + "type": "integer", + "format": "int32" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/HyperVMachineCollection" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "List hosts by site": { + "$ref": "./examples/HyperVMachines_ListBySite.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/operationsStatus/{operationStatusName}": { + "get": { + "tags": [ + "HyperVOperationsStatus" + ], + "summary": "Method to get operation status.", + "operationId": "HyperVOperationsStatus_GetOperationStatus", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "operationStatusName", + "in": "path", + "description": "Operation status ARM name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/OperationStatus" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Get operation status.": { + "$ref": "./examples/HyperVOperationsStatus_Get.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/runAsAccounts/{accountName}": { + "get": { + "tags": [ + "HyperVRunAsAccounts" + ], + "summary": "Method to get run as account.", + "operationId": "HyperVRunAsAccounts_GetRunAsAccount", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "accountName", + "in": "path", + "description": "Run as account ARM name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/HyperVRunAsAccount" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Get run as account.": { + "$ref": "./examples/HyperVRunAsAccount_Get.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/runAsAccounts": { + "get": { + "tags": [ + "HyperVRunAsAccounts" + ], + "summary": "Method to get run as accounts.", + "operationId": "HyperVRunAsAccounts_GetAllRunAsAccountsInSite", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/HyperVRunAsAccountCollection" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "List Run As Accounts by site": { + "$ref": "./examples/HyperVRunAsAccounts_ListBySite.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}": { + "get": { + "tags": [ + "HyperVSites" + ], + "summary": "Method to get a site.", + "operationId": "HyperVSites_GetSite", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/HyperVSite" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Get Hyper-V site": { + "$ref": "./examples/HyperVSite_Get.json" + } + }, + "deprecated": false + }, + "put": { + "tags": [ + "HyperVSites" + ], + "summary": "Method to create or update a site.", + "operationId": "HyperVSites_PutSite", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "Body with site details.", + "required": true, + "schema": { + "$ref": "#/definitions/HyperVSite" + } + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/HyperVSite" + } + }, + "201": { + "description": "Created", + "schema": { + "$ref": "#/definitions/HyperVSite" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Create Hyper-V site": { + "$ref": "./examples/HyperVSite_Create.json" + } + }, + "deprecated": false + }, + "delete": { + "tags": [ + "HyperVSites" + ], + "summary": "Method to delete a site.", + "operationId": "HyperVSites_DeleteSite", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK" + }, + "204": { + "description": "NoContent" + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Delete Hyper-V site.": { + "$ref": "./examples/HyperVSite_Delete.json" + } + }, + "deprecated": false + }, + "patch": { + "tags": [ + "HyperVSites" + ], + "summary": "Method to patch an existing site.", + "operationId": "HyperVSites_PatchSite", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "The site name.", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "Body with site details.", + "required": true, + "schema": { + "$ref": "#/definitions/HyperVSite" + } + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/HyperVSite" + } + }, + "201": { + "description": "Created", + "schema": { + "$ref": "#/definitions/HyperVSite" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Patch Hyper-V site.": { + "$ref": "./examples/HyperVSite_Patch.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/refresh": { + "post": { + "tags": [ + "HyperVSites" + ], + "summary": "Method to refresh a site.", + "operationId": "HyperVSites_RefreshSite", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "202": { + "description": "Accepted", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Refresh Hyper-V site.": { + "$ref": "./examples/HyperVSite_Refresh.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/healthSummary": { + "post": { + "tags": [ + "HyperVSites" + ], + "summary": "Method to get site health summary.", + "operationId": "HyperVSites_GetSiteHealthSummary", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/SiteHealthSummaryCollection" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Get Hyper-V site health summary.": { + "$ref": "./examples/HyperVSiteHealthSummary_Post.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/jobs/{jobName}": { + "get": { + "tags": [ + "Jobs" + ], + "summary": "Method to get job.", + "operationId": "Jobs_GetJob", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "jobName", + "in": "path", + "description": "Job ARM name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/VMwareJob" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Get job by job name.": { + "$ref": "./examples/VMwareJob_Get.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/jobs": { + "get": { + "tags": [ + "Jobs" + ], + "summary": "Method to get all jobs in a site.", + "operationId": "Jobs_GetAllJobsInSite", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/VMwareJobCollection" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "List jobs by site": { + "$ref": "./examples/VMwareJobs_ListBySite.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/machines/{machineName}": { + "get": { + "tags": [ + "Machines" + ], + "summary": "Method to get machine.", + "operationId": "Machines_GetMachine", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "machineName", + "in": "path", + "description": "Machine ARM name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/VMwareMachine" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Get VMware machine.": { + "$ref": "./examples/VMwareMachine_Get.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/machines": { + "get": { + "tags": [ + "Machines" + ], + "summary": "Method to get machine.", + "operationId": "Machines_GetAllMachinesInSite", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + }, + { + "name": "$filter", + "in": "query", + "required": false, + "type": "string" + }, + { + "name": "$top", + "in": "query", + "required": false, + "type": "integer", + "format": "int32" + }, + { + "name": "continuationToken", + "in": "query", + "description": "Optional parameter for continuation token.", + "required": false, + "type": "string" + }, + { + "name": "totalRecordCount", + "in": "query", + "description": "Total count of machines in the given site.", + "required": false, + "type": "integer", + "format": "int32" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/VMwareMachineCollection" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Get VMware machines": { + "$ref": "./examples/VMwareMachines_ListBySite.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/machines/{machineName}/stop": { + "post": { + "tags": [ + "Machines" + ], + "summary": "Method to stop a machine.", + "operationId": "Machines_StopMachine", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "machineName", + "in": "path", + "description": "Machine ARM name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "202": { + "description": "Accepted", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Start VMware machine": { + "$ref": "./examples/VMwareMachine_Stop.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/machines/{machineName}/start": { + "post": { + "tags": [ + "Machines" + ], + "summary": "Method to start a machine.", + "operationId": "Machines_StartMachine", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "machineName", + "in": "path", + "description": "Machine ARM name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "202": { + "description": "Accepted", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Stop VMware machine": { + "$ref": "./examples/VMwareMachine_Start.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/runAsAccounts/{accountName}": { + "get": { + "tags": [ + "RunAsAccounts" + ], + "summary": "Method to get run as account.", + "operationId": "RunAsAccounts_GetRunAsAccount", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "accountName", + "in": "path", + "description": "Run as account ARM name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/VMwareRunAsAccount" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Get VMware run as account.": { + "$ref": "./examples/VMwareRunAsAccount_Get.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/runAsAccounts": { + "get": { + "tags": [ + "RunAsAccounts" + ], + "summary": "Method to get run as accounts.", + "operationId": "RunAsAccounts_GetAllRunAsAccountsInSite", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/VMwareRunAsAccountCollection" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "List VMware run as account by site.": { + "$ref": "./examples/VMwareRunAsAccount_ListBySite.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}": { + "get": { + "tags": [ + "Sites" + ], + "summary": "Method to get a site.", + "operationId": "Sites_GetSite", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/VMwareSite" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Get VMware site": { + "$ref": "./examples/VMwareSite_Get.json" + } + }, + "deprecated": false + }, + "put": { + "tags": [ + "Sites" + ], + "summary": "Method to create or update a site.", + "operationId": "Sites_PutSite", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "Body with site details.", + "required": true, + "schema": { + "$ref": "#/definitions/VMwareSite" + } + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/VMwareSite" + } + }, + "201": { + "description": "Created", + "schema": { + "$ref": "#/definitions/VMwareSite" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Create VMware site": { + "$ref": "./examples/VMwareSite_Create.json" + } + }, + "deprecated": false + }, + "delete": { + "tags": [ + "Sites" + ], + "summary": "Method to delete a site.", + "operationId": "Sites_DeleteSite", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK" + }, + "204": { + "description": "NoContent" + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Delete VMware site": { + "$ref": "./examples/VMwareSite_Delete.json" + } + }, + "deprecated": false + }, + "patch": { + "tags": [ + "Sites" + ], + "summary": "Method to update an existing site.", + "operationId": "Sites_PatchSite", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "Body with site details.", + "required": true, + "schema": { + "$ref": "#/definitions/VMwareSite" + } + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/VMwareSite" + } + }, + "201": { + "description": "Created", + "schema": { + "$ref": "#/definitions/VMwareSite" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Patch VMware site": { + "$ref": "./examples/VMwareSite_Patch.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/refresh": { + "post": { + "tags": [ + "Sites" + ], + "summary": "Method to refresh a site.", + "operationId": "Sites_RefreshSite", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "202": { + "description": "Accepted", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Refresh VMware site": { + "$ref": "./examples/VMwareSite_Refresh.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/healthSummary": { + "post": { + "tags": [ + "Sites" + ], + "summary": "Method to get site health summary.", + "operationId": "Sites_GetSiteHealthSummary", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/SiteHealthSummaryCollection" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Get VMware site health summary.": { + "$ref": "./examples/VMwareSiteHealthSummary_Post.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/vCenters/{vcenterName}": { + "get": { + "tags": [ + "VCenter" + ], + "summary": "Method to get a vCenter.", + "operationId": "VCenter_GetVCenter", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "vcenterName", + "in": "path", + "description": "VCenter ARM name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/VCenter" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Get VMware Vcenter.": { + "$ref": "./examples/VMwareVcenter_Get.json" + } + }, + "deprecated": false + }, + "put": { + "tags": [ + "VCenter" + ], + "summary": "Method to create or update a vCenter in site.", + "operationId": "VCenter_PutVCenter", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "vcenterName", + "in": "path", + "description": "VCenter ARM name.", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "Put vCenter body.", + "required": true, + "schema": { + "$ref": "#/definitions/VCenter" + } + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "202": { + "description": "Accepted", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Create VMware Vcenter": { + "$ref": "./examples/VMwareVcenter_Create.json" + } + }, + "deprecated": false + }, + "delete": { + "tags": [ + "VCenter" + ], + "summary": "Method to delete vCenter in site.", + "operationId": "VCenter_DeleteVCenter", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "vcenterName", + "in": "path", + "description": "VCenter ARM name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK" + }, + "204": { + "description": "NoContent" + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Delete VMware Vcenter.": { + "$ref": "./examples/VMwareVcenter_Delete.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/vCenters": { + "get": { + "tags": [ + "VCenter" + ], + "summary": "Method to get all vCenters in a site.", + "operationId": "VCenter_GetAllVCentersInSite", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + }, + { + "name": "$filter", + "in": "query", + "required": false, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/VCenterCollection" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "List VMware vCenters by site": { + "$ref": "./examples/VMwareVcenter_ListBySite.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/operationsStatus/{operationStatusName}": { + "get": { + "tags": [ + "VMwareOperationsStatus" + ], + "summary": "Method to get operation status.", + "operationId": "VMwareOperationsStatus_GetOperationStatus", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "operationStatusName", + "in": "path", + "description": "Operation status ARM name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/OperationStatus" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Get VMware operation status.": { + "$ref": "./examples/VMwareOperationsStatus_Get.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/summary": { + "post": { + "tags": [ + "HyperVSites" + ], + "summary": "Method to get site usage.", + "operationId": "HyperVSites_GetSiteUsage", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/HyperVSiteUsage" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Get Hyper-V site summary/usage.": { + "$ref": "./examples/HyperVSiteSummary_Post.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/summary": { + "post": { + "tags": [ + "Sites" + ], + "summary": "Method to get site usage/summary.", + "operationId": "Sites_GetSiteUsage", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/VMwareSiteUsage" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Get VMware site usage/summary.": { + "$ref": "./examples/VMwareSiteSummary_Post.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/providers/Microsoft.OffAzure/MasterSites": { + "get": { + "tags": [ + "MasterSites" + ], + "summary": "Get all sites.", + "description": "Get all the sites in the subscription.", + "operationId": "MasterSites_ListBySubscription", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/MasterSiteList" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Get all Master site": { + "$ref": "./examples/MasterSites_ListBySubscription.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OffAzure/MasterSites": { + "get": { + "tags": [ + "MasterSites" + ], + "summary": "Get all sites.", + "description": "Get all the sites in the resource group.", + "operationId": "MasterSites_List", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/MasterSiteList" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Get all Master site": { + "$ref": "./examples/MasterSites_List.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/MasterSites/{siteName}": { + "get": { + "tags": [ + "MasterSites" + ], + "summary": "Method to get a site.", + "operationId": "MasterSites_GetSite", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "The site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/MasterSite" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Get Master site": { + "$ref": "./examples/MasterSite_Get.json" + } + }, + "deprecated": false + }, + "put": { + "tags": [ + "MasterSites" + ], + "summary": "Method to create or update a site.", + "operationId": "MasterSites_PutSite", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "Body with site details.", + "required": true, + "schema": { + "$ref": "#/definitions/MasterSite" + } + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "202": { + "description": "Accepted", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Create Master site": { + "$ref": "./examples/MasterSite_Create.json" + } + }, + "deprecated": false + }, + "delete": { + "tags": [ + "MasterSites" + ], + "summary": "Method to delete a site.", + "operationId": "MasterSites_DeleteSite", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK" + }, + "204": { + "description": "NoContent" + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Delete Master site": { + "$ref": "./examples/MasterSite_Delete.json" + } + }, + "deprecated": false + }, + "patch": { + "tags": [ + "MasterSites" + ], + "summary": "Method to patch an existing site.", + "operationId": "MasterSites_PatchSite", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "description": "Body with site details.", + "required": true, + "schema": { + "$ref": "#/definitions/MasterSite" + } + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/MasterSite" + } + }, + "202": { + "description": "Accepted", + "headers": { + "Azure-AsyncOperation": { + "description": "Tracking URL for long running operation.", + "type": "string" + } + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Patch Master site": { + "$ref": "./examples/MasterSite_Patch.json" + } + }, + "deprecated": false + } + }, + "/providers/Microsoft.OffAzure/operations": { + "get": { + "summary": "Get list of operations supported in the API.", + "description": "Get a list of REST API supported by Microsoft.OffAzure provider.", + "operationId": "Operations_List", + "consumes": [], + "produces": [ + "application/json" + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/AvailableOperations" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": null + }, + "x-ms-examples": { + "Operations_List": { + "$ref": "./examples/Operations_List.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/masterSites/{siteName}/privateEndpointConnections/{peConnectionName}": { + "get": { + "tags": [ + "PrivateEndpointConnection" + ], + "summary": "Gets the private link resource.", + "operationId": "PrivateEndpointConnection_GetPrivateEndpointConnection", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "peConnectionName", + "in": "path", + "description": "Private link resource name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/PrivateEndpointConnection" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Get privateEndpointConnection": { + "$ref": "./examples/PrivateEndpointConnections_Get.json" + } + }, + "deprecated": false + }, + "put": { + "tags": [ + "PrivateEndpointConnection" + ], + "operationId": "PrivateEndpointConnection_PutPrivateEndpointConnection", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "peConnectionName", + "in": "path", + "description": "Private link resource name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/PrivateEndpointConnection" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/PrivateEndpointConnection" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Put privateEndpointConnection": { + "$ref": "./examples/PrivateEndpointConnections_Create.json" + } + }, + "deprecated": false + }, + "delete": { + "tags": [ + "PrivateEndpointConnection" + ], + "summary": "Gets the private link resource.", + "operationId": "PrivateEndpointConnection_DeletePrivateEndpointConnection", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "peConnectionName", + "in": "path", + "description": "Private link resource name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK" + }, + "204": { + "description": "NoContent" + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Delete privateEndpointConnection": { + "$ref": "./examples/PrivateEndpointConnections_Delete.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/masterSites/{siteName}/privateEndpointConnections": { + "get": { + "tags": [ + "PrivateEndpointConnection" + ], + "summary": "Gets the private link resource.", + "operationId": "PrivateEndpointConnection_GetPrivateEndpointConnections", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/PrivateEndpointConnectionCollection" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Get privateEndpointConnections per site": { + "$ref": "./examples/PrivateEndpointConnections_ListBySite.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/masterSites/{siteName}/privateLinkResources/{privateLinkResourceName}": { + "get": { + "tags": [ + "PrivateLinkResources" + ], + "summary": "Gets the private link resource.", + "operationId": "PrivateLinkResources_GetPrivateLinkResource", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "privateLinkResourceName", + "in": "path", + "description": "Private link resource name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/PrivateLinkResource" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Get Private link resources": { + "$ref": "./examples/PrivateLinkResources_Get.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/masterSites/{siteName}/privateLinkResources": { + "get": { + "tags": [ + "PrivateLinkResources" + ], + "summary": "Gets the private link resource.", + "operationId": "PrivateLinkResources_GetPrivateLinkResources", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "siteName", + "in": "path", + "description": "Site name.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/PrivateLinkResourceCollection" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Get Private link resources per site": { + "$ref": "./examples/PrivateLinkResources_ListBySite.json" + } + }, + "deprecated": false + } + }, + "/subscriptions/{subscriptionId}/providers/Microsoft.OffAzure/VMwareSites": { + "get": { + "summary": "Get all vmware sites.", + "description": "Get all the vmware sites in the subscription.", + "operationId": "VMwareSites_ListBySubscription", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK.", + "headers": { + "x-ms-request-id": { + "type": "string", + "description": "Service generated Request ID." + } + }, + "schema": { + "$ref": "#/definitions/VMWareSitesResultList" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Projects_List": { + "$ref": "./examples/VMwareSitesInSubscription_List.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites": { + "get": { + "summary": "Get all vmware sites.", + "description": "Get all the vmware sites in the resource group.", + "operationId": "VMwareSites_List", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK.", + "headers": { + "x-ms-request-id": { + "type": "string", + "description": "Service generated Request ID." + } + }, + "schema": { + "$ref": "#/definitions/VMWareSitesResultList" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Projects_List": { + "$ref": "./examples/VMwareSites_List.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/providers/Microsoft.OffAzure/HyperVSites": { + "get": { + "summary": "Get all hyperv sites.", + "description": "Get all the hyperv sites in the subscription.", + "operationId": "HyperVSites_ListBySubscription", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK.", + "headers": { + "x-ms-request-id": { + "type": "string", + "description": "Service generated Request ID." + } + }, + "schema": { + "$ref": "#/definitions/HyperVSitesResultList" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "HyperVSites_List": { + "$ref": "./examples/HyperVSitesInSubscription_List.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites": { + "get": { + "summary": "Get all hyperv sites.", + "description": "Get all the hyperv sites in the subscription.", + "operationId": "HyperVSites_List", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/subscriptionId" + }, + { + "name": "resourceGroupName", + "in": "path", + "description": "The name of the resource group. The name is case insensitive.", + "required": true, + "type": "string" + }, + { + "name": "api-version", + "in": "query", + "description": "The API version to use for this operation.", + "required": true, + "type": "string" + } + ], + "responses": { + "200": { + "description": "OK.", + "headers": { + "x-ms-request-id": { + "type": "string", + "description": "Service generated Request ID." + } + }, + "schema": { + "$ref": "#/definitions/HyperVSitesResultList" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Projects_List": { + "$ref": "./examples/HyperVSites_List.json" + } + } + } + } + }, + "definitions": { + "Object": { + "type": "object", + "properties": {} + }, + "HyperVCluster": { + "description": "Cluster REST Resource.", + "type": "object", + "properties": { + "id": { + "description": "Resource Id.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "Name of the cluster.", + "type": "string" + }, + "type": { + "description": "Type of resource. Type = Microsoft.OffAzure/hyperVSites/clusters.", + "type": "string", + "readOnly": true + }, + "properties": { + "$ref": "#/definitions/HyperVClusterProperties", + "description": "Nested properties of the cluster." + } + } + }, + "HyperVClusterProperties": { + "description": "Class for cluster properties.", + "type": "object", + "properties": { + "createdTimestamp": { + "description": "Timestamp marking Hyper-V cluster creation.", + "type": "string", + "readOnly": true + }, + "updatedTimestamp": { + "description": "Timestamp marking last updated on the Hyper-V cluster.", + "type": "string", + "readOnly": true + }, + "fqdn": { + "description": "FQDN/IPAddress of the Hyper-V cluster.", + "type": "string" + }, + "functionalLevel": { + "format": "int32", + "description": "Functional level of the Hyper-V cluster.", + "type": "integer", + "readOnly": true + }, + "status": { + "description": "Status of the Hyper-V cluster.", + "type": "string", + "readOnly": true + }, + "runAsAccountId": { + "description": "Run as account ID of the Hyper-V cluster.", + "type": "string" + }, + "hostFqdnList": { + "description": "List of hosts (FQDN) currently being tracked by the cluster.", + "type": "array", + "items": { + "type": "string" + } + }, + "errors": { + "description": "Errors for Hyper-V clusters.", + "type": "array", + "items": { + "$ref": "#/definitions/HealthErrorDetails" + }, + "readOnly": true + } + } + }, + "HealthErrorDetails": { + "description": "Error contract returned when some exception occurs in Rest API.", + "type": "object", + "properties": { + "id": { + "format": "int64", + "description": "Error ID.", + "type": "integer", + "readOnly": true + }, + "code": { + "description": "Error name.", + "type": "string", + "readOnly": true + }, + "message": { + "description": "Error message.", + "type": "string", + "readOnly": true + }, + "possibleCauses": { + "description": "Possible causes of error.", + "type": "string", + "readOnly": true + }, + "recommendedAction": { + "description": "Recommended action to resolve error.", + "type": "string", + "readOnly": true + }, + "severity": { + "description": "Error severity.", + "type": "string", + "readOnly": true + }, + "summaryMessage": { + "description": "Error summary message.", + "type": "string", + "readOnly": true + }, + "source": { + "description": "Error source.", + "type": "string", + "readOnly": true + }, + "messageParameters": { + "description": "Message parameters.", + "type": "object", + "additionalProperties": { + "type": "string" + }, + "readOnly": true + } + } + }, + "HyperVClusterCollection": { + "description": "Collection of Hyper-V clusters.", + "type": "object", + "properties": { + "value": { + "description": "List of clusters.", + "type": "array", + "items": { + "$ref": "#/definitions/HyperVCluster" + }, + "readOnly": true + }, + "nextLink": { + "description": "Value of next link.", + "type": "string", + "readOnly": true + } + } + }, + "HyperVHost": { + "description": "Host REST Resource.", + "type": "object", + "properties": { + "id": { + "description": "Resource Id.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "Name of the host.", + "type": "string" + }, + "type": { + "description": "Type of resource. Type = Microsoft.OffAzure/hyperVSites/hosts.", + "type": "string", + "readOnly": true + }, + "properties": { + "$ref": "#/definitions/HyperVHostProperties", + "description": "Nested properties." + } + } + }, + "HyperVHostProperties": { + "description": "Class for host properties.", + "type": "object", + "properties": { + "createdTimestamp": { + "description": "Timestamp marking Hyper-V host creation.", + "type": "string", + "readOnly": true + }, + "updatedTimestamp": { + "description": "Timestamp marking last updated on the Hyper-V host.", + "type": "string", + "readOnly": true + }, + "fqdn": { + "description": "FQDN/IPAddress of the Hyper-V host.", + "type": "string" + }, + "runAsAccountId": { + "description": "Run as account ID of the Hyper-V host.", + "type": "string" + }, + "version": { + "description": "Version of the Hyper-V host.", + "type": "string", + "readOnly": true + }, + "errors": { + "description": "Errors for Hyper-V hosts.", + "type": "array", + "items": { + "$ref": "#/definitions/HealthErrorDetails" + }, + "readOnly": true + } + } + }, + "HyperVHostCollection": { + "description": "Collection of Hyper-V hosts.", + "type": "object", + "properties": { + "value": { + "description": "List of hosts.", + "type": "array", + "items": { + "$ref": "#/definitions/HyperVHost" + }, + "readOnly": true + }, + "nextLink": { + "description": "Value of next link.", + "type": "string", + "readOnly": true + } + } + }, + "HyperVJob": { + "description": "Job REST Resource.", + "type": "object", + "properties": { + "id": { + "description": "Resource Id.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "Name of the Job.", + "type": "string", + "readOnly": true + }, + "type": { + "description": "Type of resource. Type = Microsoft.OffAzure/HyperVSites/Jobs.", + "type": "string", + "readOnly": true + }, + "properties": { + "$ref": "#/definitions/JobProperties", + "description": "nested properties of Hyper-V job.", + "readOnly": true + } + } + }, + "JobProperties": { + "description": "Class for machine properties.", + "type": "object", + "properties": { + "status": { + "description": "Operation status.", + "type": "string", + "readOnly": true + }, + "startTime": { + "description": "Operation start time.", + "type": "string", + "readOnly": true + }, + "endTime": { + "description": "Operation end time.", + "type": "string", + "readOnly": true + }, + "displayName": { + "description": "Display name of the Job.", + "type": "string", + "readOnly": true + }, + "clientRequestId": { + "description": "Client request Id used in the operation execution context.", + "type": "string", + "readOnly": true + }, + "activityId": { + "description": "Activity Id used in the operation execution context.", + "type": "string", + "readOnly": true + }, + "errors": { + "description": "Error details.", + "type": "array", + "items": { + "$ref": "#/definitions/ErrorDetails" + }, + "readOnly": true + } + } + }, + "ErrorDetails": { + "description": "Error contract returned when some exception occurs in Rest API.", + "type": "object", + "properties": { + "code": { + "description": "Error code.", + "type": "string", + "readOnly": true + }, + "message": { + "description": "Error message.", + "type": "string", + "readOnly": true + }, + "possibleCauses": { + "description": "Possible causes of error.", + "type": "string", + "readOnly": true + }, + "recommendedAction": { + "description": "Recommended action to resolve error.", + "type": "string", + "readOnly": true + }, + "severity": { + "description": "Error severity.", + "type": "string", + "readOnly": true + }, + "isAgentReportedError": { + "description": "Value indicating whether the error originated from a agent or not.", + "type": "boolean", + "readOnly": true + }, + "agentErrorCode": { + "description": "Agent error code.", + "type": "string", + "readOnly": true + }, + "agentErrorMessage": { + "description": "Error message from the agent.", + "type": "string", + "readOnly": true + }, + "agentErrorPossibleCauses": { + "description": "Possible causes for the agent error.", + "type": "string", + "readOnly": true + }, + "agentErrorRecommendedAction": { + "description": "Recommended action for the agent error.", + "type": "string", + "readOnly": true + } + } + }, + "HyperVJobCollection": { + "description": "Collection of Hyper-V jobs.", + "type": "object", + "properties": { + "value": { + "description": "List of jobs.", + "type": "array", + "items": { + "$ref": "#/definitions/HyperVJob" + }, + "readOnly": true + }, + "nextLink": { + "description": "Value of next link.", + "type": "string", + "readOnly": true + } + } + }, + "HyperVMachine": { + "description": "Machine REST Resource.", + "type": "object", + "properties": { + "id": { + "description": "Resource Id.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "Name of the Sites.", + "type": "string", + "readOnly": true + }, + "type": { + "description": "Type of resource. Type = Microsoft.OffAzure/HyperVSites/Machines.", + "type": "string", + "readOnly": true + }, + "properties": { + "$ref": "#/definitions/HyperVMachineProperties", + "description": "Nested properties.", + "readOnly": true + } + } + }, + "HyperVMachineProperties": { + "description": "Class for machine properties.", + "type": "object", + "properties": { + "hostFqdn": { + "description": "Host FQDN/IPAddress.", + "type": "string", + "readOnly": true + }, + "hostId": { + "description": "Host ARM ID.", + "type": "string", + "readOnly": true + }, + "clusterFqdn": { + "description": "Cluster FQDN/IPAddress.", + "type": "string", + "readOnly": true + }, + "clusterId": { + "description": "Cluster ARM ID.", + "type": "string", + "readOnly": true + }, + "managementServerType": { + "description": "Management server type of the machine. It is either Host or Cluster.", + "type": "string", + "readOnly": true + }, + "generation": { + "format": "int32", + "description": "Generation of the virtual machine.", + "type": "integer", + "readOnly": true + }, + "version": { + "description": "VM version.", + "type": "string", + "readOnly": true + }, + "highAvailability": { + "description": "Value indicating whether the VM is highly available.", + "enum": [ + "Unknown", + "No", + "Yes" + ], + "x-ms-enum": { + "name": "HighlyAvailable", + "modelAsString": false + }, + "type": "string", + "readOnly": true + }, + "maxMemoryMB": { + "format": "int32", + "description": "Max memory of the virtual machine in MB.", + "type": "integer", + "readOnly": true + }, + "firmware": { + "description": "Firmware of the machine.", + "type": "string", + "readOnly": true + }, + "isDynamicMemoryEnabled": { + "description": "Value indicating whether dynamic memory is enabled for the VM.", + "type": "boolean", + "readOnly": true + }, + "disks": { + "description": "Disks attached to the machine.", + "type": "array", + "items": { + "$ref": "#/definitions/HyperVDisk" + }, + "readOnly": true + }, + "appsAndRoles": { + "$ref": "#/definitions/AppsAndRoles", + "description": "Apps and Roles of the VM.", + "readOnly": true + }, + "networkAdapters": { + "description": "Network adapters attached to the machine.", + "type": "array", + "items": { + "$ref": "#/definitions/HyperVNetworkAdapter" + }, + "readOnly": true + }, + "displayName": { + "description": "Display name of the machine.", + "type": "string", + "readOnly": true + }, + "numberOfProcessorCore": { + "format": "int32", + "description": "Number of Processor Cores allocated for the machine.", + "type": "integer", + "readOnly": true + }, + "allocatedMemoryInMB": { + "format": "double", + "description": "Allocated Memory in MB.", + "type": "number", + "readOnly": true + }, + "vmConfigurationFileLocation": { + "description": "Root location of the VM configuration file.", + "type": "string", + "readOnly": true + }, + "operatingSystemDetails": { + "$ref": "#/definitions/OperatingSystem", + "description": "Operating System Details installed on the machine.", + "readOnly": true + }, + "guestOSDetails": { + "$ref": "#/definitions/GuestOSDetails", + "description": "Operating System Details extracted from the guest by executing script inside the guest VM.", + "readOnly": true + }, + "numberOfApplications": { + "format": "int32", + "description": "Number of applications installed in the guest VM.", + "type": "integer", + "readOnly": true + }, + "guestDetailsDiscoveryTimestamp": { + "format": "date-time", + "description": "The last time at which the Guest Details of machine was discovered.", + "type": "string", + "readOnly": true + }, + "isGuestDetailsDiscoveryInProgress": { + "description": "Whether Refresh Fabric Layout Guest Details has been completed once. Portal will show discovery in progress, if this value is true.", + "type": "boolean", + "readOnly": true + }, + "createdTimestamp": { + "description": "Timestamp marking machine creation.", + "type": "string", + "readOnly": true + }, + "updatedTimestamp": { + "description": "Timestamp marking last updated on the machine.", + "type": "string", + "readOnly": true + }, + "instanceUuid": { + "description": "On-premise Instance UUID of the machine.", + "type": "string", + "readOnly": true + }, + "powerStatus": { + "description": "Machine power status.", + "type": "string", + "readOnly": true + }, + "biosSerialNumber": { + "description": "Machine BIOS serial number.", + "type": "string", + "readOnly": true + }, + "biosGuid": { + "description": "Machine BIOS GUID.", + "type": "string", + "readOnly": true + }, + "vmFqdn": { + "description": "Machine FQDN.", + "type": "string", + "readOnly": true + }, + "isDeleted": { + "description": "Value indicating whether VM is deleted.", + "type": "boolean", + "readOnly": true + }, + "errors": { + "description": "Errors for machine.", + "type": "array", + "items": { + "$ref": "#/definitions/HealthErrorDetails" + }, + "readOnly": true + } + } + }, + "HyperVDisk": { + "description": "Second level object returned as part of Machine REST resource.", + "type": "object", + "properties": { + "instanceId": { + "description": "Id of the disk.", + "type": "string", + "readOnly": true + }, + "vhdId": { + "description": "VHD Id of the disk.", + "type": "string", + "readOnly": true + }, + "maxSizeInBytes": { + "format": "int64", + "description": "Bytes allocated for the disk.", + "type": "integer", + "readOnly": true + }, + "name": { + "description": "Name of the disk.", + "type": "string", + "readOnly": true + }, + "diskType": { + "description": "Type of the disk.", + "type": "string", + "readOnly": true + }, + "lun": { + "format": "int32", + "description": "LUN of the disk.", + "type": "integer", + "readOnly": true + }, + "path": { + "description": "Path of the disk.", + "type": "string", + "readOnly": true + } + } + }, + "AppsAndRoles": { + "description": "AppsAndRoles in the guest virtual machine.", + "type": "object", + "properties": { + "applications": { + "description": "Applications of the AppsAndRoles.", + "type": "array", + "items": { + "$ref": "#/definitions/Application" + }, + "readOnly": true + }, + "webApplications": { + "description": "WebApplications of the AppsAndRoles.", + "type": "array", + "items": { + "$ref": "#/definitions/WebApplication" + }, + "readOnly": true + }, + "features": { + "description": "Features of the AppsAndRoles.", + "type": "array", + "items": { + "$ref": "#/definitions/Feature" + }, + "readOnly": true + }, + "sqlServers": { + "description": "SQLServers of the AppsAndRoles.", + "type": "array", + "items": { + "$ref": "#/definitions/SQLServer" + }, + "readOnly": true + }, + "sharePointServers": { + "description": "SharePointServers of the AppsAndRoles.", + "type": "array", + "items": { + "$ref": "#/definitions/SharePointServer" + }, + "readOnly": true + }, + "systemCenters": { + "description": "SystemCenters of the AppsAndRoles.", + "type": "array", + "items": { + "$ref": "#/definitions/SystemCenter" + }, + "readOnly": true + }, + "bizTalkServers": { + "description": "BizTalkServers of the AppsAndRoles.", + "type": "array", + "items": { + "$ref": "#/definitions/BizTalkServer" + }, + "readOnly": true + }, + "exchangeServers": { + "description": "ExchangeServers of the AppsAndRoles.", + "type": "array", + "items": { + "$ref": "#/definitions/ExchangeServer" + }, + "readOnly": true + }, + "otherDatabases": { + "description": "OtherDatabaseServers of the AppsAndRoles.", + "type": "array", + "items": { + "$ref": "#/definitions/OtherDatabase" + }, + "readOnly": true + } + } + }, + "HyperVSitesResultList": { + "type": "object", + "description": "List of sites.", + "properties": { + "value": { + "type": "array", + "description": "List of sites.", + "items": { + "$ref": "#/definitions/HyperVSite" + } + }, + "nextLink": { + "type": "string" + } + } + }, + "VMWareSitesResultList": { + "type": "object", + "description": "List of sites.", + "properties": { + "value": { + "type": "array", + "description": "List of sites.", + "items": { + "$ref": "#/definitions/VMwareSite" + } + }, + "nextLink": { + "type": "string" + } + } + }, + "HyperVNetworkAdapter": { + "description": "Second level object represented in responses as part of Machine REST resource.", + "type": "object", + "properties": { + "networkId": { + "description": "Network Id.", + "type": "string", + "readOnly": true + }, + "subnetName": { + "description": "Name of the VM subnet within the virtual network the NIC is attached to.", + "type": "string", + "readOnly": true + }, + "staticIpAddress": { + "description": "Static IP address.", + "type": "string", + "readOnly": true + }, + "nicType": { + "description": "Mac address of the NIC.", + "type": "string", + "readOnly": true + }, + "nicId": { + "description": "NIC Id.", + "type": "string", + "readOnly": true + }, + "macAddress": { + "description": "Mac address of the NIC.", + "type": "string", + "readOnly": true + }, + "ipAddressList": { + "description": "IP addresses for the machine.", + "type": "array", + "items": { + "type": "string" + }, + "readOnly": true + }, + "networkName": { + "description": "Network Name.", + "type": "string", + "readOnly": true + }, + "ipAddressType": { + "description": "Type of the IP address.", + "type": "string", + "readOnly": true + } + } + }, + "OperatingSystem": { + "description": "Second level object returned as part of Machine REST resource.", + "type": "object", + "properties": { + "osType": { + "description": "Type of the operating system.", + "type": "string", + "readOnly": true + }, + "osName": { + "description": "Name of the operating system.", + "type": "string", + "readOnly": true + }, + "osVersion": { + "description": "Version of the operating system.", + "type": "string", + "readOnly": true + } + } + }, + "GuestOSDetails": { + "description": "Data related to a machine's operating system. Serialized and stored as part of Machine Rest object.", + "type": "object", + "properties": { + "osType": { + "description": "Type of the operating system.", + "type": "string" + }, + "osName": { + "description": "Name of the operating system.", + "type": "string", + "readOnly": true + }, + "osVersion": { + "description": "Version of the operating system.", + "type": "string", + "readOnly": true + } + } + }, + "Application": { + "description": "Application in the guest virtual machine.", + "type": "object", + "properties": { + "name": { + "description": "Name of the Application.", + "type": "string", + "readOnly": true + }, + "version": { + "description": "Version of the Application.", + "type": "string", + "readOnly": true + }, + "provider": { + "description": "Provider of the Application.", + "type": "string", + "readOnly": true + } + } + }, + "WebApplication": { + "description": "WebApplication in the guest virtual machine.", + "type": "object", + "properties": { + "name": { + "description": "Name of the WebApplication.", + "type": "string", + "readOnly": true + }, + "status": { + "description": "Status of the WebApplication.", + "type": "string", + "readOnly": true + }, + "platform": { + "description": "Platform of the WebApplication.", + "type": "string", + "readOnly": true + }, + "groupName": { + "description": "GroupName of the WebApplication.", + "type": "string", + "readOnly": true + }, + "webServer": { + "description": "WebServer of the WebApplication.", + "type": "string", + "readOnly": true + }, + "applicationPool": { + "description": "ApplicationPool of the WebApplication.", + "type": "string", + "readOnly": true + } + } + }, + "Feature": { + "description": "Feature in the guest virtual machine.", + "type": "object", + "properties": { + "name": { + "description": "Name of the Feature.", + "type": "string", + "readOnly": true + }, + "featureType": { + "description": "FeatureType of the Feature.", + "type": "string", + "readOnly": true + }, + "parent": { + "description": "Parent of the Feature.", + "type": "string", + "readOnly": true + }, + "status": { + "description": "Status of the Feature.", + "type": "string", + "readOnly": true + } + } + }, + "SQLServer": { + "description": "SQLServer in the guest virtual machine.", + "type": "object", + "properties": { + "name": { + "description": "Name of the SQLServer.", + "type": "string", + "readOnly": true + }, + "edition": { + "description": "Edition of the SQLServer.", + "type": "string", + "readOnly": true + }, + "servicePack": { + "description": "ServicePack of the SQLServer.", + "type": "string", + "readOnly": true + }, + "version": { + "description": "Version of the SQLServer.", + "type": "string", + "readOnly": true + }, + "clustered": { + "description": "Clustered of the SQLServer.", + "type": "string", + "readOnly": true + }, + "clusterName": { + "description": "ClusterName of the SQLServer.", + "type": "string", + "readOnly": true + } + } + }, + "SharePointServer": { + "description": "SharePointServer in the guest virtual machine.", + "type": "object", + "properties": { + "productName": { + "description": "ProductName of the SharePointServer.", + "type": "string", + "readOnly": true + }, + "isEnterprise": { + "description": "Value indicating whether the SharePointServer is Enterprise.", + "type": "boolean", + "readOnly": true + }, + "status": { + "description": "Status of the SharePointServer.", + "type": "string", + "readOnly": true + }, + "version": { + "description": "Version of the SharePointServer.", + "type": "string", + "readOnly": true + } + } + }, + "SystemCenter": { + "description": "SystemCenter in the guest virtual machine.", + "type": "object", + "properties": { + "productName": { + "description": "ProductName of the SystemCenter.", + "type": "string", + "readOnly": true + }, + "status": { + "description": "Status of the SystemCenter.", + "type": "string", + "readOnly": true + }, + "version": { + "description": "Version of the SystemCenter.", + "type": "string", + "readOnly": true + } + } + }, + "BizTalkServer": { + "description": "BizTalkServer in the guest virtual machine.", + "type": "object", + "properties": { + "productName": { + "description": "ProductName of the BizTalkServer.", + "type": "string", + "readOnly": true + }, + "status": { + "description": "Status of the BizTalkServer.", + "type": "string", + "readOnly": true + } + } + }, + "ExchangeServer": { + "description": "ExchangeServer in the guest virtual machine.", + "type": "object", + "properties": { + "productName": { + "description": "ProductName of the ExchangeServer.", + "type": "string", + "readOnly": true + }, + "edition": { + "description": "Edition of the ExchangeServer.", + "type": "string", + "readOnly": true + }, + "roles": { + "description": "Roles of the ExchangeServer.", + "type": "string", + "readOnly": true + }, + "servicePack": { + "description": "ServicePack of the ExchangeServer.", + "type": "string", + "readOnly": true + }, + "version": { + "description": "Version of the ExchangeServer.", + "type": "string", + "readOnly": true + } + } + }, + "OtherDatabase": { + "description": "OtherDatabase in the guest virtual machine.", + "type": "object", + "properties": { + "databaseType": { + "description": "DatabaseType of the OtherDatabase.", + "type": "string", + "readOnly": true + }, + "instance": { + "description": "Instance of the OtherDatabase.", + "type": "string", + "readOnly": true + }, + "version": { + "description": "Version of the OtherDatabase.", + "type": "string", + "readOnly": true + } + } + }, + "HyperVMachineCollection": { + "description": "Collection of Hyper-V machines.", + "type": "object", + "properties": { + "value": { + "description": "List of machines.", + "type": "array", + "items": { + "$ref": "#/definitions/HyperVMachine" + }, + "readOnly": true + }, + "nextLink": { + "description": "Value of next link.", + "type": "string", + "readOnly": true + } + } + }, + "OperationStatus": { + "description": "Operation status REST resource.", + "type": "object", + "properties": { + "id": { + "description": "Resource Id.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "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.", + "type": "string", + "readOnly": true + }, + "startTime": { + "description": "Start time.", + "type": "string", + "readOnly": true + }, + "endTime": { + "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" + } + } + }, + "HyperVRunAsAccount": { + "description": "Run as account REST Resource.", + "type": "object", + "properties": { + "id": { + "description": "Resource Id.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "Name of the Sites.", + "type": "string", + "readOnly": true + }, + "type": { + "description": "Type of resource. Type = Microsoft.OffAzure/HyperVSites/RunAsAccounts.", + "type": "string", + "readOnly": true + }, + "properties": { + "$ref": "#/definitions/RunAsAccountProperties", + "description": "Nested properties of run as account.", + "readOnly": true + } + } + }, + "RunAsAccountProperties": { + "description": "Class for run as account properties.", + "type": "object", + "properties": { + "displayName": { + "description": "Display name of the run as account.", + "type": "string", + "readOnly": true + }, + "credentialType": { + "description": "Credential type of the run as account.", + "enum": [ + "VMwareFabric", + "HyperVFabric", + "LinuxGuest", + "WindowsGuest", + "LinuxServer", + "WindowsServer" + ], + "x-ms-enum": { + "name": "CredentialType", + "modelAsString": true + }, + "type": "string", + "readOnly": true + }, + "createdTimestamp": { + "description": "Timestamp marking run as account creation.", + "type": "string", + "readOnly": true + }, + "updatedTimestamp": { + "description": "Timestamp marking last updated on the run as account.", + "type": "string", + "readOnly": true + } + } + }, + "HyperVRunAsAccountCollection": { + "description": "Collection of Hyper-V run as accounts.", + "type": "object", + "properties": { + "value": { + "description": "List of run as accounts.", + "type": "array", + "items": { + "$ref": "#/definitions/HyperVRunAsAccount" + }, + "readOnly": true + }, + "nextLink": { + "description": "Value of next link.", + "type": "string", + "readOnly": true + } + } + }, + "HyperVSite": { + "description": "Site REST Resource.", + "x-ms-azure-resource": true, + "type": "object", + "properties": { + "id": { + "description": "Resource Id.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "Name of the Hyper-V site.", + "type": "string" + }, + "type": { + "description": "Type of resource. Type = Microsoft.OffAzure/HyperVSites.", + "type": "string", + "readOnly": true + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "eTag": { + "description": "eTag for concurrency control.", + "type": "string" + }, + "location": { + "description": "Azure location in which Sites is created.", + "type": "string" + }, + "properties": { + "$ref": "#/definitions/SiteProperties", + "description": "Nested properties of Hyper-V site." + }, + "systemData": { + "$ref": "#/definitions/systemData", + "readOnly": true + } + } + }, + "SiteProperties": { + "description": "Class for site properties.", + "type": "object", + "properties": { + "servicePrincipalIdentityDetails": { + "$ref": "#/definitions/SiteSpnProperties", + "description": "Service principal identity details used by agent for communication to the service." + }, + "agentDetails": { + "$ref": "#/definitions/SiteAgentProperties", + "description": "On-premises agent details." + }, + "serviceEndpoint": { + "description": "Service endpoint.", + "type": "string", + "readOnly": true + }, + "discoverySolutionId": { + "description": "ARM ID of migration hub solution for SDS.", + "type": "string" + }, + "applianceName": { + "description": "Appliance Name.", + "type": "string" + } + } + }, + "SiteSpnProperties": { + "description": "Class for site properties.", + "type": "object", + "properties": { + "tenantId": { + "description": "Tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.", + "type": "string" + }, + "applicationId": { + "description": "Application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.", + "type": "string" + }, + "objectId": { + "description": "Object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.", + "type": "string" + }, + "audience": { + "description": "Intended audience for the service principal.", + "type": "string" + }, + "aadAuthority": { + "description": "AAD Authority URL which was used to request the token for the service principal.", + "type": "string" + }, + "rawCertData": { + "description": "Raw certificate data for building certificate expiry flows.", + "type": "string" + } + } + }, + "SiteAgentProperties": { + "description": "Class for site agent properties.", + "type": "object", + "properties": { + "id": { + "description": "ID of the agent.", + "type": "string", + "readOnly": true + }, + "version": { + "description": "Version of the agent.", + "type": "string", + "readOnly": true + }, + "lastHeartBeatUtc": { + "format": "date-time", + "description": "Last heartbeat time of the agent in UTC.", + "type": "string", + "readOnly": true + }, + "keyVaultUri": { + "description": "Key vault URI.", + "type": "string" + }, + "keyVaultId": { + "description": "Key vault ARM Id.", + "type": "string" + } + } + }, + "HyperVSiteUsage": { + "description": "Hyper-V site usage.", + "type": "object", + "properties": { + "machineCount": { + "format": "int32", + "description": "Number of machines discovered in the site.", + "type": "integer" + }, + "runAsAccountCount": { + "format": "int32", + "description": "Number of run as accounts in the site.", + "type": "integer" + }, + "hostCount": { + "format": "int32", + "description": "Number of hosts part of the site.", + "type": "integer" + }, + "clusterCount": { + "format": "int32", + "description": "Number of clusters part of the site.", + "type": "integer" + } + } + }, + "SiteHealthSummaryCollection": { + "description": "Collection of SiteHealthSummary.", + "type": "object", + "properties": { + "value": { + "description": "List of SiteHealthSummary.", + "type": "array", + "items": { + "$ref": "#/definitions/SiteHealthSummary" + }, + "readOnly": true + }, + "nextLink": { + "description": "Value of next link.", + "type": "string", + "readOnly": true + } + } + }, + "SiteHealthSummary": { + "description": "Site health summary model.", + "type": "object", + "properties": { + "applianceName": { + "description": "Appliance name.", + "type": "string", + "readOnly": true + }, + "errorMessage": { + "description": "Error message.", + "type": "string", + "readOnly": true + }, + "summaryMessage": { + "description": "Summary message.", + "type": "string", + "readOnly": true + }, + "errorId": { + "format": "int64", + "description": "Error Id.", + "type": "integer", + "readOnly": true + }, + "errorCode": { + "description": "Error code.", + "type": "string", + "readOnly": true + }, + "affectedObjectsCount": { + "format": "int64", + "description": "Count of affected objects.", + "type": "integer" + }, + "hitCount": { + "format": "int64", + "description": "Hit count of the error.", + "type": "integer" + }, + "severity": { + "description": "Severity of error.", + "type": "string", + "readOnly": true + }, + "remediationGuidance": { + "description": "Remediation guidance.", + "type": "string", + "readOnly": true + }, + "affectedResourceType": { + "description": "Affected resource type.", + "type": "string", + "readOnly": true + }, + "affectedResources": { + "description": "Affected resources.", + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "VMwareJob": { + "description": "Job REST Resource.", + "type": "object", + "properties": { + "id": { + "description": "Resource Id.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "Name of the job.", + "type": "string", + "readOnly": true + }, + "type": { + "description": "Type of resource. Type = Microsoft.OffAzure/VMWareSites/Jobs.", + "type": "string", + "readOnly": true + }, + "properties": { + "$ref": "#/definitions/JobProperties", + "description": "Nested properties of job.", + "readOnly": true + } + } + }, + "VMwareJobCollection": { + "description": "Collection of VMware jobs.", + "type": "object", + "properties": { + "value": { + "description": "List of jobs.", + "type": "array", + "items": { + "$ref": "#/definitions/VMwareJob" + }, + "readOnly": true + }, + "nextLink": { + "description": "Value of next link.", + "type": "string", + "readOnly": true + } + } + }, + "VMwareMachine": { + "description": "Machine REST Resource.", + "type": "object", + "properties": { + "id": { + "description": "Resource Id.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "Name of the Sites.", + "type": "string", + "readOnly": true + }, + "type": { + "description": "Type of resource. Type = Microsoft.OffAzure/VMWareSites/Machines.", + "type": "string", + "readOnly": true + }, + "properties": { + "$ref": "#/definitions/VMwareMachineProperties", + "description": "Nested properties.", + "readOnly": true + } + } + }, + "VMwareMachineProperties": { + "description": "Class for machine properties.", + "type": "object", + "properties": { + "dataCenterScope": { + "description": "Scope of the data center.", + "type": "string", + "readOnly": true + }, + "firmware": { + "description": "Firmware of the machine.", + "type": "string", + "readOnly": true + }, + "description": { + "description": "User description of the machine.", + "type": "string", + "readOnly": true + }, + "vCenterFQDN": { + "description": "VCenter FQDN/IPAddress.", + "type": "string", + "readOnly": true + }, + "vCenterId": { + "description": "VCenter ARM ID.", + "type": "string", + "readOnly": true + }, + "vMwareToolsStatus": { + "description": "VMware tools status.", + "type": "string", + "readOnly": true + }, + "changeTrackingSupported": { + "description": "Value indicating whether change tracking is supported.", + "type": "boolean", + "readOnly": true + }, + "changeTrackingEnabled": { + "description": "Value indicating whether change tracking is enabled.", + "type": "boolean", + "readOnly": true + }, + "maxSnapshots": { + "format": "int32", + "description": "Maximum number of snapshots for the VM. Default value is -1.", + "type": "integer", + "readOnly": true + }, + "disks": { + "description": "Disks attached to the machine.", + "type": "array", + "items": { + "$ref": "#/definitions/VMwareDisk" + }, + "readOnly": true + }, + "appsAndRoles": { + "$ref": "#/definitions/AppsAndRoles", + "description": "Apps And Roles of the VM.", + "readOnly": true + }, + "hostInMaintenanceMode": { + "description": "Indicates whether the host is in maintenance mode.", + "type": "boolean", + "readOnly": true + }, + "hostName": { + "description": "The host name.", + "type": "string", + "readOnly": true + }, + "hostPowerState": { + "description": "The host power state.", + "type": "string", + "readOnly": true + }, + "hostVersion": { + "description": "The host version.", + "type": "string", + "readOnly": true + }, + "networkAdapters": { + "description": "Network adapters attached to the machine.", + "type": "array", + "items": { + "$ref": "#/definitions/VMwareNetworkAdapter" + }, + "readOnly": true + }, + "dependencyMapping": { + "description": "If dependency mapping feature is enabled or not for the VM.", + "type": "string", + "readOnly": true + }, + "dependencyMappingStartTime": { + "format": "date-time", + "description": "When dependency mapping collection is last started.", + "type": "string", + "readOnly": true + }, + "displayName": { + "description": "Display name of the machine.", + "type": "string", + "readOnly": true + }, + "numberOfProcessorCore": { + "format": "int32", + "description": "Number of Processor Cores allocated for the machine.", + "type": "integer", + "readOnly": true + }, + "allocatedMemoryInMB": { + "format": "double", + "description": "Allocated Memory in MB.", + "type": "number", + "readOnly": true + }, + "vmConfigurationFileLocation": { + "description": "Root location of the VM configuration file.", + "type": "string", + "readOnly": true + }, + "operatingSystemDetails": { + "$ref": "#/definitions/OperatingSystem", + "description": "Operating System Details installed on the machine.", + "readOnly": true + }, + "guestOSDetails": { + "$ref": "#/definitions/GuestOSDetails", + "description": "Operating System Details extracted from the guest bu executing script inside the guest VM.", + "readOnly": true + }, + "numberOfApplications": { + "format": "int32", + "description": "Number of applications installed in the guest VM.", + "type": "integer", + "readOnly": true + }, + "guestDetailsDiscoveryTimestamp": { + "format": "date-time", + "description": "The last time at which the Guest Details was discovered or the error while discovering guest details based discovery of the machine.", + "type": "string", + "readOnly": true + }, + "isGuestDetailsDiscoveryInProgress": { + "description": "Whether Refresh Fabric Layout Guest Details has been completed once. Portal will show discovery in progress, if this value is true.", + "type": "boolean", + "readOnly": true + }, + "createdTimestamp": { + "description": "Timestamp marking machine creation.", + "type": "string", + "readOnly": true + }, + "updatedTimestamp": { + "description": "Timestamp marking last updated on the machine.", + "type": "string", + "readOnly": true + }, + "instanceUuid": { + "description": "On-premise Instance UUID of the machine.", + "type": "string", + "readOnly": true + }, + "powerStatus": { + "description": "Machine power status.", + "type": "string", + "readOnly": true + }, + "biosSerialNumber": { + "description": "Machine BIOS serial number.", + "type": "string", + "readOnly": true + }, + "biosGuid": { + "description": "BIOS GUID.", + "type": "string", + "readOnly": true + }, + "vmFqdn": { + "description": "Machine FQDN.", + "type": "string", + "readOnly": true + }, + "isDeleted": { + "description": "Value indicating whether VM is deleted.", + "type": "boolean", + "readOnly": true + }, + "errors": { + "description": "Errors for machine.", + "type": "array", + "items": { + "$ref": "#/definitions/HealthErrorDetails" + }, + "readOnly": true + } + } + }, + "VMwareDisk": { + "description": "Second level object returned as part of Machine REST resource.", + "type": "object", + "properties": { + "uuid": { + "description": "Disk UUID.", + "type": "string", + "readOnly": true + }, + "label": { + "description": "Label of the disk.", + "type": "string", + "readOnly": true + }, + "diskProvisioningPolicy": { + "description": "The provisioning policy of the disk. It is Thin or Thick or Unknown for the VMWare.", + "type": "string", + "readOnly": true + }, + "diskScrubbingPolicy": { + "description": "The scrubbing policy of disks which can be eagerly zeroed or lazily zeroed.", + "type": "string", + "readOnly": true + }, + "diskMode": { + "description": "Disk mode property used for identifying independent disks.", + "enum": [ + "persistent", + "independent_persistent", + "independent_nonpersistent", + "nonpersistent", + "undoable", + "append" + ], + "x-ms-enum": { + "name": "VirtualDiskMode", + "modelAsString": true + }, + "type": "string", + "readOnly": true + }, + "maxSizeInBytes": { + "format": "int64", + "description": "Bytes allocated for the disk.", + "type": "integer", + "readOnly": true + }, + "name": { + "description": "Name of the disk.", + "type": "string", + "readOnly": true + }, + "diskType": { + "description": "Type of the disk.", + "type": "string", + "readOnly": true + }, + "lun": { + "format": "int32", + "description": "LUN of the disk.", + "type": "integer", + "readOnly": true + }, + "path": { + "description": "Path of the disk.", + "type": "string", + "readOnly": true + } + } + }, + "VMwareNetworkAdapter": { + "description": "Second level object represented in responses as part of Machine REST resource.", + "type": "object", + "properties": { + "label": { + "description": "Label of the NIC.", + "type": "string", + "readOnly": true + }, + "nicId": { + "description": "NIC Id.", + "type": "string", + "readOnly": true + }, + "macAddress": { + "description": "Mac address of the NIC.", + "type": "string", + "readOnly": true + }, + "ipAddressList": { + "description": "IP addresses for the machine.", + "type": "array", + "items": { + "type": "string" + }, + "readOnly": true + }, + "networkName": { + "description": "Network Name.", + "type": "string", + "readOnly": true + }, + "ipAddressType": { + "description": "Type of the IP address.", + "type": "string", + "readOnly": true + } + } + }, + "VMwareMachineCollection": { + "description": "Collection of VMware machines.", + "type": "object", + "properties": { + "value": { + "description": "List of machines.", + "type": "array", + "items": { + "$ref": "#/definitions/VMwareMachine" + }, + "readOnly": true + }, + "nextLink": { + "description": "Value of next link.", + "type": "string", + "readOnly": true + } + } + }, + "VMwareRunAsAccount": { + "description": "Run as account REST Resource.", + "type": "object", + "properties": { + "id": { + "description": "Resource Id.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "Name of the Run as account.", + "type": "string", + "readOnly": true + }, + "type": { + "description": "Type of resource. Type = Microsoft.OffAzure/VMWareSites/RunAsAccounts.", + "type": "string", + "readOnly": true + }, + "properties": { + "$ref": "#/definitions/RunAsAccountProperties", + "description": "Nested properties of Run as account.", + "readOnly": true + } + } + }, + "VMwareRunAsAccountCollection": { + "description": "Collection of VMware run as accounts.", + "type": "object", + "properties": { + "value": { + "description": "List of run as accounts.", + "type": "array", + "items": { + "$ref": "#/definitions/VMwareRunAsAccount" + }, + "readOnly": true + }, + "nextLink": { + "description": "Value of next link.", + "type": "string", + "readOnly": true + } + } + }, + "VMwareSite": { + "description": "Site REST Resource.", + "x-ms-azure-resource": true, + "type": "object", + "properties": { + "id": { + "description": "Resource Id.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "Name of the VMware site.", + "type": "string" + }, + "type": { + "description": "Type of resource. Type = Microsoft.OffAzure/VMWareSites.", + "type": "string", + "readOnly": true + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "eTag": { + "description": "eTag for concurrency control.", + "type": "string" + }, + "location": { + "description": "Azure location in which Sites is created.", + "type": "string" + }, + "properties": { + "$ref": "#/definitions/SiteProperties", + "description": "Nested properties of VMWare site." + }, + "systemData": { + "$ref": "#/definitions/systemData", + "readOnly": true + } + } + }, + "VMwareSiteUsage": { + "description": "VMware site usage.", + "type": "object", + "properties": { + "machineCount": { + "format": "int32", + "description": "Number of machines discovered in the site.", + "type": "integer" + }, + "runAsAccountCount": { + "format": "int32", + "description": "Number of run as accounts in the site.", + "type": "integer" + }, + "vCenterCount": { + "format": "int32", + "description": "Number of vCenters part of the site.", + "type": "integer" + } + } + }, + "MasterSite": { + "description": "Site REST Resource.", + "x-ms-azure-resource": true, + "type": "object", + "properties": { + "id": { + "description": "Resource Id.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "Name of the Master site.", + "type": "string" + }, + "type": { + "description": "Type of resource. Type = Microsoft.OffAzure/MasterSites.", + "type": "string", + "readOnly": true + }, + "eTag": { + "description": "eTag for concurrency control.", + "type": "string" + }, + "location": { + "description": "Azure location in which Sites is created.", + "type": "string" + }, + "properties": { + "$ref": "#/definitions/MasterSiteProperties", + "description": "Nested properties of Master site." + }, + "systemData": { + "$ref": "#/definitions/systemData", + "readOnly": true + } + } + }, + "MasterSiteProperties": { + "description": "Class for site properties.", + "type": "object", + "properties": { + "publicNetworkAccess": { + "description": "Gets or sets the state of public network access.", + "enum": [ + "NotSpecified", + "Enabled", + "Disabled" + ], + "type": "string" + }, + "allowMultipleSites": { + "description": "Value indicating whether multiple sites per site type are allowed.", + "type": "boolean" + }, + "sites": { + "description": "List of sites that are a part of Master Site.", + "type": "array", + "items": { + "type": "string" + } + }, + "customerStorageAccountArmId": { + "description": "Gets or sets a value for customer storage account ARM id.", + "type": "string" + }, + "privateEndpointConnections": { + "description": "Gets the private endpoint connections.", + "type": "array", + "items": { + "$ref": "#/definitions/PrivateEndpointConnection" + }, + "readOnly": true + } + } + }, + "PrivateEndpointConnection": { + "description": "REST model used to encapsulate the user visible state of a PrivateEndpoint.", + "type": "object", + "x-ms-azure-resource": true, + "properties": { + "id": { + "description": "Relative URL to get this Sites.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "Gets the name of the resource.", + "type": "string", + "readOnly": true + }, + "type": { + "description": "Gets the resource type.", + "type": "string", + "readOnly": true + }, + "eTag": { + "description": "Gets the tag for optimistic concurrency control.", + "type": "string", + "readOnly": true + }, + "properties": { + "$ref": "#/definitions/PrivateEndpointConnectionProperties", + "description": "Gets the properties of the object.", + "readOnly": true + }, + "systemData": { + "$ref": "#/definitions/systemData", + "readOnly": true + } + } + }, + "PrivateEndpointConnectionProperties": { + "type": "object", + "properties": { + "provisioningState": { + "enum": [ + "Accepted", + "InProgress", + "Succeeded", + "Failed" + ], + "type": "string", + "readOnly": true + }, + "privateEndpoint": { + "$ref": "#/definitions/ResourceId", + "readOnly": true + }, + "privateLinkServiceConnectionState": { + "$ref": "#/definitions/PrivateLinkServiceConnectionState" + } + } + }, + "ResourceId": { + "type": "object", + "properties": { + "id": { + "type": "string", + "readOnly": true + } + } + }, + "PrivateLinkServiceConnectionState": { + "type": "object", + "properties": { + "status": { + "enum": [ + "Approved", + "Pending", + "Rejected", + "Disconnected" + ], + "type": "string" + }, + "description": { + "type": "string" + }, + "actionsRequired": { + "type": "string" + } + } + }, + "PrivateEndpointConnectionCollection": { + "description": "Collection of PrivateLink resources.", + "type": "object", + "properties": { + "value": { + "description": "Gets the list of machines.", + "type": "array", + "items": { + "$ref": "#/definitions/PrivateEndpointConnection" + }, + "readOnly": true + }, + "nextLink": { + "description": "Gets the value of next link.", + "type": "string", + "readOnly": true + } + } + }, + "PrivateLinkResource": { + "description": "REST model used to encapsulate Private Link properties for tracked resources.", + "type": "object", + "properties": { + "id": { + "description": "Relative URL to get this Sites.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "Gets the name of the resource.", + "type": "string", + "readOnly": true + }, + "type": { + "description": "Gets the resource type.", + "type": "string", + "readOnly": true + }, + "properties": { + "$ref": "#/definitions/PrivateLinkResourceProperties", + "description": "Gets nested properties.", + "readOnly": true + } + } + }, + "PrivateLinkResourceProperties": { + "type": "object", + "properties": { + "requiredMembers": { + "type": "array", + "items": { + "type": "string" + } + }, + "requiredZoneNames": { + "type": "array", + "items": { + "type": "string" + } + }, + "groupId": { + "type": "string" + } + } + }, + "PrivateLinkResourceCollection": { + "description": "Collection of PrivateLink resources.", + "type": "object", + "properties": { + "value": { + "description": "Gets the list of machines.", + "type": "array", + "items": { + "$ref": "#/definitions/PrivateLinkResource" + }, + "readOnly": true + }, + "nextLink": { + "description": "Gets the value of next link.", + "type": "string", + "readOnly": true + } + } + }, + "MasterSiteList": { + "description": "List of sites.", + "type": "object", + "properties": { + "value": { + "type": "array", + "description": "List of projects.", + "items": { + "$ref": "#/definitions/MasterSite" + } + }, + "nextLink": { + "type": "string" + } + } + }, + "VCenter": { + "description": "VCenter REST Resource.", + "type": "object", + "properties": { + "id": { + "description": "Resource Id.", + "type": "string", + "readOnly": true + }, + "name": { + "description": "Name of the vCenter.", + "type": "string" + }, + "type": { + "description": "Type of resource. Type = Microsoft.OffAzure/VMWareSites/VCenters.", + "type": "string", + "readOnly": true + }, + "properties": { + "$ref": "#/definitions/VCenterProperties", + "description": "vCenter nested properties." + } + } + }, + "VCenterProperties": { + "description": "Class for vCenter properties.", + "type": "object", + "properties": { + "createdTimestamp": { + "description": "Timestamp marking vCenter creation.", + "type": "string", + "readOnly": true + }, + "updatedTimestamp": { + "description": "Timestamp marking last updated on the vCenter.", + "type": "string", + "readOnly": true + }, + "fqdn": { + "description": "FQDN/IPAddress of the vCenter.", + "type": "string" + }, + "port": { + "description": "Port of the vCenter.", + "type": "string" + }, + "runAsAccountId": { + "description": "Run as account ID of the vCenter.", + "type": "string" + }, + "version": { + "description": "Version of the vCenter.", + "type": "string", + "readOnly": true + }, + "perfStatisticsLevel": { + "description": "Performance statistics enabled on the vCenter.", + "type": "string", + "readOnly": true + }, + "instanceUuid": { + "description": "Instance UUID of the vCenter.", + "type": "string", + "readOnly": true + }, + "errors": { + "description": "Error details.", + "type": "array", + "items": { + "$ref": "#/definitions/HealthErrorDetails" + }, + "readOnly": true + } + } + }, + "VCenterCollection": { + "description": "Collection of vCenter.", + "type": "object", + "properties": { + "value": { + "description": "List of vCenter.", + "type": "array", + "items": { + "$ref": "#/definitions/VCenter" + }, + "readOnly": true + }, + "nextLink": { + "description": "Value of next link.", + "type": "string", + "readOnly": true + } + } + }, + "Machine": { + "type": "object", + "properties": { + "properties.timestamp": { + "format": "date-time", + "type": "string" + }, + "properties.monitoringState": { + "enum": [ + "monitored", + "discovered" + ], + "type": "string" + }, + "properties.virtualizationState": { + "enum": [ + "unknown", + "physical", + "virtual", + "hypervisor" + ], + "type": "string" + }, + "properties.displayName": { + "type": "string" + }, + "properties.computerName": { + "type": "string" + }, + "properties.fullyQualifiedDomainName": { + "type": "string" + }, + "properties.bootTime": { + "format": "date-time", + "type": "string" + }, + "properties.timezone": { + "$ref": "#/definitions/Timezone" + }, + "properties.agent": { + "$ref": "#/definitions/AgentConfiguration" + }, + "properties.resources": { + "$ref": "#/definitions/MachineResourcesConfiguration" + }, + "properties.networking": { + "$ref": "#/definitions/NetworkConfiguration" + }, + "properties.operatingSystem": { + "$ref": "#/definitions/OperatingSystemConfiguration" + }, + "properties.virtualMachine": { + "$ref": "#/definitions/VirtualMachineConfiguration" + }, + "properties.hypervisor": { + "$ref": "#/definitions/HypervisorConfiguration" + }, + "properties.hosting": { + "$ref": "#/definitions/HostingConfiguration" + }, + "etag": { + "type": "string" + }, + "id": { + "type": "string" + }, + "type": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "Timezone": { + "type": "object", + "properties": { + "fullName": { + "type": "string" + } + } + }, + "AgentConfiguration": { + "type": "object", + "properties": { + "agentId": { + "type": "string" + }, + "dependencyAgentId": { + "type": "string" + }, + "dependencyAgentVersion": { + "type": "string" + }, + "dependencyAgentRevision": { + "type": "string" + }, + "rebootStatus": { + "enum": [ + "unknown", + "rebooted", + "notRebooted" + ], + "type": "string" + }, + "clockGranularity": { + "format": "int32", + "type": "integer" + } + } + }, + "MachineResourcesConfiguration": { + "type": "object", + "properties": { + "physicalMemory": { + "format": "int32", + "type": "integer" + }, + "cpus": { + "format": "int32", + "type": "integer" + }, + "cpuSpeed": { + "format": "int32", + "type": "integer" + }, + "cpuSpeedAccuracy": { + "enum": [ + "actual", + "estimated" + ], + "type": "string" + } + } + }, + "NetworkConfiguration": { + "type": "object", + "properties": { + "ipv4Interfaces": { + "type": "array", + "items": { + "$ref": "#/definitions/Ipv4NetworkInterface" + } + }, + "ipv6Interfaces": { + "type": "array", + "items": { + "$ref": "#/definitions/Ipv6NetworkInterface" + } + }, + "defaultIpv4Gateways": { + "type": "array", + "items": { + "type": "string" + } + }, + "macAddresses": { + "type": "array", + "items": { + "type": "string" + } + }, + "dnsNames": { + "type": "array", + "items": { + "type": "string" + } + }, + "dnsQuestions": { + "type": "array", + "items": { + "type": "string" + } + }, + "dnsCanonicalNames": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "OperatingSystemConfiguration": { + "type": "object", + "properties": { + "family": { + "enum": [ + "unknown", + "windows", + "linux", + "solaris", + "aix" + ], + "type": "string" + }, + "fullName": { + "type": "string" + }, + "bitness": { + "enum": [ + "32bit", + "64bit" + ], + "type": "string" + } + } + }, + "VirtualMachineConfiguration": { + "type": "object", + "properties": { + "virtualMachineType": { + "enum": [ + "unknown", + "hyperv", + "ldom", + "lpar", + "vmware", + "virtualPc", + "xen" + ], + "type": "string" + }, + "nativeMachineId": { + "type": "string" + }, + "virtualMachineName": { + "type": "string" + }, + "nativeHostMachineId": { + "type": "string" + } + } + }, + "HypervisorConfiguration": { + "type": "object", + "properties": { + "hypervisorType": { + "enum": [ + "unknown", + "hyperv" + ], + "type": "string" + }, + "nativeHostMachineId": { + "type": "string" + } + } + }, + "HostingConfiguration": { + "type": "object", + "properties": { + "provider": { + "type": "string" + } + } + }, + "Ipv4NetworkInterface": { + "type": "object", + "properties": { + "ipAddress": { + "type": "string" + }, + "subnetMask": { + "type": "string" + } + } + }, + "Ipv6NetworkInterface": { + "type": "object", + "properties": { + "ipAddress": { + "type": "string" + } + } + }, + "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" + } + } + }, + "OperationDetail": { + "description": "Operation detail payload", + "type": "object", + "properties": { + "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" + } + } + }, + "CloudError": { + "x-ms-external": true, + "properties": { + "error": { + "$ref": "#/definitions/CloudErrorBody" + } + }, + "description": "An error response from the Azure Migrate service." + }, + "CloudErrorBody": { + "x-ms-external": true, + "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." + }, + "systemData": { + "description": "Metadata pertaining to creation and last modification of the resource.", + "type": "object", + "readOnly": true, + "properties": { + "createdBy": { + "type": "string", + "description": "The identity that created the resource." + }, + "createdByType": { + "type": "string", + "description": "The type of identity that created the resource.", + "enum": [ + "User", + "Application", + "ManagedIdentity", + "Key" + ], + "x-ms-enum": { + "name": "createdByType", + "modelAsString": true + } + }, + "createdAt": { + "type": "string", + "format": "date-time", + "description": "The timestamp of resource creation (UTC)." + }, + "lastModifiedBy": { + "type": "string", + "description": "The identity that last modified the resource." + }, + "lastModifiedByType": { + "type": "string", + "description": "The type of identity that last modified the resource.", + "enum": [ + "User", + "Application", + "ManagedIdentity", + "Key" + ], + "x-ms-enum": { + "name": "createdByType", + "modelAsString": true + } + }, + "lastModifiedAt": { + "type": "string", + "format": "date-time", + "description": "The type of identity that last modified the resource." + } + } + } + } +} From 07b19ab52829b81d013d10df49fb3c49780c2e80 Mon Sep 17 00:00:00 2001 From: tarsharm <123064342+tarsharm@users.noreply.github.com> Date: Mon, 30 Jan 2023 19:55:34 +0530 Subject: [PATCH 2/4] Updates readme --- specification/migrate/resource-manager/readme.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/specification/migrate/resource-manager/readme.md b/specification/migrate/resource-manager/readme.md index 706251615a6e..5faf25d2a470 100644 --- a/specification/migrate/resource-manager/readme.md +++ b/specification/migrate/resource-manager/readme.md @@ -16,6 +16,15 @@ batch: - tag: package-2020-07 ``` + +### Tag: package-2020-07 + +These settings apply only when `--tag=package-2020-07` is specified on the command line. + +```yaml $(tag) == 'package-2020-07' +input-file: + - Microsoft.OffAzure/stable/2020-07-10/migrate.json +``` ### Tag: package-2018-02 and java These settings apply only when `--tag=package-2018-02 --java` is specified on the command line. @@ -88,7 +97,7 @@ These are the global settings for the API. ``` yaml openapi-type: arm -tag: package-2019-10 +tag: package-2020-07 ``` ### Tag: package-2018-02 @@ -171,6 +180,3 @@ swagger-to-sdk: ## Go See configuration in [readme.go.md](./readme.go.md) - - - From 8e98d2b97cb30e61d53265ffcbe34cc141c335ff Mon Sep 17 00:00:00 2001 From: tarsharm <123064342+tarsharm@users.noreply.github.com> Date: Mon, 30 Jan 2023 19:55:38 +0530 Subject: [PATCH 3/4] Updates API version in new specs and examples --- .../stable/2020-07-10/examples/HyperVCluster_Create.json | 2 +- .../stable/2020-07-10/examples/HyperVCluster_Get.json | 2 +- .../stable/2020-07-10/examples/HyperVCluster_ListBySite.json | 2 +- .../stable/2020-07-10/examples/HyperVHost_Create.json | 2 +- .../stable/2020-07-10/examples/HyperVHost_Get.json | 2 +- .../stable/2020-07-10/examples/HyperVHost_ListBySite.json | 2 +- .../stable/2020-07-10/examples/HyperVJob_Get.json | 2 +- .../stable/2020-07-10/examples/HyperVJobs_ListBySite.json | 2 +- .../stable/2020-07-10/examples/HyperVMachine_Get.json | 2 +- .../stable/2020-07-10/examples/HyperVMachines_ListBySite.json | 2 +- .../stable/2020-07-10/examples/HyperVOperationsStatus_Get.json | 2 +- .../stable/2020-07-10/examples/HyperVRunAsAccount_Get.json | 2 +- .../2020-07-10/examples/HyperVRunAsAccounts_ListBySite.json | 2 +- .../2020-07-10/examples/HyperVSiteHealthSummary_Post.json | 2 +- .../stable/2020-07-10/examples/HyperVSiteSummary_Post.json | 2 +- .../stable/2020-07-10/examples/HyperVSite_Create.json | 2 +- .../stable/2020-07-10/examples/HyperVSite_Delete.json | 2 +- .../stable/2020-07-10/examples/HyperVSite_Get.json | 2 +- .../stable/2020-07-10/examples/HyperVSite_Patch.json | 2 +- .../stable/2020-07-10/examples/HyperVSite_Refresh.json | 2 +- .../2020-07-10/examples/HyperVSitesInSubscription_List.json | 2 +- .../stable/2020-07-10/examples/HyperVSites_List.json | 2 +- .../stable/2020-07-10/examples/MasterSite_Create.json | 2 +- .../stable/2020-07-10/examples/MasterSite_Delete.json | 2 +- .../stable/2020-07-10/examples/MasterSite_Get.json | 2 +- .../stable/2020-07-10/examples/MasterSite_Patch.json | 2 +- .../stable/2020-07-10/examples/MasterSites_List.json | 2 +- .../2020-07-10/examples/MasterSites_ListBySubscription.json | 2 +- .../stable/2020-07-10/examples/Operations_List.json | 2 +- .../2020-07-10/examples/PrivateEndpointConnections_Create.json | 2 +- .../2020-07-10/examples/PrivateEndpointConnections_Delete.json | 2 +- .../2020-07-10/examples/PrivateEndpointConnections_Get.json | 2 +- .../examples/PrivateEndpointConnections_ListBySite.json | 2 +- .../stable/2020-07-10/examples/PrivateLinkResources_Get.json | 2 +- .../2020-07-10/examples/PrivateLinkResources_ListBySite.json | 2 +- .../stable/2020-07-10/examples/VMwareJob_Get.json | 2 +- .../stable/2020-07-10/examples/VMwareJobs_ListBySite.json | 2 +- .../stable/2020-07-10/examples/VMwareMachine_Get.json | 2 +- .../stable/2020-07-10/examples/VMwareMachine_Start.json | 2 +- .../stable/2020-07-10/examples/VMwareMachine_Stop.json | 2 +- .../stable/2020-07-10/examples/VMwareMachines_ListBySite.json | 2 +- .../stable/2020-07-10/examples/VMwareOperationsStatus_Get.json | 2 +- .../stable/2020-07-10/examples/VMwareRunAsAccount_Get.json | 2 +- .../2020-07-10/examples/VMwareRunAsAccount_ListBySite.json | 2 +- .../2020-07-10/examples/VMwareSiteHealthSummary_Post.json | 2 +- .../stable/2020-07-10/examples/VMwareSiteSummary_Post.json | 2 +- .../stable/2020-07-10/examples/VMwareSite_Create.json | 2 +- .../stable/2020-07-10/examples/VMwareSite_Delete.json | 2 +- .../stable/2020-07-10/examples/VMwareSite_Get.json | 2 +- .../stable/2020-07-10/examples/VMwareSite_Patch.json | 2 +- .../stable/2020-07-10/examples/VMwareSite_Refresh.json | 2 +- .../2020-07-10/examples/VMwareSitesInSubscription_List.json | 2 +- .../stable/2020-07-10/examples/VMwareSites_List.json | 2 +- .../stable/2020-07-10/examples/VMwareVcenter_Create.json | 2 +- .../stable/2020-07-10/examples/VMwareVcenter_Delete.json | 2 +- .../stable/2020-07-10/examples/VMwareVcenter_Get.json | 2 +- .../stable/2020-07-10/examples/VMwareVcenter_ListBySite.json | 2 +- .../Microsoft.OffAzure/stable/2020-07-10/migrate.json | 2 +- 58 files changed, 58 insertions(+), 58 deletions(-) diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_Create.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_Create.json index eed41db83dd4..0ebfe7e6d769 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_Create.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_Create.json @@ -4,7 +4,7 @@ "resourceGroupName": "pajindTest", "siteName": "appliance1e39site", "clusterName": "cluster1", - "api-version": "2020-07-07", + "api-version": "2020-07-10", "body": { "properties": { "fqdn": "10.10.10.30", diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_Get.json index 6c54f7b5c1f1..c389e53c5f38 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_Get.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_Get.json @@ -4,7 +4,7 @@ "resourceGroupName": "ipsahoo-RI-121119", "siteName": "hyperv121319c813site", "clusterName": "hypgqlclusrs1-ntdev-corp-micros-11e77b27-67cc-5e46-a5d8-0ff3dc2ef179", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_ListBySite.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_ListBySite.json index 958990dbcd17..d893c765b09c 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_ListBySite.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_ListBySite.json @@ -3,7 +3,7 @@ "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "resourceGroupName": "ipsahoo-RI-121119", "siteName": "hyperv121319c813site", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_Create.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_Create.json index 4c4589656cdd..174d40d8cdb8 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_Create.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_Create.json @@ -4,7 +4,7 @@ "resourceGroupName": "pajindTest", "siteName": "appliance1e39site", "hostName": "Host1", - "api-version": "2020-07-07", + "api-version": "2020-07-10", "body": { "properties": { "fqdn": "10.10.10.20", diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_Get.json index e21c9d5c1370..2eb7610e16b1 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_Get.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_Get.json @@ -4,7 +4,7 @@ "resourceGroupName": "pajindTest", "siteName": "appliance1e39site", "hostName": "bcdr-ewlab-46-ntdev-corp-micros-e4638031-3b19-5642-926d-385da60cfb8a", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_ListBySite.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_ListBySite.json index 6137813005b7..a5e2edd367ae 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_ListBySite.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_ListBySite.json @@ -3,7 +3,7 @@ "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "resourceGroupName": "pajindTest", "siteName": "appliance1e39site", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJob_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJob_Get.json index cdb1051ef457..a9ce028e4587 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJob_Get.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJob_Get.json @@ -4,7 +4,7 @@ "resourceGroupName": "dhlodhi-sea", "siteName": "dhsqlsea08265998site", "jobName": "9e20dec9-426c-4edd-a197-e0b1e3063c8e", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_ListBySite.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_ListBySite.json index 022dac55a2dd..99c91d811d0b 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_ListBySite.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_ListBySite.json @@ -3,7 +3,7 @@ "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "resourceGroupName": "dhlodhi-sea", "siteName": "dhsqlsea08265998site", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachine_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachine_Get.json index 022255be1751..5da98782f5e3 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachine_Get.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachine_Get.json @@ -4,7 +4,7 @@ "resourceGroupName": "pajindTest", "siteName": "appliance1e39site", "machineName": "96d27052-052b-48db-aa84-b9978eddbf5d", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_ListBySite.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_ListBySite.json index 74fa26f65b33..cad435c52c84 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_ListBySite.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_ListBySite.json @@ -3,7 +3,7 @@ "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "resourceGroupName": "pajindTest", "siteName": "appliance1e39site", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVOperationsStatus_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVOperationsStatus_Get.json index 2a1a65d2569d..602042242e60 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVOperationsStatus_Get.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVOperationsStatus_Get.json @@ -4,7 +4,7 @@ "resourceGroupName": "myResourceGroup", "siteName": "pajind_site1", "operationStatusName": "996212ae-5c5f-419f-bb11-6f5c9b1ad90d", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccount_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccount_Get.json index ff6d8f9215f7..c4e11aa6e5b0 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccount_Get.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccount_Get.json @@ -4,7 +4,7 @@ "resourceGroupName": "pajindTest", "siteName": "appliance1e39site", "accountName": "account1", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_ListBySite.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_ListBySite.json index 1e7bf50594c2..57975f0fc7b5 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_ListBySite.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_ListBySite.json @@ -3,7 +3,7 @@ "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "resourceGroupName": "pajindTest", "siteName": "appliance1e39site", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSiteHealthSummary_Post.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSiteHealthSummary_Post.json index 42297c3b997c..5e613f3b6617 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSiteHealthSummary_Post.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSiteHealthSummary_Post.json @@ -3,7 +3,7 @@ "subscriptionId": "8c3c936a-c09b-4de3-830b-3f5f244d72e9", "resourceGroupName": "HMWalkthroughDay1-Scale", "siteName": "HyperV1acf8site", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSiteSummary_Post.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSiteSummary_Post.json index 92796cdc607b..653f3169d497 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSiteSummary_Post.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSiteSummary_Post.json @@ -3,7 +3,7 @@ "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "resourceGroupName": "pajindTest", "siteName": "appliance1e39site", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Create.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Create.json index f44366ac00ed..11f570f24b6d 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Create.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Create.json @@ -3,7 +3,7 @@ "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "resourceGroupName": "pajindTest", "siteName": "appliance1e39site", - "api-version": "2020-07-07", + "api-version": "2020-07-10", "body": { "location": "eastus", "properties": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Delete.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Delete.json index b997561caa11..2251bd8b6aa4 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Delete.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Delete.json @@ -3,7 +3,7 @@ "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "resourceGroupName": "pajindTest", "siteName": "appliance1e39site", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": {}, diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Get.json index ac19de744903..3ae813092306 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Get.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Get.json @@ -3,7 +3,7 @@ "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "resourceGroupName": "pajindTest", "siteName": "appliance1e39site", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Patch.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Patch.json index 9a6764ba1689..63ba30147266 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Patch.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Patch.json @@ -3,7 +3,7 @@ "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "resourceGroupName": "pajindTest", "siteName": "appliance1e39site", - "api-version": "2020-07-07", + "api-version": "2020-07-10", "body": { "location": "westeurope", "properties": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Refresh.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Refresh.json index b3076f1ab21a..5c728f80984a 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Refresh.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSite_Refresh.json @@ -3,7 +3,7 @@ "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "resourceGroupName": "pajindTest", "siteName": "appliance1e39site", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "202": {} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSitesInSubscription_List.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSitesInSubscription_List.json index d4008d5ca80a..0cab18dcb10f 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSitesInSubscription_List.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSitesInSubscription_List.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_List.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_List.json index 5dc10fd2f450..a0edc9d962f2 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_List.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_List.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "resourceGroupName": "pajindTest", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Create.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Create.json index 1bc79f8b3d9a..37ca16ce0c98 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Create.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Create.json @@ -3,7 +3,7 @@ "subscriptionId": "7c943c1b-5122-4097-90c8-861411bdd574", "resourceGroupName": "abhi_test", "siteName": "test22053mastersite", - "api-version": "2020-07-07", + "api-version": "2020-07-10", "body": { "location": "eastus", "properties": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Delete.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Delete.json index efa9c341a360..76ff34377fc8 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Delete.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Delete.json @@ -3,7 +3,7 @@ "subscriptionId": "7c943c1b-5122-4097-90c8-861411bdd574", "resourceGroupName": "abhi_test", "siteName": "test22053mastersite", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": {}, diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Get.json index 3df344dfd4d3..589ebbc3f050 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Get.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Get.json @@ -3,7 +3,7 @@ "subscriptionId": "7c943c1b-5122-4097-90c8-861411bdd574", "resourceGroupName": "abhi_test", "siteName": "test22053mastersite", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Patch.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Patch.json index e8cb3a66e679..5844d6245824 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Patch.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSite_Patch.json @@ -3,7 +3,7 @@ "subscriptionId": "7c943c1b-5122-4097-90c8-861411bdd574", "resourceGroupName": "abhi_test", "siteName": "test22053mastersite", - "api-version": "2020-07-07", + "api-version": "2020-07-10", "body": { "name": "test22053mastersite", "eTag": "\"00009300-0000-0300-0000-602b967b0000\"", diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSites_List.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSites_List.json index 4f10633b710b..09f87399dcfc 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSites_List.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSites_List.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "7c943c1b-5122-4097-90c8-861411bdd574", "resourceGroupName": "abhi_test", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSites_ListBySubscription.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSites_ListBySubscription.json index 6604e66e99ed..26699f153852 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSites_ListBySubscription.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/MasterSites_ListBySubscription.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "7c943c1b-5122-4097-90c8-861411bdd574", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Operations_List.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Operations_List.json index 4b7bec0e24a0..435aa6664195 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Operations_List.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Operations_List.json @@ -1,7 +1,7 @@ { "parameters": { "resourceGroupName": "abgoyal-westEurope", - "api-version": "2020-07-07", + "api-version": "2020-07-10", "subscriptionId": "6393a73f-8d55-47ef-b6dd-179b3e0c7910" }, "responses": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Create.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Create.json index 4d41ed23c4ac..350c016f5de9 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Create.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Create.json @@ -1,7 +1,7 @@ { "parameters": { "resourceGroupName": "ayagrawrg", - "api-version": "2020-07-07", + "api-version": "2020-07-10", "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "siteName": "privateendpt1938mastersite", "peConnectionName": "privateendpt1938mastersit9007pe.4f2f2970-0bfa-45d4-9ee1-d9f79502fc6f", diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Delete.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Delete.json index 5e0517083d35..1d27f5006c03 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Delete.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Delete.json @@ -1,7 +1,7 @@ { "parameters": { "resourceGroupName": "ayagrawrg", - "api-version": "2020-07-07", + "api-version": "2020-07-10", "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "siteName": "privateendpt1938mastersite", "peConnectionName": "privateendpt1938mastersit9007pe.4f2f2970-0bfa-45d4-9ee1-d9f79502fc6f" diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Get.json index 45891d4e9739..c05af11d6d6c 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Get.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_Get.json @@ -1,7 +1,7 @@ { "parameters": { "resourceGroupName": "ayagrawrg", - "api-version": "2020-07-07", + "api-version": "2020-07-10", "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "siteName": "privateendpt1938mastersite", "peConnectionName": "privateendpt1938mastersit9007pe.4f2f2970-0bfa-45d4-9ee1-d9f79502fc6f" diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_ListBySite.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_ListBySite.json index 599cfdcfa266..74a03a9df76b 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_ListBySite.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateEndpointConnections_ListBySite.json @@ -1,7 +1,7 @@ { "parameters": { "resourceGroupName": "ayagrawrg", - "api-version": "2020-07-07", + "api-version": "2020-07-10", "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "siteName": "privateendpt1938mastersite" }, diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateLinkResources_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateLinkResources_Get.json index 5919fd50783c..77482651571c 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateLinkResources_Get.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateLinkResources_Get.json @@ -1,7 +1,7 @@ { "parameters": { "resourceGroupName": "ayagrawrg", - "api-version": "2020-07-07", + "api-version": "2020-07-10", "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "siteName": "privateendpt1938mastersite", "privateLinkResourceName": "Default" diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateLinkResources_ListBySite.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateLinkResources_ListBySite.json index e52a7ecee4df..a7712916d38a 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateLinkResources_ListBySite.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/PrivateLinkResources_ListBySite.json @@ -1,7 +1,7 @@ { "parameters": { "resourceGroupName": "ayagrawrg", - "api-version": "2020-07-07", + "api-version": "2020-07-10", "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "siteName": "privateendpt1938mastersite" }, diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareJob_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareJob_Get.json index 7a59ba22aec4..a1dd34319164 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareJob_Get.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareJob_Get.json @@ -4,7 +4,7 @@ "resourceGroupName": "dhlodhi-sea", "siteName": "dhsqlsea08265998site", "jobName": "9e20dec9-426c-4edd-a197-e0b1e3063c8e", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareJobs_ListBySite.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareJobs_ListBySite.json index ad50c794855b..c5e0acbed263 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareJobs_ListBySite.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareJobs_ListBySite.json @@ -3,7 +3,7 @@ "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "resourceGroupName": "dhlodhi-sea", "siteName": "dhsqlsea08265998site", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Get.json index 9b4c1930ee80..e12add19d115 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Get.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Get.json @@ -4,7 +4,7 @@ "resourceGroupName": "myResourceGroup", "siteName": "pajind_site1", "machineName": "machine1", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Start.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Start.json index 41ed3eb8ea95..35f441d3c718 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Start.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Start.json @@ -4,7 +4,7 @@ "resourceGroupName": "pajindTest", "siteName": "appliance1e39site", "machineName": "machine1", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "202": {} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Stop.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Stop.json index 41ed3eb8ea95..35f441d3c718 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Stop.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachine_Stop.json @@ -4,7 +4,7 @@ "resourceGroupName": "pajindTest", "siteName": "appliance1e39site", "machineName": "machine1", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "202": {} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachines_ListBySite.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachines_ListBySite.json index 65590a660ed7..3193c4ba2a6d 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachines_ListBySite.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareMachines_ListBySite.json @@ -3,7 +3,7 @@ "subscriptionId": "75dd7e42-4fd1-4512-af04-83ad9864335b", "resourceGroupName": "myResourceGroup", "siteName": "pajind_site1", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareOperationsStatus_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareOperationsStatus_Get.json index c1cce5841a2f..13bbd3ca9dc5 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareOperationsStatus_Get.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareOperationsStatus_Get.json @@ -4,7 +4,7 @@ "resourceGroupName": "myResourceGroup", "siteName": "pajind_site1", "operationStatusName": "996212ae-5c5f-419f-bb11-6f5c9b1ad90d", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareRunAsAccount_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareRunAsAccount_Get.json index d1ba26cd0912..870d34802b65 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareRunAsAccount_Get.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareRunAsAccount_Get.json @@ -4,7 +4,7 @@ "resourceGroupName": "myResourceGroup", "siteName": "pajind_site1", "accountName": "account1", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareRunAsAccount_ListBySite.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareRunAsAccount_ListBySite.json index 3df7d416d447..347301420581 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareRunAsAccount_ListBySite.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareRunAsAccount_ListBySite.json @@ -3,7 +3,7 @@ "subscriptionId": "75dd7e42-4fd1-4512-af04-83ad9864335b", "resourceGroupName": "myResourceGroup", "siteName": "pajind_site1", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSiteHealthSummary_Post.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSiteHealthSummary_Post.json index ba64e93eee4e..9049fca87485 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSiteHealthSummary_Post.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSiteHealthSummary_Post.json @@ -3,7 +3,7 @@ "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "resourceGroupName": "rahasijaBugBash050919", "siteName": "rahasapp122119d37csite", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSiteSummary_Post.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSiteSummary_Post.json index a81672a722c9..a603848859b6 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSiteSummary_Post.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSiteSummary_Post.json @@ -3,7 +3,7 @@ "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "resourceGroupName": "rahasijaBugBash050919", "siteName": "rahasapp122119d37csite", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Create.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Create.json index 5f5e0ecff2be..4050f67ad678 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Create.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Create.json @@ -3,7 +3,7 @@ "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "resourceGroupName": "pajindTest", "siteName": "appliance1e39site", - "api-version": "2020-07-07", + "api-version": "2020-07-10", "body": { "location": "eastus", "properties": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Delete.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Delete.json index 309462ded0a7..f2409fa05715 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Delete.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Delete.json @@ -3,7 +3,7 @@ "subscriptionId": "75dd7e42-4fd1-4512-af04-83ad9864335b", "resourceGroupName": "myResourceGroup", "siteName": "pajind_site1", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": {}, diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Get.json index 4ce6b185470e..12c764bcde04 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Get.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Get.json @@ -3,7 +3,7 @@ "subscriptionId": "75dd7e42-4fd1-4512-af04-83ad9864335b", "resourceGroupName": "myResourceGroup", "siteName": "pajind_site1", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Patch.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Patch.json index 01b1635b4c09..d40a1e6c5100 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Patch.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Patch.json @@ -3,7 +3,7 @@ "subscriptionId": "75dd7e42-4fd1-4512-af04-83ad9864335b", "resourceGroupName": "myResourceGroup", "siteName": "pajind_site1", - "api-version": "2020-07-07", + "api-version": "2020-07-10", "body": { "name": "pajind_site1", "eTag": null, diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Refresh.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Refresh.json index b3076f1ab21a..5c728f80984a 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Refresh.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSite_Refresh.json @@ -3,7 +3,7 @@ "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "resourceGroupName": "pajindTest", "siteName": "appliance1e39site", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "202": {} diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSitesInSubscription_List.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSitesInSubscription_List.json index 20b4b7ea43d2..85a7f870a847 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSitesInSubscription_List.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSitesInSubscription_List.json @@ -1,7 +1,7 @@ { "parameters": { "subscriptionId": "75dd7e42-4fd1-4512-af04-83ad9864335b", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSites_List.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSites_List.json index 0ec3da8b4af4..8003f07ec91e 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSites_List.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareSites_List.json @@ -2,7 +2,7 @@ "parameters": { "subscriptionId": "75dd7e42-4fd1-4512-af04-83ad9864335b", "resourceGroupName": "myResourceGroup", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Create.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Create.json index 7c55c637f621..24516df2532f 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Create.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Create.json @@ -4,7 +4,7 @@ "resourceGroupName": "pajindTest", "siteName": "appliance1e39site", "vcenterName": "vcenter1", - "api-version": "2020-07-07", + "api-version": "2020-07-10", "body": { "properties": { "fqdn": "idclab-a226vc6", diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Delete.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Delete.json index 9e349ef492e4..3a6429d6a098 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Delete.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Delete.json @@ -4,7 +4,7 @@ "resourceGroupName": "rahasijaBugBash050919", "siteName": "rahasapp122119d37csite", "vcenterName": "10-150-8-50-6af5f800-e9f6-56ff-9c3c-7be56d242c31", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": {}, diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Get.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Get.json index c457e14c6b4a..24669b2e0be4 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Get.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_Get.json @@ -4,7 +4,7 @@ "resourceGroupName": "rahasijaBugBash050919", "siteName": "rahasapp122119d37csite", "vcenterName": "10-150-8-50-6af5f800-e9f6-56ff-9c3c-7be56d242c31", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_ListBySite.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_ListBySite.json index d031a92597fe..6d2d04584a90 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_ListBySite.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareVcenter_ListBySite.json @@ -3,7 +3,7 @@ "subscriptionId": "4bd2aa0f-2bd2-4d67-91a8-5a4533d58600", "resourceGroupName": "rahasijaBugBash050919", "siteName": "rahasapp122119d37csite", - "api-version": "2020-07-07" + "api-version": "2020-07-10" }, "responses": { "200": { diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/migrate.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/migrate.json index b9010a5afdea..ea291daeb898 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/migrate.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/migrate.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "version": "2020-07-07", + "version": "2020-07-10", "title": "Azure Migrate V2", "description": "Discover your workloads for Azure.", "contact": { From 55b6d703eff745ea406ceeface18c92deaca0fcd Mon Sep 17 00:00:00 2001 From: Tarun Sharma Date: Mon, 30 Jan 2023 20:02:24 +0530 Subject: [PATCH 4/4] Version - 20200710 --- ...r_GetAllClustersInSite_MaximumSet_Gen.json | 59 + ...r_GetAllClustersInSite_MinimumSet_Gen.json | 20 + ...perVCluster_GetCluster_MaximumSet_Gen.json | 54 + ...perVCluster_GetCluster_MinimumSet_Gen.json | 16 + ...perVCluster_PutCluster_MaximumSet_Gen.json | 82 + ...perVCluster_PutCluster_MinimumSet_Gen.json | 17 + .../HyperVHostInt_Delete_MaximumSet_Gen.json | 15 + .../HyperVHostInt_Delete_MinimumSet_Gen.json | 15 + ...Host_GetAllHostsInSite_MaximumSet_Gen.json | 57 + ...Host_GetAllHostsInSite_MinimumSet_Gen.json | 20 + .../HyperVHost_GetHost_MaximumSet_Gen.json | 52 + .../HyperVHost_GetHost_MinimumSet_Gen.json | 16 + .../HyperVHost_PutHost_MaximumSet_Gen.json | 120 + .../HyperVHost_PutHost_MinimumSet_Gen.json | 23 + ...VJobs_GetAllJobsInSite_MaximumSet_Gen.json | 56 + ...VJobs_GetAllJobsInSite_MinimumSet_Gen.json | 19 + .../HyperVJobs_GetJob_MaximumSet_Gen.json | 52 + .../HyperVJobs_GetJob_MinimumSet_Gen.json | 16 + ...s_GetAllMachinesInSite_MaximumSet_Gen.json | 301 + ...s_GetAllMachinesInSite_MinimumSet_Gen.json | 23 + ...erVMachines_GetMachine_MaximumSet_Gen.json | 293 + ...erVMachines_GetMachine_MinimumSet_Gen.json | 16 + ...tus_GetOperationStatus_MaximumSet_Gen.json | 42 + ...tus_GetOperationStatus_MinimumSet_Gen.json | 16 + ...AllRunAsAccountsInSite_MaximumSet_Gen.json | 40 + ...AllRunAsAccountsInSite_MinimumSet_Gen.json | 19 + ...counts_GetRunAsAccount_MaximumSet_Gen.json | 36 + ...counts_GetRunAsAccount_MinimumSet_Gen.json | 16 + ...HyperVSites_DeleteSite_MaximumSet_Gen.json | 19 + ...HyperVSites_DeleteSite_MinimumSet_Gen.json | 19 + .../HyperVSites_GetSite_MaximumSet_Gen.json | 53 + .../HyperVSites_GetSite_MinimumSet_Gen.json | 17 + .../HyperVSites_PatchSite_MaximumSet_Gen.json | 82 + .../HyperVSites_PatchSite_MinimumSet_Gen.json | 23 + .../HyperVSites_PutSite_MaximumSet_Gen.json | 122 + .../HyperVSites_PutSite_MinimumSet_Gen.json | 28 + ...yperVSites_RefreshSite_MaximumSet_Gen.json | 13 + ...yperVSites_RefreshSite_MinimumSet_Gen.json | 13 + ...hines_UpdateProperties_MaximumSet_Gen.json | 30 + ...hines_UpdateProperties_MinimumSet_Gen.json | 28 + ...pervSites_ErrorSummary_MaximumSet_Gen.json | 28 + ...pervSites_ErrorSummary_MinimumSet_Gen.json | 16 + ...ervSites_HealthSummary_MaximumSet_Gen.json | 37 + ...ervSites_HealthSummary_MinimumSet_Gen.json | 15 + .../HypervSites_Usage_MaximumSet_Gen.json | 21 + .../HypervSites_Usage_MinimumSet_Gen.json | 20 + .../ImportJobs_Get_MaximumSet_Gen.json | 43 + .../ImportJobs_Get_MinimumSet_Gen.json | 16 + ...stByImportSiteResource_MaximumSet_Gen.json | 47 + ...stByImportSiteResource_MinimumSet_Gen.json | 19 + .../ImportMachines_Delete_MaximumSet_Gen.json | 15 + .../ImportMachines_Delete_MinimumSet_Gen.json | 15 + .../ImportMachines_Get_MaximumSet_Gen.json | 80 + .../ImportMachines_Get_MinimumSet_Gen.json | 16 + ...stByImportSiteResource_MaximumSet_Gen.json | 88 + ...stByImportSiteResource_MinimumSet_Gen.json | 23 + .../ImportSites_Create_MaximumSet_Gen.json | 78 + .../ImportSites_Create_MinimumSet_Gen.json | 20 + ...DeleteImportedMachines_MaximumSet_Gen.json | 19 + ...DeleteImportedMachines_MinimumSet_Gen.json | 16 + .../ImportSites_Delete_MaximumSet_Gen.json | 14 + .../ImportSites_Delete_MinimumSet_Gen.json | 14 + .../ImportSites_Deletejob_MaximumSet_Gen.json | 35 + .../ImportSites_Deletejob_MinimumSet_Gen.json | 16 + ...ImportSites_Deletejobs_MaximumSet_Gen.json | 39 + ...ImportSites_Deletejobs_MinimumSet_Gen.json | 15 + .../ImportSites_ExportUri_MaximumSet_Gen.json | 22 + .../ImportSites_ExportUri_MinimumSet_Gen.json | 16 + .../ImportSites_Exportjob_MaximumSet_Gen.json | 33 + .../ImportSites_Exportjob_MinimumSet_Gen.json | 16 + ...ImportSites_Exportjobs_MaximumSet_Gen.json | 39 + ...ImportSites_Exportjobs_MinimumSet_Gen.json | 15 + .../ImportSites_Get_MaximumSet_Gen.json | 53 + .../ImportSites_Get_MinimumSet_Gen.json | 17 + .../ImportSites_ImportUri_MaximumSet_Gen.json | 27 + .../ImportSites_ImportUri_MinimumSet_Gen.json | 21 + .../ImportSites_Importjob_MaximumSet_Gen.json | 25 + .../ImportSites_Importjob_MinimumSet_Gen.json | 16 + ...ImportSites_Importjobs_MaximumSet_Gen.json | 29 + ...ImportSites_Importjobs_MinimumSet_Gen.json | 15 + ...PatchDeleteMachinesJob_MaximumSet_Gen.json | 51 + ...PatchDeleteMachinesJob_MinimumSet_Gen.json | 17 + .../ImportSites_Update_MaximumSet_Gen.json | 77 + .../ImportSites_Update_MinimumSet_Gen.json | 18 + .../Jobs_GetAllJobsInSite_MaximumSet_Gen.json | 56 + .../Jobs_GetAllJobsInSite_MinimumSet_Gen.json | 19 + .../examples/Jobs_GetJob_MaximumSet_Gen.json | 52 + .../examples/Jobs_GetJob_MinimumSet_Gen.json | 16 + .../Machines_Applications_MaximumSet_Gen.json | 306 + .../Machines_Applications_MinimumSet_Gen.json | 16 + ...s_GetAllMachinesInSite_MaximumSet_Gen.json | 314 + ...s_GetAllMachinesInSite_MinimumSet_Gen.json | 23 + ...chineSoftwareInventory_MaximumSet_Gen.json | 103 + ...chineSoftwareInventory_MinimumSet_Gen.json | 16 + .../Machines_GetMachine_MaximumSet_Gen.json | 306 + .../Machines_GetMachine_MinimumSet_Gen.json | 16 + .../Machines_StartMachine_MaximumSet_Gen.json | 22 + .../Machines_StartMachine_MinimumSet_Gen.json | 22 + .../Machines_StopMachine_MaximumSet_Gen.json | 22 + .../Machines_StopMachine_MinimumSet_Gen.json | 22 + .../Operations_List_MaximumSet_Gen.json | 28 + .../Operations_List_MinimumSet_Gen.json | 12 + ...AllRunAsAccountsInSite_MaximumSet_Gen.json | 40 + ...AllRunAsAccountsInSite_MinimumSet_Gen.json | 19 + ...counts_GetRunAsAccount_MaximumSet_Gen.json | 36 + ...counts_GetRunAsAccount_MinimumSet_Gen.json | 16 + .../ServerJobs_Get_MaximumSet_Gen.json | 52 + .../ServerJobs_Get_MinimumSet_Gen.json | 16 + ...stByServerSiteResource_MaximumSet_Gen.json | 56 + ...stByServerSiteResource_MinimumSet_Gen.json | 19 + .../ServerMachines_Create_MaximumSet_Gen.json | 536 + .../ServerMachines_Create_MinimumSet_Gen.json | 17 + .../ServerMachines_Delete_MaximumSet_Gen.json | 15 + .../ServerMachines_Delete_MinimumSet_Gen.json | 15 + .../ServerMachines_Get_MaximumSet_Gen.json | 281 + .../ServerMachines_Get_MinimumSet_Gen.json | 16 + ...verOperationStatus_Get_MaximumSet_Gen.json | 42 + ...verOperationStatus_Get_MinimumSet_Gen.json | 16 + ...erverRunAsAccounts_Get_MaximumSet_Gen.json | 36 + ...erverRunAsAccounts_Get_MinimumSet_Gen.json | 16 + ...stByServerSiteResource_MaximumSet_Gen.json | 40 + ...stByServerSiteResource_MinimumSet_Gen.json | 19 + ...rSitesInterface_Create_MaximumSet_Gen.json | 122 + ...rSitesInterface_Create_MinimumSet_Gen.json | 28 + ...rSitesInterface_Delete_MaximumSet_Gen.json | 14 + ...rSitesInterface_Delete_MinimumSet_Gen.json | 14 + ...Interface_ErrorSummary_MaximumSet_Gen.json | 27 + ...Interface_ErrorSummary_MinimumSet_Gen.json | 15 + ...rverSitesInterface_Get_MaximumSet_Gen.json | 53 + ...rverSitesInterface_Get_MinimumSet_Gen.json | 17 + ...nterface_HealthSummary_MaximumSet_Gen.json | 37 + ...nterface_HealthSummary_MinimumSet_Gen.json | 15 + ...itesInterface_Machines_MaximumSet_Gen.json | 272 + ...itesInterface_Machines_MinimumSet_Gen.json | 15 + ...sInterface_RefreshSite_MaximumSet_Gen.json | 19 + ...sInterface_RefreshSite_MinimumSet_Gen.json | 19 + ...rface_UpdateProperties_MaximumSet_Gen.json | 29 + ...rface_UpdateProperties_MinimumSet_Gen.json | 27 + ...rSitesInterface_Update_MaximumSet_Gen.json | 77 + ...rSitesInterface_Update_MinimumSet_Gen.json | 18 + ...erSitesInterface_Usage_MaximumSet_Gen.json | 18 + ...erSitesInterface_Usage_MinimumSet_Gen.json | 18 + .../Sites_DeleteSite_MaximumSet_Gen.json | 19 + .../Sites_DeleteSite_MinimumSet_Gen.json | 19 + .../Sites_GetSite_MaximumSet_Gen.json | 53 + .../Sites_GetSite_MinimumSet_Gen.json | 17 + .../Sites_PatchSite_MaximumSet_Gen.json | 82 + .../Sites_PatchSite_MinimumSet_Gen.json | 23 + .../Sites_PutSite_MaximumSet_Gen.json | 122 + .../Sites_PutSite_MinimumSet_Gen.json | 28 + .../Sites_RefreshSite_MaximumSet_Gen.json | 21 + .../Sites_RefreshSite_MinimumSet_Gen.json | 21 + .../VCenter_DeleteVCenter_MaximumSet_Gen.json | 15 + .../VCenter_DeleteVCenter_MinimumSet_Gen.json | 15 + ...r_GetAllVCentersInSite_MaximumSet_Gen.json | 39 + ...r_GetAllVCentersInSite_MinimumSet_Gen.json | 19 + .../VCenter_GetVCenter_MaximumSet_Gen.json | 35 + .../VCenter_GetVCenter_MinimumSet_Gen.json | 16 + .../VCenter_PutVCenter_MaximumSet_Gen.json | 69 + .../VCenter_PutVCenter_MinimumSet_Gen.json | 23 + ...tus_GetOperationStatus_MaximumSet_Gen.json | 42 + ...tus_GetOperationStatus_MinimumSet_Gen.json | 16 + .../VmwareHosts_Get_MaximumSet_Gen.json | 35 + .../VmwareHosts_Get_MinimumSet_Gen.json | 16 + ...Hosts_ListByVMwareSite_MaximumSet_Gen.json | 39 + ...Hosts_ListByVMwareSite_MinimumSet_Gen.json | 19 + ...es_ClientGroupsMembers_MaximumSet_Gen.json | 27 + ...es_ClientGroupsMembers_MinimumSet_Gen.json | 27 + ...wareSites_ErrorSummary_MaximumSet_Gen.json | 28 + ...wareSites_ErrorSummary_MinimumSet_Gen.json | 16 + ...tes_ExportApplications_MaximumSet_Gen.json | 21 + ...tes_ExportApplications_MinimumSet_Gen.json | 21 + ...tes_ExportDependencies_MaximumSet_Gen.json | 27 + ...tes_ExportDependencies_MinimumSet_Gen.json | 27 + ...es_ExportMachineErrors_MaximumSet_Gen.json | 27 + ...es_ExportMachineErrors_MinimumSet_Gen.json | 27 + ...reSites_ExportMachines_MaximumSet_Gen.json | 22 + ...reSites_ExportMachines_MinimumSet_Gen.json | 22 + ...ites_GenerateCoarseMap_MaximumSet_Gen.json | 27 + ...ites_GenerateCoarseMap_MinimumSet_Gen.json | 27 + ...es_GenerateDetailedMap_MaximumSet_Gen.json | 27 + ...es_GenerateDetailedMap_MinimumSet_Gen.json | 27 + ...areSites_HealthSummary_MaximumSet_Gen.json | 37 + ...areSites_HealthSummary_MinimumSet_Gen.json | 15 + ...tes_ServerGroupMembers_MaximumSet_Gen.json | 27 + ...tes_ServerGroupMembers_MinimumSet_Gen.json | 27 + ...ateDependencyMapStatus_MaximumSet_Gen.json | 21 + ...ateDependencyMapStatus_MinimumSet_Gen.json | 21 + ...Sites_UpdateProperties_MaximumSet_Gen.json | 29 + ...Sites_UpdateProperties_MinimumSet_Gen.json | 27 + ...tes_UpdateRunAsAccount_MaximumSet_Gen.json | 21 + ...tes_UpdateRunAsAccount_MinimumSet_Gen.json | 21 + ...VmwareSites_UpdateTags_MaximumSet_Gen.json | 21 + ...VmwareSites_UpdateTags_MinimumSet_Gen.json | 21 + .../VmwareSites_Usage_MaximumSet_Gen.json | 22 + .../VmwareSites_Usage_MinimumSet_Gen.json | 21 + .../stable/2020-07-10/migrate.json | 12475 +++++++++++----- 197 files changed, 16851 insertions(+), 3916 deletions(-) create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_GetAllClustersInSite_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_GetAllClustersInSite_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_GetCluster_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_GetCluster_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_PutCluster_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_PutCluster_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHostInt_Delete_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHostInt_Delete_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_GetAllHostsInSite_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_GetAllHostsInSite_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_GetHost_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_GetHost_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_PutHost_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_PutHost_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_GetAllJobsInSite_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_GetAllJobsInSite_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_GetJob_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_GetJob_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_GetAllMachinesInSite_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_GetAllMachinesInSite_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_GetMachine_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_GetMachine_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVOperationsStatus_GetOperationStatus_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVOperationsStatus_GetOperationStatus_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_GetAllRunAsAccountsInSite_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_GetAllRunAsAccountsInSite_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_GetRunAsAccount_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_GetRunAsAccount_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_DeleteSite_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_DeleteSite_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_GetSite_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_GetSite_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_PatchSite_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_PatchSite_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_PutSite_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_PutSite_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_RefreshSite_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_RefreshSite_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervMachines_UpdateProperties_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervMachines_UpdateProperties_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_ErrorSummary_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_ErrorSummary_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_HealthSummary_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_HealthSummary_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_Usage_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_Usage_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportJobs_Get_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportJobs_Get_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportJobs_ListByImportSiteResource_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportJobs_ListByImportSiteResource_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_Delete_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_Delete_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_Get_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_Get_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_ListByImportSiteResource_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_ListByImportSiteResource_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Create_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Create_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_DeleteImportedMachines_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_DeleteImportedMachines_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Delete_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Delete_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Deletejob_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Deletejob_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Deletejobs_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Deletejobs_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_ExportUri_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_ExportUri_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Exportjob_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Exportjob_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Exportjobs_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Exportjobs_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Get_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Get_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_ImportUri_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_ImportUri_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Importjob_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Importjob_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Importjobs_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Importjobs_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_PatchDeleteMachinesJob_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_PatchDeleteMachinesJob_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Update_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Update_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Jobs_GetAllJobsInSite_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Jobs_GetAllJobsInSite_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Jobs_GetJob_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Jobs_GetJob_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_Applications_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_Applications_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetAllMachinesInSite_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetAllMachinesInSite_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetMachineSoftwareInventory_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetMachineSoftwareInventory_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetMachine_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetMachine_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_StartMachine_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_StartMachine_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_StopMachine_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_StopMachine_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Operations_List_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Operations_List_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/RunAsAccounts_GetAllRunAsAccountsInSite_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/RunAsAccounts_GetAllRunAsAccountsInSite_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/RunAsAccounts_GetRunAsAccount_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/RunAsAccounts_GetRunAsAccount_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerJobs_Get_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerJobs_Get_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerJobs_ListByServerSiteResource_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerJobs_ListByServerSiteResource_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Create_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Create_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Delete_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Delete_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Get_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Get_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerOperationStatus_Get_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerOperationStatus_Get_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerRunAsAccounts_Get_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerRunAsAccounts_Get_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerRunAsAccounts_ListByServerSiteResource_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerRunAsAccounts_ListByServerSiteResource_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Create_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Create_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Delete_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Delete_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_ErrorSummary_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_ErrorSummary_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Get_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Get_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_HealthSummary_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_HealthSummary_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Machines_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Machines_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_RefreshSite_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_RefreshSite_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_UpdateProperties_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_UpdateProperties_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Update_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Update_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Usage_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Usage_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_DeleteSite_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_DeleteSite_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_GetSite_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_GetSite_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_PatchSite_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_PatchSite_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_PutSite_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_PutSite_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_RefreshSite_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_RefreshSite_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_DeleteVCenter_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_DeleteVCenter_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_GetAllVCentersInSite_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_GetAllVCentersInSite_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_GetVCenter_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_GetVCenter_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_PutVCenter_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_PutVCenter_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareOperationsStatus_GetOperationStatus_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareOperationsStatus_GetOperationStatus_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareHosts_Get_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareHosts_Get_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareHosts_ListByVMwareSite_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareHosts_ListByVMwareSite_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ClientGroupsMembers_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ClientGroupsMembers_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ErrorSummary_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ErrorSummary_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportApplications_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportApplications_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportDependencies_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportDependencies_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportMachineErrors_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportMachineErrors_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportMachines_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportMachines_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_GenerateCoarseMap_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_GenerateCoarseMap_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_GenerateDetailedMap_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_GenerateDetailedMap_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_HealthSummary_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_HealthSummary_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ServerGroupMembers_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ServerGroupMembers_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateDependencyMapStatus_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateDependencyMapStatus_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateProperties_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateProperties_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateRunAsAccount_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateRunAsAccount_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateTags_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateTags_MinimumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_Usage_MaximumSet_Gen.json create mode 100644 specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_Usage_MinimumSet_Gen.json diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_GetAllClustersInSite_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_GetAllClustersInSite_MaximumSet_Gen.json new file mode 100644 index 000000000000..a19951450f6b --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_GetAllClustersInSite_MaximumSet_Gen.json @@ -0,0 +1,59 @@ +{ + "title": "HyperVCluster_GetAllClustersInSite", + "operationId": "HyperVCluster_GetAllClustersInSite", + "parameters": { + "$filter": "jgmgcisjkvyuvktttqgafegu", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "api-version": "2020-07-10", + "siteName": "RWY7JYY-1I5-J" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "createdTimestamp": "dlng", + "updatedTimestamp": "seffiqczifwwbyoofjaiarmy", + "fqdn": "ylkcqhtlkavnzmiupgbebye", + "functionalLevel": 19, + "status": "wtqyivsvwzq", + "runAsAccountId": "lndbyiwnsybfqiscjuz", + "hostFqdnList": "yfcconkl", + "errors": [ + { + "message": "rwsqyobhpitrxklphpkyuhopudj", + "messageParameters": "zvwplbnrqfutgcbzlklompzojzl", + "applianceName": "otljtaeacxjjlkgqtvfd", + "id": 28, + "code": "cpjrfhzmozfscrsxalhy", + "possibleCauses": "r", + "recommendedAction": "dsglcglwmu", + "severity": "yvfgfcqefvehosvujckt", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:36.280Z", + "runAsAccountId": "hqggxkyqlixwrzhj", + "discoveryScope": "AppsAndRoles" + } + ], + "provisioningState": "Succeeded" + }, + "id": "wyeqjqohdbrnajrgumqtp", + "name": "nrzqsbrkkdjpzjkmxammsx", + "type": "syolepnubhrqx", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_GetAllClustersInSite_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_GetAllClustersInSite_MinimumSet_Gen.json new file mode 100644 index 000000000000..431b10ed9d5c --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_GetAllClustersInSite_MinimumSet_Gen.json @@ -0,0 +1,20 @@ +{ + "title": "HyperVCluster_GetAllClustersInSite", + "operationId": "HyperVCluster_GetAllClustersInSite", + "parameters": { + "$filter": "zzeiqsgagqcvounmvbhgtrinlq", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "api-version": "2020-07-10", + "siteName": "912qIH28A-7HV1v74R74S" + }, + "responses": { + "200": { + "body": { + "value": [ + {} + ] + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_GetCluster_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_GetCluster_MaximumSet_Gen.json new file mode 100644 index 000000000000..17d779c815f4 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_GetCluster_MaximumSet_Gen.json @@ -0,0 +1,54 @@ +{ + "title": "HyperVCluster_GetCluster", + "operationId": "HyperVCluster_GetCluster", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "CLA21T0Y-Z6-j7P344", + "clusterName": "---2-n9-" + }, + "responses": { + "200": { + "body": { + "properties": { + "createdTimestamp": "dlng", + "updatedTimestamp": "seffiqczifwwbyoofjaiarmy", + "fqdn": "ylkcqhtlkavnzmiupgbebye", + "functionalLevel": 19, + "status": "wtqyivsvwzq", + "runAsAccountId": "lndbyiwnsybfqiscjuz", + "hostFqdnList": "yfcconkl", + "errors": [ + { + "message": "rwsqyobhpitrxklphpkyuhopudj", + "messageParameters": "zvwplbnrqfutgcbzlklompzojzl", + "applianceName": "otljtaeacxjjlkgqtvfd", + "id": 28, + "code": "cpjrfhzmozfscrsxalhy", + "possibleCauses": "r", + "recommendedAction": "dsglcglwmu", + "severity": "yvfgfcqefvehosvujckt", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:36.280Z", + "runAsAccountId": "hqggxkyqlixwrzhj", + "discoveryScope": "AppsAndRoles" + } + ], + "provisioningState": "Succeeded" + }, + "id": "wyeqjqohdbrnajrgumqtp", + "name": "nrzqsbrkkdjpzjkmxammsx", + "type": "syolepnubhrqx", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_GetCluster_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_GetCluster_MinimumSet_Gen.json new file mode 100644 index 000000000000..e420002f4544 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_GetCluster_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "HyperVCluster_GetCluster", + "operationId": "HyperVCluster_GetCluster", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "OC-4u51l2", + "clusterName": "95-Wj2I-R-8-NIA4U997" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_PutCluster_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_PutCluster_MaximumSet_Gen.json new file mode 100644 index 000000000000..54acc0a73736 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_PutCluster_MaximumSet_Gen.json @@ -0,0 +1,82 @@ +{ + "title": "HyperVCluster_PutCluster", + "operationId": "HyperVCluster_PutCluster", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "-40DeXIYG-pRR-6-F646p", + "clusterName": "RXc81sH9R-s-N-sG8483-PB", + "body": { + "properties": { + "createdTimestamp": "dlng", + "updatedTimestamp": "seffiqczifwwbyoofjaiarmy", + "fqdn": "ylkcqhtlkavnzmiupgbebye", + "functionalLevel": 19, + "status": "wtqyivsvwzq", + "runAsAccountId": "lndbyiwnsybfqiscjuz", + "hostFqdnList": "yfcconkl", + "errors": [ + { + "message": "rwsqyobhpitrxklphpkyuhopudj", + "messageParameters": "zvwplbnrqfutgcbzlklompzojzl", + "applianceName": "otljtaeacxjjlkgqtvfd", + "id": 28, + "code": "cpjrfhzmozfscrsxalhy", + "possibleCauses": "r", + "recommendedAction": "dsglcglwmu", + "severity": "yvfgfcqefvehosvujckt", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:36.280Z", + "runAsAccountId": "hqggxkyqlixwrzhj", + "discoveryScope": "AppsAndRoles" + } + ], + "provisioningState": "Succeeded" + } + } + }, + "responses": { + "200": { + "body": { + "properties": { + "createdTimestamp": "dlng", + "updatedTimestamp": "seffiqczifwwbyoofjaiarmy", + "fqdn": "ylkcqhtlkavnzmiupgbebye", + "functionalLevel": 19, + "status": "wtqyivsvwzq", + "runAsAccountId": "lndbyiwnsybfqiscjuz", + "hostFqdnList": "yfcconkl", + "errors": [ + { + "message": "rwsqyobhpitrxklphpkyuhopudj", + "messageParameters": "zvwplbnrqfutgcbzlklompzojzl", + "applianceName": "otljtaeacxjjlkgqtvfd", + "id": 28, + "code": "cpjrfhzmozfscrsxalhy", + "possibleCauses": "r", + "recommendedAction": "dsglcglwmu", + "severity": "yvfgfcqefvehosvujckt", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:36.280Z", + "runAsAccountId": "hqggxkyqlixwrzhj", + "discoveryScope": "AppsAndRoles" + } + ], + "provisioningState": "Succeeded" + }, + "id": "wyeqjqohdbrnajrgumqtp", + "name": "nrzqsbrkkdjpzjkmxammsx", + "type": "syolepnubhrqx", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_PutCluster_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_PutCluster_MinimumSet_Gen.json new file mode 100644 index 000000000000..522c7ec0c599 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVCluster_PutCluster_MinimumSet_Gen.json @@ -0,0 +1,17 @@ +{ + "title": "HyperVCluster_PutCluster", + "operationId": "HyperVCluster_PutCluster", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "56-8Pf67", + "clusterName": "di58o2CU1U", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHostInt_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHostInt_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..4d4b741aeb9b --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHostInt_Delete_MaximumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "HyperVHostInt_Delete", + "operationId": "HyperVHostInt_Delete", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "0B-LWXYEYH3-5H377C--8-5", + "hostName": "0E8ZA6t01h-Y8Byba--Q" + }, + "responses": { + "200": {}, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHostInt_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHostInt_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..3f38c81fd1ae --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHostInt_Delete_MinimumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "HyperVHostInt_Delete", + "operationId": "HyperVHostInt_Delete", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "hFB--2onkQlU-YDhtgm1pC", + "hostName": "--q-dk65XV0" + }, + "responses": { + "200": {}, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_GetAllHostsInSite_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_GetAllHostsInSite_MaximumSet_Gen.json new file mode 100644 index 000000000000..50fb6dc95b41 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_GetAllHostsInSite_MaximumSet_Gen.json @@ -0,0 +1,57 @@ +{ + "title": "HyperVHost_GetAllHostsInSite", + "operationId": "HyperVHost_GetAllHostsInSite", + "parameters": { + "$filter": "zobnjottqvvwzbvidrwxfyywlyjye", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "api-version": "2020-07-10", + "siteName": "8uD25JOb" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "createdTimestamp": "liqcitkdjzvijw", + "updatedTimestamp": "npsrkihbejuyhooqlmhzlkg", + "fqdn": "kiuyidug", + "runAsAccountId": "qtyy", + "version": "hw", + "errors": [ + { + "message": "rwsqyobhpitrxklphpkyuhopudj", + "messageParameters": "zvwplbnrqfutgcbzlklompzojzl", + "applianceName": "otljtaeacxjjlkgqtvfd", + "id": 28, + "code": "cpjrfhzmozfscrsxalhy", + "possibleCauses": "r", + "recommendedAction": "dsglcglwmu", + "severity": "yvfgfcqefvehosvujckt", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:36.280Z", + "runAsAccountId": "hqggxkyqlixwrzhj", + "discoveryScope": "AppsAndRoles" + } + ], + "provisioningState": "Succeeded" + }, + "id": "iuadyricpfkozyctmoaoepyd", + "name": "klxukjpekakzaywngi", + "type": "goyo", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + ], + "nextLink": "https://microsoft.com/axvbbz" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_GetAllHostsInSite_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_GetAllHostsInSite_MinimumSet_Gen.json new file mode 100644 index 000000000000..1e78cda839e9 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_GetAllHostsInSite_MinimumSet_Gen.json @@ -0,0 +1,20 @@ +{ + "title": "HyperVHost_GetAllHostsInSite", + "operationId": "HyperVHost_GetAllHostsInSite", + "parameters": { + "$filter": "nfekddeuzrqkhn", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "api-version": "2020-07-10", + "siteName": "44D-5E5u81-T-NK770" + }, + "responses": { + "200": { + "body": { + "value": [ + {} + ] + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_GetHost_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_GetHost_MaximumSet_Gen.json new file mode 100644 index 000000000000..5f4d0193b9b7 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_GetHost_MaximumSet_Gen.json @@ -0,0 +1,52 @@ +{ + "title": "HyperVHost_GetHost", + "operationId": "HyperVHost_GetHost", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "4lP7Q71", + "hostName": "p-T--217G1i7MW83" + }, + "responses": { + "200": { + "body": { + "properties": { + "createdTimestamp": "liqcitkdjzvijw", + "updatedTimestamp": "npsrkihbejuyhooqlmhzlkg", + "fqdn": "kiuyidug", + "runAsAccountId": "qtyy", + "version": "hw", + "errors": [ + { + "message": "rwsqyobhpitrxklphpkyuhopudj", + "messageParameters": "zvwplbnrqfutgcbzlklompzojzl", + "applianceName": "otljtaeacxjjlkgqtvfd", + "id": 28, + "code": "cpjrfhzmozfscrsxalhy", + "possibleCauses": "r", + "recommendedAction": "dsglcglwmu", + "severity": "yvfgfcqefvehosvujckt", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:36.280Z", + "runAsAccountId": "hqggxkyqlixwrzhj", + "discoveryScope": "AppsAndRoles" + } + ], + "provisioningState": "Succeeded" + }, + "id": "iuadyricpfkozyctmoaoepyd", + "name": "klxukjpekakzaywngi", + "type": "goyo", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_GetHost_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_GetHost_MinimumSet_Gen.json new file mode 100644 index 000000000000..022429907298 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_GetHost_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "HyperVHost_GetHost", + "operationId": "HyperVHost_GetHost", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "-Vn1S551Xq", + "hostName": "9PJRM8" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_PutHost_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_PutHost_MaximumSet_Gen.json new file mode 100644 index 000000000000..17dc08288661 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_PutHost_MaximumSet_Gen.json @@ -0,0 +1,120 @@ +{ + "title": "HyperVHost_PutHost", + "operationId": "HyperVHost_PutHost", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "nj73", + "hostName": "5-5Nf8L1GCUDTX-5-", + "body": { + "properties": { + "createdTimestamp": "liqcitkdjzvijw", + "updatedTimestamp": "npsrkihbejuyhooqlmhzlkg", + "fqdn": "kiuyidug", + "runAsAccountId": "qtyy", + "version": "hw", + "errors": [ + { + "message": "rwsqyobhpitrxklphpkyuhopudj", + "messageParameters": "zvwplbnrqfutgcbzlklompzojzl", + "applianceName": "otljtaeacxjjlkgqtvfd", + "id": 28, + "code": "cpjrfhzmozfscrsxalhy", + "possibleCauses": "r", + "recommendedAction": "dsglcglwmu", + "severity": "yvfgfcqefvehosvujckt", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:36.280Z", + "runAsAccountId": "hqggxkyqlixwrzhj", + "discoveryScope": "AppsAndRoles" + } + ], + "provisioningState": "Succeeded" + } + } + }, + "responses": { + "200": { + "body": { + "properties": { + "createdTimestamp": "liqcitkdjzvijw", + "updatedTimestamp": "npsrkihbejuyhooqlmhzlkg", + "fqdn": "kiuyidug", + "runAsAccountId": "qtyy", + "version": "hw", + "errors": [ + { + "message": "rwsqyobhpitrxklphpkyuhopudj", + "messageParameters": "zvwplbnrqfutgcbzlklompzojzl", + "applianceName": "otljtaeacxjjlkgqtvfd", + "id": 28, + "code": "cpjrfhzmozfscrsxalhy", + "possibleCauses": "r", + "recommendedAction": "dsglcglwmu", + "severity": "yvfgfcqefvehosvujckt", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:36.280Z", + "runAsAccountId": "hqggxkyqlixwrzhj", + "discoveryScope": "AppsAndRoles" + } + ], + "provisioningState": "Succeeded" + }, + "id": "iuadyricpfkozyctmoaoepyd", + "name": "klxukjpekakzaywngi", + "type": "goyo", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + }, + "body": { + "properties": { + "createdTimestamp": "liqcitkdjzvijw", + "updatedTimestamp": "npsrkihbejuyhooqlmhzlkg", + "fqdn": "kiuyidug", + "runAsAccountId": "qtyy", + "version": "hw", + "errors": [ + { + "message": "rwsqyobhpitrxklphpkyuhopudj", + "messageParameters": "zvwplbnrqfutgcbzlklompzojzl", + "applianceName": "otljtaeacxjjlkgqtvfd", + "id": 28, + "code": "cpjrfhzmozfscrsxalhy", + "possibleCauses": "r", + "recommendedAction": "dsglcglwmu", + "severity": "yvfgfcqefvehosvujckt", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:36.280Z", + "runAsAccountId": "hqggxkyqlixwrzhj", + "discoveryScope": "AppsAndRoles" + } + ], + "provisioningState": "Succeeded" + }, + "id": "iuadyricpfkozyctmoaoepyd", + "name": "klxukjpekakzaywngi", + "type": "goyo", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_PutHost_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_PutHost_MinimumSet_Gen.json new file mode 100644 index 000000000000..dc68bd197905 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVHost_PutHost_MinimumSet_Gen.json @@ -0,0 +1,23 @@ +{ + "title": "HyperVHost_PutHost", + "operationId": "HyperVHost_PutHost", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "6023sI--55-OQ-L--c1V5", + "hostName": "40S-OgEBE3dE-12-t0o", + "body": {} + }, + "responses": { + "200": { + "body": {} + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + }, + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_GetAllJobsInSite_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_GetAllJobsInSite_MaximumSet_Gen.json new file mode 100644 index 000000000000..1d88fe8a6b09 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_GetAllJobsInSite_MaximumSet_Gen.json @@ -0,0 +1,56 @@ +{ + "title": "HyperVJobs_GetAllJobsInSite", + "operationId": "HyperVJobs_GetAllJobsInSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "d86T4cm" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "status": "duwvq", + "startTime": "fevffpmnl", + "endTime": "ifbyafozcgnvueqakzidiijoxfz", + "displayName": "jnxiafihobzh", + "clientRequestId": "rzaeyhgglpiboyyzugmuancaeb", + "activityId": "no", + "errors": [ + { + "code": "wqenoqxopjlslhshuef", + "message": "badacwlam", + "id": 5, + "possibleCauses": "xvlnrlnrkfrotqtid", + "recommendedAction": "bywhj", + "severity": "cltqqlazbbtknqbytzyfnaekt", + "isAgentReportedError": true, + "agentErrorCode": "qqjiglhbyrxyzjflmocnocznunoz", + "agentErrorMessage": "uapxecdgaatm", + "agentErrorPossibleCauses": "ialsffpgkkdehrexzstafhbtknlx", + "agentErrorRecommendedAction": "lanbcfdhudlpbebguppibf" + } + ], + "provisioningState": "Succeeded" + }, + "id": "oxespstrexesuvstdnztohnjdxnfan", + "name": "dxkr", + "type": "jepwksqpgzdenupaii", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_GetAllJobsInSite_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_GetAllJobsInSite_MinimumSet_Gen.json new file mode 100644 index 000000000000..da39ec6daf20 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_GetAllJobsInSite_MinimumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "HyperVJobs_GetAllJobsInSite", + "operationId": "HyperVJobs_GetAllJobsInSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "Sd8F633I5CRFD-" + }, + "responses": { + "200": { + "body": { + "value": [ + {} + ] + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_GetJob_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_GetJob_MaximumSet_Gen.json new file mode 100644 index 000000000000..b41d12486ed9 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_GetJob_MaximumSet_Gen.json @@ -0,0 +1,52 @@ +{ + "title": "HyperVJobs_GetJob", + "operationId": "HyperVJobs_GetJob", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "6-6E0L4", + "jobName": "0z--V7y573RFP-uSG" + }, + "responses": { + "200": { + "body": { + "properties": { + "status": "duwvq", + "startTime": "fevffpmnl", + "endTime": "ifbyafozcgnvueqakzidiijoxfz", + "displayName": "jnxiafihobzh", + "clientRequestId": "rzaeyhgglpiboyyzugmuancaeb", + "activityId": "no", + "errors": [ + { + "code": "wqenoqxopjlslhshuef", + "message": "badacwlam", + "id": 5, + "possibleCauses": "xvlnrlnrkfrotqtid", + "recommendedAction": "bywhj", + "severity": "cltqqlazbbtknqbytzyfnaekt", + "isAgentReportedError": true, + "agentErrorCode": "qqjiglhbyrxyzjflmocnocznunoz", + "agentErrorMessage": "uapxecdgaatm", + "agentErrorPossibleCauses": "ialsffpgkkdehrexzstafhbtknlx", + "agentErrorRecommendedAction": "lanbcfdhudlpbebguppibf" + } + ], + "provisioningState": "Succeeded" + }, + "id": "oxespstrexesuvstdnztohnjdxnfan", + "name": "dxkr", + "type": "jepwksqpgzdenupaii", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_GetJob_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_GetJob_MinimumSet_Gen.json new file mode 100644 index 000000000000..e99bf64f8a4c --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVJobs_GetJob_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "HyperVJobs_GetJob", + "operationId": "HyperVJobs_GetJob", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "t9-8FO-2oUT73FXer52-46L", + "jobName": "D-e-T" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_GetAllMachinesInSite_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_GetAllMachinesInSite_MaximumSet_Gen.json new file mode 100644 index 000000000000..7209ec5c785f --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_GetAllMachinesInSite_MaximumSet_Gen.json @@ -0,0 +1,301 @@ +{ + "title": "HyperVMachines_GetAllMachinesInSite", + "operationId": "HyperVMachines_GetAllMachinesInSite", + "parameters": { + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "api-version": "2020-07-10", + "$filter": "nl", + "$top": "xdgmyjbpxlcsmvz", + "continuationToken": "ivhavigqfqlgfybn", + "totalRecordCount": 8, + "siteName": "6M2-vWXI7Y" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "instanceUuid": "yifjsdyebabrdtidgdqcqcvjt", + "hostFqdn": "rdfubukfdkygmpxyzwx", + "hostId": "kdlagnm", + "generation": 30, + "version": "lxoxgquuyfceivbeopg", + "highAvailability": "Unknown", + "clusterFqdn": "bofqnlj", + "clusterId": "ydwvurzqad", + "maxMemoryMb": 12, + "isDynamicMemoryEnabled": true, + "disks": [ + { + "id": "q", + "generatedId": "vtsuxoqxdytr", + "maxSizeInBytes": 30, + "name": "cavmkj", + "diskType": "hpjrgjce", + "lun": 23, + "path": "gclosjswusxizvm" + } + ], + "networkAdapters": [ + { + "nicId": "phbtjlohubgr", + "macAddress": "pfxoihtpsxbzccejlkmoyuxzxp", + "ipAddressList": [ + "bkigziafzpcchiu" + ], + "networkName": "oybamgdzwzczxmeb", + "ipAddressType": "mabqaazpepjnvxpp" + } + ], + "managementServerType": "nbjd", + "secureBootTemplateId": "asquvhxtoavzxywicnakmxyxrl", + "secureBootEnabled": true, + "secureBootTemplate": "ojqavtiowewm", + "tpmEnabled": true, + "ksdEnabled": true, + "shieldingRequested": true, + "dataProtectionRequested": true, + "encryptStateAndVmMigrationTraffic": true, + "virtualizationBasedSecurityOptOut": true, + "powerStatus": "tcu", + "vmFqdn": "btnrongxiz", + "vmConfigurationFileLocation": "vjpisqjmieddkwvtkyf", + "firmware": "p", + "guestOsDetails": { + "osType": "kkoucddnmdczrxu", + "osName": "hfhfomcxvnndpgkakrdwfjljdhu", + "osVersion": 5, + "osArchitecture": "gfryckybfmiiavrgx" + }, + "numberOfApplications": 30, + "guestDetailsDiscoveryTimestamp": "2023-01-30T14:27:42.422Z", + "isGuestDetailsDiscoveryInProgress": true, + "dependencyMapping": "gaayvuwdtsuoffqeykujexktrrilop", + "dependencyMappingStartTime": "2023-01-30T14:27:42.422Z", + "dependencyMappingEndTime": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "chuvoqkdrcbowyl", + "applianceNames": [ + "gmimjyhwez" + ], + "errors": { + "message": "rwsqyobhpitrxklphpkyuhopudj", + "messageParameters": "zvwplbnrqfutgcbzlklompzojzl", + "applianceName": "otljtaeacxjjlkgqtvfd", + "id": 28, + "code": "cpjrfhzmozfscrsxalhy", + "possibleCauses": "r", + "recommendedAction": "dsglcglwmu", + "severity": "yvfgfcqefvehosvujckt", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:36.280Z", + "runAsAccountId": "hqggxkyqlixwrzhj", + "discoveryScope": "AppsAndRoles" + }, + "applicationDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "eovncqawmidtxwnsftlzqnpbnkf", + "messageParameters": { + "key7293": "mtjudbkibqlcuobhygzevamsefo" + }, + "applianceName": "x", + "id": 11, + "code": "foizodhdekrqbglgz", + "possibleCauses": "dvjubqlwvbbsgjhl", + "recommendedAction": "hjhtnqckaqs", + "severity": "qu", + "summaryMessage": "tbomxfdyxgaqoj", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "bdbbuvtkirebrereamcdvrwqjg", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "jsrhzxvbnzrdkqkopbncjmojwo" + }, + "dependencyMapDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "eovncqawmidtxwnsftlzqnpbnkf", + "messageParameters": { + "key7293": "mtjudbkibqlcuobhygzevamsefo" + }, + "applianceName": "x", + "id": 11, + "code": "foizodhdekrqbglgz", + "possibleCauses": "dvjubqlwvbbsgjhl", + "recommendedAction": "hjhtnqckaqs", + "severity": "qu", + "summaryMessage": "tbomxfdyxgaqoj", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "bdbbuvtkirebrereamcdvrwqjg", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "jsrhzxvbnzrdkqkopbncjmojwo" + }, + "staticDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "eovncqawmidtxwnsftlzqnpbnkf", + "messageParameters": { + "key7293": "mtjudbkibqlcuobhygzevamsefo" + }, + "applianceName": "x", + "id": 11, + "code": "foizodhdekrqbglgz", + "possibleCauses": "dvjubqlwvbbsgjhl", + "recommendedAction": "hjhtnqckaqs", + "severity": "qu", + "summaryMessage": "tbomxfdyxgaqoj", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "bdbbuvtkirebrereamcdvrwqjg", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "jsrhzxvbnzrdkqkopbncjmojwo" + }, + "sqlDiscovery": { + "successfullyDiscoveredServerCount": 2, + "totalServerCount": 24, + "sqlMetadataHydratedRunAsAccountId": "wbfschrhdftelimfhm", + "sqlMetadataDiscoveryPipe": "fspvsnkiufodnlcmvxhxkzotutasm", + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "webAppDiscovery": { + "totalWebServerCount": 17, + "totalWebApplicationCount": 14, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "oracleDiscovery": { + "totalInstanceCount": 13, + "totalDatabaseCount": 1, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "springBootDiscovery": { + "totalInstanceCount": 17, + "totalApplicationCount": 26, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "appsAndRoles": { + "applications": [ + { + "name": "pextchmvzkdqxjuvkljtebqif", + "version": "qconf", + "provider": "ctsyxyfsdasunxjlvvqxrnvc" + } + ], + "webApplications": [ + { + "name": "eqiczyswoa", + "status": "pdmgsfwrrpisk", + "platform": "zcjciexlrcmtfjjyc", + "groupName": "qaali", + "webServer": "gag", + "applicationPool": "vwabblunjuarxqqceqwyznor" + } + ], + "features": [ + { + "name": "wrngtirlovoslyojzq", + "featureType": "hrlfgaligkv", + "parent": "qchlbzukacjrtvybfyaarrirmrd", + "status": "zwoxyptrbppjmqufn" + } + ], + "sqlServers": [ + { + "name": "kowsiquiqvxjtpzuqjue", + "edition": "fzshepydfhnbcebhy", + "servicePack": "iaslojvwbsvktqckrhfbmqfpnhbll", + "version": "crsyn", + "clustered": "pnchph", + "clusterName": "lzgxtxesreelresbylftqial", + "dnsHostName": "dqt", + "port": "ukddr", + "commaSeperatedIps": "dyhietzvipwpzx", + "status": "hcrlopzpaquobnpdofyyztkemur", + "isNamedPipeEnabled": "ggafnebswvujdppydynqwunimjfxgm", + "isTcpIpEnabled": "puwytvgltkvdzk", + "namedPipeName": "wlqzosftpybahfarzibecjowpbzp" + } + ], + "sharePointServers": [ + { + "productName": "uxf", + "isEnterprise": "qtkxfajsbzzmh", + "status": "qodrj", + "version": "ijuzqiuui" + } + ], + "systemCenters": [ + { + "productName": "mqbvmzdzybzsvlp", + "status": "shzvukyqfos", + "version": "vpjohciqa" + } + ], + "bizTalkServers": [ + { + "productName": "knitqwpchgunavcmzrncfbhlllql", + "status": "oycn" + } + ], + "exchangeServers": [ + { + "productName": "orztvgsolbt", + "edition": "hcpnbecwlfmkdotfflgvmyjhnhbsrd", + "roles": "nvlshhemsox", + "servicePack": "gkatilgwrwosnlgaffmn", + "version": "agyjhegflu" + } + ], + "otherDatabases": [ + { + "databaseTypes": "lpn", + "instance": "ghyehthuolhtwqj", + "version": "ncekenbeoizwuey" + } + ] + }, + "numberOfProcessorCore": 29, + "allocatedMemoryInMb": 13, + "operatingSystemDetails": { + "osType": "qznjbhljoojoakmgh", + "osName": "jmyavc", + "osVersion": "eyqboyorfgvsi", + "osArchitecture": "dhgkupcbgxjathzyabxzxdarctfp" + }, + "biosSerialNumber": "uvcgzfnynpkaifpeyiduo", + "biosGuid": "aqfpfurvkdqcbstsjlocrfrj", + "displayName": "eysyigaxmwzvmnzky", + "isDeleted": true, + "createdTimestamp": "uqcdldefqwhcrthagnjkldka", + "updatedTimestamp": "ie", + "provisioningState": "Succeeded" + }, + "id": "dvuuxjajaifgkxpwxfawzdcclr", + "name": "eiashlazialgzrv", + "type": "aytlmopmrauudjrvproluvtsbdsr", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_GetAllMachinesInSite_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_GetAllMachinesInSite_MinimumSet_Gen.json new file mode 100644 index 000000000000..95581252cb15 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_GetAllMachinesInSite_MinimumSet_Gen.json @@ -0,0 +1,23 @@ +{ + "title": "HyperVMachines_GetAllMachinesInSite", + "operationId": "HyperVMachines_GetAllMachinesInSite", + "parameters": { + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "api-version": "2020-07-10", + "$filter": "jsslgzpdidrklglc", + "$top": "qqorkxbyxlaftmobvjz", + "continuationToken": "qz", + "totalRecordCount": 24, + "siteName": "-7--Xkb4Y--XS-FmX8pVSH" + }, + "responses": { + "200": { + "body": { + "value": [ + {} + ] + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_GetMachine_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_GetMachine_MaximumSet_Gen.json new file mode 100644 index 000000000000..576e7a311833 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_GetMachine_MaximumSet_Gen.json @@ -0,0 +1,293 @@ +{ + "title": "HyperVMachines_GetMachine", + "operationId": "HyperVMachines_GetMachine", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "W2HL-4qQ", + "machineName": "5s1S1y9S5V8c-2e72iQ7opB" + }, + "responses": { + "200": { + "body": { + "properties": { + "instanceUuid": "yifjsdyebabrdtidgdqcqcvjt", + "hostFqdn": "rdfubukfdkygmpxyzwx", + "hostId": "kdlagnm", + "generation": 30, + "version": "lxoxgquuyfceivbeopg", + "highAvailability": "Unknown", + "clusterFqdn": "bofqnlj", + "clusterId": "ydwvurzqad", + "maxMemoryMb": 12, + "isDynamicMemoryEnabled": true, + "disks": [ + { + "id": "q", + "generatedId": "vtsuxoqxdytr", + "maxSizeInBytes": 30, + "name": "cavmkj", + "diskType": "hpjrgjce", + "lun": 23, + "path": "gclosjswusxizvm" + } + ], + "networkAdapters": [ + { + "nicId": "phbtjlohubgr", + "macAddress": "pfxoihtpsxbzccejlkmoyuxzxp", + "ipAddressList": [ + "bkigziafzpcchiu" + ], + "networkName": "oybamgdzwzczxmeb", + "ipAddressType": "mabqaazpepjnvxpp" + } + ], + "managementServerType": "nbjd", + "secureBootTemplateId": "asquvhxtoavzxywicnakmxyxrl", + "secureBootEnabled": true, + "secureBootTemplate": "ojqavtiowewm", + "tpmEnabled": true, + "ksdEnabled": true, + "shieldingRequested": true, + "dataProtectionRequested": true, + "encryptStateAndVmMigrationTraffic": true, + "virtualizationBasedSecurityOptOut": true, + "powerStatus": "tcu", + "vmFqdn": "btnrongxiz", + "vmConfigurationFileLocation": "vjpisqjmieddkwvtkyf", + "firmware": "p", + "guestOsDetails": { + "osType": "kkoucddnmdczrxu", + "osName": "hfhfomcxvnndpgkakrdwfjljdhu", + "osVersion": 5, + "osArchitecture": "gfryckybfmiiavrgx" + }, + "numberOfApplications": 30, + "guestDetailsDiscoveryTimestamp": "2023-01-30T14:27:42.422Z", + "isGuestDetailsDiscoveryInProgress": true, + "dependencyMapping": "gaayvuwdtsuoffqeykujexktrrilop", + "dependencyMappingStartTime": "2023-01-30T14:27:42.422Z", + "dependencyMappingEndTime": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "chuvoqkdrcbowyl", + "applianceNames": [ + "gmimjyhwez" + ], + "errors": { + "message": "rwsqyobhpitrxklphpkyuhopudj", + "messageParameters": "zvwplbnrqfutgcbzlklompzojzl", + "applianceName": "otljtaeacxjjlkgqtvfd", + "id": 28, + "code": "cpjrfhzmozfscrsxalhy", + "possibleCauses": "r", + "recommendedAction": "dsglcglwmu", + "severity": "yvfgfcqefvehosvujckt", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:36.280Z", + "runAsAccountId": "hqggxkyqlixwrzhj", + "discoveryScope": "AppsAndRoles" + }, + "applicationDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "eovncqawmidtxwnsftlzqnpbnkf", + "messageParameters": { + "key7293": "mtjudbkibqlcuobhygzevamsefo" + }, + "applianceName": "x", + "id": 11, + "code": "foizodhdekrqbglgz", + "possibleCauses": "dvjubqlwvbbsgjhl", + "recommendedAction": "hjhtnqckaqs", + "severity": "qu", + "summaryMessage": "tbomxfdyxgaqoj", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "bdbbuvtkirebrereamcdvrwqjg", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "jsrhzxvbnzrdkqkopbncjmojwo" + }, + "dependencyMapDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "eovncqawmidtxwnsftlzqnpbnkf", + "messageParameters": { + "key7293": "mtjudbkibqlcuobhygzevamsefo" + }, + "applianceName": "x", + "id": 11, + "code": "foizodhdekrqbglgz", + "possibleCauses": "dvjubqlwvbbsgjhl", + "recommendedAction": "hjhtnqckaqs", + "severity": "qu", + "summaryMessage": "tbomxfdyxgaqoj", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "bdbbuvtkirebrereamcdvrwqjg", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "jsrhzxvbnzrdkqkopbncjmojwo" + }, + "staticDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "eovncqawmidtxwnsftlzqnpbnkf", + "messageParameters": { + "key7293": "mtjudbkibqlcuobhygzevamsefo" + }, + "applianceName": "x", + "id": 11, + "code": "foizodhdekrqbglgz", + "possibleCauses": "dvjubqlwvbbsgjhl", + "recommendedAction": "hjhtnqckaqs", + "severity": "qu", + "summaryMessage": "tbomxfdyxgaqoj", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "bdbbuvtkirebrereamcdvrwqjg", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "jsrhzxvbnzrdkqkopbncjmojwo" + }, + "sqlDiscovery": { + "successfullyDiscoveredServerCount": 2, + "totalServerCount": 24, + "sqlMetadataHydratedRunAsAccountId": "wbfschrhdftelimfhm", + "sqlMetadataDiscoveryPipe": "fspvsnkiufodnlcmvxhxkzotutasm", + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "webAppDiscovery": { + "totalWebServerCount": 17, + "totalWebApplicationCount": 14, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "oracleDiscovery": { + "totalInstanceCount": 13, + "totalDatabaseCount": 1, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "springBootDiscovery": { + "totalInstanceCount": 17, + "totalApplicationCount": 26, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "appsAndRoles": { + "applications": [ + { + "name": "pextchmvzkdqxjuvkljtebqif", + "version": "qconf", + "provider": "ctsyxyfsdasunxjlvvqxrnvc" + } + ], + "webApplications": [ + { + "name": "eqiczyswoa", + "status": "pdmgsfwrrpisk", + "platform": "zcjciexlrcmtfjjyc", + "groupName": "qaali", + "webServer": "gag", + "applicationPool": "vwabblunjuarxqqceqwyznor" + } + ], + "features": [ + { + "name": "wrngtirlovoslyojzq", + "featureType": "hrlfgaligkv", + "parent": "qchlbzukacjrtvybfyaarrirmrd", + "status": "zwoxyptrbppjmqufn" + } + ], + "sqlServers": [ + { + "name": "kowsiquiqvxjtpzuqjue", + "edition": "fzshepydfhnbcebhy", + "servicePack": "iaslojvwbsvktqckrhfbmqfpnhbll", + "version": "crsyn", + "clustered": "pnchph", + "clusterName": "lzgxtxesreelresbylftqial", + "dnsHostName": "dqt", + "port": "ukddr", + "commaSeperatedIps": "dyhietzvipwpzx", + "status": "hcrlopzpaquobnpdofyyztkemur", + "isNamedPipeEnabled": "ggafnebswvujdppydynqwunimjfxgm", + "isTcpIpEnabled": "puwytvgltkvdzk", + "namedPipeName": "wlqzosftpybahfarzibecjowpbzp" + } + ], + "sharePointServers": [ + { + "productName": "uxf", + "isEnterprise": "qtkxfajsbzzmh", + "status": "qodrj", + "version": "ijuzqiuui" + } + ], + "systemCenters": [ + { + "productName": "mqbvmzdzybzsvlp", + "status": "shzvukyqfos", + "version": "vpjohciqa" + } + ], + "bizTalkServers": [ + { + "productName": "knitqwpchgunavcmzrncfbhlllql", + "status": "oycn" + } + ], + "exchangeServers": [ + { + "productName": "orztvgsolbt", + "edition": "hcpnbecwlfmkdotfflgvmyjhnhbsrd", + "roles": "nvlshhemsox", + "servicePack": "gkatilgwrwosnlgaffmn", + "version": "agyjhegflu" + } + ], + "otherDatabases": [ + { + "databaseTypes": "lpn", + "instance": "ghyehthuolhtwqj", + "version": "ncekenbeoizwuey" + } + ] + }, + "numberOfProcessorCore": 29, + "allocatedMemoryInMb": 13, + "operatingSystemDetails": { + "osType": "qznjbhljoojoakmgh", + "osName": "jmyavc", + "osVersion": "eyqboyorfgvsi", + "osArchitecture": "dhgkupcbgxjathzyabxzxdarctfp" + }, + "biosSerialNumber": "uvcgzfnynpkaifpeyiduo", + "biosGuid": "aqfpfurvkdqcbstsjlocrfrj", + "displayName": "eysyigaxmwzvmnzky", + "isDeleted": true, + "createdTimestamp": "uqcdldefqwhcrthagnjkldka", + "updatedTimestamp": "ie", + "provisioningState": "Succeeded" + }, + "id": "dvuuxjajaifgkxpwxfawzdcclr", + "name": "eiashlazialgzrv", + "type": "aytlmopmrauudjrvproluvtsbdsr", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_GetMachine_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_GetMachine_MinimumSet_Gen.json new file mode 100644 index 000000000000..78e5b6f9f8aa --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVMachines_GetMachine_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "HyperVMachines_GetMachine", + "operationId": "HyperVMachines_GetMachine", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "5-lAiB7mF0", + "machineName": "M565BTwW-G944l5" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVOperationsStatus_GetOperationStatus_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVOperationsStatus_GetOperationStatus_MaximumSet_Gen.json new file mode 100644 index 000000000000..a81ae1248f28 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVOperationsStatus_GetOperationStatus_MaximumSet_Gen.json @@ -0,0 +1,42 @@ +{ + "title": "HyperVOperationsStatus_GetOperationStatus", + "operationId": "HyperVOperationsStatus_GetOperationStatus", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "BQ-K26dFqnT8", + "operationStatusName": "i-7L1m6" + }, + "responses": { + "200": { + "body": { + "properties": { + "routeId": "mlivzpjhswpqunbrfubgpxbxdqzx", + "status": "gyyxcyrztirkcrhulacow", + "startTime": "ddxgnrlztrug", + "endTime": "s", + "errors": { + "code": "zcblvsemmahofdyzrj", + "message": "elcjxvomuoffcomqxtxowtwfbqw" + }, + "properties2": { + "result": "n" + }, + "provisioningState": "Succeeded" + }, + "id": "gfbcgzky", + "name": "kealwl", + "type": "ishc", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVOperationsStatus_GetOperationStatus_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVOperationsStatus_GetOperationStatus_MinimumSet_Gen.json new file mode 100644 index 000000000000..0d62c5811018 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVOperationsStatus_GetOperationStatus_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "HyperVOperationsStatus_GetOperationStatus", + "operationId": "HyperVOperationsStatus_GetOperationStatus", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "6-p7-PQ-8674", + "operationStatusName": "AY6o-H71160-I" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_GetAllRunAsAccountsInSite_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_GetAllRunAsAccountsInSite_MaximumSet_Gen.json new file mode 100644 index 000000000000..9ce24427a40c --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_GetAllRunAsAccountsInSite_MaximumSet_Gen.json @@ -0,0 +1,40 @@ +{ + "title": "HyperVRunAsAccounts_GetAllRunAsAccountsInSite", + "operationId": "HyperVRunAsAccounts_GetAllRunAsAccountsInSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "C8Crp1lX" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "displayName": "utijjwtcrhwjjmzmjkcbwhgubfmrek", + "credentialType": "etpwjij", + "createdTimestamp": "prbhonfdciidqzjlpxvq", + "updatedTimestamp": "gxwaaogxvgsvz", + "applianceName": "pxmbegksohwrkxvwkyt", + "provisioningState": "Succeeded" + }, + "id": "szitwjanprxmiblvcpenb", + "name": "ggzxlytb", + "type": "pgjanxpa", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_GetAllRunAsAccountsInSite_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_GetAllRunAsAccountsInSite_MinimumSet_Gen.json new file mode 100644 index 000000000000..4cf0fdd38bca --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_GetAllRunAsAccountsInSite_MinimumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "HyperVRunAsAccounts_GetAllRunAsAccountsInSite", + "operationId": "HyperVRunAsAccounts_GetAllRunAsAccountsInSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "7-773q69" + }, + "responses": { + "200": { + "body": { + "value": [ + {} + ] + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_GetRunAsAccount_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_GetRunAsAccount_MaximumSet_Gen.json new file mode 100644 index 000000000000..e697623cb87d --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_GetRunAsAccount_MaximumSet_Gen.json @@ -0,0 +1,36 @@ +{ + "title": "HyperVRunAsAccounts_GetRunAsAccount", + "operationId": "HyperVRunAsAccounts_GetRunAsAccount", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "Xr7U1", + "accountName": "7-862DnD920Q2z" + }, + "responses": { + "200": { + "body": { + "properties": { + "displayName": "utijjwtcrhwjjmzmjkcbwhgubfmrek", + "credentialType": "etpwjij", + "createdTimestamp": "prbhonfdciidqzjlpxvq", + "updatedTimestamp": "gxwaaogxvgsvz", + "applianceName": "pxmbegksohwrkxvwkyt", + "provisioningState": "Succeeded" + }, + "id": "szitwjanprxmiblvcpenb", + "name": "ggzxlytb", + "type": "pgjanxpa", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_GetRunAsAccount_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_GetRunAsAccount_MinimumSet_Gen.json new file mode 100644 index 000000000000..5c0a6c652bb0 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVRunAsAccounts_GetRunAsAccount_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "HyperVRunAsAccounts_GetRunAsAccount", + "operationId": "HyperVRunAsAccounts_GetRunAsAccount", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "7T9663R3pd8lxRvw-ALd", + "accountName": "KI-5SCX86n6-M52pc6-3u" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_DeleteSite_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_DeleteSite_MaximumSet_Gen.json new file mode 100644 index 000000000000..41a960f69844 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_DeleteSite_MaximumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "HyperVSites_DeleteSite", + "operationId": "HyperVSites_DeleteSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "5vGOU4T-7-1531U8P7C4" + }, + "responses": { + "200": {}, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_DeleteSite_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_DeleteSite_MinimumSet_Gen.json new file mode 100644 index 000000000000..a57bc0187701 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_DeleteSite_MinimumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "HyperVSites_DeleteSite", + "operationId": "HyperVSites_DeleteSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "-cSw--mPL--VNF" + }, + "responses": { + "200": {}, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_GetSite_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_GetSite_MaximumSet_Gen.json new file mode 100644 index 000000000000..64710c814017 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_GetSite_MaximumSet_Gen.json @@ -0,0 +1,53 @@ +{ + "title": "HyperVSites_GetSite", + "operationId": "HyperVSites_GetSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "yv-8o789UW1u2S-" + }, + "responses": { + "200": { + "body": { + "properties": { + "masterSiteId": "lihfpbvfexegnfe", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "id": "kxiqkwqhdzr", + "version": "rrbfpsbnjsmoszdtxuqbm", + "lastHeartBeatUtc": "2023-01-30T14:27:34.729Z", + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "bwdnwzttvqbbtofp", + "discoverySolutionId": "udifxtxwn", + "applianceName": "suaxuoyuezgjwoibuwxb", + "provisioningState": "Succeeded" + }, + "tags": { + "key9241": "luwlanywhqiyfvzi" + }, + "location": "cigunctksfdpfzdlylbfyacab", + "id": "iwxcvhjceql", + "name": "zvtxbvpdxdeklwingmjejhqvhd", + "type": "msmwpdyrdtuibbxytspmutwapgza", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_GetSite_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_GetSite_MinimumSet_Gen.json new file mode 100644 index 000000000000..46afed1eff07 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_GetSite_MinimumSet_Gen.json @@ -0,0 +1,17 @@ +{ + "title": "HyperVSites_GetSite", + "operationId": "HyperVSites_GetSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "6Y419v-1i774-o423u-L" + }, + "responses": { + "200": { + "body": { + "location": "cigunctksfdpfzdlylbfyacab" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_PatchSite_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_PatchSite_MaximumSet_Gen.json new file mode 100644 index 000000000000..21360eeae67d --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_PatchSite_MaximumSet_Gen.json @@ -0,0 +1,82 @@ +{ + "title": "HyperVSites_PatchSite", + "operationId": "HyperVSites_PatchSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "6kRDR2pT4u", + "body": { + "tags": { + "key5605": "opvwnu" + }, + "properties": { + "masterSiteId": "kbqgfbzhzpmmzjvkimiqqgpeahpfto", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "elhrxjhchwcqmnkebmktm", + "discoverySolutionId": "ruhojrguevizmswverstpjrii", + "applianceName": "agrinmvonvs", + "provisioningState": "Succeeded" + } + } + }, + "responses": { + "200": { + "body": { + "properties": { + "masterSiteId": "kbqgfbzhzpmmzjvkimiqqgpeahpfto", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "id": "kxiqkwqhdzr", + "version": "rrbfpsbnjsmoszdtxuqbm", + "lastHeartBeatUtc": "2023-01-30T14:27:34.729Z", + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "elhrxjhchwcqmnkebmktm", + "discoverySolutionId": "ruhojrguevizmswverstpjrii", + "applianceName": "agrinmvonvs", + "provisioningState": "Succeeded" + }, + "tags": { + "key9241": "luwlanywhqiyfvzi" + }, + "location": "cigunctksfdpfzdlylbfyacab", + "id": "iwxcvhjceql", + "name": "zvtxbvpdxdeklwingmjejhqvhd", + "type": "msmwpdyrdtuibbxytspmutwapgza", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_PatchSite_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_PatchSite_MinimumSet_Gen.json new file mode 100644 index 000000000000..b6dde8260b7f --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_PatchSite_MinimumSet_Gen.json @@ -0,0 +1,23 @@ +{ + "title": "HyperVSites_PatchSite", + "operationId": "HyperVSites_PatchSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "C3fYQQtN284-I8", + "body": {} + }, + "responses": { + "200": { + "body": { + "location": "cigunctksfdpfzdlylbfyacab" + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_PutSite_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_PutSite_MaximumSet_Gen.json new file mode 100644 index 000000000000..a1972f591421 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_PutSite_MaximumSet_Gen.json @@ -0,0 +1,122 @@ +{ + "title": "HyperVSites_PutSite", + "operationId": "HyperVSites_PutSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "9C0-cX", + "body": { + "properties": { + "masterSiteId": "lihfpbvfexegnfe", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "bwdnwzttvqbbtofp", + "discoverySolutionId": "udifxtxwn", + "applianceName": "suaxuoyuezgjwoibuwxb", + "provisioningState": "Succeeded" + }, + "tags": { + "key9241": "luwlanywhqiyfvzi" + }, + "location": "cigunctksfdpfzdlylbfyacab" + } + }, + "responses": { + "200": { + "body": { + "properties": { + "masterSiteId": "lihfpbvfexegnfe", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "id": "kxiqkwqhdzr", + "version": "rrbfpsbnjsmoszdtxuqbm", + "lastHeartBeatUtc": "2023-01-30T14:27:34.729Z", + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "bwdnwzttvqbbtofp", + "discoverySolutionId": "udifxtxwn", + "applianceName": "suaxuoyuezgjwoibuwxb", + "provisioningState": "Succeeded" + }, + "tags": { + "key9241": "luwlanywhqiyfvzi" + }, + "location": "cigunctksfdpfzdlylbfyacab", + "id": "iwxcvhjceql", + "name": "zvtxbvpdxdeklwingmjejhqvhd", + "type": "msmwpdyrdtuibbxytspmutwapgza", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + }, + "body": { + "properties": { + "masterSiteId": "lihfpbvfexegnfe", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "id": "kxiqkwqhdzr", + "version": "rrbfpsbnjsmoszdtxuqbm", + "lastHeartBeatUtc": "2023-01-30T14:27:34.729Z", + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "bwdnwzttvqbbtofp", + "discoverySolutionId": "udifxtxwn", + "applianceName": "suaxuoyuezgjwoibuwxb", + "provisioningState": "Succeeded" + }, + "tags": { + "key9241": "luwlanywhqiyfvzi" + }, + "location": "cigunctksfdpfzdlylbfyacab", + "id": "iwxcvhjceql", + "name": "zvtxbvpdxdeklwingmjejhqvhd", + "type": "msmwpdyrdtuibbxytspmutwapgza", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_PutSite_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_PutSite_MinimumSet_Gen.json new file mode 100644 index 000000000000..64528c13aab7 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_PutSite_MinimumSet_Gen.json @@ -0,0 +1,28 @@ +{ + "title": "HyperVSites_PutSite", + "operationId": "HyperVSites_PutSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "BbK", + "body": { + "location": "cigunctksfdpfzdlylbfyacab" + } + }, + "responses": { + "200": { + "body": { + "location": "cigunctksfdpfzdlylbfyacab" + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + }, + "body": { + "location": "cigunctksfdpfzdlylbfyacab" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_RefreshSite_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_RefreshSite_MaximumSet_Gen.json new file mode 100644 index 000000000000..0116c8cc35c9 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_RefreshSite_MaximumSet_Gen.json @@ -0,0 +1,13 @@ +{ + "title": "Method to refresh a site.", + "operationId": "HyperVSites_RefreshSite", + "parameters": { + "subscriptionId": "B453C6F5-7483-4FFB-A4D6-660E416B397F", + "resourceGroupName": "rgmigrate", + "siteName": "dklewzombglxopd", + "api-version": "2020-07-10" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_RefreshSite_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_RefreshSite_MinimumSet_Gen.json new file mode 100644 index 000000000000..78e3152eb247 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HyperVSites_RefreshSite_MinimumSet_Gen.json @@ -0,0 +1,13 @@ +{ + "title": "Method to refresh a site.", + "operationId": "HyperVSites_RefreshSite", + "parameters": { + "subscriptionId": "C90E6126-C847-473D-BCBE-2858C5B677F5", + "resourceGroupName": "rgmigrate", + "siteName": "zfhmsbuikpbtiafgfjxjojpxoywoxf", + "api-version": "2020-07-10" + }, + "responses": { + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervMachines_UpdateProperties_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervMachines_UpdateProperties_MaximumSet_Gen.json new file mode 100644 index 000000000000..045ca64e2176 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervMachines_UpdateProperties_MaximumSet_Gen.json @@ -0,0 +1,30 @@ +{ + "title": "HypervMachines_UpdateProperties", + "operationId": "HypervMachines_UpdateProperties", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "5K-U-Ok342QWpXE-EpU8h-3", + "machineName": "9p5h-E", + "body": { + "value": [ + { + "id": "xoklqwchlvcilvu", + "dependencyMapping": "jglluumftuw", + "tags": { + "key45": "gegnmlgamixuvpz" + } + } + ] + } + }, + "responses": { + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervMachines_UpdateProperties_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervMachines_UpdateProperties_MinimumSet_Gen.json new file mode 100644 index 000000000000..f566d1880481 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervMachines_UpdateProperties_MinimumSet_Gen.json @@ -0,0 +1,28 @@ +{ + "title": "HypervMachines_UpdateProperties", + "operationId": "HypervMachines_UpdateProperties", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "3-68c-QE-N5U-gn-", + "machineName": "9qT8", + "body": { + "value": [ + { + "id": "xoklqwchlvcilvu", + "dependencyMapping": "jglluumftuw", + "tags": {} + } + ] + } + }, + "responses": { + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_ErrorSummary_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_ErrorSummary_MaximumSet_Gen.json new file mode 100644 index 000000000000..53fd154bf3ce --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_ErrorSummary_MaximumSet_Gen.json @@ -0,0 +1,28 @@ +{ + "title": "HypervSites_ErrorSummary", + "operationId": "HypervSites_ErrorSummary", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "73DOY5V", + "applianceName": "vmwbr" + }, + "responses": { + "200": { + "body": { + "siteErrorSummary": [ + { + "applianceName": "ruvngsgbivfmeqswoldpqrucxv", + "discoveryScopeErrorSummaries": { + "affectedResourceType": "izohdliydonnogqua", + "affectedObjectsCount": 10, + "discoveryScope": "AppsAndRoles" + } + } + ], + "nextLink": "ucdsxiytktsbnebyludskbwpxmf" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_ErrorSummary_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_ErrorSummary_MinimumSet_Gen.json new file mode 100644 index 000000000000..409708e4fdee --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_ErrorSummary_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "HypervSites_ErrorSummary", + "operationId": "HypervSites_ErrorSummary", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "2f87Ct8R2--Y-80E-OIM--", + "applianceName": "nzlobneoirehxlhc" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_HealthSummary_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_HealthSummary_MaximumSet_Gen.json new file mode 100644 index 000000000000..86b9d7f2ff15 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_HealthSummary_MaximumSet_Gen.json @@ -0,0 +1,37 @@ +{ + "title": "HypervSites_HealthSummary", + "operationId": "HypervSites_HealthSummary", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "7F-txX7C22-V-557-D-R-E" + }, + "responses": { + "200": { + "body": { + "siteHealthSummary": [ + { + "applianceName": "gtvp", + "errorMessage": "ndyvkt", + "summaryMessage": "hynspwufdgdjxtggqcykpxjp", + "errorId": 9, + "errorCode": "ycizxbgdntjnjcwe", + "affectedObjectsCount": 17, + "hitCount": 29, + "severity": "yzuuuwxkjmekiihovkxovcfxvt", + "remediationGuidance": "nxvfjmrcmtrudemebtewykfzunbrhd", + "affectedResourceType": "muyzdaxonktrdlmcyrzfxdqzc", + "affectedResources": [ + "owiteejpaqkbikxwsscldt" + ], + "fabricLayoutUpdateSources": [ + "RefreshFabricLayout" + ] + } + ], + "nextLink": "aftk" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_HealthSummary_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_HealthSummary_MinimumSet_Gen.json new file mode 100644 index 000000000000..9403146a028b --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_HealthSummary_MinimumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "HypervSites_HealthSummary", + "operationId": "HypervSites_HealthSummary", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "526N41-" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_Usage_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_Usage_MaximumSet_Gen.json new file mode 100644 index 000000000000..f070de058007 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_Usage_MaximumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "HypervSites_Usage", + "operationId": "HypervSites_Usage", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "-5J-9" + }, + "responses": { + "200": { + "body": { + "machineCount": 19, + "runAsAccountCount": 14, + "hostCount": 12, + "clusterCount": 20, + "provisioningState": "Succeeded" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_Usage_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_Usage_MinimumSet_Gen.json new file mode 100644 index 000000000000..4ce012cf1428 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/HypervSites_Usage_MinimumSet_Gen.json @@ -0,0 +1,20 @@ +{ + "title": "HypervSites_Usage", + "operationId": "HypervSites_Usage", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "R--ei" + }, + "responses": { + "200": { + "body": { + "machineCount": 19, + "runAsAccountCount": 14, + "hostCount": 12, + "clusterCount": 20 + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportJobs_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportJobs_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..4ef050466119 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportJobs_Get_MaximumSet_Gen.json @@ -0,0 +1,43 @@ +{ + "title": "ImportJobs_Get", + "operationId": "ImportJobs_Get", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "91-F67e", + "jobName": "u37-" + }, + "responses": { + "200": { + "body": { + "properties": { + "blobName": "ainqmcaccljveicmkkmbhrwqkxqn", + "blobSasUri": "lcvbzoronukeusrarppseslleii", + "jobResult": "Unknown", + "numberOfMachinesImported": 20, + "blobCreationTimeStamp": "2023-01-30T14:27:58.169Z", + "errorSummary": { + "errors": [ + "hqaaex" + ], + "errorCount": 23, + "warningCount": 18 + }, + "provisioningState": "Succeeded" + }, + "id": "vvzz", + "name": "ctopybd", + "type": "jafopsvqsbznum", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportJobs_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportJobs_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..829d1790d006 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportJobs_Get_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "ImportJobs_Get", + "operationId": "ImportJobs_Get", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "137BF--9-61TOFU--6-85BB", + "jobName": "e---547M-2BVs-E" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportJobs_ListByImportSiteResource_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportJobs_ListByImportSiteResource_MaximumSet_Gen.json new file mode 100644 index 000000000000..0bfe6ef5ce16 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportJobs_ListByImportSiteResource_MaximumSet_Gen.json @@ -0,0 +1,47 @@ +{ + "title": "ImportJobs_ListByImportSiteResource", + "operationId": "ImportJobs_ListByImportSiteResource", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "N-375-CXZDTR-3" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "blobName": "ainqmcaccljveicmkkmbhrwqkxqn", + "blobSasUri": "lcvbzoronukeusrarppseslleii", + "jobResult": "Unknown", + "numberOfMachinesImported": 20, + "blobCreationTimeStamp": "2023-01-30T14:27:58.169Z", + "errorSummary": { + "errors": [ + "hqaaex" + ], + "errorCount": 23, + "warningCount": 18 + }, + "provisioningState": "Succeeded" + }, + "id": "vvzz", + "name": "ctopybd", + "type": "jafopsvqsbznum", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportJobs_ListByImportSiteResource_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportJobs_ListByImportSiteResource_MinimumSet_Gen.json new file mode 100644 index 000000000000..60a25f5d4b1a --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportJobs_ListByImportSiteResource_MinimumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "ImportJobs_ListByImportSiteResource", + "operationId": "ImportJobs_ListByImportSiteResource", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "0912Shr-" + }, + "responses": { + "200": { + "body": { + "value": [ + {} + ] + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..a10682404ddb --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_Delete_MaximumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "ImportMachines_Delete", + "operationId": "ImportMachines_Delete", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "E7DM6-37e5jMX", + "machineName": "-U-W-r9N1rY8-MxEY-L8NR" + }, + "responses": { + "200": {}, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..dc97148d63af --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_Delete_MinimumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "ImportMachines_Delete", + "operationId": "ImportMachines_Delete", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "70lm-U41VO6--ZQb-W-", + "machineName": "XeWB-U-" + }, + "responses": { + "200": {}, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..a2412f32d987 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_Get_MaximumSet_Gen.json @@ -0,0 +1,80 @@ +{ + "title": "ImportMachines_Get", + "operationId": "ImportMachines_Get", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "EVJL1X-67Vx6P-C0O0-k", + "machineName": "P-S1Y-1TXG2" + }, + "responses": { + "200": { + "body": { + "properties": { + "firmware": "manzbvohehfnrthdbzrkhwkdsdb", + "percentageCpuUtilization": 4, + "percentageMemoryUtilization": 17, + "numberOfDisks": 17, + "totalDiskReadOperationsPerSecond": 1, + "totalDiskWriteOperationsPerSecond": 12, + "totalDiskWriteThroughput": 6, + "totalDiskReadThroughput": 12, + "macAddress": "knvk", + "ipAddresses": [ + "gtbrlvwejqndfobrnqigqbzqsxxhb" + ], + "machineId": "hkbiycbobe", + "machineManagerId": "awavvhq", + "numberOfNetworkAdapters": 14, + "networkInThroughput": 3, + "networkOutThroughput": 7, + "serverType": "hhjpehbaocgjgms", + "hypervisor": "rcp", + "hypervisorVersionNumber": "tx", + "disks": [ + { + "megabytesPerSecondOfRead": 16, + "megabytesPerSecondOfWrite": 22, + "numberOfReadOperationsPerSecond": 2, + "numberOfWriteOperationsPerSecond": 11, + "maxSizeInBytes": 15, + "name": "niemwpklxkzeqzmxhvqoojc", + "diskType": "xamssmhrytlttxqmaeije", + "lun": 18, + "path": "dsnlisqjzldqtgyrvpxjdz" + } + ], + "vmFqdn": "zajeyrdugg", + "storageInUseGb": 6, + "numberOfProcessorCore": 2, + "allocatedMemoryInMb": 10, + "operatingSystemDetails": { + "osType": "tnvzijjdkywbbunkd", + "osName": "qzvldysfzdjprcdsavw", + "osVersion": "trbagnyjahcehqvekxalewk", + "osArchitecture": "idigoxhfbbudlq" + }, + "biosSerialNumber": "f", + "biosGuid": "hbkmvyknwoohzivpavxqiwgqzsxejj", + "displayName": "p", + "isDeleted": true, + "createdTimestamp": "os", + "updatedTimestamp": "zvtxcyck", + "provisioningState": "Succeeded" + }, + "id": "ktwwmayredgbrq", + "name": "mdqzw", + "type": "xdfamtfw", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..bc941cc3bc27 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_Get_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "ImportMachines_Get", + "operationId": "ImportMachines_Get", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "A4L-WRM99-I", + "machineName": "E103-1kqGHW-2" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_ListByImportSiteResource_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_ListByImportSiteResource_MaximumSet_Gen.json new file mode 100644 index 000000000000..d12a03c77b74 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_ListByImportSiteResource_MaximumSet_Gen.json @@ -0,0 +1,88 @@ +{ + "title": "ImportMachines_ListByImportSiteResource", + "operationId": "ImportMachines_ListByImportSiteResource", + "parameters": { + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "api-version": "2020-07-10", + "$filter": "yvbtttczavey", + "pagesize": "rxo", + "continuationToken": "lprjdumq", + "totalRecordCount": 5, + "siteName": "77aDQ28B21t3fGqbU--" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "firmware": "manzbvohehfnrthdbzrkhwkdsdb", + "percentageCpuUtilization": 4, + "percentageMemoryUtilization": 17, + "numberOfDisks": 17, + "totalDiskReadOperationsPerSecond": 1, + "totalDiskWriteOperationsPerSecond": 12, + "totalDiskWriteThroughput": 6, + "totalDiskReadThroughput": 12, + "macAddress": "knvk", + "ipAddresses": [ + "gtbrlvwejqndfobrnqigqbzqsxxhb" + ], + "machineId": "hkbiycbobe", + "machineManagerId": "awavvhq", + "numberOfNetworkAdapters": 14, + "networkInThroughput": 3, + "networkOutThroughput": 7, + "serverType": "hhjpehbaocgjgms", + "hypervisor": "rcp", + "hypervisorVersionNumber": "tx", + "disks": [ + { + "megabytesPerSecondOfRead": 16, + "megabytesPerSecondOfWrite": 22, + "numberOfReadOperationsPerSecond": 2, + "numberOfWriteOperationsPerSecond": 11, + "maxSizeInBytes": 15, + "name": "niemwpklxkzeqzmxhvqoojc", + "diskType": "xamssmhrytlttxqmaeije", + "lun": 18, + "path": "dsnlisqjzldqtgyrvpxjdz" + } + ], + "vmFqdn": "zajeyrdugg", + "storageInUseGb": 6, + "numberOfProcessorCore": 2, + "allocatedMemoryInMb": 10, + "operatingSystemDetails": { + "osType": "tnvzijjdkywbbunkd", + "osName": "qzvldysfzdjprcdsavw", + "osVersion": "trbagnyjahcehqvekxalewk", + "osArchitecture": "idigoxhfbbudlq" + }, + "biosSerialNumber": "f", + "biosGuid": "hbkmvyknwoohzivpavxqiwgqzsxejj", + "displayName": "p", + "isDeleted": true, + "createdTimestamp": "os", + "updatedTimestamp": "zvtxcyck", + "provisioningState": "Succeeded" + }, + "id": "ktwwmayredgbrq", + "name": "mdqzw", + "type": "xdfamtfw", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_ListByImportSiteResource_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_ListByImportSiteResource_MinimumSet_Gen.json new file mode 100644 index 000000000000..2eb5eb28d676 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportMachines_ListByImportSiteResource_MinimumSet_Gen.json @@ -0,0 +1,23 @@ +{ + "title": "ImportMachines_ListByImportSiteResource", + "operationId": "ImportMachines_ListByImportSiteResource", + "parameters": { + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "api-version": "2020-07-10", + "$filter": "jfd", + "pagesize": "zdgmqqgmcvpnezdkwg", + "continuationToken": "seeyxqj", + "totalRecordCount": 19, + "siteName": "-U10M" + }, + "responses": { + "200": { + "body": { + "value": [ + {} + ] + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Create_MaximumSet_Gen.json new file mode 100644 index 000000000000..9804091d5474 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Create_MaximumSet_Gen.json @@ -0,0 +1,78 @@ +{ + "title": "ImportSites_Create", + "operationId": "ImportSites_Create", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "-h62751-4-3QbU", + "body": { + "properties": { + "masterSiteId": "jsbrotbltxiercslgppgbutryshgu", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "zqgqkdvoknltokbnlhjrjhhbrhfpz", + "discoverySolutionId": "urwkpikmjahgkjtwfwitcessvyipgj", + "applianceName": "amivsqqqib", + "provisioningState": "Succeeded" + }, + "tags": { + "key760": "syuxvfvagfnctmwqusbbik" + }, + "location": "dhbmwneedsykbuoqmbyecjzex" + } + }, + "responses": { + "200": { + "body": { + "properties": { + "masterSiteId": "jsbrotbltxiercslgppgbutryshgu", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "id": "kxiqkwqhdzr", + "version": "rrbfpsbnjsmoszdtxuqbm", + "lastHeartBeatUtc": "2023-01-30T14:27:34.729Z", + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "zqgqkdvoknltokbnlhjrjhhbrhfpz", + "discoverySolutionId": "urwkpikmjahgkjtwfwitcessvyipgj", + "applianceName": "amivsqqqib", + "provisioningState": "Succeeded" + }, + "tags": { + "key760": "syuxvfvagfnctmwqusbbik" + }, + "location": "dhbmwneedsykbuoqmbyecjzex", + "id": "etlmk", + "name": "kuzfbwiczyhaozqbt", + "type": "kwwgjmzsrjyuioqhwu", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Create_MinimumSet_Gen.json new file mode 100644 index 000000000000..dfa1b118cb82 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Create_MinimumSet_Gen.json @@ -0,0 +1,20 @@ +{ + "title": "ImportSites_Create", + "operationId": "ImportSites_Create", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "4N-Vq-H1-1PRJ-q", + "body": { + "location": "dhbmwneedsykbuoqmbyecjzex" + } + }, + "responses": { + "200": { + "body": { + "location": "dhbmwneedsykbuoqmbyecjzex" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_DeleteImportedMachines_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_DeleteImportedMachines_MaximumSet_Gen.json new file mode 100644 index 000000000000..04e2a5ef49d5 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_DeleteImportedMachines_MaximumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "ImportSites_DeleteImportedMachines", + "operationId": "ImportSites_DeleteImportedMachines", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "6O-U120IN3v1hQY1O43", + "body": {} + }, + "responses": { + "200": { + "body": { + "jobArmId": "vssxkdydxekmnxylg", + "uri": "qcwgtbrhxafdtmdeylqpnihvgi" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_DeleteImportedMachines_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_DeleteImportedMachines_MinimumSet_Gen.json new file mode 100644 index 000000000000..367d4ece05b1 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_DeleteImportedMachines_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "ImportSites_DeleteImportedMachines", + "operationId": "ImportSites_DeleteImportedMachines", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "1-O7d11H9U7w---41c-W", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..9965387b35cc --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Delete_MaximumSet_Gen.json @@ -0,0 +1,14 @@ +{ + "title": "ImportSites_Delete", + "operationId": "ImportSites_Delete", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "KD-U6po05d" + }, + "responses": { + "200": {}, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..9f432a3059bc --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Delete_MinimumSet_Gen.json @@ -0,0 +1,14 @@ +{ + "title": "ImportSites_Delete", + "operationId": "ImportSites_Delete", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "9522--0Kn35" + }, + "responses": { + "200": {}, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Deletejob_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Deletejob_MaximumSet_Gen.json new file mode 100644 index 000000000000..5fa27c628207 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Deletejob_MaximumSet_Gen.json @@ -0,0 +1,35 @@ +{ + "title": "ImportSites_Deletejob", + "operationId": "ImportSites_Deletejob", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "RW8-4L0j20u9-1hYFTB", + "jobName": "F6wv" + }, + "responses": { + "200": { + "body": { + "type": "wgqw", + "properties": { + "blobName": "locmjkpl", + "errorSasUri": "tuiuttonwpzmaoniuzl", + "jobState": "Unknown", + "numberOfMachinesDeleted": 11, + "deletionConfirmation": true, + "errors": [ + "fomupdgkhpcshtzuwbl" + ], + "provisioningState": "Succeeded" + }, + "id": "tmjh", + "name": "ajjgvuhwaagwvjg", + "status": "orbofkajurjzdhczmfdkzb", + "startTime": "hchl", + "endTime": "nahbjfuytdneplxqooac", + "displayName": "czfirkjlzfprjilzgxxxegenbvxkxz" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Deletejob_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Deletejob_MinimumSet_Gen.json new file mode 100644 index 000000000000..fbddd4956bbf --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Deletejob_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "ImportSites_Deletejob", + "operationId": "ImportSites_Deletejob", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "w2ih2P9R1GL23-Xh4-tJ", + "jobName": "8--pc--6" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Deletejobs_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Deletejobs_MaximumSet_Gen.json new file mode 100644 index 000000000000..ae331d54b393 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Deletejobs_MaximumSet_Gen.json @@ -0,0 +1,39 @@ +{ + "title": "ImportSites_Deletejobs", + "operationId": "ImportSites_Deletejobs", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "1S-g-SQKBf20-7Jlq-3oL51" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "type": "pjfjivmeewvyjynuocdwlnmgezvtha", + "properties": { + "blobName": "locmjkpl", + "errorSasUri": "tuiuttonwpzmaoniuzl", + "jobState": "Unknown", + "numberOfMachinesDeleted": 11, + "deletionConfirmation": true, + "errors": [ + "fomupdgkhpcshtzuwbl" + ], + "provisioningState": "Succeeded" + }, + "id": "i", + "name": "iybhniqmydzutfyewkr", + "status": "vitbetuirirrbktdwfdofspdzgg", + "startTime": "dzqhiyesxbqjzhyqcsiiiad", + "endTime": "svenqfirazaxeqpqyasvijwv", + "displayName": "uleqsrgqwlzjoefncnterakkfseb" + } + ], + "nextLink": "qxczzebchcpphunlmvwikzbphbm" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Deletejobs_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Deletejobs_MinimumSet_Gen.json new file mode 100644 index 000000000000..8c31cbdd70b3 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Deletejobs_MinimumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "ImportSites_Deletejobs", + "operationId": "ImportSites_Deletejobs", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "NWcMM784WBW16i" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_ExportUri_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_ExportUri_MaximumSet_Gen.json new file mode 100644 index 000000000000..8ac931520306 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_ExportUri_MaximumSet_Gen.json @@ -0,0 +1,22 @@ +{ + "title": "ImportSites_ExportUri", + "operationId": "ImportSites_ExportUri", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "3GE73bl-26-XT42c53G", + "body": { + "jobArmId": "sgzcsqscpkmrvzwo", + "uri": "ngkltdyccngezoj" + } + }, + "responses": { + "200": { + "body": { + "jobArmId": "sgzcsqscpkmrvzwo", + "uri": "ngkltdyccngezoj" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_ExportUri_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_ExportUri_MinimumSet_Gen.json new file mode 100644 index 000000000000..f0fd3492ded7 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_ExportUri_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "ImportSites_ExportUri", + "operationId": "ImportSites_ExportUri", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "UGk7-E3H-6--8--6", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Exportjob_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Exportjob_MaximumSet_Gen.json new file mode 100644 index 000000000000..9f7da9d55437 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Exportjob_MaximumSet_Gen.json @@ -0,0 +1,33 @@ +{ + "title": "ImportSites_Exportjob", + "operationId": "ImportSites_Exportjob", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "-6-K-H-3sT5", + "jobName": "-e36513" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "type": "dipsqvyxxeuwyhuxnhaqdcbg", + "properties": { + "blobName": "vuxxkukpsuhsdzqepirfwqovv", + "sasUri": "h" + }, + "id": "rnuzzfjbbri", + "name": "bfoyqbyop", + "status": "qlzlk", + "startTime": "vcqctrrtdlzuzgab", + "endTime": "ylfuqugqtgfedhipggbxr", + "displayName": "xknxrhpkyursinukdmahkrmdihvf" + } + ], + "nextLink": "naavynczqntznn" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Exportjob_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Exportjob_MinimumSet_Gen.json new file mode 100644 index 000000000000..de72c0415e30 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Exportjob_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "ImportSites_Exportjob", + "operationId": "ImportSites_Exportjob", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "YJ4594QRC-68Gj2rffCMKNWS", + "jobName": "-h8e4Y1Lh01-4-6A4TB-3xG-" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Exportjobs_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Exportjobs_MaximumSet_Gen.json new file mode 100644 index 000000000000..ce601ed6fe29 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Exportjobs_MaximumSet_Gen.json @@ -0,0 +1,39 @@ +{ + "title": "ImportSites_Exportjobs", + "operationId": "ImportSites_Exportjobs", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "m2-sFsD4-fL8gA8" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "type": "pjfjivmeewvyjynuocdwlnmgezvtha", + "properties": { + "blobName": "locmjkpl", + "errorSasUri": "tuiuttonwpzmaoniuzl", + "jobState": "Unknown", + "numberOfMachinesDeleted": 11, + "deletionConfirmation": true, + "errors": [ + "fomupdgkhpcshtzuwbl" + ], + "provisioningState": "Succeeded" + }, + "id": "i", + "name": "iybhniqmydzutfyewkr", + "status": "vitbetuirirrbktdwfdofspdzgg", + "startTime": "dzqhiyesxbqjzhyqcsiiiad", + "endTime": "svenqfirazaxeqpqyasvijwv", + "displayName": "uleqsrgqwlzjoefncnterakkfseb" + } + ], + "nextLink": "qxczzebchcpphunlmvwikzbphbm" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Exportjobs_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Exportjobs_MinimumSet_Gen.json new file mode 100644 index 000000000000..0254a538c65b --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Exportjobs_MinimumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "ImportSites_Exportjobs", + "operationId": "ImportSites_Exportjobs", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "co-CPMGY1L1c54-G" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..d6a1fe8cc309 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Get_MaximumSet_Gen.json @@ -0,0 +1,53 @@ +{ + "title": "ImportSites_Get", + "operationId": "ImportSites_Get", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "4o-i0Y-lCqVUM" + }, + "responses": { + "200": { + "body": { + "properties": { + "masterSiteId": "jsbrotbltxiercslgppgbutryshgu", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "id": "kxiqkwqhdzr", + "version": "rrbfpsbnjsmoszdtxuqbm", + "lastHeartBeatUtc": "2023-01-30T14:27:34.729Z", + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "zqgqkdvoknltokbnlhjrjhhbrhfpz", + "discoverySolutionId": "urwkpikmjahgkjtwfwitcessvyipgj", + "applianceName": "amivsqqqib", + "provisioningState": "Succeeded" + }, + "tags": { + "key760": "syuxvfvagfnctmwqusbbik" + }, + "location": "dhbmwneedsykbuoqmbyecjzex", + "id": "etlmk", + "name": "kuzfbwiczyhaozqbt", + "type": "kwwgjmzsrjyuioqhwu", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..8311cfe70406 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Get_MinimumSet_Gen.json @@ -0,0 +1,17 @@ +{ + "title": "ImportSites_Get", + "operationId": "ImportSites_Get", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "D-uJ8q8C-H" + }, + "responses": { + "200": { + "body": { + "location": "dhbmwneedsykbuoqmbyecjzex" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_ImportUri_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_ImportUri_MaximumSet_Gen.json new file mode 100644 index 000000000000..a4454af442c6 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_ImportUri_MaximumSet_Gen.json @@ -0,0 +1,27 @@ +{ + "title": "ImportSites_ImportUri", + "operationId": "ImportSites_ImportUri", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "DJ48zSM-q1-B", + "body": { + "jobArmId": "sgzcsqscpkmrvzwo", + "uri": "ngkltdyccngezoj" + } + }, + "responses": { + "200": { + "body": { + "jobArmId": "sgzcsqscpkmrvzwo", + "uri": "ngkltdyccngezoj" + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_ImportUri_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_ImportUri_MinimumSet_Gen.json new file mode 100644 index 000000000000..496f73eda7f4 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_ImportUri_MinimumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "ImportSites_ImportUri", + "operationId": "ImportSites_ImportUri", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "Ne2iCDPUVc-0GzD-CE", + "body": {} + }, + "responses": { + "200": { + "body": {} + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Importjob_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Importjob_MaximumSet_Gen.json new file mode 100644 index 000000000000..faa94709169c --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Importjob_MaximumSet_Gen.json @@ -0,0 +1,25 @@ +{ + "title": "ImportSites_Importjob", + "operationId": "ImportSites_Importjob", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "5CB-OF2O45X-", + "jobName": "FEk-w6vH2NJ4F" + }, + "responses": { + "200": { + "body": { + "type": "rjljkydjnxmszoysgctyifei", + "properties": "Unknown", + "id": "wgqdglbmnylvnhexqfmlmi", + "name": "lpxtwzneu", + "status": "bqqhhcxsqxaxqyd", + "startTime": "hnqrzeliurwxl", + "endTime": "lfhxjfmyxehg", + "displayName": "vbty" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Importjob_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Importjob_MinimumSet_Gen.json new file mode 100644 index 000000000000..876259b37226 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Importjob_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "ImportSites_Importjob", + "operationId": "ImportSites_Importjob", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "1cO812icKRZ6", + "jobName": "22--545l88" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Importjobs_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Importjobs_MaximumSet_Gen.json new file mode 100644 index 000000000000..dbf1836ba560 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Importjobs_MaximumSet_Gen.json @@ -0,0 +1,29 @@ +{ + "title": "ImportSites_Importjobs", + "operationId": "ImportSites_Importjobs", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "61-u-6qu4Bx8-gZ-ml138" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "type": "rjljkydjnxmszoysgctyifei", + "properties": "Unknown", + "id": "wgqdglbmnylvnhexqfmlmi", + "name": "lpxtwzneu", + "status": "bqqhhcxsqxaxqyd", + "startTime": "hnqrzeliurwxl", + "endTime": "lfhxjfmyxehg", + "displayName": "vbty" + } + ], + "nextLink": "lqaoqznpq" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Importjobs_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Importjobs_MinimumSet_Gen.json new file mode 100644 index 000000000000..d812f115de69 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Importjobs_MinimumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "ImportSites_Importjobs", + "operationId": "ImportSites_Importjobs", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "94UAwk3-1-6-r1W0F--E-i-0" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_PatchDeleteMachinesJob_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_PatchDeleteMachinesJob_MaximumSet_Gen.json new file mode 100644 index 000000000000..980b38e77a8f --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_PatchDeleteMachinesJob_MaximumSet_Gen.json @@ -0,0 +1,51 @@ +{ + "title": "ImportSites_PatchDeleteMachinesJob", + "operationId": "ImportSites_PatchDeleteMachinesJob", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "3133-B77t8-4-", + "jobName": "jLX6-Gk8-", + "body": { + "properties": { + "blobName": "locmjkpl", + "errorSasUri": "tuiuttonwpzmaoniuzl", + "jobState": "Unknown", + "numberOfMachinesDeleted": 11, + "deletionConfirmation": true, + "provisioningState": "Succeeded" + }, + "id": "tmjh", + "name": "ajjgvuhwaagwvjg", + "status": "orbofkajurjzdhczmfdkzb", + "startTime": "hchl", + "endTime": "nahbjfuytdneplxqooac", + "displayName": "czfirkjlzfprjilzgxxxegenbvxkxz" + } + }, + "responses": { + "200": { + "body": { + "type": "wgqw", + "properties": { + "blobName": "locmjkpl", + "errorSasUri": "tuiuttonwpzmaoniuzl", + "jobState": "Unknown", + "numberOfMachinesDeleted": 11, + "deletionConfirmation": true, + "errors": [ + "fomupdgkhpcshtzuwbl" + ], + "provisioningState": "Succeeded" + }, + "id": "tmjh", + "name": "ajjgvuhwaagwvjg", + "status": "orbofkajurjzdhczmfdkzb", + "startTime": "hchl", + "endTime": "nahbjfuytdneplxqooac", + "displayName": "czfirkjlzfprjilzgxxxegenbvxkxz" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_PatchDeleteMachinesJob_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_PatchDeleteMachinesJob_MinimumSet_Gen.json new file mode 100644 index 000000000000..b3501061ad3d --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_PatchDeleteMachinesJob_MinimumSet_Gen.json @@ -0,0 +1,17 @@ +{ + "title": "ImportSites_PatchDeleteMachinesJob", + "operationId": "ImportSites_PatchDeleteMachinesJob", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "8r42KqUK9", + "jobName": "4-5y3378-", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Update_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Update_MaximumSet_Gen.json new file mode 100644 index 000000000000..1cd7b58f6565 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Update_MaximumSet_Gen.json @@ -0,0 +1,77 @@ +{ + "title": "ImportSites_Update", + "operationId": "ImportSites_Update", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "tLxwa-SVr9-bUtt1IEq5Eb-N", + "body": { + "tags": { + "key8832": "ncgg" + }, + "properties": { + "masterSiteId": "xirjqnipbjkgs", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "iqrjgh", + "discoverySolutionId": "tugxthr", + "applianceName": "dqyvlysgcuysbldgqtceu", + "provisioningState": "Succeeded" + } + } + }, + "responses": { + "200": { + "body": { + "properties": { + "masterSiteId": "xirjqnipbjkgs", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "id": "kxiqkwqhdzr", + "version": "rrbfpsbnjsmoszdtxuqbm", + "lastHeartBeatUtc": "2023-01-30T14:27:34.729Z", + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "iqrjgh", + "discoverySolutionId": "tugxthr", + "applianceName": "dqyvlysgcuysbldgqtceu", + "provisioningState": "Succeeded" + }, + "tags": { + "key760": "syuxvfvagfnctmwqusbbik" + }, + "location": "dhbmwneedsykbuoqmbyecjzex", + "id": "etlmk", + "name": "kuzfbwiczyhaozqbt", + "type": "kwwgjmzsrjyuioqhwu", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Update_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Update_MinimumSet_Gen.json new file mode 100644 index 000000000000..a549ac754773 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ImportSites_Update_MinimumSet_Gen.json @@ -0,0 +1,18 @@ +{ + "title": "ImportSites_Update", + "operationId": "ImportSites_Update", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "U-1GEKC8", + "body": {} + }, + "responses": { + "200": { + "body": { + "location": "dhbmwneedsykbuoqmbyecjzex" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Jobs_GetAllJobsInSite_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Jobs_GetAllJobsInSite_MaximumSet_Gen.json new file mode 100644 index 000000000000..3eb4a2eb591f --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Jobs_GetAllJobsInSite_MaximumSet_Gen.json @@ -0,0 +1,56 @@ +{ + "title": "Jobs_GetAllJobsInSite", + "operationId": "Jobs_GetAllJobsInSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "kVbOWV87-UC7--JPYfQ-20MU" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "status": "duwvq", + "startTime": "fevffpmnl", + "endTime": "ifbyafozcgnvueqakzidiijoxfz", + "displayName": "jnxiafihobzh", + "clientRequestId": "rzaeyhgglpiboyyzugmuancaeb", + "activityId": "no", + "errors": [ + { + "code": "wqenoqxopjlslhshuef", + "message": "badacwlam", + "id": 5, + "possibleCauses": "xvlnrlnrkfrotqtid", + "recommendedAction": "bywhj", + "severity": "cltqqlazbbtknqbytzyfnaekt", + "isAgentReportedError": true, + "agentErrorCode": "qqjiglhbyrxyzjflmocnocznunoz", + "agentErrorMessage": "uapxecdgaatm", + "agentErrorPossibleCauses": "ialsffpgkkdehrexzstafhbtknlx", + "agentErrorRecommendedAction": "lanbcfdhudlpbebguppibf" + } + ], + "provisioningState": "Succeeded" + }, + "id": "kydfuwiyqlcmq", + "name": "nmvqtvaqjmtlunr", + "type": "mxqmadckpegsrdyhnzj", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + ], + "nextLink": "https://microsoft.com/ayzjgee" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Jobs_GetAllJobsInSite_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Jobs_GetAllJobsInSite_MinimumSet_Gen.json new file mode 100644 index 000000000000..eb046087d593 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Jobs_GetAllJobsInSite_MinimumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "Jobs_GetAllJobsInSite", + "operationId": "Jobs_GetAllJobsInSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "oHb5J5sy-5xZs85sQg3uQ" + }, + "responses": { + "200": { + "body": { + "value": [ + {} + ] + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Jobs_GetJob_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Jobs_GetJob_MaximumSet_Gen.json new file mode 100644 index 000000000000..93f9311b31d1 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Jobs_GetJob_MaximumSet_Gen.json @@ -0,0 +1,52 @@ +{ + "title": "Jobs_GetJob", + "operationId": "Jobs_GetJob", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "K----3BS2Q42J2mK", + "jobName": "3PRnX-z" + }, + "responses": { + "200": { + "body": { + "properties": { + "status": "duwvq", + "startTime": "fevffpmnl", + "endTime": "ifbyafozcgnvueqakzidiijoxfz", + "displayName": "jnxiafihobzh", + "clientRequestId": "rzaeyhgglpiboyyzugmuancaeb", + "activityId": "no", + "errors": [ + { + "code": "wqenoqxopjlslhshuef", + "message": "badacwlam", + "id": 5, + "possibleCauses": "xvlnrlnrkfrotqtid", + "recommendedAction": "bywhj", + "severity": "cltqqlazbbtknqbytzyfnaekt", + "isAgentReportedError": true, + "agentErrorCode": "qqjiglhbyrxyzjflmocnocznunoz", + "agentErrorMessage": "uapxecdgaatm", + "agentErrorPossibleCauses": "ialsffpgkkdehrexzstafhbtknlx", + "agentErrorRecommendedAction": "lanbcfdhudlpbebguppibf" + } + ], + "provisioningState": "Succeeded" + }, + "id": "kydfuwiyqlcmq", + "name": "nmvqtvaqjmtlunr", + "type": "mxqmadckpegsrdyhnzj", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Jobs_GetJob_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Jobs_GetJob_MinimumSet_Gen.json new file mode 100644 index 000000000000..36d60540db3e --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Jobs_GetJob_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Jobs_GetJob", + "operationId": "Jobs_GetJob", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "F---4-Q65K--I-Kc-Q282Q", + "jobName": "-5j-6QX004" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_Applications_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_Applications_MaximumSet_Gen.json new file mode 100644 index 000000000000..2c1511c5ce27 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_Applications_MaximumSet_Gen.json @@ -0,0 +1,306 @@ +{ + "title": "Machines_Applications", + "operationId": "Machines_Applications", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "1L45R0Ffj1-83", + "machineName": "Ur-M8-M-et7--H-4l--Al-" + }, + "responses": { + "200": { + "body": { + "properties": { + "hostProcessorInfo": { + "name": "gpeazeqidsblijmehlitv", + "numberOfSockets": 5, + "numberOfCoresPerSocket": 27 + }, + "vCenterFqdn": "qrpvmbeftrn", + "vCenterId": "iqbcjnlknbksfxwxmzaqtqxphirurq", + "instanceUuid": "ljjhocht", + "dataCenterScope": "qmjlubiemqviecjlaly", + "description": "dqjepbin", + "disks": [ + { + "uuid": "sax", + "label": "rbhy", + "diskProvisioningPolicy": "xwtyzkmakqxkqvzsvyhf", + "diskScrubbingPolicy": "hdlboniych", + "diskMode": "qqprfzvptmxh", + "controllerType": "awnugrmkyqvhjiwdgxfqvanvhqq", + "maxSizeInBytes": 13, + "name": "ncfyhgfvzaaah", + "diskType": "lbspycrutndtidsyvntwoeh", + "lun": 10, + "path": "hibkbpxfkamhqtufvwnr" + } + ], + "hostInMaintenanceMode": true, + "hostName": "rxgzzjbfggkcplcmohseya", + "hostPowerState": "yjpympmteanbpdkuaeqemkgernlzk", + "hostVersion": "iutfsxxijeaprbxbql", + "networkAdapters": [ + { + "label": "cuzlhxhlaerowwzsdtdshbsyzy", + "adapterType": "qvpwxl", + "nicId": "jogoilkdzkpwzulqehssyli", + "macAddress": "kbfhpzwggzesoohrcqgh", + "ipAddressList": [ + "dakciumzfqiidoamj" + ], + "networkName": "haymmvnzhhkqeby", + "ipAddressType": "cytmnradzervjlcczyobnhiulrzt" + } + ], + "vMwareToolsStatus": "rgnpnhyiarhvpstibe", + "vMwareToolsVersion": "lw", + "changeTrackingSupported": true, + "changeTrackingEnabled": true, + "maxSnapshots": 25, + "diskEnabledUuid": "xcnzasohluxdhrqqewssbzwcob", + "numberOfSnapshots": 29, + "altGuestName": "curhepdhfsyuemg", + "powerStatus": "ogtyrxtufvwsbmteogqzzbmxlzynl", + "vmFqdn": "oosm", + "vmConfigurationFileLocation": "ddvvmhycavjhjww", + "firmware": "dwidgxrou", + "guestOsDetails": { + "osType": "kkoucddnmdczrxu", + "osName": "hfhfomcxvnndpgkakrdwfjljdhu", + "osVersion": 5, + "osArchitecture": "gfryckybfmiiavrgx" + }, + "numberOfApplications": 30, + "guestDetailsDiscoveryTimestamp": "2023-01-30T14:28:38.222Z", + "isGuestDetailsDiscoveryInProgress": true, + "dependencyMapping": "mrrelltlgo", + "dependencyMappingStartTime": "2023-01-30T14:28:38.222Z", + "dependencyMappingEndTime": "yrvosbxuxwpjimlwvwcv", + "runAsAccountId": "gypmhrjzfmbpgzedbzduqkh", + "applianceNames": [ + "efsayguy" + ], + "errors": [ + { + "message": "jgjioi", + "messageParameters": { + "key3670": "wmbof" + }, + "applianceName": "phonazczmgc", + "id": 22, + "code": "rkjmipkbqaiivpskmbnh", + "possibleCauses": "zerjujezy", + "recommendedAction": "muiuacxnvakijnsmod", + "severity": "uxaogcbiwws", + "summaryMessage": "vpjrykg", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:28:38.222Z", + "runAsAccountId": "rogmixeqbywksqcmmaprysz", + "discoveryScope": "AppsAndRoles" + } + ], + "applicationDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "jgjioi", + "messageParameters": { + "key3670": "wmbof" + }, + "applianceName": "phonazczmgc", + "id": 22, + "code": "rkjmipkbqaiivpskmbnh", + "possibleCauses": "zerjujezy", + "recommendedAction": "muiuacxnvakijnsmod", + "severity": "uxaogcbiwws", + "summaryMessage": "vpjrykg", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:28:38.222Z", + "runAsAccountId": "rogmixeqbywksqcmmaprysz", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "ookmb" + }, + "dependencyMapDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "jgjioi", + "messageParameters": { + "key3670": "wmbof" + }, + "applianceName": "phonazczmgc", + "id": 22, + "code": "rkjmipkbqaiivpskmbnh", + "possibleCauses": "zerjujezy", + "recommendedAction": "muiuacxnvakijnsmod", + "severity": "uxaogcbiwws", + "summaryMessage": "vpjrykg", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:28:38.222Z", + "runAsAccountId": "rogmixeqbywksqcmmaprysz", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "xysxsuyhvppqejtjwursnrmfdxqjmc" + }, + "staticDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "jgjioi", + "messageParameters": { + "key3670": "wmbof" + }, + "applianceName": "phonazczmgc", + "id": 22, + "code": "rkjmipkbqaiivpskmbnh", + "possibleCauses": "zerjujezy", + "recommendedAction": "muiuacxnvakijnsmod", + "severity": "uxaogcbiwws", + "summaryMessage": "vpjrykg", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:28:38.222Z", + "runAsAccountId": "rogmixeqbywksqcmmaprysz", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "zotnkyihcjvwhepmyuosp" + }, + "sqlDiscovery": { + "successfullyDiscoveredServerCount": 2, + "totalServerCount": 24, + "sqlMetadataHydratedRunAsAccountId": "wbfschrhdftelimfhm", + "sqlMetadataDiscoveryPipe": "fspvsnkiufodnlcmvxhxkzotutasm", + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "webAppDiscovery": { + "totalWebServerCount": 17, + "totalWebApplicationCount": 14, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "oracleDiscovery": { + "totalInstanceCount": 13, + "totalDatabaseCount": 1, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "springBootDiscovery": { + "totalInstanceCount": 17, + "totalApplicationCount": 26, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "appsAndRoles": { + "applications": [ + { + "name": "pextchmvzkdqxjuvkljtebqif", + "version": "qconf", + "provider": "ctsyxyfsdasunxjlvvqxrnvc" + } + ], + "webApplications": [ + { + "name": "eqiczyswoa", + "status": "pdmgsfwrrpisk", + "platform": "zcjciexlrcmtfjjyc", + "groupName": "qaali", + "webServer": "gag", + "applicationPool": "vwabblunjuarxqqceqwyznor" + } + ], + "features": [ + { + "name": "wrngtirlovoslyojzq", + "featureType": "hrlfgaligkv", + "parent": "qchlbzukacjrtvybfyaarrirmrd", + "status": "zwoxyptrbppjmqufn" + } + ], + "sqlServers": [ + { + "name": "kowsiquiqvxjtpzuqjue", + "edition": "fzshepydfhnbcebhy", + "servicePack": "iaslojvwbsvktqckrhfbmqfpnhbll", + "version": "crsyn", + "clustered": "pnchph", + "clusterName": "lzgxtxesreelresbylftqial", + "dnsHostName": "dqt", + "port": "ukddr", + "commaSeperatedIps": "dyhietzvipwpzx", + "status": "hcrlopzpaquobnpdofyyztkemur", + "isNamedPipeEnabled": "ggafnebswvujdppydynqwunimjfxgm", + "isTcpIpEnabled": "puwytvgltkvdzk", + "namedPipeName": "wlqzosftpybahfarzibecjowpbzp" + } + ], + "sharePointServers": [ + { + "productName": "uxf", + "isEnterprise": "qtkxfajsbzzmh", + "status": "qodrj", + "version": "ijuzqiuui" + } + ], + "systemCenters": [ + { + "productName": "mqbvmzdzybzsvlp", + "status": "shzvukyqfos", + "version": "vpjohciqa" + } + ], + "bizTalkServers": [ + { + "productName": "knitqwpchgunavcmzrncfbhlllql", + "status": "oycn" + } + ], + "exchangeServers": [ + { + "productName": "orztvgsolbt", + "edition": "hcpnbecwlfmkdotfflgvmyjhnhbsrd", + "roles": "nvlshhemsox", + "servicePack": "gkatilgwrwosnlgaffmn", + "version": "agyjhegflu" + } + ], + "otherDatabases": [ + { + "databaseTypes": "lpn", + "instance": "ghyehthuolhtwqj", + "version": "ncekenbeoizwuey" + } + ] + }, + "numberOfProcessorCore": 16, + "allocatedMemoryInMb": 5, + "operatingSystemDetails": { + "osType": "bhpdyiure", + "osName": "pkpaxanvnszfywicedv", + "osVersion": "lrbjfluqmzrkflpfdtiy", + "osArchitecture": "dxbwfyyasit" + }, + "biosSerialNumber": "avxyiichvg", + "biosGuid": "xfsscrjvrsgqmdenflifhq", + "displayName": "pymiuxcgeujkalakxkemo", + "isDeleted": true, + "createdTimestamp": "ipxgtnfktyihzctzug", + "updatedTimestamp": "rpjtovq", + "provisioningState": "Succeeded" + }, + "id": "kntqkeugf", + "name": "anxrthkvcfbkzxvc", + "type": "gurchwtnqwggtcgbafrss", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_Applications_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_Applications_MinimumSet_Gen.json new file mode 100644 index 000000000000..e306f322da25 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_Applications_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Machines_Applications", + "operationId": "Machines_Applications", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "X-8WT-96jT", + "machineName": "O-5Rm0hX3" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetAllMachinesInSite_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetAllMachinesInSite_MaximumSet_Gen.json new file mode 100644 index 000000000000..2a0f20259fab --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetAllMachinesInSite_MaximumSet_Gen.json @@ -0,0 +1,314 @@ +{ + "title": "Machines_GetAllMachinesInSite", + "operationId": "Machines_GetAllMachinesInSite", + "parameters": { + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "api-version": "2020-07-10", + "$filter": "u", + "$top": "flxvodjskwuqoekb", + "continuationToken": "zigjsggjkrqblsvsfervupxmijyc", + "totalRecordCount": 27, + "siteName": "qMGC482-77" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "hostProcessorInfo": { + "name": "gpeazeqidsblijmehlitv", + "numberOfSockets": 5, + "numberOfCoresPerSocket": 27 + }, + "vCenterFqdn": "qrpvmbeftrn", + "vCenterId": "iqbcjnlknbksfxwxmzaqtqxphirurq", + "instanceUuid": "ljjhocht", + "dataCenterScope": "qmjlubiemqviecjlaly", + "description": "dqjepbin", + "disks": [ + { + "uuid": "sax", + "label": "rbhy", + "diskProvisioningPolicy": "xwtyzkmakqxkqvzsvyhf", + "diskScrubbingPolicy": "hdlboniych", + "diskMode": "qqprfzvptmxh", + "controllerType": "awnugrmkyqvhjiwdgxfqvanvhqq", + "maxSizeInBytes": 13, + "name": "ncfyhgfvzaaah", + "diskType": "lbspycrutndtidsyvntwoeh", + "lun": 10, + "path": "hibkbpxfkamhqtufvwnr" + } + ], + "hostInMaintenanceMode": true, + "hostName": "rxgzzjbfggkcplcmohseya", + "hostPowerState": "yjpympmteanbpdkuaeqemkgernlzk", + "hostVersion": "iutfsxxijeaprbxbql", + "networkAdapters": [ + { + "label": "cuzlhxhlaerowwzsdtdshbsyzy", + "adapterType": "qvpwxl", + "nicId": "jogoilkdzkpwzulqehssyli", + "macAddress": "kbfhpzwggzesoohrcqgh", + "ipAddressList": [ + "dakciumzfqiidoamj" + ], + "networkName": "haymmvnzhhkqeby", + "ipAddressType": "cytmnradzervjlcczyobnhiulrzt" + } + ], + "vMwareToolsStatus": "rgnpnhyiarhvpstibe", + "vMwareToolsVersion": "lw", + "changeTrackingSupported": true, + "changeTrackingEnabled": true, + "maxSnapshots": 25, + "diskEnabledUuid": "xcnzasohluxdhrqqewssbzwcob", + "numberOfSnapshots": 29, + "altGuestName": "curhepdhfsyuemg", + "powerStatus": "ogtyrxtufvwsbmteogqzzbmxlzynl", + "vmFqdn": "oosm", + "vmConfigurationFileLocation": "ddvvmhycavjhjww", + "firmware": "dwidgxrou", + "guestOsDetails": { + "osType": "kkoucddnmdczrxu", + "osName": "hfhfomcxvnndpgkakrdwfjljdhu", + "osVersion": 5, + "osArchitecture": "gfryckybfmiiavrgx" + }, + "numberOfApplications": 30, + "guestDetailsDiscoveryTimestamp": "2023-01-30T14:28:38.222Z", + "isGuestDetailsDiscoveryInProgress": true, + "dependencyMapping": "mrrelltlgo", + "dependencyMappingStartTime": "2023-01-30T14:28:38.222Z", + "dependencyMappingEndTime": "yrvosbxuxwpjimlwvwcv", + "runAsAccountId": "gypmhrjzfmbpgzedbzduqkh", + "applianceNames": [ + "efsayguy" + ], + "errors": [ + { + "message": "jgjioi", + "messageParameters": { + "key3670": "wmbof" + }, + "applianceName": "phonazczmgc", + "id": 22, + "code": "rkjmipkbqaiivpskmbnh", + "possibleCauses": "zerjujezy", + "recommendedAction": "muiuacxnvakijnsmod", + "severity": "uxaogcbiwws", + "summaryMessage": "vpjrykg", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:28:38.222Z", + "runAsAccountId": "rogmixeqbywksqcmmaprysz", + "discoveryScope": "AppsAndRoles" + } + ], + "applicationDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "jgjioi", + "messageParameters": { + "key3670": "wmbof" + }, + "applianceName": "phonazczmgc", + "id": 22, + "code": "rkjmipkbqaiivpskmbnh", + "possibleCauses": "zerjujezy", + "recommendedAction": "muiuacxnvakijnsmod", + "severity": "uxaogcbiwws", + "summaryMessage": "vpjrykg", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:28:38.222Z", + "runAsAccountId": "rogmixeqbywksqcmmaprysz", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "ookmb" + }, + "dependencyMapDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "jgjioi", + "messageParameters": { + "key3670": "wmbof" + }, + "applianceName": "phonazczmgc", + "id": 22, + "code": "rkjmipkbqaiivpskmbnh", + "possibleCauses": "zerjujezy", + "recommendedAction": "muiuacxnvakijnsmod", + "severity": "uxaogcbiwws", + "summaryMessage": "vpjrykg", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:28:38.222Z", + "runAsAccountId": "rogmixeqbywksqcmmaprysz", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "xysxsuyhvppqejtjwursnrmfdxqjmc" + }, + "staticDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "jgjioi", + "messageParameters": { + "key3670": "wmbof" + }, + "applianceName": "phonazczmgc", + "id": 22, + "code": "rkjmipkbqaiivpskmbnh", + "possibleCauses": "zerjujezy", + "recommendedAction": "muiuacxnvakijnsmod", + "severity": "uxaogcbiwws", + "summaryMessage": "vpjrykg", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:28:38.222Z", + "runAsAccountId": "rogmixeqbywksqcmmaprysz", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "zotnkyihcjvwhepmyuosp" + }, + "sqlDiscovery": { + "successfullyDiscoveredServerCount": 2, + "totalServerCount": 24, + "sqlMetadataHydratedRunAsAccountId": "wbfschrhdftelimfhm", + "sqlMetadataDiscoveryPipe": "fspvsnkiufodnlcmvxhxkzotutasm", + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "webAppDiscovery": { + "totalWebServerCount": 17, + "totalWebApplicationCount": 14, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "oracleDiscovery": { + "totalInstanceCount": 13, + "totalDatabaseCount": 1, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "springBootDiscovery": { + "totalInstanceCount": 17, + "totalApplicationCount": 26, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "appsAndRoles": { + "applications": [ + { + "name": "pextchmvzkdqxjuvkljtebqif", + "version": "qconf", + "provider": "ctsyxyfsdasunxjlvvqxrnvc" + } + ], + "webApplications": [ + { + "name": "eqiczyswoa", + "status": "pdmgsfwrrpisk", + "platform": "zcjciexlrcmtfjjyc", + "groupName": "qaali", + "webServer": "gag", + "applicationPool": "vwabblunjuarxqqceqwyznor" + } + ], + "features": [ + { + "name": "wrngtirlovoslyojzq", + "featureType": "hrlfgaligkv", + "parent": "qchlbzukacjrtvybfyaarrirmrd", + "status": "zwoxyptrbppjmqufn" + } + ], + "sqlServers": [ + { + "name": "kowsiquiqvxjtpzuqjue", + "edition": "fzshepydfhnbcebhy", + "servicePack": "iaslojvwbsvktqckrhfbmqfpnhbll", + "version": "crsyn", + "clustered": "pnchph", + "clusterName": "lzgxtxesreelresbylftqial", + "dnsHostName": "dqt", + "port": "ukddr", + "commaSeperatedIps": "dyhietzvipwpzx", + "status": "hcrlopzpaquobnpdofyyztkemur", + "isNamedPipeEnabled": "ggafnebswvujdppydynqwunimjfxgm", + "isTcpIpEnabled": "puwytvgltkvdzk", + "namedPipeName": "wlqzosftpybahfarzibecjowpbzp" + } + ], + "sharePointServers": [ + { + "productName": "uxf", + "isEnterprise": "qtkxfajsbzzmh", + "status": "qodrj", + "version": "ijuzqiuui" + } + ], + "systemCenters": [ + { + "productName": "mqbvmzdzybzsvlp", + "status": "shzvukyqfos", + "version": "vpjohciqa" + } + ], + "bizTalkServers": [ + { + "productName": "knitqwpchgunavcmzrncfbhlllql", + "status": "oycn" + } + ], + "exchangeServers": [ + { + "productName": "orztvgsolbt", + "edition": "hcpnbecwlfmkdotfflgvmyjhnhbsrd", + "roles": "nvlshhemsox", + "servicePack": "gkatilgwrwosnlgaffmn", + "version": "agyjhegflu" + } + ], + "otherDatabases": [ + { + "databaseTypes": "lpn", + "instance": "ghyehthuolhtwqj", + "version": "ncekenbeoizwuey" + } + ] + }, + "numberOfProcessorCore": 16, + "allocatedMemoryInMb": 5, + "operatingSystemDetails": { + "osType": "bhpdyiure", + "osName": "pkpaxanvnszfywicedv", + "osVersion": "lrbjfluqmzrkflpfdtiy", + "osArchitecture": "dxbwfyyasit" + }, + "biosSerialNumber": "avxyiichvg", + "biosGuid": "xfsscrjvrsgqmdenflifhq", + "displayName": "pymiuxcgeujkalakxkemo", + "isDeleted": true, + "createdTimestamp": "ipxgtnfktyihzctzug", + "updatedTimestamp": "rpjtovq", + "provisioningState": "Succeeded" + }, + "id": "kntqkeugf", + "name": "anxrthkvcfbkzxvc", + "type": "gurchwtnqwggtcgbafrss", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetAllMachinesInSite_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetAllMachinesInSite_MinimumSet_Gen.json new file mode 100644 index 000000000000..2c986327793b --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetAllMachinesInSite_MinimumSet_Gen.json @@ -0,0 +1,23 @@ +{ + "title": "Machines_GetAllMachinesInSite", + "operationId": "Machines_GetAllMachinesInSite", + "parameters": { + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "api-version": "2020-07-10", + "$filter": "jvuypjadxgduoukjgqvdw", + "$top": "cafsrzowrprpnrl", + "continuationToken": "ejwhnzzgwbzwksi", + "totalRecordCount": 8, + "siteName": "-X6--6FP-RG8PrB-" + }, + "responses": { + "200": { + "body": { + "value": [ + {} + ] + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetMachineSoftwareInventory_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetMachineSoftwareInventory_MaximumSet_Gen.json new file mode 100644 index 000000000000..c2bcad3b0b9e --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetMachineSoftwareInventory_MaximumSet_Gen.json @@ -0,0 +1,103 @@ +{ + "title": "Method to get a machines software inventory like applications and roles.", + "operationId": "Machines_GetMachineSoftwareInventory", + "parameters": { + "subscriptionId": "C9024F36-2B59-421C-A975-91408F96334A", + "resourceGroupName": "rgmigrate", + "siteName": "tvu", + "machineName": "xhtnrvtkjxncf", + "api-version": "2020-07-10" + }, + "responses": { + "200": { + "body": { + "id": "ygdl", + "type": "fcfezojhlhkyklorlh", + "name": "blixhwwglxd", + "properties": { + "appsAndRoles": { + "applications": [ + { + "name": "pextchmvzkdqxjuvkljtebqif", + "version": "qconf", + "provider": "ctsyxyfsdasunxjlvvqxrnvc" + } + ], + "webApplications": [ + { + "name": "eqiczyswoa", + "status": "pdmgsfwrrpisk", + "platform": "zcjciexlrcmtfjjyc", + "groupName": "qaali", + "webServer": "gag", + "applicationPool": "vwabblunjuarxqqceqwyznor" + } + ], + "features": [ + { + "name": "wrngtirlovoslyojzq", + "featureType": "hrlfgaligkv", + "parent": "qchlbzukacjrtvybfyaarrirmrd", + "status": "zwoxyptrbppjmqufn" + } + ], + "sqlServers": [ + { + "name": "kowsiquiqvxjtpzuqjue", + "edition": "fzshepydfhnbcebhy", + "servicePack": "iaslojvwbsvktqckrhfbmqfpnhbll", + "version": "crsyn", + "clustered": "pnchph", + "clusterName": "lzgxtxesreelresbylftqial", + "dnsHostName": "dqt", + "port": "ukddr", + "commaSeperatedIps": "dyhietzvipwpzx", + "status": "hcrlopzpaquobnpdofyyztkemur", + "isNamedPipeEnabled": "ggafnebswvujdppydynqwunimjfxgm", + "isTcpIpEnabled": "puwytvgltkvdzk", + "namedPipeName": "wlqzosftpybahfarzibecjowpbzp" + } + ], + "sharePointServers": [ + { + "productName": "uxf", + "isEnterprise": "qtkxfajsbzzmh", + "status": "qodrj", + "version": "ijuzqiuui" + } + ], + "systemCenters": [ + { + "productName": "mqbvmzdzybzsvlp", + "status": "shzvukyqfos", + "version": "vpjohciqa" + } + ], + "bizTalkServers": [ + { + "productName": "knitqwpchgunavcmzrncfbhlllql", + "status": "oycn" + } + ], + "exchangeServers": [ + { + "productName": "orztvgsolbt", + "edition": "hcpnbecwlfmkdotfflgvmyjhnhbsrd", + "roles": "nvlshhemsox", + "servicePack": "gkatilgwrwosnlgaffmn", + "version": "agyjhegflu" + } + ], + "otherDatabases": [ + { + "databaseTypes": "lpn", + "instance": "ghyehthuolhtwqj", + "version": "ncekenbeoizwuey" + } + ] + } + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetMachineSoftwareInventory_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetMachineSoftwareInventory_MinimumSet_Gen.json new file mode 100644 index 000000000000..893b45764b05 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetMachineSoftwareInventory_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Method to get a machines software inventory like applications and roles.", + "operationId": "Machines_GetMachineSoftwareInventory", + "parameters": { + "subscriptionId": "2BD6A488-797A-4170-A357-73A5EB35A049", + "resourceGroupName": "rgmigrate", + "siteName": "kvsjjigjwchvwyrtzjpscpk", + "machineName": "fijmpriqwproxzbkgmxqguqyzyt", + "api-version": "2020-07-10" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetMachine_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetMachine_MaximumSet_Gen.json new file mode 100644 index 000000000000..fca35969041a --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetMachine_MaximumSet_Gen.json @@ -0,0 +1,306 @@ +{ + "title": "Machines_GetMachine", + "operationId": "Machines_GetMachine", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "v5m62B7Q083PVCr", + "machineName": "95hWun-s-" + }, + "responses": { + "200": { + "body": { + "properties": { + "hostProcessorInfo": { + "name": "gpeazeqidsblijmehlitv", + "numberOfSockets": 5, + "numberOfCoresPerSocket": 27 + }, + "vCenterFqdn": "qrpvmbeftrn", + "vCenterId": "iqbcjnlknbksfxwxmzaqtqxphirurq", + "instanceUuid": "ljjhocht", + "dataCenterScope": "qmjlubiemqviecjlaly", + "description": "dqjepbin", + "disks": [ + { + "uuid": "sax", + "label": "rbhy", + "diskProvisioningPolicy": "xwtyzkmakqxkqvzsvyhf", + "diskScrubbingPolicy": "hdlboniych", + "diskMode": "qqprfzvptmxh", + "controllerType": "awnugrmkyqvhjiwdgxfqvanvhqq", + "maxSizeInBytes": 13, + "name": "ncfyhgfvzaaah", + "diskType": "lbspycrutndtidsyvntwoeh", + "lun": 10, + "path": "hibkbpxfkamhqtufvwnr" + } + ], + "hostInMaintenanceMode": true, + "hostName": "rxgzzjbfggkcplcmohseya", + "hostPowerState": "yjpympmteanbpdkuaeqemkgernlzk", + "hostVersion": "iutfsxxijeaprbxbql", + "networkAdapters": [ + { + "label": "cuzlhxhlaerowwzsdtdshbsyzy", + "adapterType": "qvpwxl", + "nicId": "jogoilkdzkpwzulqehssyli", + "macAddress": "kbfhpzwggzesoohrcqgh", + "ipAddressList": [ + "dakciumzfqiidoamj" + ], + "networkName": "haymmvnzhhkqeby", + "ipAddressType": "cytmnradzervjlcczyobnhiulrzt" + } + ], + "vMwareToolsStatus": "rgnpnhyiarhvpstibe", + "vMwareToolsVersion": "lw", + "changeTrackingSupported": true, + "changeTrackingEnabled": true, + "maxSnapshots": 25, + "diskEnabledUuid": "xcnzasohluxdhrqqewssbzwcob", + "numberOfSnapshots": 29, + "altGuestName": "curhepdhfsyuemg", + "powerStatus": "ogtyrxtufvwsbmteogqzzbmxlzynl", + "vmFqdn": "oosm", + "vmConfigurationFileLocation": "ddvvmhycavjhjww", + "firmware": "dwidgxrou", + "guestOsDetails": { + "osType": "kkoucddnmdczrxu", + "osName": "hfhfomcxvnndpgkakrdwfjljdhu", + "osVersion": 5, + "osArchitecture": "gfryckybfmiiavrgx" + }, + "numberOfApplications": 30, + "guestDetailsDiscoveryTimestamp": "2023-01-30T14:28:38.222Z", + "isGuestDetailsDiscoveryInProgress": true, + "dependencyMapping": "mrrelltlgo", + "dependencyMappingStartTime": "2023-01-30T14:28:38.222Z", + "dependencyMappingEndTime": "yrvosbxuxwpjimlwvwcv", + "runAsAccountId": "gypmhrjzfmbpgzedbzduqkh", + "applianceNames": [ + "efsayguy" + ], + "errors": [ + { + "message": "jgjioi", + "messageParameters": { + "key3670": "wmbof" + }, + "applianceName": "phonazczmgc", + "id": 22, + "code": "rkjmipkbqaiivpskmbnh", + "possibleCauses": "zerjujezy", + "recommendedAction": "muiuacxnvakijnsmod", + "severity": "uxaogcbiwws", + "summaryMessage": "vpjrykg", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:28:38.222Z", + "runAsAccountId": "rogmixeqbywksqcmmaprysz", + "discoveryScope": "AppsAndRoles" + } + ], + "applicationDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "jgjioi", + "messageParameters": { + "key3670": "wmbof" + }, + "applianceName": "phonazczmgc", + "id": 22, + "code": "rkjmipkbqaiivpskmbnh", + "possibleCauses": "zerjujezy", + "recommendedAction": "muiuacxnvakijnsmod", + "severity": "uxaogcbiwws", + "summaryMessage": "vpjrykg", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:28:38.222Z", + "runAsAccountId": "rogmixeqbywksqcmmaprysz", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "ookmb" + }, + "dependencyMapDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "jgjioi", + "messageParameters": { + "key3670": "wmbof" + }, + "applianceName": "phonazczmgc", + "id": 22, + "code": "rkjmipkbqaiivpskmbnh", + "possibleCauses": "zerjujezy", + "recommendedAction": "muiuacxnvakijnsmod", + "severity": "uxaogcbiwws", + "summaryMessage": "vpjrykg", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:28:38.222Z", + "runAsAccountId": "rogmixeqbywksqcmmaprysz", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "xysxsuyhvppqejtjwursnrmfdxqjmc" + }, + "staticDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "jgjioi", + "messageParameters": { + "key3670": "wmbof" + }, + "applianceName": "phonazczmgc", + "id": 22, + "code": "rkjmipkbqaiivpskmbnh", + "possibleCauses": "zerjujezy", + "recommendedAction": "muiuacxnvakijnsmod", + "severity": "uxaogcbiwws", + "summaryMessage": "vpjrykg", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:28:38.222Z", + "runAsAccountId": "rogmixeqbywksqcmmaprysz", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "zotnkyihcjvwhepmyuosp" + }, + "sqlDiscovery": { + "successfullyDiscoveredServerCount": 2, + "totalServerCount": 24, + "sqlMetadataHydratedRunAsAccountId": "wbfschrhdftelimfhm", + "sqlMetadataDiscoveryPipe": "fspvsnkiufodnlcmvxhxkzotutasm", + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "webAppDiscovery": { + "totalWebServerCount": 17, + "totalWebApplicationCount": 14, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "oracleDiscovery": { + "totalInstanceCount": 13, + "totalDatabaseCount": 1, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "springBootDiscovery": { + "totalInstanceCount": 17, + "totalApplicationCount": 26, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "appsAndRoles": { + "applications": [ + { + "name": "pextchmvzkdqxjuvkljtebqif", + "version": "qconf", + "provider": "ctsyxyfsdasunxjlvvqxrnvc" + } + ], + "webApplications": [ + { + "name": "eqiczyswoa", + "status": "pdmgsfwrrpisk", + "platform": "zcjciexlrcmtfjjyc", + "groupName": "qaali", + "webServer": "gag", + "applicationPool": "vwabblunjuarxqqceqwyznor" + } + ], + "features": [ + { + "name": "wrngtirlovoslyojzq", + "featureType": "hrlfgaligkv", + "parent": "qchlbzukacjrtvybfyaarrirmrd", + "status": "zwoxyptrbppjmqufn" + } + ], + "sqlServers": [ + { + "name": "kowsiquiqvxjtpzuqjue", + "edition": "fzshepydfhnbcebhy", + "servicePack": "iaslojvwbsvktqckrhfbmqfpnhbll", + "version": "crsyn", + "clustered": "pnchph", + "clusterName": "lzgxtxesreelresbylftqial", + "dnsHostName": "dqt", + "port": "ukddr", + "commaSeperatedIps": "dyhietzvipwpzx", + "status": "hcrlopzpaquobnpdofyyztkemur", + "isNamedPipeEnabled": "ggafnebswvujdppydynqwunimjfxgm", + "isTcpIpEnabled": "puwytvgltkvdzk", + "namedPipeName": "wlqzosftpybahfarzibecjowpbzp" + } + ], + "sharePointServers": [ + { + "productName": "uxf", + "isEnterprise": "qtkxfajsbzzmh", + "status": "qodrj", + "version": "ijuzqiuui" + } + ], + "systemCenters": [ + { + "productName": "mqbvmzdzybzsvlp", + "status": "shzvukyqfos", + "version": "vpjohciqa" + } + ], + "bizTalkServers": [ + { + "productName": "knitqwpchgunavcmzrncfbhlllql", + "status": "oycn" + } + ], + "exchangeServers": [ + { + "productName": "orztvgsolbt", + "edition": "hcpnbecwlfmkdotfflgvmyjhnhbsrd", + "roles": "nvlshhemsox", + "servicePack": "gkatilgwrwosnlgaffmn", + "version": "agyjhegflu" + } + ], + "otherDatabases": [ + { + "databaseTypes": "lpn", + "instance": "ghyehthuolhtwqj", + "version": "ncekenbeoizwuey" + } + ] + }, + "numberOfProcessorCore": 16, + "allocatedMemoryInMb": 5, + "operatingSystemDetails": { + "osType": "bhpdyiure", + "osName": "pkpaxanvnszfywicedv", + "osVersion": "lrbjfluqmzrkflpfdtiy", + "osArchitecture": "dxbwfyyasit" + }, + "biosSerialNumber": "avxyiichvg", + "biosGuid": "xfsscrjvrsgqmdenflifhq", + "displayName": "pymiuxcgeujkalakxkemo", + "isDeleted": true, + "createdTimestamp": "ipxgtnfktyihzctzug", + "updatedTimestamp": "rpjtovq", + "provisioningState": "Succeeded" + }, + "id": "kntqkeugf", + "name": "anxrthkvcfbkzxvc", + "type": "gurchwtnqwggtcgbafrss", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetMachine_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetMachine_MinimumSet_Gen.json new file mode 100644 index 000000000000..d86f9b347b7e --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_GetMachine_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "Machines_GetMachine", + "operationId": "Machines_GetMachine", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "XYD44--", + "machineName": "cn-mmEv--7h2-TLK-K-PL" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_StartMachine_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_StartMachine_MaximumSet_Gen.json new file mode 100644 index 000000000000..e4f4018cb5f9 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_StartMachine_MaximumSet_Gen.json @@ -0,0 +1,22 @@ +{ + "title": "Machines_StartMachine", + "operationId": "Machines_StartMachine", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "6P5jM9K2-7-4Nl47E-Ec", + "machineName": "HJI3JV4T9--72-W-si-X-Ns", + "body": {} + }, + "responses": { + "200": { + "body": {} + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_StartMachine_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_StartMachine_MinimumSet_Gen.json new file mode 100644 index 000000000000..33b8dd9694da --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_StartMachine_MinimumSet_Gen.json @@ -0,0 +1,22 @@ +{ + "title": "Machines_StartMachine", + "operationId": "Machines_StartMachine", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "N121-0R82-S6F-F399t8eH", + "machineName": "--59T-3NR1S-5-AFTerYU4", + "body": {} + }, + "responses": { + "200": { + "body": {} + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_StopMachine_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_StopMachine_MaximumSet_Gen.json new file mode 100644 index 000000000000..263cebe63399 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_StopMachine_MaximumSet_Gen.json @@ -0,0 +1,22 @@ +{ + "title": "Machines_StopMachine", + "operationId": "Machines_StopMachine", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "1B-440", + "machineName": "-L7-p66", + "body": {} + }, + "responses": { + "200": { + "body": {} + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_StopMachine_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_StopMachine_MinimumSet_Gen.json new file mode 100644 index 000000000000..2ff97bf7f144 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Machines_StopMachine_MinimumSet_Gen.json @@ -0,0 +1,22 @@ +{ + "title": "Machines_StopMachine", + "operationId": "Machines_StopMachine", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "38-6-48J-EfG81r9q", + "machineName": "G7-O", + "body": {} + }, + "responses": { + "200": { + "body": {} + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Operations_List_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Operations_List_MaximumSet_Gen.json new file mode 100644 index 000000000000..c14e8e491e8d --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Operations_List_MaximumSet_Gen.json @@ -0,0 +1,28 @@ +{ + "title": "Operations_List", + "operationId": "Operations_List", + "parameters": { + "api-version": "2020-07-10" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "name": "wntftbhouuhngpl", + "isDataAction": true, + "display": { + "provider": "m", + "resource": "ltqxzqnrmbfwrpedtkszthyolbxhqt", + "operation": "zfcsnemqajofppibrlh", + "description": "nrnhn" + }, + "origin": "user", + "actionType": "Internal" + } + ], + "nextLink": "jpafm" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Operations_List_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Operations_List_MinimumSet_Gen.json new file mode 100644 index 000000000000..1b83f1ef1365 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Operations_List_MinimumSet_Gen.json @@ -0,0 +1,12 @@ +{ + "title": "Operations_List", + "operationId": "Operations_List", + "parameters": { + "api-version": "2020-07-10" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/RunAsAccounts_GetAllRunAsAccountsInSite_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/RunAsAccounts_GetAllRunAsAccountsInSite_MaximumSet_Gen.json new file mode 100644 index 000000000000..c25b2e965734 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/RunAsAccounts_GetAllRunAsAccountsInSite_MaximumSet_Gen.json @@ -0,0 +1,40 @@ +{ + "title": "RunAsAccounts_GetAllRunAsAccountsInSite", + "operationId": "RunAsAccounts_GetAllRunAsAccountsInSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "ReX34JCvZD-xXN" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "displayName": "utijjwtcrhwjjmzmjkcbwhgubfmrek", + "credentialType": "etpwjij", + "createdTimestamp": "prbhonfdciidqzjlpxvq", + "updatedTimestamp": "gxwaaogxvgsvz", + "applianceName": "pxmbegksohwrkxvwkyt", + "provisioningState": "Succeeded" + }, + "id": "wwklnbfottadruwvndbbqncniuxwwn", + "name": "ugrpvbqtguxokr", + "type": "xnkpizvgjazgia", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/RunAsAccounts_GetAllRunAsAccountsInSite_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/RunAsAccounts_GetAllRunAsAccountsInSite_MinimumSet_Gen.json new file mode 100644 index 000000000000..f33059ca1a64 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/RunAsAccounts_GetAllRunAsAccountsInSite_MinimumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "RunAsAccounts_GetAllRunAsAccountsInSite", + "operationId": "RunAsAccounts_GetAllRunAsAccountsInSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "B8-P1k6-Ojf" + }, + "responses": { + "200": { + "body": { + "value": [ + {} + ] + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/RunAsAccounts_GetRunAsAccount_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/RunAsAccounts_GetRunAsAccount_MaximumSet_Gen.json new file mode 100644 index 000000000000..544da3104952 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/RunAsAccounts_GetRunAsAccount_MaximumSet_Gen.json @@ -0,0 +1,36 @@ +{ + "title": "RunAsAccounts_GetRunAsAccount", + "operationId": "RunAsAccounts_GetRunAsAccount", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "21V66378-B3C28L4k6-N-f6", + "accountName": "X93tW-1IWK53-C4---3" + }, + "responses": { + "200": { + "body": { + "properties": { + "displayName": "utijjwtcrhwjjmzmjkcbwhgubfmrek", + "credentialType": "etpwjij", + "createdTimestamp": "prbhonfdciidqzjlpxvq", + "updatedTimestamp": "gxwaaogxvgsvz", + "applianceName": "pxmbegksohwrkxvwkyt", + "provisioningState": "Succeeded" + }, + "id": "wwklnbfottadruwvndbbqncniuxwwn", + "name": "ugrpvbqtguxokr", + "type": "xnkpizvgjazgia", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/RunAsAccounts_GetRunAsAccount_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/RunAsAccounts_GetRunAsAccount_MinimumSet_Gen.json new file mode 100644 index 000000000000..d0b026cadafa --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/RunAsAccounts_GetRunAsAccount_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "RunAsAccounts_GetRunAsAccount", + "operationId": "RunAsAccounts_GetRunAsAccount", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "3-T7", + "accountName": "jY-Hus" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerJobs_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerJobs_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..2435c1387e34 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerJobs_Get_MaximumSet_Gen.json @@ -0,0 +1,52 @@ +{ + "title": "ServerJobs_Get", + "operationId": "ServerJobs_Get", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "8gV-7E7-B", + "jobName": "E5K5O6Y37Q3TV6d6" + }, + "responses": { + "200": { + "body": { + "properties": { + "status": "duwvq", + "startTime": "fevffpmnl", + "endTime": "ifbyafozcgnvueqakzidiijoxfz", + "displayName": "jnxiafihobzh", + "clientRequestId": "rzaeyhgglpiboyyzugmuancaeb", + "activityId": "no", + "errors": [ + { + "code": "wqenoqxopjlslhshuef", + "message": "badacwlam", + "id": 5, + "possibleCauses": "xvlnrlnrkfrotqtid", + "recommendedAction": "bywhj", + "severity": "cltqqlazbbtknqbytzyfnaekt", + "isAgentReportedError": true, + "agentErrorCode": "qqjiglhbyrxyzjflmocnocznunoz", + "agentErrorMessage": "uapxecdgaatm", + "agentErrorPossibleCauses": "ialsffpgkkdehrexzstafhbtknlx", + "agentErrorRecommendedAction": "lanbcfdhudlpbebguppibf" + } + ], + "provisioningState": "Succeeded" + }, + "id": "xxoudelgdlytitejewwk", + "name": "frpxxpdepvxvsxtoi", + "type": "ndlnwyzhyonqpqsjrbx", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerJobs_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerJobs_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..a388a771fa23 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerJobs_Get_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "ServerJobs_Get", + "operationId": "ServerJobs_Get", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "8X78", + "jobName": "5RBP162q-2Rgd8xWV2" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerJobs_ListByServerSiteResource_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerJobs_ListByServerSiteResource_MaximumSet_Gen.json new file mode 100644 index 000000000000..d2836fad3d4f --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerJobs_ListByServerSiteResource_MaximumSet_Gen.json @@ -0,0 +1,56 @@ +{ + "title": "ServerJobs_ListByServerSiteResource", + "operationId": "ServerJobs_ListByServerSiteResource", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "WMO1m-H1E" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "status": "duwvq", + "startTime": "fevffpmnl", + "endTime": "ifbyafozcgnvueqakzidiijoxfz", + "displayName": "jnxiafihobzh", + "clientRequestId": "rzaeyhgglpiboyyzugmuancaeb", + "activityId": "no", + "errors": [ + { + "code": "wqenoqxopjlslhshuef", + "message": "badacwlam", + "id": 5, + "possibleCauses": "xvlnrlnrkfrotqtid", + "recommendedAction": "bywhj", + "severity": "cltqqlazbbtknqbytzyfnaekt", + "isAgentReportedError": true, + "agentErrorCode": "qqjiglhbyrxyzjflmocnocznunoz", + "agentErrorMessage": "uapxecdgaatm", + "agentErrorPossibleCauses": "ialsffpgkkdehrexzstafhbtknlx", + "agentErrorRecommendedAction": "lanbcfdhudlpbebguppibf" + } + ], + "provisioningState": "Succeeded" + }, + "id": "xxoudelgdlytitejewwk", + "name": "frpxxpdepvxvsxtoi", + "type": "ndlnwyzhyonqpqsjrbx", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerJobs_ListByServerSiteResource_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerJobs_ListByServerSiteResource_MinimumSet_Gen.json new file mode 100644 index 000000000000..1a5d1eb0c735 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerJobs_ListByServerSiteResource_MinimumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "ServerJobs_ListByServerSiteResource", + "operationId": "ServerJobs_ListByServerSiteResource", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "RPV54rb-YRq082bBQ1TM8-u" + }, + "responses": { + "200": { + "body": { + "value": [ + {} + ] + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Create_MaximumSet_Gen.json new file mode 100644 index 000000000000..9ba31bf49792 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Create_MaximumSet_Gen.json @@ -0,0 +1,536 @@ +{ + "title": "ServerMachines_Create", + "operationId": "ServerMachines_Create", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "3D-a20BGMs1RU-8QDpT96-q6", + "machineName": "-X6j4O", + "body": { + "properties": { + "displayName": "kjbatx", + "fqdn": "rkfgv", + "networkAdapters": [ + { + "nicId": "phbtjlohubgr", + "macAddress": "pfxoihtpsxbzccejlkmoyuxzxp", + "ipAddressList": [ + "bkigziafzpcchiu" + ], + "networkName": "oybamgdzwzczxmeb", + "ipAddressType": "mabqaazpepjnvxpp" + } + ], + "hydratedFqdn": "ydgwxdvsagz", + "disks": [ + { + "id": "q", + "generatedId": "vtsuxoqxdytr", + "maxSizeInBytes": 30, + "name": "cavmkj", + "diskType": "hpjrgjce", + "lun": 23, + "path": "gclosjswusxizvm" + } + ], + "validationRequired": "ueizaogdlpdhnkomwlpv", + "firmware": "qafvpaalrwtlzitvqwonovmphtvtfd", + "guestOsDetails": { + "osType": "kkoucddnmdczrxu", + "osName": "hfhfomcxvnndpgkakrdwfjljdhu", + "osVersion": 5, + "osArchitecture": "gfryckybfmiiavrgx" + }, + "numberOfApplications": 29, + "guestDetailsDiscoveryTimestamp": "2023-01-30T14:28:06.067Z", + "isGuestDetailsDiscoveryInProgress": true, + "dependencyMapping": "qxkcunjerweliyrgamjyramhun", + "dependencyMappingStartTime": "2023-01-30T14:28:06.067Z", + "dependencyMappingEndTime": "2023-01-30T14:28:06.067Z", + "runAsAccountId": "gbwasohnjehahswdycgvgptiviskek", + "applianceNames": [ + "frqiljoxsdwhxlpuhnuzu" + ], + "errors": [ + { + "message": "eovncqawmidtxwnsftlzqnpbnkf", + "messageParameters": { + "key7293": "mtjudbkibqlcuobhygzevamsefo" + }, + "applianceName": "x", + "id": 11, + "code": "foizodhdekrqbglgz", + "possibleCauses": "dvjubqlwvbbsgjhl", + "recommendedAction": "hjhtnqckaqs", + "severity": "qu", + "summaryMessage": "tbomxfdyxgaqoj", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "bdbbuvtkirebrereamcdvrwqjg", + "discoveryScope": "AppsAndRoles" + } + ], + "applicationDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "eovncqawmidtxwnsftlzqnpbnkf", + "messageParameters": { + "key7293": "mtjudbkibqlcuobhygzevamsefo" + }, + "applianceName": "x", + "id": 11, + "code": "foizodhdekrqbglgz", + "possibleCauses": "dvjubqlwvbbsgjhl", + "recommendedAction": "hjhtnqckaqs", + "severity": "qu", + "summaryMessage": "tbomxfdyxgaqoj", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "bdbbuvtkirebrereamcdvrwqjg", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "jsrhzxvbnzrdkqkopbncjmojwo" + }, + "dependencyMapDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "eovncqawmidtxwnsftlzqnpbnkf", + "messageParameters": { + "key7293": "mtjudbkibqlcuobhygzevamsefo" + }, + "applianceName": "x", + "id": 11, + "code": "foizodhdekrqbglgz", + "possibleCauses": "dvjubqlwvbbsgjhl", + "recommendedAction": "hjhtnqckaqs", + "severity": "qu", + "summaryMessage": "tbomxfdyxgaqoj", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "bdbbuvtkirebrereamcdvrwqjg", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "jsrhzxvbnzrdkqkopbncjmojwo" + }, + "staticDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "eovncqawmidtxwnsftlzqnpbnkf", + "messageParameters": { + "key7293": "mtjudbkibqlcuobhygzevamsefo" + }, + "applianceName": "x", + "id": 11, + "code": "foizodhdekrqbglgz", + "possibleCauses": "dvjubqlwvbbsgjhl", + "recommendedAction": "hjhtnqckaqs", + "severity": "qu", + "summaryMessage": "tbomxfdyxgaqoj", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "bdbbuvtkirebrereamcdvrwqjg", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "jsrhzxvbnzrdkqkopbncjmojwo" + }, + "sqlDiscovery": { + "successfullyDiscoveredServerCount": 2, + "totalServerCount": 24, + "sqlMetadataHydratedRunAsAccountId": "wbfschrhdftelimfhm", + "sqlMetadataDiscoveryPipe": "fspvsnkiufodnlcmvxhxkzotutasm", + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "webAppDiscovery": { + "totalWebServerCount": 17, + "totalWebApplicationCount": 14, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "oracleDiscovery": { + "totalInstanceCount": 13, + "totalDatabaseCount": 1, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "springBootDiscovery": { + "totalInstanceCount": 17, + "totalApplicationCount": 26, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "appsAndRoles": { + "applications": [ + { + "name": "pextchmvzkdqxjuvkljtebqif", + "version": "qconf", + "provider": "ctsyxyfsdasunxjlvvqxrnvc" + } + ], + "webApplications": [ + { + "name": "eqiczyswoa", + "status": "pdmgsfwrrpisk", + "platform": "zcjciexlrcmtfjjyc", + "groupName": "qaali", + "webServer": "gag", + "applicationPool": "vwabblunjuarxqqceqwyznor" + } + ], + "features": [ + { + "name": "wrngtirlovoslyojzq", + "featureType": "hrlfgaligkv", + "parent": "qchlbzukacjrtvybfyaarrirmrd", + "status": "zwoxyptrbppjmqufn" + } + ], + "sqlServers": [ + { + "name": "kowsiquiqvxjtpzuqjue", + "edition": "fzshepydfhnbcebhy", + "servicePack": "iaslojvwbsvktqckrhfbmqfpnhbll", + "version": "crsyn", + "clustered": "pnchph", + "clusterName": "lzgxtxesreelresbylftqial", + "dnsHostName": "dqt", + "port": "ukddr", + "commaSeperatedIps": "dyhietzvipwpzx", + "status": "hcrlopzpaquobnpdofyyztkemur", + "isNamedPipeEnabled": "ggafnebswvujdppydynqwunimjfxgm", + "isTcpIpEnabled": "puwytvgltkvdzk", + "namedPipeName": "wlqzosftpybahfarzibecjowpbzp" + } + ], + "sharePointServers": [ + { + "productName": "uxf", + "isEnterprise": "qtkxfajsbzzmh", + "status": "qodrj", + "version": "ijuzqiuui" + } + ], + "systemCenters": [ + { + "productName": "mqbvmzdzybzsvlp", + "status": "shzvukyqfos", + "version": "vpjohciqa" + } + ], + "bizTalkServers": [ + { + "productName": "knitqwpchgunavcmzrncfbhlllql", + "status": "oycn" + } + ], + "exchangeServers": [ + { + "productName": "orztvgsolbt", + "edition": "hcpnbecwlfmkdotfflgvmyjhnhbsrd", + "roles": "nvlshhemsox", + "servicePack": "gkatilgwrwosnlgaffmn", + "version": "agyjhegflu" + } + ], + "otherDatabases": [ + { + "databaseTypes": "lpn", + "instance": "ghyehthuolhtwqj", + "version": "ncekenbeoizwuey" + } + ] + }, + "numberofProcessorCores": 7, + "allocatedMemoryInMb": 9, + "operatingSystemDetails": { + "osType": "qznjbhljoojoakmgh", + "osName": "jmyavc", + "osVersion": "eyqboyorfgvsi", + "osArchitecture": "dhgkupcbgxjathzyabxzxdarctfp" + }, + "biosSerialNumber": "fqpvlwokqlg", + "biosGuid": "ils", + "isDeleted": true, + "createdTimestamp": "nxwobrkryylfc", + "updatedTimestamp": "eqpdbruwsxwtaitsjnsqdtv", + "tags": { + "key498": "yhfpkgtbytqcuxtcfyipjfunackm" + }, + "provisioningState": "Succeeded" + } + } + }, + "responses": { + "200": { + "body": { + "properties": { + "displayName": "kjbatx", + "fqdn": "rkfgv", + "networkAdapters": [ + { + "nicId": "phbtjlohubgr", + "macAddress": "pfxoihtpsxbzccejlkmoyuxzxp", + "ipAddressList": [ + "bkigziafzpcchiu" + ], + "networkName": "oybamgdzwzczxmeb", + "ipAddressType": "mabqaazpepjnvxpp" + } + ], + "hydratedFqdn": "ydgwxdvsagz", + "disks": [ + { + "id": "q", + "generatedId": "vtsuxoqxdytr", + "maxSizeInBytes": 30, + "name": "cavmkj", + "diskType": "hpjrgjce", + "lun": 23, + "path": "gclosjswusxizvm" + } + ], + "validationRequired": "ueizaogdlpdhnkomwlpv", + "firmware": "qafvpaalrwtlzitvqwonovmphtvtfd", + "guestOsDetails": { + "osType": "kkoucddnmdczrxu", + "osName": "hfhfomcxvnndpgkakrdwfjljdhu", + "osVersion": 5, + "osArchitecture": "gfryckybfmiiavrgx" + }, + "numberOfApplications": 29, + "guestDetailsDiscoveryTimestamp": "2023-01-30T14:28:06.067Z", + "isGuestDetailsDiscoveryInProgress": true, + "dependencyMapping": "qxkcunjerweliyrgamjyramhun", + "dependencyMappingStartTime": "2023-01-30T14:28:06.067Z", + "dependencyMappingEndTime": "2023-01-30T14:28:06.067Z", + "runAsAccountId": "gbwasohnjehahswdycgvgptiviskek", + "applianceNames": [ + "frqiljoxsdwhxlpuhnuzu" + ], + "errors": [ + { + "message": "eovncqawmidtxwnsftlzqnpbnkf", + "messageParameters": { + "key7293": "mtjudbkibqlcuobhygzevamsefo" + }, + "applianceName": "x", + "id": 11, + "code": "foizodhdekrqbglgz", + "possibleCauses": "dvjubqlwvbbsgjhl", + "recommendedAction": "hjhtnqckaqs", + "severity": "qu", + "summaryMessage": "tbomxfdyxgaqoj", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "bdbbuvtkirebrereamcdvrwqjg", + "discoveryScope": "AppsAndRoles" + } + ], + "applicationDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "eovncqawmidtxwnsftlzqnpbnkf", + "messageParameters": { + "key7293": "mtjudbkibqlcuobhygzevamsefo" + }, + "applianceName": "x", + "id": 11, + "code": "foizodhdekrqbglgz", + "possibleCauses": "dvjubqlwvbbsgjhl", + "recommendedAction": "hjhtnqckaqs", + "severity": "qu", + "summaryMessage": "tbomxfdyxgaqoj", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "bdbbuvtkirebrereamcdvrwqjg", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "jsrhzxvbnzrdkqkopbncjmojwo" + }, + "dependencyMapDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "eovncqawmidtxwnsftlzqnpbnkf", + "messageParameters": { + "key7293": "mtjudbkibqlcuobhygzevamsefo" + }, + "applianceName": "x", + "id": 11, + "code": "foizodhdekrqbglgz", + "possibleCauses": "dvjubqlwvbbsgjhl", + "recommendedAction": "hjhtnqckaqs", + "severity": "qu", + "summaryMessage": "tbomxfdyxgaqoj", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "bdbbuvtkirebrereamcdvrwqjg", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "jsrhzxvbnzrdkqkopbncjmojwo" + }, + "staticDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "eovncqawmidtxwnsftlzqnpbnkf", + "messageParameters": { + "key7293": "mtjudbkibqlcuobhygzevamsefo" + }, + "applianceName": "x", + "id": 11, + "code": "foizodhdekrqbglgz", + "possibleCauses": "dvjubqlwvbbsgjhl", + "recommendedAction": "hjhtnqckaqs", + "severity": "qu", + "summaryMessage": "tbomxfdyxgaqoj", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "bdbbuvtkirebrereamcdvrwqjg", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "jsrhzxvbnzrdkqkopbncjmojwo" + }, + "sqlDiscovery": { + "successfullyDiscoveredServerCount": 2, + "totalServerCount": 24, + "sqlMetadataHydratedRunAsAccountId": "wbfschrhdftelimfhm", + "sqlMetadataDiscoveryPipe": "fspvsnkiufodnlcmvxhxkzotutasm", + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "webAppDiscovery": { + "totalWebServerCount": 17, + "totalWebApplicationCount": 14, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "oracleDiscovery": { + "totalInstanceCount": 13, + "totalDatabaseCount": 1, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "springBootDiscovery": { + "totalInstanceCount": 17, + "totalApplicationCount": 26, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "appsAndRoles": { + "applications": [ + { + "name": "pextchmvzkdqxjuvkljtebqif", + "version": "qconf", + "provider": "ctsyxyfsdasunxjlvvqxrnvc" + } + ], + "webApplications": [ + { + "name": "eqiczyswoa", + "status": "pdmgsfwrrpisk", + "platform": "zcjciexlrcmtfjjyc", + "groupName": "qaali", + "webServer": "gag", + "applicationPool": "vwabblunjuarxqqceqwyznor" + } + ], + "features": [ + { + "name": "wrngtirlovoslyojzq", + "featureType": "hrlfgaligkv", + "parent": "qchlbzukacjrtvybfyaarrirmrd", + "status": "zwoxyptrbppjmqufn" + } + ], + "sqlServers": [ + { + "name": "kowsiquiqvxjtpzuqjue", + "edition": "fzshepydfhnbcebhy", + "servicePack": "iaslojvwbsvktqckrhfbmqfpnhbll", + "version": "crsyn", + "clustered": "pnchph", + "clusterName": "lzgxtxesreelresbylftqial", + "dnsHostName": "dqt", + "port": "ukddr", + "commaSeperatedIps": "dyhietzvipwpzx", + "status": "hcrlopzpaquobnpdofyyztkemur", + "isNamedPipeEnabled": "ggafnebswvujdppydynqwunimjfxgm", + "isTcpIpEnabled": "puwytvgltkvdzk", + "namedPipeName": "wlqzosftpybahfarzibecjowpbzp" + } + ], + "sharePointServers": [ + { + "productName": "uxf", + "isEnterprise": "qtkxfajsbzzmh", + "status": "qodrj", + "version": "ijuzqiuui" + } + ], + "systemCenters": [ + { + "productName": "mqbvmzdzybzsvlp", + "status": "shzvukyqfos", + "version": "vpjohciqa" + } + ], + "bizTalkServers": [ + { + "productName": "knitqwpchgunavcmzrncfbhlllql", + "status": "oycn" + } + ], + "exchangeServers": [ + { + "productName": "orztvgsolbt", + "edition": "hcpnbecwlfmkdotfflgvmyjhnhbsrd", + "roles": "nvlshhemsox", + "servicePack": "gkatilgwrwosnlgaffmn", + "version": "agyjhegflu" + } + ], + "otherDatabases": [ + { + "databaseTypes": "lpn", + "instance": "ghyehthuolhtwqj", + "version": "ncekenbeoizwuey" + } + ] + }, + "numberofProcessorCores": 7, + "allocatedMemoryInMb": 9, + "operatingSystemDetails": { + "osType": "qznjbhljoojoakmgh", + "osName": "jmyavc", + "osVersion": "eyqboyorfgvsi", + "osArchitecture": "dhgkupcbgxjathzyabxzxdarctfp" + }, + "biosSerialNumber": "fqpvlwokqlg", + "biosGuid": "ils", + "isDeleted": true, + "createdTimestamp": "nxwobrkryylfc", + "updatedTimestamp": "eqpdbruwsxwtaitsjnsqdtv", + "tags": { + "key498": "yhfpkgtbytqcuxtcfyipjfunackm" + }, + "provisioningState": "Succeeded" + }, + "id": "pcdbbtukqbkv", + "name": "msgkrmbnbmiwhfkbdcdrlujjbo", + "type": "tuhluouqezszunolxhzzp", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Create_MinimumSet_Gen.json new file mode 100644 index 000000000000..22c5c3505d86 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Create_MinimumSet_Gen.json @@ -0,0 +1,17 @@ +{ + "title": "ServerMachines_Create", + "operationId": "ServerMachines_Create", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "dqiJA9H53n-8Yi9I4AC", + "machineName": "pVlB", + "body": {} + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..ea24bb3b57a4 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Delete_MaximumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "ServerMachines_Delete", + "operationId": "ServerMachines_Delete", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "49eqrjFu9B5-6-21GJ1-w", + "machineName": "4----e-7O1-67K1Q4" + }, + "responses": { + "200": {}, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..3a2c0921df29 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Delete_MinimumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "ServerMachines_Delete", + "operationId": "ServerMachines_Delete", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "k-y8W-N72YfBDV-36", + "machineName": "3H-PR-HLM5C5y6-48j-M1" + }, + "responses": { + "200": {}, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..feb7d8620f66 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Get_MaximumSet_Gen.json @@ -0,0 +1,281 @@ +{ + "title": "ServerMachines_Get", + "operationId": "ServerMachines_Get", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "14o25X6-MY0g", + "machineName": "R-6E59GU8" + }, + "responses": { + "200": { + "body": { + "properties": { + "displayName": "kjbatx", + "fqdn": "rkfgv", + "networkAdapters": [ + { + "nicId": "phbtjlohubgr", + "macAddress": "pfxoihtpsxbzccejlkmoyuxzxp", + "ipAddressList": [ + "bkigziafzpcchiu" + ], + "networkName": "oybamgdzwzczxmeb", + "ipAddressType": "mabqaazpepjnvxpp" + } + ], + "hydratedFqdn": "ydgwxdvsagz", + "disks": [ + { + "id": "q", + "generatedId": "vtsuxoqxdytr", + "maxSizeInBytes": 30, + "name": "cavmkj", + "diskType": "hpjrgjce", + "lun": 23, + "path": "gclosjswusxizvm" + } + ], + "validationRequired": "ueizaogdlpdhnkomwlpv", + "firmware": "qafvpaalrwtlzitvqwonovmphtvtfd", + "guestOsDetails": { + "osType": "kkoucddnmdczrxu", + "osName": "hfhfomcxvnndpgkakrdwfjljdhu", + "osVersion": 5, + "osArchitecture": "gfryckybfmiiavrgx" + }, + "numberOfApplications": 29, + "guestDetailsDiscoveryTimestamp": "2023-01-30T14:28:06.067Z", + "isGuestDetailsDiscoveryInProgress": true, + "dependencyMapping": "qxkcunjerweliyrgamjyramhun", + "dependencyMappingStartTime": "2023-01-30T14:28:06.067Z", + "dependencyMappingEndTime": "2023-01-30T14:28:06.067Z", + "runAsAccountId": "gbwasohnjehahswdycgvgptiviskek", + "applianceNames": [ + "frqiljoxsdwhxlpuhnuzu" + ], + "errors": [ + { + "message": "eovncqawmidtxwnsftlzqnpbnkf", + "messageParameters": { + "key7293": "mtjudbkibqlcuobhygzevamsefo" + }, + "applianceName": "x", + "id": 11, + "code": "foizodhdekrqbglgz", + "possibleCauses": "dvjubqlwvbbsgjhl", + "recommendedAction": "hjhtnqckaqs", + "severity": "qu", + "summaryMessage": "tbomxfdyxgaqoj", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "bdbbuvtkirebrereamcdvrwqjg", + "discoveryScope": "AppsAndRoles" + } + ], + "applicationDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "eovncqawmidtxwnsftlzqnpbnkf", + "messageParameters": { + "key7293": "mtjudbkibqlcuobhygzevamsefo" + }, + "applianceName": "x", + "id": 11, + "code": "foizodhdekrqbglgz", + "possibleCauses": "dvjubqlwvbbsgjhl", + "recommendedAction": "hjhtnqckaqs", + "severity": "qu", + "summaryMessage": "tbomxfdyxgaqoj", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "bdbbuvtkirebrereamcdvrwqjg", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "jsrhzxvbnzrdkqkopbncjmojwo" + }, + "dependencyMapDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "eovncqawmidtxwnsftlzqnpbnkf", + "messageParameters": { + "key7293": "mtjudbkibqlcuobhygzevamsefo" + }, + "applianceName": "x", + "id": 11, + "code": "foizodhdekrqbglgz", + "possibleCauses": "dvjubqlwvbbsgjhl", + "recommendedAction": "hjhtnqckaqs", + "severity": "qu", + "summaryMessage": "tbomxfdyxgaqoj", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "bdbbuvtkirebrereamcdvrwqjg", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "jsrhzxvbnzrdkqkopbncjmojwo" + }, + "staticDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "eovncqawmidtxwnsftlzqnpbnkf", + "messageParameters": { + "key7293": "mtjudbkibqlcuobhygzevamsefo" + }, + "applianceName": "x", + "id": 11, + "code": "foizodhdekrqbglgz", + "possibleCauses": "dvjubqlwvbbsgjhl", + "recommendedAction": "hjhtnqckaqs", + "severity": "qu", + "summaryMessage": "tbomxfdyxgaqoj", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "bdbbuvtkirebrereamcdvrwqjg", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "jsrhzxvbnzrdkqkopbncjmojwo" + }, + "sqlDiscovery": { + "successfullyDiscoveredServerCount": 2, + "totalServerCount": 24, + "sqlMetadataHydratedRunAsAccountId": "wbfschrhdftelimfhm", + "sqlMetadataDiscoveryPipe": "fspvsnkiufodnlcmvxhxkzotutasm", + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "webAppDiscovery": { + "totalWebServerCount": 17, + "totalWebApplicationCount": 14, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "oracleDiscovery": { + "totalInstanceCount": 13, + "totalDatabaseCount": 1, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "springBootDiscovery": { + "totalInstanceCount": 17, + "totalApplicationCount": 26, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "appsAndRoles": { + "applications": [ + { + "name": "pextchmvzkdqxjuvkljtebqif", + "version": "qconf", + "provider": "ctsyxyfsdasunxjlvvqxrnvc" + } + ], + "webApplications": [ + { + "name": "eqiczyswoa", + "status": "pdmgsfwrrpisk", + "platform": "zcjciexlrcmtfjjyc", + "groupName": "qaali", + "webServer": "gag", + "applicationPool": "vwabblunjuarxqqceqwyznor" + } + ], + "features": [ + { + "name": "wrngtirlovoslyojzq", + "featureType": "hrlfgaligkv", + "parent": "qchlbzukacjrtvybfyaarrirmrd", + "status": "zwoxyptrbppjmqufn" + } + ], + "sqlServers": [ + { + "name": "kowsiquiqvxjtpzuqjue", + "edition": "fzshepydfhnbcebhy", + "servicePack": "iaslojvwbsvktqckrhfbmqfpnhbll", + "version": "crsyn", + "clustered": "pnchph", + "clusterName": "lzgxtxesreelresbylftqial", + "dnsHostName": "dqt", + "port": "ukddr", + "commaSeperatedIps": "dyhietzvipwpzx", + "status": "hcrlopzpaquobnpdofyyztkemur", + "isNamedPipeEnabled": "ggafnebswvujdppydynqwunimjfxgm", + "isTcpIpEnabled": "puwytvgltkvdzk", + "namedPipeName": "wlqzosftpybahfarzibecjowpbzp" + } + ], + "sharePointServers": [ + { + "productName": "uxf", + "isEnterprise": "qtkxfajsbzzmh", + "status": "qodrj", + "version": "ijuzqiuui" + } + ], + "systemCenters": [ + { + "productName": "mqbvmzdzybzsvlp", + "status": "shzvukyqfos", + "version": "vpjohciqa" + } + ], + "bizTalkServers": [ + { + "productName": "knitqwpchgunavcmzrncfbhlllql", + "status": "oycn" + } + ], + "exchangeServers": [ + { + "productName": "orztvgsolbt", + "edition": "hcpnbecwlfmkdotfflgvmyjhnhbsrd", + "roles": "nvlshhemsox", + "servicePack": "gkatilgwrwosnlgaffmn", + "version": "agyjhegflu" + } + ], + "otherDatabases": [ + { + "databaseTypes": "lpn", + "instance": "ghyehthuolhtwqj", + "version": "ncekenbeoizwuey" + } + ] + }, + "numberofProcessorCores": 7, + "allocatedMemoryInMb": 9, + "operatingSystemDetails": { + "osType": "qznjbhljoojoakmgh", + "osName": "jmyavc", + "osVersion": "eyqboyorfgvsi", + "osArchitecture": "dhgkupcbgxjathzyabxzxdarctfp" + }, + "biosSerialNumber": "fqpvlwokqlg", + "biosGuid": "ils", + "isDeleted": true, + "createdTimestamp": "nxwobrkryylfc", + "updatedTimestamp": "eqpdbruwsxwtaitsjnsqdtv", + "tags": { + "key498": "yhfpkgtbytqcuxtcfyipjfunackm" + }, + "provisioningState": "Succeeded" + }, + "id": "pcdbbtukqbkv", + "name": "msgkrmbnbmiwhfkbdcdrlujjbo", + "type": "tuhluouqezszunolxhzzp", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..111dbf1a0f90 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerMachines_Get_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "ServerMachines_Get", + "operationId": "ServerMachines_Get", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "-e-G73470cC-", + "machineName": "L1X-oU77D--06-o-643" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerOperationStatus_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerOperationStatus_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..7af84fc81203 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerOperationStatus_Get_MaximumSet_Gen.json @@ -0,0 +1,42 @@ +{ + "title": "ServerOperationStatus_Get", + "operationId": "ServerOperationStatus_Get", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "9yL2--kny3hI", + "serverOperationStatusName": "2SL-RYPOd8eY" + }, + "responses": { + "200": { + "body": { + "properties": { + "routeId": "mlivzpjhswpqunbrfubgpxbxdqzx", + "status": "gyyxcyrztirkcrhulacow", + "startTime": "ddxgnrlztrug", + "endTime": "s", + "errors": { + "code": "zcblvsemmahofdyzrj", + "message": "elcjxvomuoffcomqxtxowtwfbqw" + }, + "properties2": { + "result": "n" + }, + "provisioningState": "Succeeded" + }, + "id": "caxmshmeniliispmgzuwymuu", + "name": "mbyiofzu", + "type": "oktebepposrgtxinsayffvnitq", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerOperationStatus_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerOperationStatus_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..acca0e85ad9c --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerOperationStatus_Get_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "ServerOperationStatus_Get", + "operationId": "ServerOperationStatus_Get", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "sPHR84Nq75B2", + "serverOperationStatusName": "-v-4200G35oPT" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerRunAsAccounts_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerRunAsAccounts_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..2b0540634824 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerRunAsAccounts_Get_MaximumSet_Gen.json @@ -0,0 +1,36 @@ +{ + "title": "ServerRunAsAccounts_Get", + "operationId": "ServerRunAsAccounts_Get", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "B683c7g7-8i", + "accountName": "RPd6-X30-6VKg-v7" + }, + "responses": { + "200": { + "body": { + "properties": { + "displayName": "utijjwtcrhwjjmzmjkcbwhgubfmrek", + "credentialType": "etpwjij", + "createdTimestamp": "prbhonfdciidqzjlpxvq", + "updatedTimestamp": "gxwaaogxvgsvz", + "applianceName": "pxmbegksohwrkxvwkyt", + "provisioningState": "Succeeded" + }, + "id": "rvqfafu", + "name": "kuhkgdfwfrcp", + "type": "wfdquxfwxzapgw", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerRunAsAccounts_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerRunAsAccounts_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..9c8d528f883e --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerRunAsAccounts_Get_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "ServerRunAsAccounts_Get", + "operationId": "ServerRunAsAccounts_Get", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "S8-a-E3", + "accountName": "38K3GP" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerRunAsAccounts_ListByServerSiteResource_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerRunAsAccounts_ListByServerSiteResource_MaximumSet_Gen.json new file mode 100644 index 000000000000..97a1e855b25c --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerRunAsAccounts_ListByServerSiteResource_MaximumSet_Gen.json @@ -0,0 +1,40 @@ +{ + "title": "ServerRunAsAccounts_ListByServerSiteResource", + "operationId": "ServerRunAsAccounts_ListByServerSiteResource", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "U-EC3D255Bn" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "displayName": "utijjwtcrhwjjmzmjkcbwhgubfmrek", + "credentialType": "etpwjij", + "createdTimestamp": "prbhonfdciidqzjlpxvq", + "updatedTimestamp": "gxwaaogxvgsvz", + "applianceName": "pxmbegksohwrkxvwkyt", + "provisioningState": "Succeeded" + }, + "id": "rvqfafu", + "name": "kuhkgdfwfrcp", + "type": "wfdquxfwxzapgw", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerRunAsAccounts_ListByServerSiteResource_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerRunAsAccounts_ListByServerSiteResource_MinimumSet_Gen.json new file mode 100644 index 000000000000..93d7fbb3eb0c --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerRunAsAccounts_ListByServerSiteResource_MinimumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "ServerRunAsAccounts_ListByServerSiteResource", + "operationId": "ServerRunAsAccounts_ListByServerSiteResource", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "SIx7yUta-81z3N2-89oPK" + }, + "responses": { + "200": { + "body": { + "value": [ + {} + ] + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Create_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Create_MaximumSet_Gen.json new file mode 100644 index 000000000000..1b06721ee9ed --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Create_MaximumSet_Gen.json @@ -0,0 +1,122 @@ +{ + "title": "ServerSitesInterface_Create", + "operationId": "ServerSitesInterface_Create", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "i7-K8FbC--hU9", + "body": { + "properties": { + "masterSiteId": "jsbrotbltxiercslgppgbutryshgu", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "zqgqkdvoknltokbnlhjrjhhbrhfpz", + "discoverySolutionId": "urwkpikmjahgkjtwfwitcessvyipgj", + "applianceName": "amivsqqqib", + "provisioningState": "Succeeded" + }, + "tags": { + "key5278": "redjmma" + }, + "location": "daydiuhqfgswllnujhieairjymnmv" + } + }, + "responses": { + "200": { + "body": { + "properties": { + "masterSiteId": "jsbrotbltxiercslgppgbutryshgu", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "id": "kxiqkwqhdzr", + "version": "rrbfpsbnjsmoszdtxuqbm", + "lastHeartBeatUtc": "2023-01-30T14:27:34.729Z", + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "zqgqkdvoknltokbnlhjrjhhbrhfpz", + "discoverySolutionId": "urwkpikmjahgkjtwfwitcessvyipgj", + "applianceName": "amivsqqqib", + "provisioningState": "Succeeded" + }, + "tags": { + "key5278": "redjmma" + }, + "location": "daydiuhqfgswllnujhieairjymnmv", + "id": "cktxutnzgyovetbailolycep", + "name": "lcikicqnztqovplhbugwlhnoje", + "type": "z", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + }, + "body": { + "properties": { + "masterSiteId": "jsbrotbltxiercslgppgbutryshgu", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "id": "kxiqkwqhdzr", + "version": "rrbfpsbnjsmoszdtxuqbm", + "lastHeartBeatUtc": "2023-01-30T14:27:34.729Z", + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "zqgqkdvoknltokbnlhjrjhhbrhfpz", + "discoverySolutionId": "urwkpikmjahgkjtwfwitcessvyipgj", + "applianceName": "amivsqqqib", + "provisioningState": "Succeeded" + }, + "tags": { + "key5278": "redjmma" + }, + "location": "daydiuhqfgswllnujhieairjymnmv", + "id": "cktxutnzgyovetbailolycep", + "name": "lcikicqnztqovplhbugwlhnoje", + "type": "z", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Create_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Create_MinimumSet_Gen.json new file mode 100644 index 000000000000..676a980f1a64 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Create_MinimumSet_Gen.json @@ -0,0 +1,28 @@ +{ + "title": "ServerSitesInterface_Create", + "operationId": "ServerSitesInterface_Create", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "--Hm3l8Z", + "body": { + "location": "daydiuhqfgswllnujhieairjymnmv" + } + }, + "responses": { + "200": { + "body": { + "location": "daydiuhqfgswllnujhieairjymnmv" + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + }, + "body": { + "location": "daydiuhqfgswllnujhieairjymnmv" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Delete_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Delete_MaximumSet_Gen.json new file mode 100644 index 000000000000..672e0628fe32 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Delete_MaximumSet_Gen.json @@ -0,0 +1,14 @@ +{ + "title": "ServerSitesInterface_Delete", + "operationId": "ServerSitesInterface_Delete", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "RCm-5-8LOG595l-i8-TK" + }, + "responses": { + "200": {}, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Delete_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Delete_MinimumSet_Gen.json new file mode 100644 index 000000000000..34d3f36bce96 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Delete_MinimumSet_Gen.json @@ -0,0 +1,14 @@ +{ + "title": "ServerSitesInterface_Delete", + "operationId": "ServerSitesInterface_Delete", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "W34V87-5N1o2" + }, + "responses": { + "200": {}, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_ErrorSummary_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_ErrorSummary_MaximumSet_Gen.json new file mode 100644 index 000000000000..b3349379353c --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_ErrorSummary_MaximumSet_Gen.json @@ -0,0 +1,27 @@ +{ + "title": "ServerSitesInterface_ErrorSummary", + "operationId": "ServerSitesInterface_ErrorSummary", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "UT-I-" + }, + "responses": { + "200": { + "body": { + "siteErrorSummary": [ + { + "applianceName": "ruvngsgbivfmeqswoldpqrucxv", + "discoveryScopeErrorSummaries": { + "affectedResourceType": "izohdliydonnogqua", + "affectedObjectsCount": 10, + "discoveryScope": "AppsAndRoles" + } + } + ], + "nextLink": "ucdsxiytktsbnebyludskbwpxmf" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_ErrorSummary_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_ErrorSummary_MinimumSet_Gen.json new file mode 100644 index 000000000000..985a4e6d72d1 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_ErrorSummary_MinimumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "ServerSitesInterface_ErrorSummary", + "operationId": "ServerSitesInterface_ErrorSummary", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "-985kB51I--" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..5ecb1e56b27d --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Get_MaximumSet_Gen.json @@ -0,0 +1,53 @@ +{ + "title": "ServerSitesInterface_Get", + "operationId": "ServerSitesInterface_Get", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "rdy44028k" + }, + "responses": { + "200": { + "body": { + "properties": { + "masterSiteId": "jsbrotbltxiercslgppgbutryshgu", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "id": "kxiqkwqhdzr", + "version": "rrbfpsbnjsmoszdtxuqbm", + "lastHeartBeatUtc": "2023-01-30T14:27:34.729Z", + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "zqgqkdvoknltokbnlhjrjhhbrhfpz", + "discoverySolutionId": "urwkpikmjahgkjtwfwitcessvyipgj", + "applianceName": "amivsqqqib", + "provisioningState": "Succeeded" + }, + "tags": { + "key5278": "redjmma" + }, + "location": "daydiuhqfgswllnujhieairjymnmv", + "id": "cktxutnzgyovetbailolycep", + "name": "lcikicqnztqovplhbugwlhnoje", + "type": "z", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..cd283c4ceed0 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Get_MinimumSet_Gen.json @@ -0,0 +1,17 @@ +{ + "title": "ServerSitesInterface_Get", + "operationId": "ServerSitesInterface_Get", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "Mlf--XkW24" + }, + "responses": { + "200": { + "body": { + "location": "daydiuhqfgswllnujhieairjymnmv" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_HealthSummary_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_HealthSummary_MaximumSet_Gen.json new file mode 100644 index 000000000000..7b7076a5c088 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_HealthSummary_MaximumSet_Gen.json @@ -0,0 +1,37 @@ +{ + "title": "ServerSitesInterface_HealthSummary", + "operationId": "ServerSitesInterface_HealthSummary", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "2GE8-5t-D" + }, + "responses": { + "200": { + "body": { + "siteHealthSummary": [ + { + "applianceName": "gtvp", + "errorMessage": "ndyvkt", + "summaryMessage": "hynspwufdgdjxtggqcykpxjp", + "errorId": 9, + "errorCode": "ycizxbgdntjnjcwe", + "affectedObjectsCount": 17, + "hitCount": 29, + "severity": "yzuuuwxkjmekiihovkxovcfxvt", + "remediationGuidance": "nxvfjmrcmtrudemebtewykfzunbrhd", + "affectedResourceType": "muyzdaxonktrdlmcyrzfxdqzc", + "affectedResources": [ + "owiteejpaqkbikxwsscldt" + ], + "fabricLayoutUpdateSources": [ + "RefreshFabricLayout" + ] + } + ], + "nextLink": "aftk" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_HealthSummary_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_HealthSummary_MinimumSet_Gen.json new file mode 100644 index 000000000000..46d18e97c66b --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_HealthSummary_MinimumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "ServerSitesInterface_HealthSummary", + "operationId": "ServerSitesInterface_HealthSummary", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "WOJYr351U3-0-K7417-D5-" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Machines_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Machines_MaximumSet_Gen.json new file mode 100644 index 000000000000..18b9b077c2b6 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Machines_MaximumSet_Gen.json @@ -0,0 +1,272 @@ +{ + "title": "ServerSitesInterface_Machines", + "operationId": "ServerSitesInterface_Machines", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "8D3--7568CyW-4" + }, + "responses": { + "200": { + "body": { + "serverList": [ + { + "displayName": "kjbatx", + "fqdn": "rkfgv", + "networkAdapters": [ + { + "nicId": "phbtjlohubgr", + "macAddress": "pfxoihtpsxbzccejlkmoyuxzxp", + "ipAddressList": [ + "bkigziafzpcchiu" + ], + "networkName": "oybamgdzwzczxmeb", + "ipAddressType": "mabqaazpepjnvxpp" + } + ], + "hydratedFqdn": "ydgwxdvsagz", + "disks": [ + { + "id": "q", + "generatedId": "vtsuxoqxdytr", + "maxSizeInBytes": 30, + "name": "cavmkj", + "diskType": "hpjrgjce", + "lun": 23, + "path": "gclosjswusxizvm" + } + ], + "validationRequired": "ueizaogdlpdhnkomwlpv", + "firmware": "qafvpaalrwtlzitvqwonovmphtvtfd", + "guestOsDetails": { + "osType": "kkoucddnmdczrxu", + "osName": "hfhfomcxvnndpgkakrdwfjljdhu", + "osVersion": 5, + "osArchitecture": "gfryckybfmiiavrgx" + }, + "numberOfApplications": 29, + "guestDetailsDiscoveryTimestamp": "2023-01-30T14:28:06.067Z", + "isGuestDetailsDiscoveryInProgress": true, + "dependencyMapping": "qxkcunjerweliyrgamjyramhun", + "dependencyMappingStartTime": "2023-01-30T14:28:06.067Z", + "dependencyMappingEndTime": "2023-01-30T14:28:06.067Z", + "runAsAccountId": "gbwasohnjehahswdycgvgptiviskek", + "applianceNames": [ + "frqiljoxsdwhxlpuhnuzu" + ], + "errors": [ + { + "message": "eovncqawmidtxwnsftlzqnpbnkf", + "messageParameters": { + "key7293": "mtjudbkibqlcuobhygzevamsefo" + }, + "applianceName": "x", + "id": 11, + "code": "foizodhdekrqbglgz", + "possibleCauses": "dvjubqlwvbbsgjhl", + "recommendedAction": "hjhtnqckaqs", + "severity": "qu", + "summaryMessage": "tbomxfdyxgaqoj", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "bdbbuvtkirebrereamcdvrwqjg", + "discoveryScope": "AppsAndRoles" + } + ], + "applicationDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "eovncqawmidtxwnsftlzqnpbnkf", + "messageParameters": { + "key7293": "mtjudbkibqlcuobhygzevamsefo" + }, + "applianceName": "x", + "id": 11, + "code": "foizodhdekrqbglgz", + "possibleCauses": "dvjubqlwvbbsgjhl", + "recommendedAction": "hjhtnqckaqs", + "severity": "qu", + "summaryMessage": "tbomxfdyxgaqoj", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "bdbbuvtkirebrereamcdvrwqjg", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "jsrhzxvbnzrdkqkopbncjmojwo" + }, + "dependencyMapDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "eovncqawmidtxwnsftlzqnpbnkf", + "messageParameters": { + "key7293": "mtjudbkibqlcuobhygzevamsefo" + }, + "applianceName": "x", + "id": 11, + "code": "foizodhdekrqbglgz", + "possibleCauses": "dvjubqlwvbbsgjhl", + "recommendedAction": "hjhtnqckaqs", + "severity": "qu", + "summaryMessage": "tbomxfdyxgaqoj", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "bdbbuvtkirebrereamcdvrwqjg", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "jsrhzxvbnzrdkqkopbncjmojwo" + }, + "staticDiscovery": { + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce", + "errors": [ + { + "message": "eovncqawmidtxwnsftlzqnpbnkf", + "messageParameters": { + "key7293": "mtjudbkibqlcuobhygzevamsefo" + }, + "applianceName": "x", + "id": 11, + "code": "foizodhdekrqbglgz", + "possibleCauses": "dvjubqlwvbbsgjhl", + "recommendedAction": "hjhtnqckaqs", + "severity": "qu", + "summaryMessage": "tbomxfdyxgaqoj", + "source": "RefreshFabricLayout", + "updatedTimeStamp": "2023-01-30T14:27:42.422Z", + "runAsAccountId": "bdbbuvtkirebrereamcdvrwqjg", + "discoveryScope": "AppsAndRoles" + } + ], + "hydratedRunAsAccountId": "jsrhzxvbnzrdkqkopbncjmojwo" + }, + "sqlDiscovery": { + "successfullyDiscoveredServerCount": 2, + "totalServerCount": 24, + "sqlMetadataHydratedRunAsAccountId": "wbfschrhdftelimfhm", + "sqlMetadataDiscoveryPipe": "fspvsnkiufodnlcmvxhxkzotutasm", + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "webAppDiscovery": { + "totalWebServerCount": 17, + "totalWebApplicationCount": 14, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "oracleDiscovery": { + "totalInstanceCount": 13, + "totalDatabaseCount": 1, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "springBootDiscovery": { + "totalInstanceCount": 17, + "totalApplicationCount": 26, + "discoveryScopeStatus": "DiscoverySucceededAtleastOnce" + }, + "appsAndRoles": { + "applications": [ + { + "name": "pextchmvzkdqxjuvkljtebqif", + "version": "qconf", + "provider": "ctsyxyfsdasunxjlvvqxrnvc" + } + ], + "webApplications": [ + { + "name": "eqiczyswoa", + "status": "pdmgsfwrrpisk", + "platform": "zcjciexlrcmtfjjyc", + "groupName": "qaali", + "webServer": "gag", + "applicationPool": "vwabblunjuarxqqceqwyznor" + } + ], + "features": [ + { + "name": "wrngtirlovoslyojzq", + "featureType": "hrlfgaligkv", + "parent": "qchlbzukacjrtvybfyaarrirmrd", + "status": "zwoxyptrbppjmqufn" + } + ], + "sqlServers": [ + { + "name": "kowsiquiqvxjtpzuqjue", + "edition": "fzshepydfhnbcebhy", + "servicePack": "iaslojvwbsvktqckrhfbmqfpnhbll", + "version": "crsyn", + "clustered": "pnchph", + "clusterName": "lzgxtxesreelresbylftqial", + "dnsHostName": "dqt", + "port": "ukddr", + "commaSeperatedIps": "dyhietzvipwpzx", + "status": "hcrlopzpaquobnpdofyyztkemur", + "isNamedPipeEnabled": "ggafnebswvujdppydynqwunimjfxgm", + "isTcpIpEnabled": "puwytvgltkvdzk", + "namedPipeName": "wlqzosftpybahfarzibecjowpbzp" + } + ], + "sharePointServers": [ + { + "productName": "uxf", + "isEnterprise": "qtkxfajsbzzmh", + "status": "qodrj", + "version": "ijuzqiuui" + } + ], + "systemCenters": [ + { + "productName": "mqbvmzdzybzsvlp", + "status": "shzvukyqfos", + "version": "vpjohciqa" + } + ], + "bizTalkServers": [ + { + "productName": "knitqwpchgunavcmzrncfbhlllql", + "status": "oycn" + } + ], + "exchangeServers": [ + { + "productName": "orztvgsolbt", + "edition": "hcpnbecwlfmkdotfflgvmyjhnhbsrd", + "roles": "nvlshhemsox", + "servicePack": "gkatilgwrwosnlgaffmn", + "version": "agyjhegflu" + } + ], + "otherDatabases": [ + { + "databaseTypes": "lpn", + "instance": "ghyehthuolhtwqj", + "version": "ncekenbeoizwuey" + } + ] + }, + "numberofProcessorCores": 7, + "allocatedMemoryInMb": 9, + "operatingSystemDetails": { + "osType": "qznjbhljoojoakmgh", + "osName": "jmyavc", + "osVersion": "eyqboyorfgvsi", + "osArchitecture": "dhgkupcbgxjathzyabxzxdarctfp" + }, + "biosSerialNumber": "fqpvlwokqlg", + "biosGuid": "ils", + "isDeleted": true, + "createdTimestamp": "nxwobrkryylfc", + "updatedTimestamp": "eqpdbruwsxwtaitsjnsqdtv", + "tags": { + "key498": "yhfpkgtbytqcuxtcfyipjfunackm" + }, + "provisioningState": "Succeeded" + } + ], + "nextLink": "lgz" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Machines_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Machines_MinimumSet_Gen.json new file mode 100644 index 000000000000..181c28104ab1 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Machines_MinimumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "ServerSitesInterface_Machines", + "operationId": "ServerSitesInterface_Machines", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "-12-Y-p5e3" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_RefreshSite_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_RefreshSite_MaximumSet_Gen.json new file mode 100644 index 000000000000..47a03ebe31ec --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_RefreshSite_MaximumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "ServerSitesInterface_RefreshSite", + "operationId": "ServerSitesInterface_RefreshSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "0H5WP-V9h26-g6L8KU3N", + "body": {} + }, + "responses": { + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_RefreshSite_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_RefreshSite_MinimumSet_Gen.json new file mode 100644 index 000000000000..db0f1751e23b --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_RefreshSite_MinimumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "ServerSitesInterface_RefreshSite", + "operationId": "ServerSitesInterface_RefreshSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "-C6HBPT", + "body": {} + }, + "responses": { + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_UpdateProperties_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_UpdateProperties_MaximumSet_Gen.json new file mode 100644 index 000000000000..3797a147fdae --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_UpdateProperties_MaximumSet_Gen.json @@ -0,0 +1,29 @@ +{ + "title": "ServerSitesInterface_UpdateProperties", + "operationId": "ServerSitesInterface_UpdateProperties", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "J0U7163EA-K-i7KG-K--", + "body": { + "value": [ + { + "id": "xoklqwchlvcilvu", + "dependencyMapping": "jglluumftuw", + "tags": { + "key45": "gegnmlgamixuvpz" + } + } + ] + } + }, + "responses": { + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_UpdateProperties_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_UpdateProperties_MinimumSet_Gen.json new file mode 100644 index 000000000000..e5223667f497 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_UpdateProperties_MinimumSet_Gen.json @@ -0,0 +1,27 @@ +{ + "title": "ServerSitesInterface_UpdateProperties", + "operationId": "ServerSitesInterface_UpdateProperties", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "N7-c30So-5-368----z1-k", + "body": { + "value": [ + { + "id": "xoklqwchlvcilvu", + "dependencyMapping": "jglluumftuw", + "tags": {} + } + ] + } + }, + "responses": { + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Update_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Update_MaximumSet_Gen.json new file mode 100644 index 000000000000..5c849bd977ee --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Update_MaximumSet_Gen.json @@ -0,0 +1,77 @@ +{ + "title": "ServerSitesInterface_Update", + "operationId": "ServerSitesInterface_Update", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "6l78-733463-44-J0-81rfJ", + "body": { + "tags": { + "key1092": "sfjllrgfvxmniaeodkwlgjow" + }, + "properties": { + "masterSiteId": "gxoq", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "vkt", + "discoverySolutionId": "wwfpkorzhljzudrsvznqcwu", + "applianceName": "ovqidojfbgybxjhxzmvqef", + "provisioningState": "Succeeded" + } + } + }, + "responses": { + "200": { + "body": { + "properties": { + "masterSiteId": "gxoq", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "id": "kxiqkwqhdzr", + "version": "rrbfpsbnjsmoszdtxuqbm", + "lastHeartBeatUtc": "2023-01-30T14:27:34.729Z", + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "vkt", + "discoverySolutionId": "wwfpkorzhljzudrsvznqcwu", + "applianceName": "ovqidojfbgybxjhxzmvqef", + "provisioningState": "Succeeded" + }, + "tags": { + "key5278": "redjmma" + }, + "location": "daydiuhqfgswllnujhieairjymnmv", + "id": "cktxutnzgyovetbailolycep", + "name": "lcikicqnztqovplhbugwlhnoje", + "type": "z", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Update_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Update_MinimumSet_Gen.json new file mode 100644 index 000000000000..b322de5d4a7b --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Update_MinimumSet_Gen.json @@ -0,0 +1,18 @@ +{ + "title": "ServerSitesInterface_Update", + "operationId": "ServerSitesInterface_Update", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "7O-O-m4UMt04Y2-2F3n8", + "body": {} + }, + "responses": { + "200": { + "body": { + "location": "daydiuhqfgswllnujhieairjymnmv" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Usage_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Usage_MaximumSet_Gen.json new file mode 100644 index 000000000000..b73e87f6fdea --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Usage_MaximumSet_Gen.json @@ -0,0 +1,18 @@ +{ + "title": "ServerSitesInterface_Usage", + "operationId": "ServerSitesInterface_Usage", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "Fh28-U" + }, + "responses": { + "200": { + "body": { + "runAsAccounts": 26, + "serverCount": 17 + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Usage_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Usage_MinimumSet_Gen.json new file mode 100644 index 000000000000..74dd8bab8270 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/ServerSitesInterface_Usage_MinimumSet_Gen.json @@ -0,0 +1,18 @@ +{ + "title": "ServerSitesInterface_Usage", + "operationId": "ServerSitesInterface_Usage", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "cM--74U-O7-323K9YV3K" + }, + "responses": { + "200": { + "body": { + "runAsAccounts": 26, + "serverCount": 17 + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_DeleteSite_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_DeleteSite_MaximumSet_Gen.json new file mode 100644 index 000000000000..b4c3f941607e --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_DeleteSite_MaximumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "Sites_DeleteSite", + "operationId": "Sites_DeleteSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "W-RAWU-l" + }, + "responses": { + "200": {}, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_DeleteSite_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_DeleteSite_MinimumSet_Gen.json new file mode 100644 index 000000000000..bcc62d6d2dfa --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_DeleteSite_MinimumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "Sites_DeleteSite", + "operationId": "Sites_DeleteSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "15J-WSK71-Q-37IV" + }, + "responses": { + "200": {}, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_GetSite_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_GetSite_MaximumSet_Gen.json new file mode 100644 index 000000000000..21a925649ef3 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_GetSite_MaximumSet_Gen.json @@ -0,0 +1,53 @@ +{ + "title": "Sites_GetSite", + "operationId": "Sites_GetSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "zEf2N-p7Kr2T6P1-" + }, + "responses": { + "200": { + "body": { + "properties": { + "masterSiteId": "jsbrotbltxiercslgppgbutryshgu", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "id": "kxiqkwqhdzr", + "version": "rrbfpsbnjsmoszdtxuqbm", + "lastHeartBeatUtc": "2023-01-30T14:27:34.729Z", + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "zqgqkdvoknltokbnlhjrjhhbrhfpz", + "discoverySolutionId": "urwkpikmjahgkjtwfwitcessvyipgj", + "applianceName": "amivsqqqib", + "provisioningState": "Succeeded" + }, + "tags": { + "key8854": "ibxayxgggirnx" + }, + "location": "nptvheuxfskvgoiokbew", + "id": "vfchqhnmpoouvvpbwui", + "name": "qt", + "type": "cmlwyziemfjtprnzvsxtuqsb", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_GetSite_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_GetSite_MinimumSet_Gen.json new file mode 100644 index 000000000000..d0a2b3069e28 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_GetSite_MinimumSet_Gen.json @@ -0,0 +1,17 @@ +{ + "title": "Sites_GetSite", + "operationId": "Sites_GetSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "---" + }, + "responses": { + "200": { + "body": { + "location": "nptvheuxfskvgoiokbew" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_PatchSite_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_PatchSite_MaximumSet_Gen.json new file mode 100644 index 000000000000..466af61cb99f --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_PatchSite_MaximumSet_Gen.json @@ -0,0 +1,82 @@ +{ + "title": "Sites_PatchSite", + "operationId": "Sites_PatchSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "65dIMV", + "body": { + "tags": { + "key2701": "hmt" + }, + "properties": { + "masterSiteId": "yh", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "ypwilqtensziymhvupgomoeibwbbmg", + "discoverySolutionId": "eoyqsyggmxrcwaxf", + "applianceName": "bcvrwdudgrmgrcklzhgisxhzyvrc", + "provisioningState": "Succeeded" + } + } + }, + "responses": { + "200": { + "body": { + "properties": { + "masterSiteId": "yh", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "id": "kxiqkwqhdzr", + "version": "rrbfpsbnjsmoszdtxuqbm", + "lastHeartBeatUtc": "2023-01-30T14:27:34.729Z", + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "ypwilqtensziymhvupgomoeibwbbmg", + "discoverySolutionId": "eoyqsyggmxrcwaxf", + "applianceName": "bcvrwdudgrmgrcklzhgisxhzyvrc", + "provisioningState": "Succeeded" + }, + "tags": { + "key8854": "ibxayxgggirnx" + }, + "location": "nptvheuxfskvgoiokbew", + "id": "vfchqhnmpoouvvpbwui", + "name": "qt", + "type": "cmlwyziemfjtprnzvsxtuqsb", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_PatchSite_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_PatchSite_MinimumSet_Gen.json new file mode 100644 index 000000000000..18fb844653f7 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_PatchSite_MinimumSet_Gen.json @@ -0,0 +1,23 @@ +{ + "title": "Sites_PatchSite", + "operationId": "Sites_PatchSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "fF0", + "body": {} + }, + "responses": { + "200": { + "body": { + "location": "nptvheuxfskvgoiokbew" + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_PutSite_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_PutSite_MaximumSet_Gen.json new file mode 100644 index 000000000000..8e1aa152333b --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_PutSite_MaximumSet_Gen.json @@ -0,0 +1,122 @@ +{ + "title": "Sites_PutSite", + "operationId": "Sites_PutSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "LVWY--nO5r6-8u", + "body": { + "properties": { + "masterSiteId": "jsbrotbltxiercslgppgbutryshgu", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "zqgqkdvoknltokbnlhjrjhhbrhfpz", + "discoverySolutionId": "urwkpikmjahgkjtwfwitcessvyipgj", + "applianceName": "amivsqqqib", + "provisioningState": "Succeeded" + }, + "tags": { + "key8854": "ibxayxgggirnx" + }, + "location": "nptvheuxfskvgoiokbew" + } + }, + "responses": { + "200": { + "body": { + "properties": { + "masterSiteId": "jsbrotbltxiercslgppgbutryshgu", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "id": "kxiqkwqhdzr", + "version": "rrbfpsbnjsmoszdtxuqbm", + "lastHeartBeatUtc": "2023-01-30T14:27:34.729Z", + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "zqgqkdvoknltokbnlhjrjhhbrhfpz", + "discoverySolutionId": "urwkpikmjahgkjtwfwitcessvyipgj", + "applianceName": "amivsqqqib", + "provisioningState": "Succeeded" + }, + "tags": { + "key8854": "ibxayxgggirnx" + }, + "location": "nptvheuxfskvgoiokbew", + "id": "vfchqhnmpoouvvpbwui", + "name": "qt", + "type": "cmlwyziemfjtprnzvsxtuqsb", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + }, + "body": { + "properties": { + "masterSiteId": "jsbrotbltxiercslgppgbutryshgu", + "servicePrincipalIdentityDetails": { + "tenantId": "gvwoptdpgaaxquzexjwlei", + "applicationId": "sp", + "objectId": "pzjxafnxioatacfklqvpcgpsknx", + "audience": "gnkhjsmmzhg", + "aadAutority": "nxbifycastflnpipopfwkvw", + "rawCertData": "whpgznmkmccuw" + }, + "agentDetails": { + "id": "kxiqkwqhdzr", + "version": "rrbfpsbnjsmoszdtxuqbm", + "lastHeartBeatUtc": "2023-01-30T14:27:34.729Z", + "keyVaultUri": "jktomhbkekvyqogsfw", + "keyVaultId": "fohabsqartisnsqomkzrzlyuuz" + }, + "serviceEndpoint": "zqgqkdvoknltokbnlhjrjhhbrhfpz", + "discoverySolutionId": "urwkpikmjahgkjtwfwitcessvyipgj", + "applianceName": "amivsqqqib", + "provisioningState": "Succeeded" + }, + "tags": { + "key8854": "ibxayxgggirnx" + }, + "location": "nptvheuxfskvgoiokbew", + "id": "vfchqhnmpoouvvpbwui", + "name": "qt", + "type": "cmlwyziemfjtprnzvsxtuqsb", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_PutSite_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_PutSite_MinimumSet_Gen.json new file mode 100644 index 000000000000..201488721a60 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_PutSite_MinimumSet_Gen.json @@ -0,0 +1,28 @@ +{ + "title": "Sites_PutSite", + "operationId": "Sites_PutSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "--213023yv9I--D8I4KC2-6", + "body": { + "location": "nptvheuxfskvgoiokbew" + } + }, + "responses": { + "200": { + "body": { + "location": "nptvheuxfskvgoiokbew" + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + }, + "body": { + "location": "nptvheuxfskvgoiokbew" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_RefreshSite_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_RefreshSite_MaximumSet_Gen.json new file mode 100644 index 000000000000..8deef54d6aa0 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_RefreshSite_MaximumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "Sites_RefreshSite", + "operationId": "Sites_RefreshSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "T-3K4w-55-4POEmW", + "body": {} + }, + "responses": { + "200": { + "body": {} + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_RefreshSite_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_RefreshSite_MinimumSet_Gen.json new file mode 100644 index 000000000000..e7ab41b17665 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/Sites_RefreshSite_MinimumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "Sites_RefreshSite", + "operationId": "Sites_RefreshSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "-2Sgr84-PS7G651--O5DRO4", + "body": {} + }, + "responses": { + "200": { + "body": {} + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_DeleteVCenter_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_DeleteVCenter_MaximumSet_Gen.json new file mode 100644 index 000000000000..bdbcefecbef1 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_DeleteVCenter_MaximumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "VCenter_DeleteVCenter", + "operationId": "VCenter_DeleteVCenter", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "-J3Jv-7S", + "vcenterName": "-7TLR2-" + }, + "responses": { + "200": {}, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_DeleteVCenter_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_DeleteVCenter_MinimumSet_Gen.json new file mode 100644 index 000000000000..11d93461b934 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_DeleteVCenter_MinimumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "VCenter_DeleteVCenter", + "operationId": "VCenter_DeleteVCenter", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "tKA4-", + "vcenterName": "L12L9b-" + }, + "responses": { + "200": {}, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_GetAllVCentersInSite_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_GetAllVCentersInSite_MaximumSet_Gen.json new file mode 100644 index 000000000000..4bca2967bd49 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_GetAllVCentersInSite_MaximumSet_Gen.json @@ -0,0 +1,39 @@ +{ + "title": "VCenter_GetAllVCentersInSite", + "operationId": "VCenter_GetAllVCentersInSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "--E0-4Y383fj57" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "agentDetails": "yswkhhpsiyajsrpfnsc", + "serviceEndpoint": "jlhjcxbfayrko", + "discoverySolutionId": "pidtptyopeivfykcbnonugxedmx", + "applianceName": "nnrczhnvyertgvvgso", + "provisioningState": "Succeeded" + }, + "id": "nfyrbizpdptwbveii", + "name": "bptlzodcclhdretmknpapzlwhoopk", + "type": "gbyszazniraw", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_GetAllVCentersInSite_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_GetAllVCentersInSite_MinimumSet_Gen.json new file mode 100644 index 000000000000..01267a4eb44c --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_GetAllVCentersInSite_MinimumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "VCenter_GetAllVCentersInSite", + "operationId": "VCenter_GetAllVCentersInSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "O1HEOQlg--0695-19-4-6TN" + }, + "responses": { + "200": { + "body": { + "value": [ + {} + ] + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_GetVCenter_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_GetVCenter_MaximumSet_Gen.json new file mode 100644 index 000000000000..f8f2b590ea59 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_GetVCenter_MaximumSet_Gen.json @@ -0,0 +1,35 @@ +{ + "title": "VCenter_GetVCenter", + "operationId": "VCenter_GetVCenter", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "AV-7L8-X", + "vcenterName": "-VQ3Z-z4-Hv-187V5J-J-1" + }, + "responses": { + "200": { + "body": { + "properties": { + "agentDetails": "yswkhhpsiyajsrpfnsc", + "serviceEndpoint": "jlhjcxbfayrko", + "discoverySolutionId": "pidtptyopeivfykcbnonugxedmx", + "applianceName": "nnrczhnvyertgvvgso", + "provisioningState": "Succeeded" + }, + "id": "nfyrbizpdptwbveii", + "name": "bptlzodcclhdretmknpapzlwhoopk", + "type": "gbyszazniraw", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_GetVCenter_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_GetVCenter_MinimumSet_Gen.json new file mode 100644 index 000000000000..3169437f6471 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_GetVCenter_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "VCenter_GetVCenter", + "operationId": "VCenter_GetVCenter", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "4tF46DM7y4K2RY1UEFLN6f", + "vcenterName": "FG70Qs68BL3-X02g" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_PutVCenter_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_PutVCenter_MaximumSet_Gen.json new file mode 100644 index 000000000000..954387b0a47d --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_PutVCenter_MaximumSet_Gen.json @@ -0,0 +1,69 @@ +{ + "title": "VCenter_PutVCenter", + "operationId": "VCenter_PutVCenter", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "h-XOqg-STg", + "vcenterName": "13-Y7-1Fn2--4x21IY", + "body": { + "properties": { + "agentDetails": "yswkhhpsiyajsrpfnsc", + "serviceEndpoint": "jlhjcxbfayrko", + "discoverySolutionId": "pidtptyopeivfykcbnonugxedmx", + "applianceName": "nnrczhnvyertgvvgso", + "provisioningState": "Succeeded" + } + } + }, + "responses": { + "200": { + "body": { + "properties": { + "agentDetails": "yswkhhpsiyajsrpfnsc", + "serviceEndpoint": "jlhjcxbfayrko", + "discoverySolutionId": "pidtptyopeivfykcbnonugxedmx", + "applianceName": "nnrczhnvyertgvvgso", + "provisioningState": "Succeeded" + }, + "id": "nfyrbizpdptwbveii", + "name": "bptlzodcclhdretmknpapzlwhoopk", + "type": "gbyszazniraw", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + }, + "body": { + "properties": { + "agentDetails": "yswkhhpsiyajsrpfnsc", + "serviceEndpoint": "jlhjcxbfayrko", + "discoverySolutionId": "pidtptyopeivfykcbnonugxedmx", + "applianceName": "nnrczhnvyertgvvgso", + "provisioningState": "Succeeded" + }, + "id": "nfyrbizpdptwbveii", + "name": "bptlzodcclhdretmknpapzlwhoopk", + "type": "gbyszazniraw", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_PutVCenter_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_PutVCenter_MinimumSet_Gen.json new file mode 100644 index 000000000000..d2934082e35c --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VCenter_PutVCenter_MinimumSet_Gen.json @@ -0,0 +1,23 @@ +{ + "title": "VCenter_PutVCenter", + "operationId": "VCenter_PutVCenter", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "SHhTHx479-eD2Hb4x-uW", + "vcenterName": "EC3ATs7-V717--4jP1U2-V", + "body": {} + }, + "responses": { + "200": { + "body": {} + }, + "201": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + }, + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareOperationsStatus_GetOperationStatus_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareOperationsStatus_GetOperationStatus_MaximumSet_Gen.json new file mode 100644 index 000000000000..16cc8474d140 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareOperationsStatus_GetOperationStatus_MaximumSet_Gen.json @@ -0,0 +1,42 @@ +{ + "title": "VMwareOperationsStatus_GetOperationStatus", + "operationId": "VMwareOperationsStatus_GetOperationStatus", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "P-aK84R1K22X", + "operationStatusName": "7Um" + }, + "responses": { + "200": { + "body": { + "properties": { + "routeId": "mlivzpjhswpqunbrfubgpxbxdqzx", + "status": "gyyxcyrztirkcrhulacow", + "startTime": "ddxgnrlztrug", + "endTime": "s", + "errors": { + "code": "zcblvsemmahofdyzrj", + "message": "elcjxvomuoffcomqxtxowtwfbqw" + }, + "properties2": { + "result": "n" + }, + "provisioningState": "Succeeded" + }, + "id": "kijbqbxtyyjcbbcwpcfjiiqkr", + "name": "rooeyzr", + "type": "vh", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareOperationsStatus_GetOperationStatus_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareOperationsStatus_GetOperationStatus_MinimumSet_Gen.json new file mode 100644 index 000000000000..f4dd8778b418 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VMwareOperationsStatus_GetOperationStatus_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "VMwareOperationsStatus_GetOperationStatus", + "operationId": "VMwareOperationsStatus_GetOperationStatus", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "x-12Y4-eTC3-h3Q99FE", + "operationStatusName": "85615j141r5K" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareHosts_Get_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareHosts_Get_MaximumSet_Gen.json new file mode 100644 index 000000000000..3691847bb74a --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareHosts_Get_MaximumSet_Gen.json @@ -0,0 +1,35 @@ +{ + "title": "VmwareHosts_Get", + "operationId": "VmwareHosts_Get", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "C-w7E-Tp7Y4--5Ob4-WL7", + "hostName": "LS81-F-8hRjYVQ37noMOAT1" + }, + "responses": { + "200": { + "body": { + "properties": { + "agentDetails": "bj", + "serviceEndpoint": "aljmvstaljfwaqw", + "discoverySolutionId": "ykfdfqvxmimybbjksndxzqjsglugym", + "applianceName": "vovhyuzylnqthhrrflhnxkujuvn", + "provisioningState": "Succeeded" + }, + "id": "cuapiqmjblaarredru", + "name": "kxonzqsxhtviltwljdexrtffnh", + "type": "j", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareHosts_Get_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareHosts_Get_MinimumSet_Gen.json new file mode 100644 index 000000000000..8fbf07f4ff3f --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareHosts_Get_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "VmwareHosts_Get", + "operationId": "VmwareHosts_Get", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "5OCGQAwD2iF3V91", + "hostName": "G97-1-J7sw" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareHosts_ListByVMwareSite_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareHosts_ListByVMwareSite_MaximumSet_Gen.json new file mode 100644 index 000000000000..132372dde3a3 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareHosts_ListByVMwareSite_MaximumSet_Gen.json @@ -0,0 +1,39 @@ +{ + "title": "VmwareHosts_ListByVMwareSite", + "operationId": "VmwareHosts_ListByVMwareSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "QI6-JVh2E27PKwt8" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "agentDetails": "bj", + "serviceEndpoint": "aljmvstaljfwaqw", + "discoverySolutionId": "ykfdfqvxmimybbjksndxzqjsglugym", + "applianceName": "vovhyuzylnqthhrrflhnxkujuvn", + "provisioningState": "Succeeded" + }, + "id": "cuapiqmjblaarredru", + "name": "kxonzqsxhtviltwljdexrtffnh", + "type": "j", + "systemData": { + "createdBy": "vszmwnilralqf", + "createdByType": "User", + "createdAt": "2023-01-30T14:27:34.729Z", + "lastModifiedBy": "eyhaetydwpwhrrcbgydywlzpgbjv", + "lastModifiedByType": "User", + "lastModifiedAt": "2023-01-30T14:27:34.729Z" + } + } + ], + "nextLink": "https://microsoft.com/a" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareHosts_ListByVMwareSite_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareHosts_ListByVMwareSite_MinimumSet_Gen.json new file mode 100644 index 000000000000..ba7ca3215bdc --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareHosts_ListByVMwareSite_MinimumSet_Gen.json @@ -0,0 +1,19 @@ +{ + "title": "VmwareHosts_ListByVMwareSite", + "operationId": "VmwareHosts_ListByVMwareSite", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "O681H-O444" + }, + "responses": { + "200": { + "body": { + "value": [ + {} + ] + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ClientGroupsMembers_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ClientGroupsMembers_MaximumSet_Gen.json new file mode 100644 index 000000000000..f105b871b23a --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ClientGroupsMembers_MaximumSet_Gen.json @@ -0,0 +1,27 @@ +{ + "title": "VmwareSites_ClientGroupsMembers", + "operationId": "VmwareSites_ClientGroupsMembers", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "1j18-", + "body": {} + }, + "responses": { + "200": { + "body": { + "schema": { + "id": "oerpnxqgbbsfwgubtaxblqvmsfuw", + "type": "rzkevmpznchvexviqbtpt", + "name": "cusnfxhinojrktfhuzzwxpz" + } + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ClientGroupsMembers_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ClientGroupsMembers_MinimumSet_Gen.json new file mode 100644 index 000000000000..089ca42f4e02 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ClientGroupsMembers_MinimumSet_Gen.json @@ -0,0 +1,27 @@ +{ + "title": "VmwareSites_ClientGroupsMembers", + "operationId": "VmwareSites_ClientGroupsMembers", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "X-Yf-BJif--CB--3GI1C9", + "body": {} + }, + "responses": { + "200": { + "body": { + "schema": { + "id": "oerpnxqgbbsfwgubtaxblqvmsfuw", + "type": "rzkevmpznchvexviqbtpt", + "name": "cusnfxhinojrktfhuzzwxpz" + } + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ErrorSummary_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ErrorSummary_MaximumSet_Gen.json new file mode 100644 index 000000000000..0c7cffea21eb --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ErrorSummary_MaximumSet_Gen.json @@ -0,0 +1,28 @@ +{ + "title": "VmwareSites_ErrorSummary", + "operationId": "VmwareSites_ErrorSummary", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "6pXLI51-WD49", + "vmwareSite": "---WR3J7K-XU4VsNWOh3DG4" + }, + "responses": { + "200": { + "body": { + "siteErrorSummary": [ + { + "applianceName": "ruvngsgbivfmeqswoldpqrucxv", + "discoveryScopeErrorSummaries": { + "affectedResourceType": "izohdliydonnogqua", + "affectedObjectsCount": 10, + "discoveryScope": "AppsAndRoles" + } + } + ], + "nextLink": "ucdsxiytktsbnebyludskbwpxmf" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ErrorSummary_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ErrorSummary_MinimumSet_Gen.json new file mode 100644 index 000000000000..26cbfd9b9501 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ErrorSummary_MinimumSet_Gen.json @@ -0,0 +1,16 @@ +{ + "title": "VmwareSites_ErrorSummary", + "operationId": "VmwareSites_ErrorSummary", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "XydCv2IDYw2pQ8", + "vmwareSite": "eGeG7NpXm-1IEPi3D85JG2H" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportApplications_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportApplications_MaximumSet_Gen.json new file mode 100644 index 000000000000..4b34ee1941c7 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportApplications_MaximumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "VmwareSites_ExportApplications", + "operationId": "VmwareSites_ExportApplications", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "g11Wnitmk-S6V--NC--T3OJ", + "body": {} + }, + "responses": { + "200": { + "body": {} + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportApplications_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportApplications_MinimumSet_Gen.json new file mode 100644 index 000000000000..bf0ca8bca562 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportApplications_MinimumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "VmwareSites_ExportApplications", + "operationId": "VmwareSites_ExportApplications", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "--550lz-12", + "body": {} + }, + "responses": { + "200": { + "body": {} + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportDependencies_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportDependencies_MaximumSet_Gen.json new file mode 100644 index 000000000000..489678395d27 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportDependencies_MaximumSet_Gen.json @@ -0,0 +1,27 @@ +{ + "title": "VmwareSites_ExportDependencies", + "operationId": "VmwareSites_ExportDependencies", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "cDGfHRz5Ae", + "body": {} + }, + "responses": { + "200": { + "body": { + "schema": { + "id": "oerpnxqgbbsfwgubtaxblqvmsfuw", + "type": "rzkevmpznchvexviqbtpt", + "name": "cusnfxhinojrktfhuzzwxpz" + } + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportDependencies_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportDependencies_MinimumSet_Gen.json new file mode 100644 index 000000000000..8e30a4747c0b --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportDependencies_MinimumSet_Gen.json @@ -0,0 +1,27 @@ +{ + "title": "VmwareSites_ExportDependencies", + "operationId": "VmwareSites_ExportDependencies", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "PRS8K6BSm2C", + "body": {} + }, + "responses": { + "200": { + "body": { + "schema": { + "id": "oerpnxqgbbsfwgubtaxblqvmsfuw", + "type": "rzkevmpznchvexviqbtpt", + "name": "cusnfxhinojrktfhuzzwxpz" + } + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportMachineErrors_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportMachineErrors_MaximumSet_Gen.json new file mode 100644 index 000000000000..bc311c821b93 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportMachineErrors_MaximumSet_Gen.json @@ -0,0 +1,27 @@ +{ + "title": "VmwareSites_ExportMachineErrors", + "operationId": "VmwareSites_ExportMachineErrors", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "r27l", + "body": {} + }, + "responses": { + "200": { + "body": { + "schema": { + "id": "oerpnxqgbbsfwgubtaxblqvmsfuw", + "type": "rzkevmpznchvexviqbtpt", + "name": "cusnfxhinojrktfhuzzwxpz" + } + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportMachineErrors_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportMachineErrors_MinimumSet_Gen.json new file mode 100644 index 000000000000..4a0858ffa3f7 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportMachineErrors_MinimumSet_Gen.json @@ -0,0 +1,27 @@ +{ + "title": "VmwareSites_ExportMachineErrors", + "operationId": "VmwareSites_ExportMachineErrors", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "-404Ehv", + "body": {} + }, + "responses": { + "200": { + "body": { + "schema": { + "id": "oerpnxqgbbsfwgubtaxblqvmsfuw", + "type": "rzkevmpznchvexviqbtpt", + "name": "cusnfxhinojrktfhuzzwxpz" + } + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportMachines_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportMachines_MaximumSet_Gen.json new file mode 100644 index 000000000000..ae9f7a2a2ac3 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportMachines_MaximumSet_Gen.json @@ -0,0 +1,22 @@ +{ + "title": "VmwareSites_ExportMachines", + "operationId": "VmwareSites_ExportMachines", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "21d8H-8u0233t1", + "body": {} + }, + "responses": { + "200": { + "body": { + "schema": { + "id": "oerpnxqgbbsfwgubtaxblqvmsfuw", + "type": "rzkevmpznchvexviqbtpt", + "name": "cusnfxhinojrktfhuzzwxpz" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportMachines_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportMachines_MinimumSet_Gen.json new file mode 100644 index 000000000000..6b429d867133 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ExportMachines_MinimumSet_Gen.json @@ -0,0 +1,22 @@ +{ + "title": "VmwareSites_ExportMachines", + "operationId": "VmwareSites_ExportMachines", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "VhGdGYwPXDI", + "body": {} + }, + "responses": { + "200": { + "body": { + "schema": { + "id": "oerpnxqgbbsfwgubtaxblqvmsfuw", + "type": "rzkevmpznchvexviqbtpt", + "name": "cusnfxhinojrktfhuzzwxpz" + } + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_GenerateCoarseMap_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_GenerateCoarseMap_MaximumSet_Gen.json new file mode 100644 index 000000000000..ffc8d901656f --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_GenerateCoarseMap_MaximumSet_Gen.json @@ -0,0 +1,27 @@ +{ + "title": "VmwareSites_GenerateCoarseMap", + "operationId": "VmwareSites_GenerateCoarseMap", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "9XG3mN41-qI", + "body": {} + }, + "responses": { + "200": { + "body": { + "schema": { + "id": "oerpnxqgbbsfwgubtaxblqvmsfuw", + "type": "rzkevmpznchvexviqbtpt", + "name": "cusnfxhinojrktfhuzzwxpz" + } + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_GenerateCoarseMap_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_GenerateCoarseMap_MinimumSet_Gen.json new file mode 100644 index 000000000000..19bda38bfd47 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_GenerateCoarseMap_MinimumSet_Gen.json @@ -0,0 +1,27 @@ +{ + "title": "VmwareSites_GenerateCoarseMap", + "operationId": "VmwareSites_GenerateCoarseMap", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "-IP1---Tc39", + "body": {} + }, + "responses": { + "200": { + "body": { + "schema": { + "id": "oerpnxqgbbsfwgubtaxblqvmsfuw", + "type": "rzkevmpznchvexviqbtpt", + "name": "cusnfxhinojrktfhuzzwxpz" + } + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_GenerateDetailedMap_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_GenerateDetailedMap_MaximumSet_Gen.json new file mode 100644 index 000000000000..5c034f023294 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_GenerateDetailedMap_MaximumSet_Gen.json @@ -0,0 +1,27 @@ +{ + "title": "VmwareSites_GenerateDetailedMap", + "operationId": "VmwareSites_GenerateDetailedMap", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "3-QZE-W7Su75948V4X4x8Rv", + "body": {} + }, + "responses": { + "200": { + "body": { + "schema": { + "id": "oerpnxqgbbsfwgubtaxblqvmsfuw", + "type": "rzkevmpznchvexviqbtpt", + "name": "cusnfxhinojrktfhuzzwxpz" + } + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_GenerateDetailedMap_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_GenerateDetailedMap_MinimumSet_Gen.json new file mode 100644 index 000000000000..7bc9c02c44e6 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_GenerateDetailedMap_MinimumSet_Gen.json @@ -0,0 +1,27 @@ +{ + "title": "VmwareSites_GenerateDetailedMap", + "operationId": "VmwareSites_GenerateDetailedMap", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "XD5e-HX8", + "body": {} + }, + "responses": { + "200": { + "body": { + "schema": { + "id": "oerpnxqgbbsfwgubtaxblqvmsfuw", + "type": "rzkevmpznchvexviqbtpt", + "name": "cusnfxhinojrktfhuzzwxpz" + } + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_HealthSummary_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_HealthSummary_MaximumSet_Gen.json new file mode 100644 index 000000000000..ca0a14798e42 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_HealthSummary_MaximumSet_Gen.json @@ -0,0 +1,37 @@ +{ + "title": "VmwareSites_HealthSummary", + "operationId": "VmwareSites_HealthSummary", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "e2f40--RK4K94Uq1PCW" + }, + "responses": { + "200": { + "body": { + "siteHealthSummary": [ + { + "applianceName": "gtvp", + "errorMessage": "ndyvkt", + "summaryMessage": "hynspwufdgdjxtggqcykpxjp", + "errorId": 9, + "errorCode": "ycizxbgdntjnjcwe", + "affectedObjectsCount": 17, + "hitCount": 29, + "severity": "yzuuuwxkjmekiihovkxovcfxvt", + "remediationGuidance": "nxvfjmrcmtrudemebtewykfzunbrhd", + "affectedResourceType": "muyzdaxonktrdlmcyrzfxdqzc", + "affectedResources": [ + "owiteejpaqkbikxwsscldt" + ], + "fabricLayoutUpdateSources": [ + "RefreshFabricLayout" + ] + } + ], + "nextLink": "aftk" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_HealthSummary_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_HealthSummary_MinimumSet_Gen.json new file mode 100644 index 000000000000..61f4f1a16e50 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_HealthSummary_MinimumSet_Gen.json @@ -0,0 +1,15 @@ +{ + "title": "VmwareSites_HealthSummary", + "operationId": "VmwareSites_HealthSummary", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "YH7OV" + }, + "responses": { + "200": { + "body": {} + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ServerGroupMembers_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ServerGroupMembers_MaximumSet_Gen.json new file mode 100644 index 000000000000..4741f29e071d --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ServerGroupMembers_MaximumSet_Gen.json @@ -0,0 +1,27 @@ +{ + "title": "VmwareSites_ServerGroupMembers", + "operationId": "VmwareSites_ServerGroupMembers", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "S6Y8-04-5B4KFsw0J-ra", + "body": {} + }, + "responses": { + "200": { + "body": { + "schema": { + "id": "oerpnxqgbbsfwgubtaxblqvmsfuw", + "type": "rzkevmpznchvexviqbtpt", + "name": "cusnfxhinojrktfhuzzwxpz" + } + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ServerGroupMembers_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ServerGroupMembers_MinimumSet_Gen.json new file mode 100644 index 000000000000..2e46f0e26455 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_ServerGroupMembers_MinimumSet_Gen.json @@ -0,0 +1,27 @@ +{ + "title": "VmwareSites_ServerGroupMembers", + "operationId": "VmwareSites_ServerGroupMembers", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "F26hc", + "body": {} + }, + "responses": { + "200": { + "body": { + "schema": { + "id": "oerpnxqgbbsfwgubtaxblqvmsfuw", + "type": "rzkevmpznchvexviqbtpt", + "name": "cusnfxhinojrktfhuzzwxpz" + } + } + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateDependencyMapStatus_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateDependencyMapStatus_MaximumSet_Gen.json new file mode 100644 index 000000000000..75c72ea25417 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateDependencyMapStatus_MaximumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "VmwareSites_UpdateDependencyMapStatus", + "operationId": "VmwareSites_UpdateDependencyMapStatus", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "U2U9", + "body": {} + }, + "responses": { + "200": { + "body": {} + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateDependencyMapStatus_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateDependencyMapStatus_MinimumSet_Gen.json new file mode 100644 index 000000000000..be5343fc43fa --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateDependencyMapStatus_MinimumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "VmwareSites_UpdateDependencyMapStatus", + "operationId": "VmwareSites_UpdateDependencyMapStatus", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "3Cw3m-f7-JPnc1UeO321", + "body": {} + }, + "responses": { + "200": { + "body": {} + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateProperties_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateProperties_MaximumSet_Gen.json new file mode 100644 index 000000000000..27a51c1823aa --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateProperties_MaximumSet_Gen.json @@ -0,0 +1,29 @@ +{ + "title": "VmwareSites_UpdateProperties", + "operationId": "VmwareSites_UpdateProperties", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "jY65---B545P-o2-", + "body": { + "value": [ + { + "id": "xoklqwchlvcilvu", + "dependencyMapping": "jglluumftuw", + "tags": { + "key45": "gegnmlgamixuvpz" + } + } + ] + } + }, + "responses": { + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateProperties_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateProperties_MinimumSet_Gen.json new file mode 100644 index 000000000000..f719582814f3 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateProperties_MinimumSet_Gen.json @@ -0,0 +1,27 @@ +{ + "title": "VmwareSites_UpdateProperties", + "operationId": "VmwareSites_UpdateProperties", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "5--PyFKXBiA2", + "body": { + "value": [ + { + "id": "xoklqwchlvcilvu", + "dependencyMapping": "jglluumftuw", + "tags": {} + } + ] + } + }, + "responses": { + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + }, + "204": {} + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateRunAsAccount_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateRunAsAccount_MaximumSet_Gen.json new file mode 100644 index 000000000000..7b37effbe9a6 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateRunAsAccount_MaximumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "VmwareSites_UpdateRunAsAccount", + "operationId": "VmwareSites_UpdateRunAsAccount", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "25Sl7YQP--gb2--36-I3", + "body": {} + }, + "responses": { + "200": { + "body": {} + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateRunAsAccount_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateRunAsAccount_MinimumSet_Gen.json new file mode 100644 index 000000000000..aa758c86b446 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateRunAsAccount_MinimumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "VmwareSites_UpdateRunAsAccount", + "operationId": "VmwareSites_UpdateRunAsAccount", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "NuN3-xEC3t-8HMUM7LE-6o", + "body": {} + }, + "responses": { + "200": { + "body": {} + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateTags_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateTags_MaximumSet_Gen.json new file mode 100644 index 000000000000..8d2f1d942056 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateTags_MaximumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "VmwareSites_UpdateTags", + "operationId": "VmwareSites_UpdateTags", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "KP0vR--9bMK-6", + "body": {} + }, + "responses": { + "200": { + "body": {} + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateTags_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateTags_MinimumSet_Gen.json new file mode 100644 index 000000000000..58b3e34f719f --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_UpdateTags_MinimumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "VmwareSites_UpdateTags", + "operationId": "VmwareSites_UpdateTags", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "235nNR56u", + "body": {} + }, + "responses": { + "200": { + "body": {} + }, + "202": { + "headers": { + "Azure-AsyncOperation": "https://contoso.com/operationstatus" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_Usage_MaximumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_Usage_MaximumSet_Gen.json new file mode 100644 index 000000000000..ce9436079026 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_Usage_MaximumSet_Gen.json @@ -0,0 +1,22 @@ +{ + "title": "VmwareSites_Usage", + "operationId": "VmwareSites_Usage", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "v-SP-613L-EUp08YF4I", + "vmwareSite": "03U3i-" + }, + "responses": { + "200": { + "body": { + "machineCount": 19, + "runAsAccountCount": 14, + "hostCount": 12, + "clusterCount": 20, + "provisioningState": "Succeeded" + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_Usage_MinimumSet_Gen.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_Usage_MinimumSet_Gen.json new file mode 100644 index 000000000000..51ea261e75f7 --- /dev/null +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/examples/VmwareSites_Usage_MinimumSet_Gen.json @@ -0,0 +1,21 @@ +{ + "title": "VmwareSites_Usage", + "operationId": "VmwareSites_Usage", + "parameters": { + "api-version": "2020-07-10", + "subscriptionId": "301C47CA-72CD-4101-A803-F1B34A9D247F", + "resourceGroupName": "rgmigrate", + "siteName": "FU7TA7u-FZX4I--7g", + "vmwareSite": "-Q2fX327Ql-CW3N" + }, + "responses": { + "200": { + "body": { + "machineCount": 19, + "runAsAccountCount": 14, + "hostCount": 12, + "clusterCount": 20 + } + } + } +} \ No newline at end of file diff --git a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/migrate.json b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/migrate.json index ea291daeb898..09a262f57504 100644 --- a/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/migrate.json +++ b/specification/migrate/resource-manager/Microsoft.OffAzure/stable/2020-07-10/migrate.json @@ -1,584 +1,634 @@ { "swagger": "2.0", "info": { + "title": "SingleSPNAttribute", "version": "2020-07-10", - "title": "Azure Migrate V2", - "description": "Discover your workloads for Azure.", - "contact": { - "name": "Microsoft", - "email": "azuremigrate@microsoft.com" - } + "description": "Azure OffAzure Resource Provider management API.", + "x-cadl-generated": [ + { + "emitter": "@azure-tools/cadl-autorest" + } + ] }, - "host": "management.azure.com", "schemes": [ "https" ], - "parameters": { - "subscriptionId": { - "name": "subscriptionId", - "description": "Azure Subscription Id in which project was created.", - "type": "string", - "in": "path", - "required": true + "host": "management.azure.com", + "produces": [ + "application/json" + ], + "consumes": [ + "application/json" + ], + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] } - }, + ], "securityDefinitions": { "azure_auth": { "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", + "description": "Azure Active Directory OAuth2 Flow.", "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "scopes": { "user_impersonation": "impersonate your user account" } } }, - "security": [ + "tags": [ { - "azure_auth": [ - "user_impersonation" - ] + "name": "Operations" + }, + { + "name": "HyperVClusterInt" + }, + { + "name": "HyperVClusterController" + }, + { + "name": "VmwareSites" + }, + { + "name": "SitesController" + }, + { + "name": "VMwarePropertiesController" + }, + { + "name": "DependencyMapController" + }, + { + "name": "Machines" + }, + { + "name": "MachinesController" + }, + { + "name": "VmwareMachinesController" + }, + { + "name": "VCenterController" + }, + { + "name": "VmwareVcenters" + }, + { + "name": "RunAsAccountsController" + }, + { + "name": "Microsoft.Azure.FDS.WebRole.V2020_01_01_preview.VMwareHostController" + }, + { + "name": "VmwareHosts" + }, + { + "name": "JobsController" + }, + { + "name": "HypervSites" + }, + { + "name": "HyperVSitesController" + }, + { + "name": "HyperVJobController" + }, + { + "name": "HypervJobs" + }, + { + "name": "HyperVHostInt" + }, + { + "name": "HyperVHostController" + }, + { + "name": "Microsoft.Azure.FDS.WebRole.V2020_01_01_preview.HyperVHostController" + }, + { + "name": "Microsoft.Azure.FDS.WebRole.V2022_10_27.HyperVMachinesController" + }, + { + "name": "HypervMachines" + }, + { + "name": "HyperVMachinesController" + }, + { + "name": "VmwareOperationsStatusController" + }, + { + "name": "VmwareOperationStatus" + }, + { + "name": "HypervOperationsStatusController" + }, + { + "name": "HypervOperationStatus" + }, + { + "name": "HyperVRunAsAccountsController" + }, + { + "name": "ServerSitesInterface" + }, + { + "name": "ServerMachines" + }, + { + "name": "ServerRunAsAccounts" + }, + { + "name": "ServerOperationStatus" + }, + { + "name": "ServerJobs" + }, + { + "name": "ImportJobsController" + }, + { + "name": "ImportMachines" + }, + { + "name": "ImportMachinesController" + }, + { + "name": "ImportSites" + }, + { + "name": "ImportSitesController" } ], "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/clusters/{clusterName}": { - "get": { + "/{subscriptionId}/{resourceGroupName}/{siteName}": { + "post": { "tags": [ - "HyperVCluster" - ], - "summary": "Method to get a Hyper-V cluster.", - "operationId": "HyperVCluster_GetCluster", - "consumes": [], - "produces": [ - "application/json" + "HypervSites" ], + "operationId": "HyperVSites_RefreshSite", + "summary": "Method to refresh a site.", + "description": "Method to refresh a site.", "parameters": [ { - "$ref": "#/parameters/subscriptionId" - }, - { - "name": "resourceGroupName", + "name": "subscriptionId", "in": "path", - "description": "The name of the resource group. The name is case insensitive.", "required": true, + "description": "The ID of the target subscription.", "type": "string" }, { - "name": "siteName", + "name": "resourceGroupName", "in": "path", - "description": "Site name.", "required": true, + "description": "The name of the resource group. The name is case insensitive.", "type": "string" }, { - "name": "clusterName", + "name": "siteName", "in": "path", - "description": "Cluster ARM name.", "required": true, + "description": "Site name.", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", - "required": true, - "type": "string" + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" } ], "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/HyperVCluster" - } + "204": { + "description": "There is no content to send for this request, but the headers may be useful. " }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" } } }, "x-ms-examples": { - "Get cluster": { - "$ref": "./examples/HyperVCluster_Get.json" + "HyperVSites_RefreshSite_MaximumSet_Gen": { + "$ref": "./examples/HyperVSites_RefreshSite_MaximumSet_Gen.json" + }, + "HyperVSites_RefreshSite_MinimumSet_Gen": { + "$ref": "./examples/HyperVSites_RefreshSite_MinimumSet_Gen.json" } - }, - "deprecated": false - }, - "put": { + } + } + }, + "/{subscriptionId}/{resourceGroupName}/{siteName}/{machineName}": { + "get": { "tags": [ - "HyperVCluster" - ], - "summary": "Method to create or update a cluster in site.", - "operationId": "HyperVCluster_PutCluster", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" + "Machines" ], + "operationId": "Machines_GetMachineSoftwareInventory", + "summary": "Method to get a machines software inventory like applications and roles.", + "description": "Method to get a machines software inventory like applications and roles.", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "name": "subscriptionId", + "in": "path", + "required": true, + "description": "The ID of the target subscription.", + "type": "string" }, { "name": "resourceGroupName", "in": "path", - "description": "The name of the resource group. The name is case insensitive.", "required": true, + "description": "The name of the resource group. The name is case insensitive.", "type": "string" }, { "name": "siteName", "in": "path", - "description": "Site name.", "required": true, + "description": "Site name.", "type": "string" }, { - "name": "clusterName", + "name": "machineName", "in": "path", - "description": "Cluster ARM name.", "required": true, + "description": "Machine ARM name.", "type": "string" }, { - "name": "body", - "in": "body", - "description": "Put cluster body.", - "required": true, - "schema": { - "$ref": "#/definitions/HyperVCluster" - } - }, - { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", - "required": true, - "type": "string" + "$ref": "#/parameters/Azure.Core.Foundations.ApiVersionParameter" } ], "responses": { - "202": { - "description": "Accepted", - "headers": { - "Azure-AsyncOperation": { - "description": "Tracking URL for long running operation.", - "type": "string" - } + "200": { + "description": "The request has succeeded.", + "schema": { + "$ref": "#/definitions/VmwareMachineSoftwareInventory" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "#/definitions/Azure.Core.Foundations.ErrorResponse" } } }, "x-ms-examples": { - "Add new cluster": { - "$ref": "./examples/HyperVCluster_Create.json" + "Machines_GetMachineSoftwareInventory_MaximumSet_Gen": { + "$ref": "./examples/Machines_GetMachineSoftwareInventory_MaximumSet_Gen.json" + }, + "Machines_GetMachineSoftwareInventory_MinimumSet_Gen": { + "$ref": "./examples/Machines_GetMachineSoftwareInventory_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/clusters": { + "/providers/Microsoft.OffAzure/operations": { "get": { "tags": [ - "HyperVCluster" - ], - "summary": "Method to get all clusters in a site.", - "operationId": "HyperVCluster_GetAllClustersInSite", - "consumes": [], - "produces": [ - "application/json" + "Operations" ], + "operationId": "Operations_List", + "description": "List the operations for the provider", "parameters": [ { - "$ref": "#/parameters/subscriptionId" - }, - { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" - }, - { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" - }, - { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", - "required": true, - "type": "string" - }, - { - "name": "$filter", - "in": "query", - "required": false, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/HyperVClusterCollection" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/OperationListResult" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, - "x-ms-examples": { - "List cluster by site": { - "$ref": "./examples/HyperVCluster_ListBySite.json" - } - }, "x-ms-pageable": { "nextLinkName": "nextLink" }, - "deprecated": false + "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.OffAzure/HyperVSites/{siteName}/hosts/{hostName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}": { "get": { "tags": [ - "HyperVHost" - ], - "summary": "Method to get a Hyper-V host.", - "operationId": "HyperVHost_GetHost", - "consumes": [], - "produces": [ - "application/json" + "HypervSites", + "HyperVSitesController" ], + "operationId": "HyperVSites_GetSite", + "description": "Get a HyperVSite", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "hostName", + "name": "siteName", "in": "path", - "description": "Host ARM name.", - "required": true, - "type": "string" - }, - { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/HyperVHost" + "$ref": "#/definitions/HyperVSite" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "x-ms-examples": { - "Get host": { - "$ref": "./examples/HyperVHost_Get.json" + "HyperVSites_GetSite_MaximumSet_Gen": { + "$ref": "./examples/HyperVSites_GetSite_MaximumSet_Gen.json" + }, + "HyperVSites_GetSite_MinimumSet_Gen": { + "$ref": "./examples/HyperVSites_GetSite_MinimumSet_Gen.json" } - }, - "deprecated": false + } }, "put": { "tags": [ - "HyperVHost" - ], - "summary": "Method to create or update a host in site.", - "operationId": "HyperVHost_PutHost", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" + "HypervSites", + "HyperVSitesController" ], + "operationId": "HyperVSites_PutSite", + "description": "Create a HyperVSite", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "hostName", + "name": "siteName", "in": "path", - "description": "Host ARM name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { "name": "body", "in": "body", - "description": "Put host body.", "required": true, + "description": "Resource create parameters.", "schema": { - "$ref": "#/definitions/HyperVHost" + "$ref": "#/definitions/HyperVSite" } - }, - { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", - "required": true, - "type": "string" } ], "responses": { - "202": { - "description": "Accepted", - "headers": { - "Azure-AsyncOperation": { - "description": "Tracking URL for long running operation.", - "type": "string" + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/HyperVSite" + } + }, + "201": { + "description": "ARM create operation completed successfully.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" } + }, + "schema": { + "$ref": "#/definitions/HyperVSite" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, "x-ms-examples": { - "Add new host": { - "$ref": "./examples/HyperVHost_Create.json" + "HyperVSites_PutSite_MaximumSet_Gen": { + "$ref": "./examples/HyperVSites_PutSite_MaximumSet_Gen.json" + }, + "HyperVSites_PutSite_MinimumSet_Gen": { + "$ref": "./examples/HyperVSites_PutSite_MinimumSet_Gen.json" } - }, - "deprecated": false - } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/hosts": { - "get": { + } + }, + "patch": { "tags": [ - "HyperVHost" - ], - "summary": "Method to get all hosts in a site.", - "operationId": "HyperVHost_GetAllHostsInSite", - "consumes": [], - "produces": [ - "application/json" + "HypervSites", + "HyperVSitesController" ], + "operationId": "HyperVSites_PatchSite", + "description": "Update a HyperVSite", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "siteName", "in": "path", - "description": "Site name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "body", + "in": "body", "required": true, - "type": "string" - }, - { - "name": "$filter", - "in": "query", - "required": false, - "type": "string" + "description": "The resource properties to be updated.", + "schema": { + "$ref": "#/definitions/HyperVSiteUpdate" + } } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/HyperVHostCollection" + "$ref": "#/definitions/HyperVSite" + } + }, + "202": { + "description": "Resource update request accepted.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, - "x-ms-pageable": { - "nextLinkName": "nextLink" + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" }, + "x-ms-long-running-operation": true, "x-ms-examples": { - "List hosts by site": { - "$ref": "./examples/HyperVHost_ListBySite.json" + "HyperVSites_PatchSite_MaximumSet_Gen": { + "$ref": "./examples/HyperVSites_PatchSite_MaximumSet_Gen.json" + }, + "HyperVSites_PatchSite_MinimumSet_Gen": { + "$ref": "./examples/HyperVSites_PatchSite_MinimumSet_Gen.json" } - }, - "deprecated": false - } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/jobs/{jobName}": { - "get": { + } + }, + "delete": { "tags": [ - "HyperVJobs" - ], - "summary": "Method to get job.", - "operationId": "HyperVJobs_GetJob", - "consumes": [], - "produces": [ - "application/json" + "HypervSites", + "HyperVSitesController" ], + "operationId": "HyperVSites_DeleteSite", + "description": "Delete a HyperVSite", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "jobName", + "name": "siteName", "in": "path", - "description": "Job ARM name.", - "required": true, - "type": "string" - }, - { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/HyperVJob" + "description": "Resource deleted successfully." + }, + "202": { + "description": "Resource deletion accepted.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } } }, + "204": { + "description": "Resource deleted successfully." + }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, "x-ms-examples": { - "Get job by job name.": { - "$ref": "./examples/HyperVJob_Get.json" + "HyperVSites_DeleteSite_MaximumSet_Gen": { + "$ref": "./examples/HyperVSites_DeleteSite_MaximumSet_Gen.json" + }, + "HyperVSites_DeleteSite_MinimumSet_Gen": { + "$ref": "./examples/HyperVSites_DeleteSite_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/jobs": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/clusters": { "get": { "tags": [ - "HyperVJobs" - ], - "summary": "Method to get all jobs in a site.", - "operationId": "HyperVJobs_GetAllJobsInSite", - "consumes": [], - "produces": [ - "application/json" + "HyperVClusterInt", + "HyperVClusterController" ], + "operationId": "HyperVCluster_GetAllClustersInSite", + "description": "List HyperVCluster resources by HyperVSite", "parameters": [ { - "$ref": "#/parameters/subscriptionId" - }, - { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", + "name": "$filter", + "in": "query", "required": true, + "description": "filter query", "type": "string" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "name": "siteName", + "in": "path", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/HyperVJobCollection" + "$ref": "#/definitions/HyperVClusterListResult" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, @@ -586,349 +636,286 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List jobs by site": { - "$ref": "./examples/HyperVJobs_ListBySite.json" + "HyperVCluster_GetAllClustersInSite_MaximumSet_Gen": { + "$ref": "./examples/HyperVCluster_GetAllClustersInSite_MaximumSet_Gen.json" + }, + "HyperVCluster_GetAllClustersInSite_MinimumSet_Gen": { + "$ref": "./examples/HyperVCluster_GetAllClustersInSite_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/machines/{machineName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/clusters/{clusterName}": { "get": { "tags": [ - "HyperVMachines" - ], - "summary": "Method to get machine.", - "operationId": "HyperVMachines_GetMachine", - "consumes": [], - "produces": [ - "application/json" + "HyperVClusterInt", + "HyperVClusterController" ], + "operationId": "HyperVCluster_GetCluster", + "description": "Method to get a Hyper-V cluster.", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "machineName", + "name": "siteName", "in": "path", - "description": "Machine ARM name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "clusterName", + "in": "path", "required": true, + "description": " Cluster ARM name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/HyperVMachine" + "$ref": "#/definitions/HyperVCluster" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "x-ms-examples": { - "Get machine.": { - "$ref": "./examples/HyperVMachine_Get.json" + "HyperVCluster_GetCluster_MaximumSet_Gen": { + "$ref": "./examples/HyperVCluster_GetCluster_MaximumSet_Gen.json" + }, + "HyperVCluster_GetCluster_MinimumSet_Gen": { + "$ref": "./examples/HyperVCluster_GetCluster_MinimumSet_Gen.json" } - }, - "deprecated": false - } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/machines": { - "get": { + } + }, + "put": { "tags": [ - "HyperVMachines" - ], - "summary": "Method to get machine.", - "operationId": "HyperVMachines_GetAllMachinesInSite", - "consumes": [], - "produces": [ - "application/json" + "HyperVClusterInt", + "HyperVClusterController" ], + "operationId": "HyperVCluster_PutCluster", + "description": "Create a HyperVCluster", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "siteName", "in": "path", - "description": "Site name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "clusterName", + "in": "path", "required": true, + "description": " Cluster ARM name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "$filter", - "in": "query", - "required": false, - "type": "string" - }, - { - "name": "$top", - "in": "query", - "required": false, - "type": "integer", - "format": "int32" - }, - { - "name": "continuationToken", - "in": "query", - "description": "Optional parameter for continuation token.", - "required": false, - "type": "string" - }, - { - "name": "totalRecordCount", - "in": "query", - "description": "Total count of machines in the given site.", - "required": false, - "type": "integer", - "format": "int32" + "name": "body", + "in": "body", + "required": true, + "description": "Resource create parameters.", + "schema": { + "$ref": "#/definitions/HyperVCluster" + } } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/HyperVMachineCollection" + "$ref": "#/definitions/HyperVCluster" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - }, "x-ms-examples": { - "List hosts by site": { - "$ref": "./examples/HyperVMachines_ListBySite.json" + "HyperVCluster_PutCluster_MaximumSet_Gen": { + "$ref": "./examples/HyperVCluster_PutCluster_MaximumSet_Gen.json" + }, + "HyperVCluster_PutCluster_MinimumSet_Gen": { + "$ref": "./examples/HyperVCluster_PutCluster_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/operationsStatus/{operationStatusName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/errorSummary": { "get": { "tags": [ - "HyperVOperationsStatus" - ], - "summary": "Method to get operation status.", - "operationId": "HyperVOperationsStatus_GetOperationStatus", - "consumes": [], - "produces": [ - "application/json" + "HypervSites" ], + "operationId": "HypervSites_ErrorSummary", + "description": "Method to get site error summary.", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "operationStatusName", + "name": "siteName", "in": "path", - "description": "Operation status ARM name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", + "name": "applianceName", "in": "query", - "description": "The API version to use for this operation.", "required": true, + "description": "Appliance Name", "type": "string" } ], "responses": { "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/OperationStatus" - } - }, - "default": { - "description": "Error response describing why the operation failed.", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "#/definitions/SiteErrorSummaryCollection" } } }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, "x-ms-examples": { - "Get operation status.": { - "$ref": "./examples/HyperVOperationsStatus_Get.json" + "HypervSites_ErrorSummary_MaximumSet_Gen": { + "$ref": "./examples/HypervSites_ErrorSummary_MaximumSet_Gen.json" + }, + "HypervSites_ErrorSummary_MinimumSet_Gen": { + "$ref": "./examples/HypervSites_ErrorSummary_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/runAsAccounts/{accountName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/healthSummary": { "get": { "tags": [ - "HyperVRunAsAccounts" - ], - "summary": "Method to get run as account.", - "operationId": "HyperVRunAsAccounts_GetRunAsAccount", - "consumes": [], - "produces": [ - "application/json" + "HypervSites" ], + "operationId": "HypervSites_HealthSummary", + "description": "Method to get site health summary.", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "accountName", + "name": "siteName", "in": "path", - "description": "Run as account ARM name.", - "required": true, - "type": "string" - }, - { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/HyperVRunAsAccount" - } - }, - "default": { - "description": "Error response describing why the operation failed.", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "#/definitions/SiteHealthSummaryCollection" } } }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, "x-ms-examples": { - "Get run as account.": { - "$ref": "./examples/HyperVRunAsAccount_Get.json" + "HypervSites_HealthSummary_MaximumSet_Gen": { + "$ref": "./examples/HypervSites_HealthSummary_MaximumSet_Gen.json" + }, + "HypervSites_HealthSummary_MinimumSet_Gen": { + "$ref": "./examples/HypervSites_HealthSummary_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/runAsAccounts": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/hosts": { "get": { "tags": [ - "HyperVRunAsAccounts" - ], - "summary": "Method to get run as accounts.", - "operationId": "HyperVRunAsAccounts_GetAllRunAsAccountsInSite", - "consumes": [], - "produces": [ - "application/json" + "HyperVHostInt", + "HyperVHostController" ], + "operationId": "HyperVHost_GetAllHostsInSite", + "description": "List HyperVHost resources by HyperVSite", "parameters": [ { - "$ref": "#/parameters/subscriptionId" - }, - { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", + "name": "$filter", + "in": "query", "required": true, + "description": "filter query", "type": "string" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "name": "siteName", + "in": "path", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/HyperVRunAsAccountCollection" + "$ref": "#/definitions/HyperVHostListResult" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, @@ -936,387 +923,394 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List Run As Accounts by site": { - "$ref": "./examples/HyperVRunAsAccounts_ListBySite.json" + "HyperVHost_GetAllHostsInSite_MaximumSet_Gen": { + "$ref": "./examples/HyperVHost_GetAllHostsInSite_MaximumSet_Gen.json" + }, + "HyperVHost_GetAllHostsInSite_MinimumSet_Gen": { + "$ref": "./examples/HyperVHost_GetAllHostsInSite_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/hosts/{hostName}": { "get": { "tags": [ - "HyperVSites" - ], - "summary": "Method to get a site.", - "operationId": "HyperVSites_GetSite", - "consumes": [], - "produces": [ - "application/json" + "HyperVHostInt", + "HyperVHostController" ], + "operationId": "HyperVHost_GetHost", + "description": "Get a HyperVHost", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "siteName", "in": "path", - "description": "Site name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "hostName", + "in": "path", "required": true, + "description": " Host name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/HyperVSite" + "$ref": "#/definitions/HyperVHost" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "x-ms-examples": { - "Get Hyper-V site": { - "$ref": "./examples/HyperVSite_Get.json" + "HyperVHost_GetHost_MaximumSet_Gen": { + "$ref": "./examples/HyperVHost_GetHost_MaximumSet_Gen.json" + }, + "HyperVHost_GetHost_MinimumSet_Gen": { + "$ref": "./examples/HyperVHost_GetHost_MinimumSet_Gen.json" } - }, - "deprecated": false + } }, "put": { "tags": [ - "HyperVSites" - ], - "summary": "Method to create or update a site.", - "operationId": "HyperVSites_PutSite", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" + "HyperVHostInt", + "Microsoft.Azure.FDS.WebRole.V2020_01_01_preview.HyperVHostController" ], + "operationId": "HyperVHost_PutHost", + "description": "Create a HyperVHost", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", "in": "path", - "description": "The name of the resource group. The name is case insensitive.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "siteName", + "name": "hostName", "in": "path", - "description": "Site name.", "required": true, + "description": " Host name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { "name": "body", "in": "body", - "description": "Body with site details.", "required": true, + "description": "Resource create parameters.", "schema": { - "$ref": "#/definitions/HyperVSite" + "$ref": "#/definitions/HyperVHost" } - }, - { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", - "required": true, - "type": "string" } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/HyperVSite" + "$ref": "#/definitions/HyperVHost" } }, "201": { - "description": "Created", + "description": "ARM create operation completed successfully.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } + }, "schema": { - "$ref": "#/definitions/HyperVSite" + "$ref": "#/definitions/HyperVHost" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, "x-ms-examples": { - "Create Hyper-V site": { - "$ref": "./examples/HyperVSite_Create.json" + "HyperVHost_PutHost_MaximumSet_Gen": { + "$ref": "./examples/HyperVHost_PutHost_MaximumSet_Gen.json" + }, + "HyperVHost_PutHost_MinimumSet_Gen": { + "$ref": "./examples/HyperVHost_PutHost_MinimumSet_Gen.json" } - }, - "deprecated": false + } }, "delete": { "tags": [ - "HyperVSites" - ], - "summary": "Method to delete a site.", - "operationId": "HyperVSites_DeleteSite", - "consumes": [], - "produces": [ - "application/json" + "HyperVHostInt", + "HyperVHostController" ], + "operationId": "HyperVHostInt_Delete", + "description": "Delete a HyperVHost", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "siteName", "in": "path", - "description": "Site name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "hostName", + "in": "path", "required": true, + "description": " Host name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK" + "description": "Resource deleted successfully." }, "204": { - "description": "NoContent" + "description": "Resource deleted successfully." }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "x-ms-examples": { - "Delete Hyper-V site.": { - "$ref": "./examples/HyperVSite_Delete.json" + "HyperVHostInt_Delete_MaximumSet_Gen": { + "$ref": "./examples/HyperVHostInt_Delete_MaximumSet_Gen.json" + }, + "HyperVHostInt_Delete_MinimumSet_Gen": { + "$ref": "./examples/HyperVHostInt_Delete_MinimumSet_Gen.json" } - }, - "deprecated": false - }, - "patch": { + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/jobs": { + "get": { "tags": [ - "HyperVSites" - ], - "summary": "Method to patch an existing site.", - "operationId": "HyperVSites_PatchSite", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" + "HyperVJobController", + "HypervJobs" ], + "operationId": "HyperVJobs_GetAllJobsInSite", + "description": "List HypervJobResource resources by HyperVSite", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" - }, - { - "name": "siteName", - "in": "path", - "description": "The site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "body", - "in": "body", - "description": "Body with site details.", - "required": true, - "schema": { - "$ref": "#/definitions/HyperVSite" - } + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "siteName", + "in": "path", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/HyperVSite" - } - }, - "201": { - "description": "Created", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/HyperVSite" + "$ref": "#/definitions/HypervJobResourceListResult" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, "x-ms-examples": { - "Patch Hyper-V site.": { - "$ref": "./examples/HyperVSite_Patch.json" + "HyperVJobs_GetAllJobsInSite_MaximumSet_Gen": { + "$ref": "./examples/HyperVJobs_GetAllJobsInSite_MaximumSet_Gen.json" + }, + "HyperVJobs_GetAllJobsInSite_MinimumSet_Gen": { + "$ref": "./examples/HyperVJobs_GetAllJobsInSite_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/refresh": { - "post": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/jobs/{jobName}": { + "get": { "tags": [ - "HyperVSites" - ], - "summary": "Method to refresh a site.", - "operationId": "HyperVSites_RefreshSite", - "consumes": [], - "produces": [ - "application/json" + "HyperVJobController", + "HypervJobs" ], + "operationId": "HyperVJobs_GetJob", + "description": "Get a HypervJobResource", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "siteName", "in": "path", - "description": "Site name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "jobName", + "in": "path", "required": true, + "description": " Job name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { - "202": { - "description": "Accepted", - "headers": { - "Azure-AsyncOperation": { - "description": "Tracking URL for long running operation.", - "type": "string" - } + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/HypervJobResource" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "x-ms-examples": { - "Refresh Hyper-V site.": { - "$ref": "./examples/HyperVSite_Refresh.json" + "HyperVJobs_GetJob_MaximumSet_Gen": { + "$ref": "./examples/HyperVJobs_GetJob_MaximumSet_Gen.json" + }, + "HyperVJobs_GetJob_MinimumSet_Gen": { + "$ref": "./examples/HyperVJobs_GetJob_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/healthSummary": { - "post": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/machines": { + "get": { "tags": [ - "HyperVSites" - ], - "summary": "Method to get site health summary.", - "operationId": "HyperVSites_GetSiteHealthSummary", - "consumes": [], - "produces": [ - "application/json" + "Microsoft.Azure.FDS.WebRole.V2022_10_27.HyperVMachinesController", + "HypervMachines" ], + "operationId": "HyperVMachines_GetAllMachinesInSite", + "description": "List HypervMachineResource resources by HyperVSite", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "name": "$filter", + "in": "query", "required": true, + "description": "filter query", "type": "string" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", + "name": "$top", + "in": "query", + "required": true, + "description": "page size query", + "type": "string" + }, + { + "name": "continuationToken", + "in": "query", "required": true, + "description": "Optional parameter for continuation token.", "type": "string" }, { - "name": "api-version", + "name": "totalRecordCount", "in": "query", - "description": "The API version to use for this operation.", "required": true, + "description": "Total count of machines in the given site.", + "type": "integer", + "format": "int32" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/SiteHealthSummaryCollection" + "$ref": "#/definitions/HypervMachineResourceListResult" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, @@ -1324,283 +1318,250 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "Get Hyper-V site health summary.": { - "$ref": "./examples/HyperVSiteHealthSummary_Post.json" + "HyperVMachines_GetAllMachinesInSite_MaximumSet_Gen": { + "$ref": "./examples/HyperVMachines_GetAllMachinesInSite_MaximumSet_Gen.json" + }, + "HyperVMachines_GetAllMachinesInSite_MinimumSet_Gen": { + "$ref": "./examples/HyperVMachines_GetAllMachinesInSite_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/jobs/{jobName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/machines/{machineName}": { "get": { "tags": [ - "Jobs" - ], - "summary": "Method to get job.", - "operationId": "Jobs_GetJob", - "consumes": [], - "produces": [ - "application/json" + "Microsoft.Azure.FDS.WebRole.V2022_10_27.HyperVMachinesController", + "HypervMachines" ], + "operationId": "HyperVMachines_GetMachine", + "description": "Get a HypervMachineResource", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "jobName", + "name": "siteName", "in": "path", - "description": "Job ARM name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "machineName", + "in": "path", "required": true, + "description": " HypervMachine name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/VMwareJob" + "$ref": "#/definitions/HypervMachineResource" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "x-ms-examples": { - "Get job by job name.": { - "$ref": "./examples/VMwareJob_Get.json" + "HyperVMachines_GetMachine_MaximumSet_Gen": { + "$ref": "./examples/HyperVMachines_GetMachine_MaximumSet_Gen.json" + }, + "HyperVMachines_GetMachine_MinimumSet_Gen": { + "$ref": "./examples/HyperVMachines_GetMachine_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/jobs": { - "get": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/machines/{machineName}/updateProperties": { + "post": { "tags": [ - "Jobs" - ], - "summary": "Method to get all jobs in a site.", - "operationId": "Jobs_GetAllJobsInSite", - "consumes": [], - "produces": [ - "application/json" + "Microsoft.Azure.FDS.WebRole.V2022_10_27.HyperVMachinesController", + "HypervMachines", + "HyperVMachinesController" ], + "operationId": "HypervMachines_UpdateProperties", + "description": "Method to update custom properties for HYPERV machines\r\n in a site.", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", "in": "path", - "description": "The name of the resource group. The name is case insensitive.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "siteName", + "name": "machineName", "in": "path", - "description": "Site name.", "required": true, + "description": " HypervMachine name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "body", + "in": "body", "required": true, - "type": "string" + "description": "The content of the action request", + "schema": { + "$ref": "#/definitions/MachineMetadataList" + } } ], "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/VMwareJobCollection" + "202": { + "description": "Resource operation accepted.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } } }, + "204": { + "description": "Action completed successfully." + }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, - "x-ms-pageable": { - "nextLinkName": "nextLink" + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" }, + "x-ms-long-running-operation": true, "x-ms-examples": { - "List jobs by site": { - "$ref": "./examples/VMwareJobs_ListBySite.json" + "HypervMachines_UpdateProperties_MaximumSet_Gen": { + "$ref": "./examples/HypervMachines_UpdateProperties_MaximumSet_Gen.json" + }, + "HypervMachines_UpdateProperties_MinimumSet_Gen": { + "$ref": "./examples/HypervMachines_UpdateProperties_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/machines/{machineName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/operationsStatus/{operationStatusName}": { "get": { "tags": [ - "Machines" - ], - "summary": "Method to get machine.", - "operationId": "Machines_GetMachine", - "consumes": [], - "produces": [ - "application/json" + "HypervOperationsStatusController", + "HypervOperationStatus" ], + "operationId": "HyperVOperationsStatus_GetOperationStatus", + "description": "Get a HypervOperationStatusResource", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "machineName", + "name": "siteName", "in": "path", - "description": "Machine ARM name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "operationStatusName", + "in": "path", "required": true, + "description": " OperationStatus name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/VMwareMachine" + "$ref": "#/definitions/HypervOperationStatusResource" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "x-ms-examples": { - "Get VMware machine.": { - "$ref": "./examples/VMwareMachine_Get.json" + "HyperVOperationsStatus_GetOperationStatus_MaximumSet_Gen": { + "$ref": "./examples/HyperVOperationsStatus_GetOperationStatus_MaximumSet_Gen.json" + }, + "HyperVOperationsStatus_GetOperationStatus_MinimumSet_Gen": { + "$ref": "./examples/HyperVOperationsStatus_GetOperationStatus_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/machines": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/runAsAccounts": { "get": { "tags": [ - "Machines" - ], - "summary": "Method to get machine.", - "operationId": "Machines_GetAllMachinesInSite", - "consumes": [], - "produces": [ - "application/json" + "HyperVRunAsAccountsController" ], + "operationId": "HyperVRunAsAccounts_GetAllRunAsAccountsInSite", + "description": "List HypervRunAsAccountResource resources by HyperVSite", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "siteName", + "in": "path", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" - }, - { - "name": "$filter", - "in": "query", - "required": false, - "type": "string" - }, - { - "name": "$top", - "in": "query", - "required": false, - "type": "integer", - "format": "int32" - }, - { - "name": "continuationToken", - "in": "query", - "description": "Optional parameter for continuation token.", - "required": false, - "type": "string" - }, - { - "name": "totalRecordCount", - "in": "query", - "description": "Total count of machines in the given site.", - "required": false, - "type": "integer", - "format": "int32" } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/VMwareMachineCollection" + "$ref": "#/definitions/HypervRunAsAccountResourceListResult" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, @@ -1608,1160 +1569,1052 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "Get VMware machines": { - "$ref": "./examples/VMwareMachines_ListBySite.json" + "HyperVRunAsAccounts_GetAllRunAsAccountsInSite_MaximumSet_Gen": { + "$ref": "./examples/HyperVRunAsAccounts_GetAllRunAsAccountsInSite_MaximumSet_Gen.json" + }, + "HyperVRunAsAccounts_GetAllRunAsAccountsInSite_MinimumSet_Gen": { + "$ref": "./examples/HyperVRunAsAccounts_GetAllRunAsAccountsInSite_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/machines/{machineName}/stop": { - "post": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/runAsAccounts/{accountName}": { + "get": { "tags": [ - "Machines" - ], - "summary": "Method to stop a machine.", - "operationId": "Machines_StopMachine", - "consumes": [], - "produces": [ - "application/json" + "HyperVRunAsAccountsController" ], + "operationId": "HyperVRunAsAccounts_GetRunAsAccount", + "description": "Get a HypervRunAsAccountResource", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "machineName", + "name": "siteName", "in": "path", - "description": "Machine ARM name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "accountName", + "in": "path", "required": true, + "description": " RunAsAccounts name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { - "202": { - "description": "Accepted", - "headers": { - "Azure-AsyncOperation": { - "description": "Tracking URL for long running operation.", - "type": "string" - } + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/HypervRunAsAccountResource" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "x-ms-examples": { - "Start VMware machine": { - "$ref": "./examples/VMwareMachine_Stop.json" + "HyperVRunAsAccounts_GetRunAsAccount_MaximumSet_Gen": { + "$ref": "./examples/HyperVRunAsAccounts_GetRunAsAccount_MaximumSet_Gen.json" + }, + "HyperVRunAsAccounts_GetRunAsAccount_MinimumSet_Gen": { + "$ref": "./examples/HyperVRunAsAccounts_GetRunAsAccount_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/machines/{machineName}/start": { - "post": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/usage": { + "get": { "tags": [ - "Machines" - ], - "summary": "Method to start a machine.", - "operationId": "Machines_StartMachine", - "consumes": [], - "produces": [ - "application/json" + "HypervSites" ], + "operationId": "HypervSites_Usage", + "description": "Method to get site error summary.", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "machineName", + "name": "siteName", "in": "path", - "description": "Machine ARM name.", - "required": true, - "type": "string" - }, - { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { - "202": { - "description": "Accepted", - "headers": { - "Azure-AsyncOperation": { - "description": "Tracking URL for long running operation.", - "type": "string" - } - } - }, - "default": { - "description": "Error response describing why the operation failed.", + "200": { + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "#/definitions/SiteUsageResponse" } } }, "x-ms-examples": { - "Stop VMware machine": { - "$ref": "./examples/VMwareMachine_Start.json" + "HypervSites_Usage_MaximumSet_Gen": { + "$ref": "./examples/HypervSites_Usage_MaximumSet_Gen.json" + }, + "HypervSites_Usage_MinimumSet_Gen": { + "$ref": "./examples/HypervSites_Usage_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/runAsAccounts/{accountName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/importSites/{siteName}": { "get": { "tags": [ - "RunAsAccounts" - ], - "summary": "Method to get run as account.", - "operationId": "RunAsAccounts_GetRunAsAccount", - "consumes": [], - "produces": [ - "application/json" + "ImportSites", + "ImportSitesController" ], + "operationId": "ImportSites_Get", + "description": "Get a ImportSiteResource", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "accountName", + "name": "siteName", "in": "path", - "description": "Run as account ARM name.", - "required": true, - "type": "string" - }, - { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/VMwareRunAsAccount" + "$ref": "#/definitions/ImportSiteResource" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "x-ms-examples": { - "Get VMware run as account.": { - "$ref": "./examples/VMwareRunAsAccount_Get.json" + "ImportSites_Get_MaximumSet_Gen": { + "$ref": "./examples/ImportSites_Get_MaximumSet_Gen.json" + }, + "ImportSites_Get_MinimumSet_Gen": { + "$ref": "./examples/ImportSites_Get_MinimumSet_Gen.json" } - }, - "deprecated": false - } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/runAsAccounts": { - "get": { + } + }, + "put": { "tags": [ - "RunAsAccounts" - ], - "summary": "Method to get run as accounts.", - "operationId": "RunAsAccounts_GetAllRunAsAccountsInSite", - "consumes": [], - "produces": [ - "application/json" + "ImportSites" ], + "operationId": "ImportSites_Create", + "description": "Create a ImportSiteResource", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "siteName", "in": "path", - "description": "Site name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "body", + "in": "body", "required": true, - "type": "string" + "description": "Resource create parameters.", + "schema": { + "$ref": "#/definitions/ImportSiteResource" + } } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/VMwareRunAsAccountCollection" + "$ref": "#/definitions/ImportSiteResource" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - }, "x-ms-examples": { - "List VMware run as account by site.": { - "$ref": "./examples/VMwareRunAsAccount_ListBySite.json" + "ImportSites_Create_MaximumSet_Gen": { + "$ref": "./examples/ImportSites_Create_MaximumSet_Gen.json" + }, + "ImportSites_Create_MinimumSet_Gen": { + "$ref": "./examples/ImportSites_Create_MinimumSet_Gen.json" } - }, - "deprecated": false - } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}": { - "get": { + } + }, + "patch": { "tags": [ - "Sites" - ], - "summary": "Method to get a site.", - "operationId": "Sites_GetSite", - "consumes": [], - "produces": [ - "application/json" + "ImportSites" ], + "operationId": "ImportSites_Update", + "description": "Update a ImportSiteResource", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "siteName", "in": "path", - "description": "Site name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "body", + "in": "body", "required": true, - "type": "string" + "description": "The resource properties to be updated.", + "schema": { + "$ref": "#/definitions/ImportSiteResourceUpdate" + } } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/VMwareSite" + "$ref": "#/definitions/ImportSiteResource" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "x-ms-examples": { - "Get VMware site": { - "$ref": "./examples/VMwareSite_Get.json" + "ImportSites_Update_MaximumSet_Gen": { + "$ref": "./examples/ImportSites_Update_MaximumSet_Gen.json" + }, + "ImportSites_Update_MinimumSet_Gen": { + "$ref": "./examples/ImportSites_Update_MinimumSet_Gen.json" } - }, - "deprecated": false + } }, - "put": { + "delete": { "tags": [ - "Sites" - ], - "summary": "Method to create or update a site.", - "operationId": "Sites_PutSite", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" + "ImportSites", + "ImportSitesController" ], + "operationId": "ImportSites_Delete", + "description": "Delete a ImportSiteResource", "parameters": [ { - "$ref": "#/parameters/subscriptionId" - }, - { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "body", - "in": "body", - "description": "Body with site details.", - "required": true, - "schema": { - "$ref": "#/definitions/VMwareSite" - } + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "siteName", + "in": "path", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/VMwareSite" - } + "description": "Resource deleted successfully." }, - "201": { - "description": "Created", - "schema": { - "$ref": "#/definitions/VMwareSite" - } + "204": { + "description": "Resource deleted successfully." }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "x-ms-examples": { - "Create VMware site": { - "$ref": "./examples/VMwareSite_Create.json" + "ImportSites_Delete_MaximumSet_Gen": { + "$ref": "./examples/ImportSites_Delete_MaximumSet_Gen.json" + }, + "ImportSites_Delete_MinimumSet_Gen": { + "$ref": "./examples/ImportSites_Delete_MinimumSet_Gen.json" } - }, - "deprecated": false - }, - "delete": { - "tags": [ - "Sites" - ], - "summary": "Method to delete a site.", - "operationId": "Sites_DeleteSite", - "consumes": [], - "produces": [ - "application/json" + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/importSites/{siteName}/deleteImportedMachines": { + "post": { + "tags": [ + "ImportSites", + "ImportSitesController" ], + "operationId": "ImportSites_DeleteImportedMachines", + "description": "Deletes the imported machines for site.", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "siteName", "in": "path", - "description": "Site name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "body", + "in": "body", "required": true, - "type": "string" + "description": "The content of the action request", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } } ], "responses": { "200": { - "description": "OK" - }, - "204": { - "description": "NoContent" + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/V20190501PreviewSasUriResponse" + } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "x-ms-examples": { - "Delete VMware site": { - "$ref": "./examples/VMwareSite_Delete.json" + "ImportSites_DeleteImportedMachines_MaximumSet_Gen": { + "$ref": "./examples/ImportSites_DeleteImportedMachines_MaximumSet_Gen.json" + }, + "ImportSites_DeleteImportedMachines_MinimumSet_Gen": { + "$ref": "./examples/ImportSites_DeleteImportedMachines_MinimumSet_Gen.json" } - }, - "deprecated": false - }, - "patch": { + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/importSites/{siteName}/deletejobs": { + "get": { "tags": [ - "Sites" - ], - "summary": "Method to update an existing site.", - "operationId": "Sites_PatchSite", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" + "ImportSites" ], + "operationId": "ImportSites_Deletejobs", + "description": "Method to get all delete import machines job for the given site.", "parameters": [ { - "$ref": "#/parameters/subscriptionId" - }, - { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "body", - "in": "body", - "description": "Body with site details.", - "required": true, - "schema": { - "$ref": "#/definitions/VMwareSite" - } + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "siteName", + "in": "path", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/VMwareSite" - } - }, - "201": { - "description": "Created", - "schema": { - "$ref": "#/definitions/VMwareSite" - } - }, - "default": { - "description": "Error response describing why the operation failed.", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "#/definitions/ImportDeleteImportMachinesJobDeleteImportMachinesJobCollection" } } }, "x-ms-examples": { - "Patch VMware site": { - "$ref": "./examples/VMwareSite_Patch.json" + "ImportSites_Deletejobs_MaximumSet_Gen": { + "$ref": "./examples/ImportSites_Deletejobs_MaximumSet_Gen.json" + }, + "ImportSites_Deletejobs_MinimumSet_Gen": { + "$ref": "./examples/ImportSites_Deletejobs_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/refresh": { - "post": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/importSites/{siteName}/DeleteJobs/{jobName}": { + "get": { "tags": [ - "Sites" - ], - "summary": "Method to refresh a site.", - "operationId": "Sites_RefreshSite", - "consumes": [], - "produces": [ - "application/json" + "ImportSites" ], + "operationId": "ImportSites_Deletejob", + "description": "Gets the delete imported machines job with the given job name.", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "siteName", "in": "path", - "description": "Site name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "jobName", + "in": "path", "required": true, + "description": "Job Arm Name.", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { - "202": { - "description": "Accepted", - "headers": { - "Azure-AsyncOperation": { - "description": "Tracking URL for long running operation.", - "type": "string" - } - } - }, - "default": { - "description": "Error response describing why the operation failed.", + "200": { + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "#/definitions/V20200201DeleteImportMachinesJob" } } }, "x-ms-examples": { - "Refresh VMware site": { - "$ref": "./examples/VMwareSite_Refresh.json" + "ImportSites_Deletejob_MaximumSet_Gen": { + "$ref": "./examples/ImportSites_Deletejob_MaximumSet_Gen.json" + }, + "ImportSites_Deletejob_MinimumSet_Gen": { + "$ref": "./examples/ImportSites_Deletejob_MinimumSet_Gen.json" } - }, - "deprecated": false - } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/healthSummary": { - "post": { + } + }, + "patch": { "tags": [ - "Sites" - ], - "summary": "Method to get site health summary.", - "operationId": "Sites_GetSiteHealthSummary", - "consumes": [], - "produces": [ - "application/json" + "ImportSites" ], + "operationId": "ImportSites_PatchDeleteMachinesJob", + "description": "Patch the delete imported machines job object.", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", "in": "path", - "description": "The name of the resource group. The name is case insensitive.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "siteName", + "name": "jobName", "in": "path", - "description": "Site name.", "required": true, + "description": "Job Arm Name.", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "body", + "in": "body", "required": true, - "type": "string" + "description": "Job body with updated properties.", + "schema": { + "$ref": "#/definitions/V20200201DeleteImportMachinesJob" + } } ], "responses": { "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/SiteHealthSummaryCollection" - } - }, - "default": { - "description": "Error response describing why the operation failed.", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "#/definitions/V20200201DeleteImportMachinesJob" } } }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - }, "x-ms-examples": { - "Get VMware site health summary.": { - "$ref": "./examples/VMwareSiteHealthSummary_Post.json" + "ImportSites_PatchDeleteMachinesJob_MaximumSet_Gen": { + "$ref": "./examples/ImportSites_PatchDeleteMachinesJob_MaximumSet_Gen.json" + }, + "ImportSites_PatchDeleteMachinesJob_MinimumSet_Gen": { + "$ref": "./examples/ImportSites_PatchDeleteMachinesJob_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/vCenters/{vcenterName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/importSites/{siteName}/exportjobs": { "get": { "tags": [ - "VCenter" - ], - "summary": "Method to get a vCenter.", - "operationId": "VCenter_GetVCenter", - "consumes": [], - "produces": [ - "application/json" + "ImportSites" ], + "operationId": "ImportSites_Exportjobs", + "description": "Method to get all export import machines job for the given site.", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "siteName", "in": "path", - "description": "Site name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/ImportDeleteImportMachinesJobDeleteImportMachinesJobCollection" + } + } + }, + "x-ms-examples": { + "ImportSites_Exportjobs_MaximumSet_Gen": { + "$ref": "./examples/ImportSites_Exportjobs_MaximumSet_Gen.json" }, + "ImportSites_Exportjobs_MinimumSet_Gen": { + "$ref": "./examples/ImportSites_Exportjobs_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/importSites/{siteName}/ExportJobs/{jobName}": { + "get": { + "tags": [ + "ImportSites" + ], + "operationId": "ImportSites_Exportjob", + "description": "Gets the export imported machines job with the given job name.", + "parameters": [ { - "name": "vcenterName", + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", "in": "path", - "description": "VCenter ARM name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "jobName", + "in": "path", "required": true, + "description": "Job Arm Name.", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/VCenter" - } - }, - "default": { - "description": "Error response describing why the operation failed.", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "#/definitions/V20200201ExportImportedMachinesJobExportImportedMachinesJobCollection" } } }, "x-ms-examples": { - "Get VMware Vcenter.": { - "$ref": "./examples/VMwareVcenter_Get.json" + "ImportSites_Exportjob_MaximumSet_Gen": { + "$ref": "./examples/ImportSites_Exportjob_MaximumSet_Gen.json" + }, + "ImportSites_Exportjob_MinimumSet_Gen": { + "$ref": "./examples/ImportSites_Exportjob_MinimumSet_Gen.json" } - }, - "deprecated": false - }, - "put": { + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/importSites/{siteName}/exportUri": { + "post": { "tags": [ - "VCenter" - ], - "summary": "Method to create or update a vCenter in site.", - "operationId": "VCenter_PutVCenter", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" + "ImportSites", + "ImportSitesController" ], + "operationId": "ImportSites_ExportUri", + "description": "Method to generate report containing \r\n machine and the deep discovery of the application installed in the machine.", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "vcenterName", + "name": "siteName", "in": "path", - "description": "VCenter ARM name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { "name": "body", "in": "body", - "description": "Put vCenter body.", "required": true, + "description": "The content of the action request", "schema": { - "$ref": "#/definitions/VCenter" + "$ref": "#/definitions/SasUriResponse" } - }, - { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", - "required": true, - "type": "string" } ], "responses": { - "202": { - "description": "Accepted", - "headers": { - "Azure-AsyncOperation": { - "description": "Tracking URL for long running operation.", - "type": "string" - } + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/SasUriResponse" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "x-ms-examples": { - "Create VMware Vcenter": { - "$ref": "./examples/VMwareVcenter_Create.json" + "ImportSites_ExportUri_MaximumSet_Gen": { + "$ref": "./examples/ImportSites_ExportUri_MaximumSet_Gen.json" + }, + "ImportSites_ExportUri_MinimumSet_Gen": { + "$ref": "./examples/ImportSites_ExportUri_MinimumSet_Gen.json" } - }, - "deprecated": false - }, - "delete": { + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/importSites/{siteName}/importjobs": { + "get": { "tags": [ - "VCenter" - ], - "summary": "Method to delete vCenter in site.", - "operationId": "VCenter_DeleteVCenter", - "consumes": [], - "produces": [ - "application/json" + "ImportSites" ], + "operationId": "ImportSites_Importjobs", + "description": "Method to get all import machines job for the given site.", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "vcenterName", + "name": "siteName", "in": "path", - "description": "VCenter ARM name.", - "required": true, - "type": "string" - }, - { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK" - }, - "204": { - "description": "NoContent" - }, - "default": { - "description": "Error response describing why the operation failed.", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "#/definitions/V20200201ImportMachinesJobImportMachinesJobCollection" } } }, "x-ms-examples": { - "Delete VMware Vcenter.": { - "$ref": "./examples/VMwareVcenter_Delete.json" + "ImportSites_Importjobs_MaximumSet_Gen": { + "$ref": "./examples/ImportSites_Importjobs_MaximumSet_Gen.json" + }, + "ImportSites_Importjobs_MinimumSet_Gen": { + "$ref": "./examples/ImportSites_Importjobs_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/vCenters": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/importSites/{siteName}/ImportJobs/{jobName}": { "get": { "tags": [ - "VCenter" - ], - "summary": "Method to get all vCenters in a site.", - "operationId": "VCenter_GetAllVCentersInSite", - "consumes": [], - "produces": [ - "application/json" + "ImportSites" ], + "operationId": "ImportSites_Importjob", + "description": "Gets the import job with the given job name.", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "siteName", "in": "path", - "description": "Site name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "jobName", + "in": "path", "required": true, - "type": "string" - }, - { - "name": "$filter", - "in": "query", - "required": false, + "description": "Job Arm Name.", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/VCenterCollection" - } - }, - "default": { - "description": "Error response describing why the operation failed.", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "#/definitions/V20200201ImportMachinesJob" } } }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - }, "x-ms-examples": { - "List VMware vCenters by site": { - "$ref": "./examples/VMwareVcenter_ListBySite.json" + "ImportSites_Importjob_MaximumSet_Gen": { + "$ref": "./examples/ImportSites_Importjob_MaximumSet_Gen.json" + }, + "ImportSites_Importjob_MinimumSet_Gen": { + "$ref": "./examples/ImportSites_Importjob_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/operationsStatus/{operationStatusName}": { - "get": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/importSites/{siteName}/importUri": { + "post": { "tags": [ - "VMwareOperationsStatus" - ], - "summary": "Method to get operation status.", - "operationId": "VMwareOperationsStatus_GetOperationStatus", - "consumes": [], - "produces": [ - "application/json" + "ImportSites", + "SitesController" ], + "operationId": "ImportSites_ImportUri", + "description": "Method to refresh a site.", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "operationStatusName", + "name": "siteName", "in": "path", - "description": "Operation status ARM name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "body", + "in": "body", "required": true, - "type": "string" + "description": "The content of the action request", + "schema": { + "$ref": "#/definitions/SasUriResponse" + } } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/OperationStatus" + "$ref": "#/definitions/SasUriResponse" + } + }, + "202": { + "description": "Resource operation accepted.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, "x-ms-examples": { - "Get VMware operation status.": { - "$ref": "./examples/VMwareOperationsStatus_Get.json" + "ImportSites_ImportUri_MaximumSet_Gen": { + "$ref": "./examples/ImportSites_ImportUri_MaximumSet_Gen.json" + }, + "ImportSites_ImportUri_MinimumSet_Gen": { + "$ref": "./examples/ImportSites_ImportUri_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/summary": { - "post": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/importSites/{siteName}/jobs": { + "get": { "tags": [ - "HyperVSites" - ], - "summary": "Method to get site usage.", - "operationId": "HyperVSites_GetSiteUsage", - "consumes": [], - "produces": [ - "application/json" + "ImportJobsController" ], + "operationId": "ImportJobs_ListByImportSiteResource", + "description": "List ImportJobResource resources by ImportSiteResource", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "api-version", - "in": "query", + "name": "siteName", + "in": "path", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/HyperVSiteUsage" + "$ref": "#/definitions/ImportJobResourceListResult" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, "x-ms-examples": { - "Get Hyper-V site summary/usage.": { - "$ref": "./examples/HyperVSiteSummary_Post.json" + "ImportJobs_ListByImportSiteResource_MaximumSet_Gen": { + "$ref": "./examples/ImportJobs_ListByImportSiteResource_MaximumSet_Gen.json" + }, + "ImportJobs_ListByImportSiteResource_MinimumSet_Gen": { + "$ref": "./examples/ImportJobs_ListByImportSiteResource_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/summary": { - "post": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/importSites/{siteName}/jobs/{jobName}": { + "get": { "tags": [ - "Sites" - ], - "summary": "Method to get site usage/summary.", - "operationId": "Sites_GetSiteUsage", - "consumes": [], - "produces": [ - "application/json" + "ImportJobsController" ], + "operationId": "ImportJobs_Get", + "description": "Get a ImportJobResource", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "siteName", "in": "path", - "description": "Site name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", + "name": "jobName", + "in": "path", "required": true, + "description": " Jobs name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/VMwareSiteUsage" + "$ref": "#/definitions/ImportJobResource" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "x-ms-examples": { - "Get VMware site usage/summary.": { - "$ref": "./examples/VMwareSiteSummary_Post.json" + "ImportJobs_Get_MaximumSet_Gen": { + "$ref": "./examples/ImportJobs_Get_MaximumSet_Gen.json" + }, + "ImportJobs_Get_MinimumSet_Gen": { + "$ref": "./examples/ImportJobs_Get_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/providers/Microsoft.OffAzure/MasterSites": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/importSites/{siteName}/machines": { "get": { "tags": [ - "MasterSites" - ], - "summary": "Get all sites.", - "description": "Get all the sites in the subscription.", - "operationId": "MasterSites_ListBySubscription", - "consumes": [], - "produces": [ - "application/json" + "ImportMachines", + "ImportMachinesController" ], + "operationId": "ImportMachines_ListByImportSiteResource", + "description": "List ImportMachineResource resources by ImportSiteResource", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "name": "$filter", + "in": "query", + "required": true, + "description": "filter query", + "type": "string" + }, + { + "name": "pagesize", + "in": "query", + "required": true, + "description": "page size query", + "type": "string" + }, + { + "name": "continuationToken", + "in": "query", + "required": true, + "description": "Optional parameter for continuation token.", + "type": "string" }, { - "name": "api-version", + "name": "totalRecordCount", "in": "query", - "description": "The API version to use for this operation.", "required": true, + "description": "Total count of machines in the given site.", + "type": "integer", + "format": "int32" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/MasterSiteList" + "$ref": "#/definitions/ImportMachineResourceListResult" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, @@ -2769,900 +2622,958 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "Get all Master site": { - "$ref": "./examples/MasterSites_ListBySubscription.json" + "ImportMachines_ListByImportSiteResource_MaximumSet_Gen": { + "$ref": "./examples/ImportMachines_ListByImportSiteResource_MaximumSet_Gen.json" + }, + "ImportMachines_ListByImportSiteResource_MinimumSet_Gen": { + "$ref": "./examples/ImportMachines_ListByImportSiteResource_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OffAzure/MasterSites": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/importSites/{siteName}/machines/{machineName}": { "get": { "tags": [ - "MasterSites" - ], - "summary": "Get all sites.", - "description": "Get all the sites in the resource group.", - "operationId": "MasterSites_List", - "consumes": [], - "produces": [ - "application/json" + "ImportMachines", + "MachinesController" ], + "operationId": "ImportMachines_Get", + "description": "Get a ImportMachineResource", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", "in": "path", - "description": "The name of the resource group. The name is case insensitive.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "machineName", + "in": "path", "required": true, + "description": "Machine name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/MasterSiteList" + "$ref": "#/definitions/ImportMachineResource" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - }, "x-ms-examples": { - "Get all Master site": { - "$ref": "./examples/MasterSites_List.json" + "ImportMachines_Get_MaximumSet_Gen": { + "$ref": "./examples/ImportMachines_Get_MaximumSet_Gen.json" + }, + "ImportMachines_Get_MinimumSet_Gen": { + "$ref": "./examples/ImportMachines_Get_MinimumSet_Gen.json" } - }, - "deprecated": false - } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/MasterSites/{siteName}": { - "get": { + } + }, + "delete": { "tags": [ - "MasterSites" - ], - "summary": "Method to get a site.", - "operationId": "MasterSites_GetSite", - "consumes": [], - "produces": [ - "application/json" + "ImportMachines", + "ImportMachinesController" ], + "operationId": "ImportMachines_Delete", + "description": "Delete a ImportMachineResource", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "siteName", "in": "path", - "description": "The site name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "machineName", + "in": "path", "required": true, + "description": "Machine name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/MasterSite" - } + "description": "Resource deleted successfully." + }, + "204": { + "description": "Resource deleted successfully." }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "x-ms-examples": { - "Get Master site": { - "$ref": "./examples/MasterSite_Get.json" + "ImportMachines_Delete_MaximumSet_Gen": { + "$ref": "./examples/ImportMachines_Delete_MaximumSet_Gen.json" + }, + "ImportMachines_Delete_MinimumSet_Gen": { + "$ref": "./examples/ImportMachines_Delete_MinimumSet_Gen.json" } - }, - "deprecated": false - }, - "put": { + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}": { + "get": { "tags": [ - "MasterSites" - ], - "summary": "Method to create or update a site.", - "operationId": "MasterSites_PutSite", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" + "ServerSitesInterface" ], + "operationId": "ServerSitesInterface_Get", + "description": "Get a ServerSiteResource", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" - }, - { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "body", - "in": "body", - "description": "Body with site details.", - "required": true, - "schema": { - "$ref": "#/definitions/MasterSite" - } + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "siteName", + "in": "path", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { - "202": { - "description": "Accepted", - "headers": { - "Azure-AsyncOperation": { - "description": "Tracking URL for long running operation.", - "type": "string" - } + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/ServerSiteResource" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "x-ms-examples": { - "Create Master site": { - "$ref": "./examples/MasterSite_Create.json" + "ServerSitesInterface_Get_MaximumSet_Gen": { + "$ref": "./examples/ServerSitesInterface_Get_MaximumSet_Gen.json" + }, + "ServerSitesInterface_Get_MinimumSet_Gen": { + "$ref": "./examples/ServerSitesInterface_Get_MinimumSet_Gen.json" } - }, - "deprecated": false + } }, - "delete": { + "put": { "tags": [ - "MasterSites" - ], - "summary": "Method to delete a site.", - "operationId": "MasterSites_DeleteSite", - "consumes": [], - "produces": [ - "application/json" + "ServerSitesInterface" ], + "operationId": "ServerSitesInterface_Create", + "description": "Create a ServerSiteResource", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "siteName", "in": "path", - "description": "Site name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "body", + "in": "body", "required": true, - "type": "string" + "description": "Resource create parameters.", + "schema": { + "$ref": "#/definitions/ServerSiteResource" + } } ], "responses": { "200": { - "description": "OK" + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/ServerSiteResource" + } }, - "204": { - "description": "NoContent" + "201": { + "description": "ARM create operation completed successfully.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } + }, + "schema": { + "$ref": "#/definitions/ServerSiteResource" + } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, "x-ms-examples": { - "Delete Master site": { - "$ref": "./examples/MasterSite_Delete.json" + "ServerSitesInterface_Create_MaximumSet_Gen": { + "$ref": "./examples/ServerSitesInterface_Create_MaximumSet_Gen.json" + }, + "ServerSitesInterface_Create_MinimumSet_Gen": { + "$ref": "./examples/ServerSitesInterface_Create_MinimumSet_Gen.json" } - }, - "deprecated": false + } }, "patch": { "tags": [ - "MasterSites" - ], - "summary": "Method to patch an existing site.", - "operationId": "MasterSites_PatchSite", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" + "ServerSitesInterface" ], + "operationId": "ServerSitesInterface_Update", + "description": "Update a ServerSiteResource", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "siteName", "in": "path", - "description": "Site name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { "name": "body", "in": "body", - "description": "Body with site details.", "required": true, + "description": "The resource properties to be updated.", "schema": { - "$ref": "#/definitions/MasterSite" + "$ref": "#/definitions/ServerSiteResourceUpdate" } - }, - { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", - "required": true, - "type": "string" } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/MasterSite" - } - }, - "202": { - "description": "Accepted", - "headers": { - "Azure-AsyncOperation": { - "description": "Tracking URL for long running operation.", - "type": "string" - } + "$ref": "#/definitions/ServerSiteResource" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "x-ms-examples": { - "Patch Master site": { - "$ref": "./examples/MasterSite_Patch.json" + "ServerSitesInterface_Update_MaximumSet_Gen": { + "$ref": "./examples/ServerSitesInterface_Update_MaximumSet_Gen.json" + }, + "ServerSitesInterface_Update_MinimumSet_Gen": { + "$ref": "./examples/ServerSitesInterface_Update_MinimumSet_Gen.json" } - }, - "deprecated": false - } - }, - "/providers/Microsoft.OffAzure/operations": { - "get": { - "summary": "Get list of operations supported in the API.", - "description": "Get a list of REST API supported by Microsoft.OffAzure provider.", - "operationId": "Operations_List", - "consumes": [], - "produces": [ - "application/json" - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/AvailableOperations" - } + } + }, + "delete": { + "tags": [ + "ServerSitesInterface" + ], + "operationId": "ServerSitesInterface_Delete", + "description": "Delete a ServerSiteResource", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + } + ], + "responses": { + "200": { + "description": "Resource deleted successfully." + }, + "204": { + "description": "Resource deleted successfully." }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, - "x-ms-pageable": { - "nextLinkName": null - }, "x-ms-examples": { - "Operations_List": { - "$ref": "./examples/Operations_List.json" + "ServerSitesInterface_Delete_MaximumSet_Gen": { + "$ref": "./examples/ServerSitesInterface_Delete_MaximumSet_Gen.json" + }, + "ServerSitesInterface_Delete_MinimumSet_Gen": { + "$ref": "./examples/ServerSitesInterface_Delete_MinimumSet_Gen.json" } } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/masterSites/{siteName}/privateEndpointConnections/{peConnectionName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}/errorSummary": { "get": { "tags": [ - "PrivateEndpointConnection" - ], - "summary": "Gets the private link resource.", - "operationId": "PrivateEndpointConnection_GetPrivateEndpointConnection", - "consumes": [], - "produces": [ - "application/json" + "ServerSitesInterface" ], + "operationId": "ServerSitesInterface_ErrorSummary", + "description": "Get the error summary for a server site.", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "peConnectionName", + "name": "siteName", "in": "path", - "description": "Private link resource name.", - "required": true, - "type": "string" - }, - { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/PrivateEndpointConnection" - } - }, - "default": { - "description": "Error response describing why the operation failed.", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "#/definitions/SiteErrorSummaryCollection" } } }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, "x-ms-examples": { - "Get privateEndpointConnection": { - "$ref": "./examples/PrivateEndpointConnections_Get.json" + "ServerSitesInterface_ErrorSummary_MaximumSet_Gen": { + "$ref": "./examples/ServerSitesInterface_ErrorSummary_MaximumSet_Gen.json" + }, + "ServerSitesInterface_ErrorSummary_MinimumSet_Gen": { + "$ref": "./examples/ServerSitesInterface_ErrorSummary_MinimumSet_Gen.json" } - }, - "deprecated": false - }, - "put": { + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}/healthsummary": { + "get": { "tags": [ - "PrivateEndpointConnection" - ], - "operationId": "PrivateEndpointConnection_PutPrivateEndpointConnection", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" + "ServerSitesInterface" ], + "operationId": "ServerSitesInterface_HealthSummary", + "description": "Get the health summary for a server site.", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { "name": "siteName", "in": "path", - "description": "Site name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/SiteHealthSummaryCollection" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "ServerSitesInterface_HealthSummary_MaximumSet_Gen": { + "$ref": "./examples/ServerSitesInterface_HealthSummary_MaximumSet_Gen.json" }, + "ServerSitesInterface_HealthSummary_MinimumSet_Gen": { + "$ref": "./examples/ServerSitesInterface_HealthSummary_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}/jobs": { + "get": { + "tags": [ + "ServerJobs" + ], + "operationId": "ServerJobs_ListByServerSiteResource", + "description": "List ServerJobResource resources by ServerSiteResource", + "parameters": [ { - "name": "peConnectionName", - "in": "path", - "description": "Private link resource name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "body", - "in": "body", + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", "required": true, - "schema": { - "$ref": "#/definitions/PrivateEndpointConnection" - } + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/PrivateEndpointConnection" + "$ref": "#/definitions/ServerJobResourceListResult" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, "x-ms-examples": { - "Put privateEndpointConnection": { - "$ref": "./examples/PrivateEndpointConnections_Create.json" + "ServerJobs_ListByServerSiteResource_MaximumSet_Gen": { + "$ref": "./examples/ServerJobs_ListByServerSiteResource_MaximumSet_Gen.json" + }, + "ServerJobs_ListByServerSiteResource_MinimumSet_Gen": { + "$ref": "./examples/ServerJobs_ListByServerSiteResource_MinimumSet_Gen.json" } - }, - "deprecated": false - }, - "delete": { + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}/jobs/{jobName}": { + "get": { "tags": [ - "PrivateEndpointConnection" - ], - "summary": "Gets the private link resource.", - "operationId": "PrivateEndpointConnection_DeletePrivateEndpointConnection", - "consumes": [], - "produces": [ - "application/json" + "ServerJobs" ], + "operationId": "ServerJobs_Get", + "description": "Get a ServerJobResource", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "peConnectionName", + "name": "siteName", "in": "path", - "description": "Private link resource name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "jobName", + "in": "path", "required": true, + "description": " Jobs name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK" - }, - "204": { - "description": "NoContent" + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/ServerJobResource" + } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "x-ms-examples": { - "Delete privateEndpointConnection": { - "$ref": "./examples/PrivateEndpointConnections_Delete.json" + "ServerJobs_Get_MaximumSet_Gen": { + "$ref": "./examples/ServerJobs_Get_MaximumSet_Gen.json" + }, + "ServerJobs_Get_MinimumSet_Gen": { + "$ref": "./examples/ServerJobs_Get_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/masterSites/{siteName}/privateEndpointConnections": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}/machines": { "get": { "tags": [ - "PrivateEndpointConnection" - ], - "summary": "Gets the private link resource.", - "operationId": "PrivateEndpointConnection_GetPrivateEndpointConnections", - "consumes": [], - "produces": [ - "application/json" + "ServerSitesInterface" ], + "operationId": "ServerSitesInterface_Machines", + "description": "Get all machines in a site.", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "siteName", + "in": "path", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/PrivateEndpointConnectionCollection" - } - }, - "default": { - "description": "Error response describing why the operation failed.", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "#/definitions/ServerPropertiesCollection" } } }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, "x-ms-examples": { - "Get privateEndpointConnections per site": { - "$ref": "./examples/PrivateEndpointConnections_ListBySite.json" + "ServerSitesInterface_Machines_MaximumSet_Gen": { + "$ref": "./examples/ServerSitesInterface_Machines_MaximumSet_Gen.json" + }, + "ServerSitesInterface_Machines_MinimumSet_Gen": { + "$ref": "./examples/ServerSitesInterface_Machines_MinimumSet_Gen.json" } - }, - "deprecated": false + } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/masterSites/{siteName}/privateLinkResources/{privateLinkResourceName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}/machines/{machineName}": { "get": { "tags": [ - "PrivateLinkResources" - ], - "summary": "Gets the private link resource.", - "operationId": "PrivateLinkResources_GetPrivateLinkResource", - "consumes": [], - "produces": [ - "application/json" + "ServerMachines" ], + "operationId": "ServerMachines_Get", + "description": "Get a ServerResource", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", - "in": "path", - "description": "The name of the resource group. The name is case insensitive.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" }, { - "name": "siteName", - "in": "path", - "description": "Site name.", - "required": true, - "type": "string" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" }, { - "name": "privateLinkResourceName", + "name": "siteName", "in": "path", - "description": "Private link resource name.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "machineName", + "in": "path", "required": true, + "description": " A server machine name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/PrivateLinkResource" + "$ref": "#/definitions/ServerResource" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "x-ms-examples": { - "Get Private link resources": { - "$ref": "./examples/PrivateLinkResources_Get.json" + "ServerMachines_Get_MaximumSet_Gen": { + "$ref": "./examples/ServerMachines_Get_MaximumSet_Gen.json" + }, + "ServerMachines_Get_MinimumSet_Gen": { + "$ref": "./examples/ServerMachines_Get_MinimumSet_Gen.json" } - }, - "deprecated": false - } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/masterSites/{siteName}/privateLinkResources": { - "get": { + } + }, + "put": { "tags": [ - "PrivateLinkResources" - ], - "summary": "Gets the private link resource.", - "operationId": "PrivateLinkResources_GetPrivateLinkResources", - "consumes": [], - "produces": [ - "application/json" + "ServerMachines" ], + "operationId": "ServerMachines_Create", + "description": "Create a ServerResource", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", "in": "path", - "description": "The name of the resource group. The name is case insensitive.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "siteName", + "name": "machineName", "in": "path", - "description": "Site name.", "required": true, + "description": " A server machine name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "body", + "in": "body", "required": true, - "type": "string" + "description": "Resource create parameters.", + "schema": { + "$ref": "#/definitions/ServerResource" + } } ], "responses": { "200": { - "description": "OK", + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/PrivateLinkResourceCollection" + "$ref": "#/definitions/ServerResource" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, "x-ms-examples": { - "Get Private link resources per site": { - "$ref": "./examples/PrivateLinkResources_ListBySite.json" + "ServerMachines_Create_MaximumSet_Gen": { + "$ref": "./examples/ServerMachines_Create_MaximumSet_Gen.json" + }, + "ServerMachines_Create_MinimumSet_Gen": { + "$ref": "./examples/ServerMachines_Create_MinimumSet_Gen.json" } - }, - "deprecated": false - } - }, - "/subscriptions/{subscriptionId}/providers/Microsoft.OffAzure/VMwareSites": { - "get": { - "summary": "Get all vmware sites.", - "description": "Get all the vmware sites in the subscription.", - "operationId": "VMwareSites_ListBySubscription", - "consumes": [], - "produces": [ - "application/json" + } + }, + "delete": { + "tags": [ + "ServerMachines" ], + "operationId": "ServerMachines_Delete", + "description": "Delete a ServerResource", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "machineName", + "in": "path", "required": true, + "description": " A server machine name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK.", - "headers": { - "x-ms-request-id": { - "type": "string", - "description": "Service generated Request ID." - } - }, - "schema": { - "$ref": "#/definitions/VMWareSitesResultList" - } + "description": "Resource deleted successfully." + }, + "204": { + "description": "Resource deleted successfully." }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - }, "x-ms-examples": { - "Projects_List": { - "$ref": "./examples/VMwareSitesInSubscription_List.json" + "ServerMachines_Delete_MaximumSet_Gen": { + "$ref": "./examples/ServerMachines_Delete_MaximumSet_Gen.json" + }, + "ServerMachines_Delete_MinimumSet_Gen": { + "$ref": "./examples/ServerMachines_Delete_MinimumSet_Gen.json" } } } }, - "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}/operationsStatus/{serverOperationStatusName}": { "get": { - "summary": "Get all vmware sites.", - "description": "Get all the vmware sites in the resource group.", - "operationId": "VMwareSites_List", - "consumes": [], - "produces": [ - "application/json" + "tags": [ + "ServerOperationStatus" ], + "operationId": "ServerOperationStatus_Get", + "description": "Get a ServerOperationStatusResource", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", "in": "path", - "description": "The name of the resource group. The name is case insensitive.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "serverOperationStatusName", + "in": "path", "required": true, + "description": " ServerOperationStatus name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" } ], "responses": { "200": { - "description": "OK.", - "headers": { - "x-ms-request-id": { - "type": "string", - "description": "Service generated Request ID." - } - }, + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/VMWareSitesResultList" + "$ref": "#/definitions/ServerOperationStatusResource" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - }, "x-ms-examples": { - "Projects_List": { - "$ref": "./examples/VMwareSites_List.json" + "ServerOperationStatus_Get_MaximumSet_Gen": { + "$ref": "./examples/ServerOperationStatus_Get_MaximumSet_Gen.json" + }, + "ServerOperationStatus_Get_MinimumSet_Gen": { + "$ref": "./examples/ServerOperationStatus_Get_MinimumSet_Gen.json" } } } }, - "/subscriptions/{subscriptionId}/providers/Microsoft.OffAzure/HyperVSites": { - "get": { - "summary": "Get all hyperv sites.", - "description": "Get all the hyperv sites in the subscription.", - "operationId": "HyperVSites_ListBySubscription", - "consumes": [], - "produces": [ - "application/json" + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}/refreshSite": { + "post": { + "tags": [ + "ServerSitesInterface" ], + "operationId": "ServerSitesInterface_RefreshSite", + "description": "Operation to refresh a site", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "description": "The content of the action request", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } } ], "responses": { - "200": { - "description": "OK.", + "202": { + "description": "Resource operation accepted.", "headers": { - "x-ms-request-id": { - "type": "string", - "description": "Service generated Request ID." + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" } - }, + } + }, + "204": { + "description": "Action completed successfully." + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "ServerSitesInterface_RefreshSite_MaximumSet_Gen": { + "$ref": "./examples/ServerSitesInterface_RefreshSite_MaximumSet_Gen.json" + }, + "ServerSitesInterface_RefreshSite_MinimumSet_Gen": { + "$ref": "./examples/ServerSitesInterface_RefreshSite_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}/runAsAccounts": { + "get": { + "tags": [ + "ServerRunAsAccounts" + ], + "operationId": "ServerRunAsAccounts_ListByServerSiteResource", + "description": "List ServerRunAsAccountResource resources by ServerSiteResource", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", "schema": { - "$ref": "#/definitions/HyperVSitesResultList" + "$ref": "#/definitions/ServerRunAsAccountResourceListResult" } }, "default": { - "description": "Error response describing why the operation failed.", + "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/CloudError" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } } }, @@ -3670,1363 +3581,5741 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "HyperVSites_List": { - "$ref": "./examples/HyperVSitesInSubscription_List.json" + "ServerRunAsAccounts_ListByServerSiteResource_MaximumSet_Gen": { + "$ref": "./examples/ServerRunAsAccounts_ListByServerSiteResource_MaximumSet_Gen.json" + }, + "ServerRunAsAccounts_ListByServerSiteResource_MinimumSet_Gen": { + "$ref": "./examples/ServerRunAsAccounts_ListByServerSiteResource_MinimumSet_Gen.json" } } } }, - "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}/runAsAccounts/{accountName}": { "get": { - "summary": "Get all hyperv sites.", - "description": "Get all the hyperv sites in the subscription.", - "operationId": "HyperVSites_List", - "consumes": [], - "produces": [ - "application/json" + "tags": [ + "ServerRunAsAccounts" ], + "operationId": "ServerRunAsAccounts_Get", + "description": "Get a ServerRunAsAccountResource", "parameters": [ { - "$ref": "#/parameters/subscriptionId" + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" }, { - "name": "resourceGroupName", + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", "in": "path", - "description": "The name of the resource group. The name is case insensitive.", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" }, { - "name": "api-version", - "in": "query", - "description": "The API version to use for this operation.", + "name": "accountName", + "in": "path", + "required": true, + "description": " RunAsAccounts name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/ServerRunAsAccountResource" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "ServerRunAsAccounts_Get_MaximumSet_Gen": { + "$ref": "./examples/ServerRunAsAccounts_Get_MaximumSet_Gen.json" + }, + "ServerRunAsAccounts_Get_MinimumSet_Gen": { + "$ref": "./examples/ServerRunAsAccounts_Get_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}/updateProperties": { + "post": { + "tags": [ + "ServerSitesInterface" + ], + "operationId": "ServerSitesInterface_UpdateProperties", + "description": "Operation to update custom properties for servers", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "description": "The content of the action request", + "schema": { + "$ref": "#/definitions/MachineMetadataList" + } + } + ], + "responses": { + "202": { + "description": "Resource operation accepted.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } + } + }, + "204": { + "description": "Action completed successfully." + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "ServerSitesInterface_UpdateProperties_MaximumSet_Gen": { + "$ref": "./examples/ServerSitesInterface_UpdateProperties_MaximumSet_Gen.json" + }, + "ServerSitesInterface_UpdateProperties_MinimumSet_Gen": { + "$ref": "./examples/ServerSitesInterface_UpdateProperties_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}/usage": { + "get": { + "tags": [ + "ServerSitesInterface" + ], + "operationId": "ServerSitesInterface_Usage", + "description": "Get a serve site usage.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/ServerSiteUsageResponse" + } + } + }, + "x-ms-examples": { + "ServerSitesInterface_Usage_MaximumSet_Gen": { + "$ref": "./examples/ServerSitesInterface_Usage_MaximumSet_Gen.json" + }, + "ServerSitesInterface_Usage_MinimumSet_Gen": { + "$ref": "./examples/ServerSitesInterface_Usage_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}": { + "get": { + "tags": [ + "VmwareSites", + "SitesController" + ], + "operationId": "Sites_GetSite", + "description": "Get a VMwareSite", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/VMwareSite" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Sites_GetSite_MaximumSet_Gen": { + "$ref": "./examples/Sites_GetSite_MaximumSet_Gen.json" + }, + "Sites_GetSite_MinimumSet_Gen": { + "$ref": "./examples/Sites_GetSite_MinimumSet_Gen.json" + } + } + }, + "put": { + "tags": [ + "VmwareSites" + ], + "operationId": "Sites_PutSite", + "description": "Create a VMwareSite", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "description": "Resource create parameters.", + "schema": { + "$ref": "#/definitions/VMwareSite" + } } ], "responses": { "200": { - "description": "OK.", + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/VMwareSite" + } + }, + "201": { + "description": "ARM create operation completed successfully.", "headers": { - "x-ms-request-id": { - "type": "string", - "description": "Service generated Request ID." + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" } }, "schema": { - "$ref": "#/definitions/HyperVSitesResultList" + "$ref": "#/definitions/VMwareSite" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" } + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "Sites_PutSite_MaximumSet_Gen": { + "$ref": "./examples/Sites_PutSite_MaximumSet_Gen.json" + }, + "Sites_PutSite_MinimumSet_Gen": { + "$ref": "./examples/Sites_PutSite_MinimumSet_Gen.json" + } + } + }, + "patch": { + "tags": [ + "VmwareSites" + ], + "operationId": "Sites_PatchSite", + "description": "Update a VMwareSite", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "description": "The resource properties to be updated.", + "schema": { + "$ref": "#/definitions/VMwareSiteUpdate" + } + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/VMwareSite" + } + }, + "202": { + "description": "Resource update request accepted.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "Sites_PatchSite_MaximumSet_Gen": { + "$ref": "./examples/Sites_PatchSite_MaximumSet_Gen.json" + }, + "Sites_PatchSite_MinimumSet_Gen": { + "$ref": "./examples/Sites_PatchSite_MinimumSet_Gen.json" + } + } + }, + "delete": { + "tags": [ + "VmwareSites", + "SitesController" + ], + "operationId": "Sites_DeleteSite", + "description": "Delete a VMwareSite", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + } + ], + "responses": { + "200": { + "description": "Resource deleted successfully." + }, + "202": { + "description": "Resource deletion accepted.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } + } + }, + "204": { + "description": "Resource deleted successfully." + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "Sites_DeleteSite_MaximumSet_Gen": { + "$ref": "./examples/Sites_DeleteSite_MaximumSet_Gen.json" + }, + "Sites_DeleteSite_MinimumSet_Gen": { + "$ref": "./examples/Sites_DeleteSite_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/{vmwareSite}/errorSummary": { + "get": { + "tags": [ + "VmwareSites" + ], + "operationId": "VmwareSites_ErrorSummary", + "description": "Method to get site error summary.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "vmwareSite", + "in": "path", + "required": true, + "description": "VmwareSite.", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/SiteErrorSummaryCollection" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "VmwareSites_ErrorSummary_MaximumSet_Gen": { + "$ref": "./examples/VmwareSites_ErrorSummary_MaximumSet_Gen.json" + }, + "VmwareSites_ErrorSummary_MinimumSet_Gen": { + "$ref": "./examples/VmwareSites_ErrorSummary_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/{vmwareSite}/usage": { + "get": { + "tags": [ + "VmwareSites" + ], + "operationId": "VmwareSites_Usage", + "description": "Method to get site error summary.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "vmwareSite", + "in": "path", + "required": true, + "description": "VmwareSite.", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/SiteUsageResponse" + } + } + }, + "x-ms-examples": { + "VmwareSites_Usage_MaximumSet_Gen": { + "$ref": "./examples/VmwareSites_Usage_MaximumSet_Gen.json" + }, + "VmwareSites_Usage_MinimumSet_Gen": { + "$ref": "./examples/VmwareSites_Usage_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/clientGroupsMembers": { + "post": { + "tags": [ + "VmwareSites", + "DependencyMapController" + ], + "operationId": "VmwareSites_ClientGroupsMembers", + "description": "API to list client group members for the selected client group.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "description": "The content of the action request", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "type": "object", + "properties": { + "schema": { + "$ref": "#/definitions/AzureRestObject" + } + }, + "required": [ + "schema" + ], + "x-cadl-name": "ResponseWithVmwareSiteUsageSchema<200>" + } + }, + "202": { + "description": "Resource operation accepted.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "VmwareSites_ClientGroupsMembers_MaximumSet_Gen": { + "$ref": "./examples/VmwareSites_ClientGroupsMembers_MaximumSet_Gen.json" + }, + "VmwareSites_ClientGroupsMembers_MinimumSet_Gen": { + "$ref": "./examples/VmwareSites_ClientGroupsMembers_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/exportApplications": { + "post": { + "tags": [ + "VmwareSites", + "SitesController" + ], + "operationId": "VmwareSites_ExportApplications", + "description": "Method to generate report containing \r\n machine and the deep discovery of the application installed in the machine.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "description": "The content of the action request", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } + }, + "202": { + "description": "Resource operation accepted.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "VmwareSites_ExportApplications_MaximumSet_Gen": { + "$ref": "./examples/VmwareSites_ExportApplications_MaximumSet_Gen.json" + }, + "VmwareSites_ExportApplications_MinimumSet_Gen": { + "$ref": "./examples/VmwareSites_ExportApplications_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/exportDependencies": { + "post": { + "tags": [ + "VmwareSites", + "DependencyMapController" + ], + "operationId": "VmwareSites_ExportDependencies", + "description": "API to generate report containing agentless dependencies.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "description": "The content of the action request", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "type": "object", + "properties": { + "schema": { + "$ref": "#/definitions/AzureRestObject" + } + }, + "required": [ + "schema" + ], + "x-cadl-name": "ResponseWithVmwareSiteUsageSchema<200>" + } + }, + "202": { + "description": "Resource operation accepted.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "VmwareSites_ExportDependencies_MaximumSet_Gen": { + "$ref": "./examples/VmwareSites_ExportDependencies_MaximumSet_Gen.json" + }, + "VmwareSites_ExportDependencies_MinimumSet_Gen": { + "$ref": "./examples/VmwareSites_ExportDependencies_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/exportMachineErrors": { + "post": { + "tags": [ + "VmwareSites", + "SitesController" + ], + "operationId": "VmwareSites_ExportMachineErrors", + "description": "Method to generate report containing \r\n machine and the errors encountered during guest discovery of the machine.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "description": "The content of the action request", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "type": "object", + "properties": { + "schema": { + "$ref": "#/definitions/AzureRestObject" + } + }, + "required": [ + "schema" + ], + "x-cadl-name": "ResponseWithVmwareSiteUsageSchema<200>" + } + }, + "202": { + "description": "Resource operation accepted.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "VmwareSites_ExportMachineErrors_MaximumSet_Gen": { + "$ref": "./examples/VmwareSites_ExportMachineErrors_MaximumSet_Gen.json" + }, + "VmwareSites_ExportMachineErrors_MinimumSet_Gen": { + "$ref": "./examples/VmwareSites_ExportMachineErrors_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/exportMachines": { + "post": { + "tags": [ + "VmwareSites", + "SitesController" + ], + "operationId": "VmwareSites_ExportMachines", + "description": "Method to generate report containing \r\n machine and the deep discovery of the application installed in the machine.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "description": "The content of the action request", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "type": "object", + "properties": { + "schema": { + "$ref": "#/definitions/AzureRestObject" + } + }, + "required": [ + "schema" + ], + "x-cadl-name": "ResponseWithVmwareSiteUsageSchema<200>" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "VmwareSites_ExportMachines_MaximumSet_Gen": { + "$ref": "./examples/VmwareSites_ExportMachines_MaximumSet_Gen.json" + }, + "VmwareSites_ExportMachines_MinimumSet_Gen": { + "$ref": "./examples/VmwareSites_ExportMachines_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/generateCoarseMap": { + "post": { + "tags": [ + "VmwareSites", + "DependencyMapController" + ], + "operationId": "VmwareSites_GenerateCoarseMap", + "description": "API to generate coarse map for the list of machines.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "description": "The content of the action request", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "type": "object", + "properties": { + "schema": { + "$ref": "#/definitions/AzureRestObject" + } + }, + "required": [ + "schema" + ], + "x-cadl-name": "ResponseWithVmwareSiteUsageSchema<200>" + } + }, + "202": { + "description": "Resource operation accepted.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "VmwareSites_GenerateCoarseMap_MaximumSet_Gen": { + "$ref": "./examples/VmwareSites_GenerateCoarseMap_MaximumSet_Gen.json" + }, + "VmwareSites_GenerateCoarseMap_MinimumSet_Gen": { + "$ref": "./examples/VmwareSites_GenerateCoarseMap_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/generateDetailedMap": { + "post": { + "tags": [ + "VmwareSites", + "DependencyMapController" + ], + "operationId": "VmwareSites_GenerateDetailedMap", + "description": "API to generate detailed map for a selected machine.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "description": "The content of the action request", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "type": "object", + "properties": { + "schema": { + "$ref": "#/definitions/AzureRestObject" + } + }, + "required": [ + "schema" + ], + "x-cadl-name": "ResponseWithVmwareSiteUsageSchema<200>" + } + }, + "202": { + "description": "Resource operation accepted.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "VmwareSites_GenerateDetailedMap_MaximumSet_Gen": { + "$ref": "./examples/VmwareSites_GenerateDetailedMap_MaximumSet_Gen.json" + }, + "VmwareSites_GenerateDetailedMap_MinimumSet_Gen": { + "$ref": "./examples/VmwareSites_GenerateDetailedMap_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/healthSummary": { + "get": { + "tags": [ + "VmwareSites" + ], + "operationId": "VmwareSites_HealthSummary", + "description": "Method to get site health summary.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/SiteHealthSummaryCollection" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "VmwareSites_HealthSummary_MaximumSet_Gen": { + "$ref": "./examples/VmwareSites_HealthSummary_MaximumSet_Gen.json" + }, + "VmwareSites_HealthSummary_MinimumSet_Gen": { + "$ref": "./examples/VmwareSites_HealthSummary_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/hosts": { + "get": { + "tags": [ + "Microsoft.Azure.FDS.WebRole.V2020_01_01_preview.VMwareHostController", + "VmwareHosts" + ], + "operationId": "VmwareHosts_ListByVMwareSite", + "description": "List VmwareHostResource resources by VMwareSite", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/VmwareHostResourceListResult" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "VmwareHosts_ListByVMwareSite_MaximumSet_Gen": { + "$ref": "./examples/VmwareHosts_ListByVMwareSite_MaximumSet_Gen.json" + }, + "VmwareHosts_ListByVMwareSite_MinimumSet_Gen": { + "$ref": "./examples/VmwareHosts_ListByVMwareSite_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/hosts/{hostName}": { + "get": { + "tags": [ + "Microsoft.Azure.FDS.WebRole.V2020_01_01_preview.VMwareHostController", + "VmwareHosts" + ], + "operationId": "VmwareHosts_Get", + "description": "Get a VmwareHostResource", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "hostName", + "in": "path", + "required": true, + "description": " Hosts name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/VmwareHostResource" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "VmwareHosts_Get_MaximumSet_Gen": { + "$ref": "./examples/VmwareHosts_Get_MaximumSet_Gen.json" + }, + "VmwareHosts_Get_MinimumSet_Gen": { + "$ref": "./examples/VmwareHosts_Get_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/jobs": { + "get": { + "tags": [ + "JobsController" + ], + "operationId": "Jobs_GetAllJobsInSite", + "description": "List VmwareJobResource resources by VMwareSite", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/VmwareJobResourceListResult" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Jobs_GetAllJobsInSite_MaximumSet_Gen": { + "$ref": "./examples/Jobs_GetAllJobsInSite_MaximumSet_Gen.json" + }, + "Jobs_GetAllJobsInSite_MinimumSet_Gen": { + "$ref": "./examples/Jobs_GetAllJobsInSite_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/jobs/{jobName}": { + "get": { + "tags": [ + "JobsController" + ], + "operationId": "Jobs_GetJob", + "description": "Get a VmwareJobResource", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "jobName", + "in": "path", + "required": true, + "description": " Jobs name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/VmwareJobResource" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Jobs_GetJob_MaximumSet_Gen": { + "$ref": "./examples/Jobs_GetJob_MaximumSet_Gen.json" + }, + "Jobs_GetJob_MinimumSet_Gen": { + "$ref": "./examples/Jobs_GetJob_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/machines": { + "get": { + "tags": [ + "Machines", + "MachinesController" + ], + "operationId": "Machines_GetAllMachinesInSite", + "description": "List MachineResource resources by VMwareSite", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "name": "$filter", + "in": "query", + "required": true, + "description": "filter query", + "type": "string" + }, + { + "name": "$top", + "in": "query", + "required": true, + "description": "page size query", + "type": "string" + }, + { + "name": "continuationToken", + "in": "query", + "required": true, + "description": "Optional parameter for continuation token.", + "type": "string" + }, + { + "name": "totalRecordCount", + "in": "query", + "required": true, + "description": "Total count of machines in the given site.", + "type": "integer", + "format": "int32" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/MachineResourceListResult" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Machines_GetAllMachinesInSite_MaximumSet_Gen": { + "$ref": "./examples/Machines_GetAllMachinesInSite_MaximumSet_Gen.json" + }, + "Machines_GetAllMachinesInSite_MinimumSet_Gen": { + "$ref": "./examples/Machines_GetAllMachinesInSite_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/machines/{machineName}": { + "get": { + "tags": [ + "Machines", + "MachinesController" + ], + "operationId": "Machines_GetMachine", + "description": "Get a MachineResource", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "machineName", + "in": "path", + "required": true, + "description": "Machine name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/MachineResource" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Machines_GetMachine_MaximumSet_Gen": { + "$ref": "./examples/Machines_GetMachine_MaximumSet_Gen.json" + }, + "Machines_GetMachine_MinimumSet_Gen": { + "$ref": "./examples/Machines_GetMachine_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/machines/{machineName}/applications": { + "get": { + "tags": [ + "Machines", + "VmwareMachinesController" + ], + "operationId": "Machines_Applications", + "description": "Method to get machine with application and roles present in it.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "machineName", + "in": "path", + "required": true, + "description": "Machine name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/MachineResource" + } + } + }, + "x-ms-examples": { + "Machines_Applications_MaximumSet_Gen": { + "$ref": "./examples/Machines_Applications_MaximumSet_Gen.json" + }, + "Machines_Applications_MinimumSet_Gen": { + "$ref": "./examples/Machines_Applications_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/machines/{machineName}/start": { + "post": { + "tags": [ + "Machines", + "MachinesController" + ], + "operationId": "Machines_StartMachine", + "description": "Method to start a machine.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "machineName", + "in": "path", + "required": true, + "description": "Machine name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "description": "The content of the action request", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } + }, + "202": { + "description": "Resource operation accepted.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "Machines_StartMachine_MaximumSet_Gen": { + "$ref": "./examples/Machines_StartMachine_MaximumSet_Gen.json" + }, + "Machines_StartMachine_MinimumSet_Gen": { + "$ref": "./examples/Machines_StartMachine_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/machines/{machineName}/stop": { + "post": { + "tags": [ + "Machines", + "MachinesController" + ], + "operationId": "Machines_StopMachine", + "description": "Method to stop a machine.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "machineName", + "in": "path", + "required": true, + "description": "Machine name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "description": "The content of the action request", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } + }, + "202": { + "description": "Resource operation accepted.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "Machines_StopMachine_MaximumSet_Gen": { + "$ref": "./examples/Machines_StopMachine_MaximumSet_Gen.json" + }, + "Machines_StopMachine_MinimumSet_Gen": { + "$ref": "./examples/Machines_StopMachine_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/operationsStatus/{operationStatusName}": { + "get": { + "tags": [ + "VmwareOperationsStatusController", + "VmwareOperationStatus" + ], + "operationId": "VMwareOperationsStatus_GetOperationStatus", + "description": "Get a VmwareOperationStatusResource", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "operationStatusName", + "in": "path", + "required": true, + "description": " VmwareOperationStatus name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/VmwareOperationStatusResource" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "VMwareOperationsStatus_GetOperationStatus_MaximumSet_Gen": { + "$ref": "./examples/VMwareOperationsStatus_GetOperationStatus_MaximumSet_Gen.json" + }, + "VMwareOperationsStatus_GetOperationStatus_MinimumSet_Gen": { + "$ref": "./examples/VMwareOperationsStatus_GetOperationStatus_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/refresh": { + "post": { + "tags": [ + "VmwareSites", + "SitesController" + ], + "operationId": "Sites_RefreshSite", + "description": "Method to refresh a site.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "description": "The content of the action request", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } + }, + "202": { + "description": "Resource operation accepted.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "Sites_RefreshSite_MaximumSet_Gen": { + "$ref": "./examples/Sites_RefreshSite_MaximumSet_Gen.json" + }, + "Sites_RefreshSite_MinimumSet_Gen": { + "$ref": "./examples/Sites_RefreshSite_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/runAsAccounts": { + "get": { + "tags": [ + "RunAsAccountsController" + ], + "operationId": "RunAsAccounts_GetAllRunAsAccountsInSite", + "description": "List VmwareRunAsAccountResource resources by VMwareSite", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/VmwareRunAsAccountResourceListResult" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "RunAsAccounts_GetAllRunAsAccountsInSite_MaximumSet_Gen": { + "$ref": "./examples/RunAsAccounts_GetAllRunAsAccountsInSite_MaximumSet_Gen.json" + }, + "RunAsAccounts_GetAllRunAsAccountsInSite_MinimumSet_Gen": { + "$ref": "./examples/RunAsAccounts_GetAllRunAsAccountsInSite_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/runAsAccounts/{accountName}": { + "get": { + "tags": [ + "RunAsAccountsController" + ], + "operationId": "RunAsAccounts_GetRunAsAccount", + "description": "Get a VmwareRunAsAccountResource", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "accountName", + "in": "path", + "required": true, + "description": " RunAsAccounts name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/VmwareRunAsAccountResource" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "RunAsAccounts_GetRunAsAccount_MaximumSet_Gen": { + "$ref": "./examples/RunAsAccounts_GetRunAsAccount_MaximumSet_Gen.json" + }, + "RunAsAccounts_GetRunAsAccount_MinimumSet_Gen": { + "$ref": "./examples/RunAsAccounts_GetRunAsAccount_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/serverGroupMembers": { + "post": { + "tags": [ + "VmwareSites", + "DependencyMapController" + ], + "operationId": "VmwareSites_ServerGroupMembers", + "description": "API to list server group members for the selected server group.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "description": "The content of the action request", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "type": "object", + "properties": { + "schema": { + "$ref": "#/definitions/AzureRestObject" + } + }, + "required": [ + "schema" + ], + "x-cadl-name": "ResponseWithVmwareSiteUsageSchema<200>" + } + }, + "202": { + "description": "Resource operation accepted.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "VmwareSites_ServerGroupMembers_MaximumSet_Gen": { + "$ref": "./examples/VmwareSites_ServerGroupMembers_MaximumSet_Gen.json" + }, + "VmwareSites_ServerGroupMembers_MinimumSet_Gen": { + "$ref": "./examples/VmwareSites_ServerGroupMembers_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/updateDependencyMapStatus": { + "post": { + "tags": [ + "VmwareSites", + "VMwarePropertiesController" + ], + "operationId": "VmwareSites_UpdateDependencyMapStatus", + "description": "Method to get site error summary.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "description": "The content of the action request", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } + }, + "202": { + "description": "Resource operation accepted.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "VmwareSites_UpdateDependencyMapStatus_MaximumSet_Gen": { + "$ref": "./examples/VmwareSites_UpdateDependencyMapStatus_MaximumSet_Gen.json" + }, + "VmwareSites_UpdateDependencyMapStatus_MinimumSet_Gen": { + "$ref": "./examples/VmwareSites_UpdateDependencyMapStatus_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/updateProperties": { + "post": { + "tags": [ + "VmwareSites", + "VMwarePropertiesController" + ], + "operationId": "VmwareSites_UpdateProperties", + "description": "Method to update properties for machines in a site.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "description": "The content of the action request", + "schema": { + "$ref": "#/definitions/MachineMetadataList" + } + } + ], + "responses": { + "202": { + "description": "Resource operation accepted.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } + } + }, + "204": { + "description": "Action completed successfully." + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "VmwareSites_UpdateProperties_MaximumSet_Gen": { + "$ref": "./examples/VmwareSites_UpdateProperties_MaximumSet_Gen.json" + }, + "VmwareSites_UpdateProperties_MinimumSet_Gen": { + "$ref": "./examples/VmwareSites_UpdateProperties_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/updateRunAsAccount": { + "post": { + "tags": [ + "VmwareSites", + "VMwarePropertiesController" + ], + "operationId": "VmwareSites_UpdateRunAsAccount", + "description": "Method to associate Run as account to machine\r\n in a site.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "description": "The content of the action request", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } + }, + "202": { + "description": "Resource operation accepted.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "VmwareSites_UpdateRunAsAccount_MaximumSet_Gen": { + "$ref": "./examples/VmwareSites_UpdateRunAsAccount_MaximumSet_Gen.json" + }, + "VmwareSites_UpdateRunAsAccount_MinimumSet_Gen": { + "$ref": "./examples/VmwareSites_UpdateRunAsAccount_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/updateTags": { + "post": { + "tags": [ + "VmwareSites", + "VMwarePropertiesController" + ], + "operationId": "VmwareSites_UpdateTags", + "description": "Method to associate Run as account to machine\r\n in a site.", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "description": "The content of the action request", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "type": "object", + "properties": {}, + "x-cadl-name": "{}" + } + }, + "202": { + "description": "Resource operation accepted.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "VmwareSites_UpdateTags_MaximumSet_Gen": { + "$ref": "./examples/VmwareSites_UpdateTags_MaximumSet_Gen.json" + }, + "VmwareSites_UpdateTags_MinimumSet_Gen": { + "$ref": "./examples/VmwareSites_UpdateTags_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/vCenters": { + "get": { + "tags": [ + "VCenterController", + "VmwareVcenters" + ], + "operationId": "VCenter_GetAllVCentersInSite", + "description": "List VCenter resources by VMwareSite", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/VCenterListResult" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "VCenter_GetAllVCentersInSite_MaximumSet_Gen": { + "$ref": "./examples/VCenter_GetAllVCentersInSite_MaximumSet_Gen.json" + }, + "VCenter_GetAllVCentersInSite_MinimumSet_Gen": { + "$ref": "./examples/VCenter_GetAllVCentersInSite_MinimumSet_Gen.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/vCenters/{vcenterName}": { + "get": { + "tags": [ + "VCenterController", + "VmwareVcenters" + ], + "operationId": "VCenter_GetVCenter", + "description": "Get a VCenter", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "vcenterName", + "in": "path", + "required": true, + "description": " VCenters name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/VCenter" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "VCenter_GetVCenter_MaximumSet_Gen": { + "$ref": "./examples/VCenter_GetVCenter_MaximumSet_Gen.json" + }, + "VCenter_GetVCenter_MinimumSet_Gen": { + "$ref": "./examples/VCenter_GetVCenter_MinimumSet_Gen.json" + } + } + }, + "put": { + "tags": [ + "VCenterController", + "VmwareVcenters" + ], + "operationId": "VCenter_PutVCenter", + "description": "Create a VCenter", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "vcenterName", + "in": "path", + "required": true, + "description": " VCenters name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "description": "Resource create parameters.", + "schema": { + "$ref": "#/definitions/VCenter" + } + } + ], + "responses": { + "200": { + "description": "ARM operation completed successfully.", + "schema": { + "$ref": "#/definitions/VCenter" + } + }, + "201": { + "description": "ARM create operation completed successfully.", + "headers": { + "Retry-After": { + "description": "The Retry-After header can indicate how long the client should wait before polling the operation status.", + "type": "integer", + "format": "int32" + } + }, + "schema": { + "$ref": "#/definitions/VCenter" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-long-running-operation-options": { + "final-state-via": "azure-async-operation" + }, + "x-ms-long-running-operation": true, + "x-ms-examples": { + "VCenter_PutVCenter_MaximumSet_Gen": { + "$ref": "./examples/VCenter_PutVCenter_MaximumSet_Gen.json" + }, + "VCenter_PutVCenter_MinimumSet_Gen": { + "$ref": "./examples/VCenter_PutVCenter_MinimumSet_Gen.json" + } + } + }, + "delete": { + "tags": [ + "VCenterController", + "VmwareVcenters" + ], + "operationId": "VCenter_DeleteVCenter", + "description": "Delete a VCenter", + "parameters": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter" + }, + { + "name": "siteName", + "in": "path", + "required": true, + "description": "Site name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + }, + { + "name": "vcenterName", + "in": "path", + "required": true, + "description": " VCenters name", + "pattern": "^[a-zA-Z0-9-]{3,24}$", + "type": "string" + } + ], + "responses": { + "200": { + "description": "Resource deleted successfully." + }, + "204": { + "description": "Resource deleted successfully." + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "VCenter_DeleteVCenter_MaximumSet_Gen": { + "$ref": "./examples/VCenter_DeleteVCenter_MaximumSet_Gen.json" + }, + "VCenter_DeleteVCenter_MinimumSet_Gen": { + "$ref": "./examples/VCenter_DeleteVCenter_MinimumSet_Gen.json" + } + } + } + } + }, + "definitions": { + "Application": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "Gets or sets Name of the Application.", + "readOnly": true + }, + "version": { + "type": "string", + "description": "Gets or sets Version of the Application.", + "readOnly": true + }, + "provider": { + "type": "string", + "description": "Gets or sets Provider of the Application.", + "readOnly": true + } + }, + "description": "Application in the guest virtual machine." + }, + "ApplicationDiscovery": { + "type": "object", + "properties": { + "discoveryScopeStatus": { + "$ref": "#/definitions/ApplicationDiscoveryScopeStatus", + "description": "Gets discovery scope status.", + "readOnly": true + }, + "errors": { + "type": "array", + "items": { + "$ref": "#/definitions/HealthErrorDetails" + }, + "x-cadl-name": "HealthErrorDetails[]", + "description": "Gets errors for discovery scope.", + "readOnly": true + }, + "hydratedRunAsAccountId": { + "type": "string", + "description": "Gets the run as account ID with which feature worked successfully.\n \nIt is discovered by the agent from the list of credentials.", + "readOnly": true + } + }, + "description": "Contains data related application and roles discovery scope." + }, + "ApplicationDiscoveryScopeStatus": { + "type": "string", + "enum": [ + "DiscoverySucceededAtleastOnce", + "DiscoveryFailed", + "RunAsAccountNotAssociated", + "DiscoveryNotStarted", + "DiscoveryInProgress", + "Disabled", + "DiscoveryPartiallySucceded", + "DiscoverySucceeded" + ], + "x-ms-enum": { + "name": "ApplicationDiscoveryScopeStatus", + "modelAsString": true + } + }, + "Applications": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "Gets or sets Name of the Application." + }, + "version": { + "type": "string", + "description": "Gets or sets Version of the Application." + }, + "provider": { + "type": "string", + "description": "Gets or sets Provider of the Application." + } + }, + "description": "Application in the guest virtual machine.", + "required": [ + "name", + "version", + "provider" + ] + }, + "AppsAndRoles": { + "type": "object", + "properties": { + "applications": { + "type": "array", + "items": { + "$ref": "#/definitions/Applications" + }, + "x-ms-identifiers": [], + "x-cadl-name": "Applications[]", + "description": "Gets or sets Applications of the AppsAndRoles." + }, + "webApplications": { + "type": "array", + "items": { + "$ref": "#/definitions/WebApplications" + }, + "x-ms-identifiers": [], + "x-cadl-name": "WebApplications[]", + "description": " Gets or sets WebApplications of the AppsAndRoles." + }, + "features": { + "type": "array", + "items": { + "$ref": "#/definitions/Features" + }, + "x-ms-identifiers": [], + "x-cadl-name": "Features[]", + "description": "Gets or sets Features of the AppsAndRoles." + }, + "sqlServers": { + "type": "array", + "items": { + "$ref": "#/definitions/SqlServers" + }, + "x-ms-identifiers": [], + "x-cadl-name": "SqlServers[]", + "description": "Gets or sets SQLServers of the AppsAndRoles." + }, + "sharePointServers": { + "type": "array", + "items": { + "$ref": "#/definitions/SharePointServers" + }, + "x-ms-identifiers": [], + "x-cadl-name": "SharePointServers[]", + "description": "Gets or sets SharePointServers of the AppsAndRoles." + }, + "systemCenters": { + "type": "array", + "items": { + "$ref": "#/definitions/SystemCenters" + }, + "x-ms-identifiers": [], + "x-cadl-name": "SystemCenters[]", + "description": " Gets or sets SystemCenters of the AppsAndRoles." + }, + "bizTalkServers": { + "type": "array", + "items": { + "$ref": "#/definitions/BizTalkServers" + }, + "x-ms-identifiers": [], + "x-cadl-name": "BizTalkServers[]", + "description": " Gets or sets BizTalkServers of the AppsAndRoles." + }, + "exchangeServers": { + "type": "array", + "items": { + "$ref": "#/definitions/ExchangeServers" + }, + "x-ms-identifiers": [], + "x-cadl-name": "ExchangeServers[]", + "description": "Gets or sets ExchangeServers of the AppsAndRoles." + }, + "otherDatabases": { + "type": "array", + "items": { + "$ref": "#/definitions/OtherDatabases" + }, + "x-ms-identifiers": [], + "x-cadl-name": "OtherDatabases[]", + "description": "Gets or sets OtherDatabases of the AppsAndRoles." + } + }, + "description": "Apps And Roles of the Server", + "required": [ + "applications", + "webApplications", + "features", + "sqlServers", + "sharePointServers", + "systemCenters", + "bizTalkServers", + "exchangeServers", + "otherDatabases" + ] + }, + "Azure.Core.Foundations.Error": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "One of a server-defined set of error codes." + }, + "message": { + "type": "string", + "description": "A human-readable representation of the error." + }, + "target": { + "type": "string", + "description": "The target of the error." + }, + "details": { + "type": "array", + "items": { + "$ref": "#/definitions/Azure.Core.Foundations.Error" + }, + "x-ms-identifiers": [], + "x-cadl-name": "Azure.Core.Foundations.Error[]", + "description": "An array of details about specific errors that led to this reported error." + }, + "innererror": { + "$ref": "#/definitions/Azure.Core.Foundations.InnerError", + "description": "An object containing more specific information than the current object about the error." + } + }, + "description": "The error object.", + "required": [ + "code", + "message", + "details" + ] + }, + "Azure.Core.Foundations.ErrorResponse": { + "type": "object", + "properties": { + "error": { + "$ref": "#/definitions/Azure.Core.Foundations.Error", + "description": "The error object." + } + }, + "description": "A response containing error details.", + "required": [ + "error" + ] + }, + "Azure.Core.Foundations.InnerError": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "One of a server-defined set of error codes." + }, + "innererror": { + "$ref": "#/definitions/Azure.Core.Foundations.InnerError", + "description": "Inner error." + } + }, + "description": "An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses.", + "required": [ + "code" + ] + }, + "AzureRestObject": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "Gets the relative URL to get this cluster." + }, + "type": { + "type": "string", + "description": "Handled by resource provider. Type = Microsoft.OffAzure/hyperVSites/clusters." + }, + "name": { + "type": "string", + "description": "Gets or sets the Name of the cluster." + } + }, + "description": "Azure rest Object", + "required": [ + "id", + "type", + "name" + ] + }, + "BizTalkServers": { + "type": "object", + "properties": { + "productName": { + "type": "string", + "description": "Gets or sets ProductName of the BizTalkServer." + }, + "status": { + "type": "string", + "description": "Gets or sets Status of the BizTalkServer." + } + }, + "description": "BizTalkServer in the guest virtual machine.", + "required": [ + "productName", + "status" + ] + }, + "CosmosDBDeleteImportedMachinesJobEntityDeleteImportedMachinesJobPropertiesJobState": { + "type": "string", + "description": "Cosmos db Imported Machines JobEntity", + "enum": [ + "Unknown", + "Verified", + "VerifiedWithErrors", + "Completed", + "Failed" + ], + "x-ms-enum": { + "name": "CosmosDBDeleteImportedMachinesJobEntityDeleteImportedMachinesJobPropertiesJobState", + "modelAsString": true + } + }, + "CosmosDBImportMachinesJobEntityImportMachinesJobProperties": { + "type": "string", + "enum": [ + "Unknown", + "Completed", + "CompletedWithWarnings", + "CompletedWithErrors", + "Failed", + "WaitingForBlobUpload", + "InProgress" + ], + "x-ms-enum": { + "name": "CosmosDBImportMachinesJobEntityImportMachinesJobProperties", + "modelAsString": true + } + }, + "CosmosDbDeleteImportedMachinesJobEntityDeleteImportedMachinesJobProperties": { + "type": "object", + "properties": { + "blobName": { + "type": "string", + "description": "blob name" + }, + "errorSasUri": { + "type": "string", + "description": "error Sas Uri" + }, + "jobState": { + "$ref": "#/definitions/CosmosDBDeleteImportedMachinesJobEntityDeleteImportedMachinesJobPropertiesJobState", + "description": "job State" + }, + "numberOfMachinesDeleted": { + "type": "integer", + "format": "int32", + "description": "number Of Machines Deleted" + }, + "deletionConfirmation": { + "type": "boolean", + "description": "deletion Confirmation" + }, + "errors": { + "type": "array", + "items": { + "type": "string" + }, + "x-cadl-name": "string[]", + "description": "errors list", + "readOnly": true + }, + "provisioningState": { + "$ref": "#/definitions/ProvisioningState", + "description": "The status of the last operation." + } + }, + "description": "Delete Imported Machines Job Properties" + }, + "CosmosDbExportImportedMachinesJobEntityExportImportedMachinesJobEntityProperties": { + "type": "object", + "properties": { + "blobName": { + "type": "string", + "description": "blob name" + }, + "sasUri": { + "type": "string", + "description": "sas uri" + } + }, + "description": " Export Imported Machines JobEntity Properties " + }, + "DependencyMapDiscovery": { + "type": "object", + "properties": { + "discoveryScopeStatus": { + "$ref": "#/definitions/DependencyMapDiscoveryScopeStatus", + "description": "Gets discovery scope status.", + "readOnly": true + }, + "errors": { + "type": "array", + "items": { + "$ref": "#/definitions/HealthErrorDetails" + }, + "x-cadl-name": "HealthErrorDetails[]", + "description": "Gets errors for discovery scope.", + "readOnly": true + }, + "hydratedRunAsAccountId": { + "type": "string", + "description": "Gets the run as account ID with which feature worked successfully.\n \nIt is discovered by the agent from the list of credentials.", + "readOnly": true + } + }, + "description": "Contains data related dependency map discovery scope." + }, + "DependencyMapDiscoveryScopeStatus": { + "type": "string", + "enum": [ + "DiscoverySucceededAtleastOnce", + "DiscoveryFailed", + "RunAsAccountNotAssociated", + "DiscoveryNotStarted", + "DiscoveryInProgress", + "Disabled", + "DiscoveryPartiallySucceded", + "DiscoverySucceeded" + ], + "x-ms-enum": { + "name": "DependencyMapDiscoveryScopeStatus", + "modelAsString": true + } + }, + "DiscoveryScope": { + "type": "string", + "description": "Discovery Scope.", + "enum": [ + "AppsAndRoles", + "DependencyMap", + "StaticData", + "SQLServerConnectionInfo" + ], + "x-ms-enum": { + "name": "DiscoveryScope", + "modelAsString": true + } + }, + "DiscoveryScopeErrorSummary": { + "type": "object", + "properties": { + "affectedResourceType": { + "type": "string", + "description": "Gets or sets the affected resource type." + }, + "affectedObjectsCount": { + "type": "integer", + "format": "int32", + "description": "Count of affected objects." + }, + "discoveryScope": { + "$ref": "#/definitions/DiscoveryScopes", + "description": "Gets or sets the count of affected objects." + } + }, + "description": "The site error summary model.", + "required": [ + "affectedResourceType", + "affectedObjectsCount", + "discoveryScope" + ] + }, + "DiscoveryScopeStatus": { + "type": "string", + "description": "Discovery Scope.", + "enum": [ + "DiscoverySucceededAtleastOnce", + "DiscoveryFailed", + "RunAsAccountNotAssociated", + "DiscoveryNotStarted", + "DiscoveryInProgress", + "Disabled", + "DiscoveryPartiallySucceded", + "DiscoverySucceeded" + ], + "x-ms-enum": { + "name": "DiscoveryScopeStatus", + "modelAsString": true + } + }, + "DiscoveryScopes": { + "type": "string", + "enum": [ + "AppsAndRoles", + "DependencyMap", + "StaticData", + "SQLServerConnectionInfo" + ], + "x-ms-enum": { + "name": "DiscoveryScopes", + "modelAsString": true + } + }, + "DiscoveryState": { + "type": "object", + "properties": { + "discoveryScopeStatus": { + "$ref": "#/definitions/DiscoveryScopeStatus", + "description": "The discovery scope status" + }, + "errors": { + "type": "array", + "items": { + "$ref": "#/definitions/Errors" + }, + "x-cadl-name": "Errors[]", + "description": "The list of errors." + }, + "hydratedRunAsAccountId": { + "type": "string", + "description": "The run as account ID associated with the discovery." + } + }, + "description": "Scoped discovery status.", + "required": [ + "discoveryScopeStatus", + "errors", + "hydratedRunAsAccountId" + ] + }, + "Disks": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": " Gets or sets Id of the disk." + }, + "generatedId": { + "type": "string", + "description": "Gets or sets generated Id of the disk." + }, + "maxSizeInBytes": { + "type": "integer", + "format": "int64", + "description": "Gets or sets Bytes allocated for the disk." + }, + "name": { + "type": "string", + "description": "Gets or sets Name of the disk." + }, + "diskType": { + "type": "string", + "description": "Gets or sets Type of the disk." + }, + "lun": { + "type": "integer", + "format": "int64", + "description": "Gets or sets LUN of the disk." + }, + "path": { + "type": "string", + "description": "Gets or sets Path of the disk." + } + }, + "description": "Gets or sets the disk details of server.", + "required": [ + "id", + "generatedId", + "maxSizeInBytes", + "name", + "diskType", + "lun", + "path" + ] + }, + "ErrorDetails": { + "type": "object", + "properties": { + "code": { + "type": "string", + "description": "Gets the error name." + }, + "message": { + "type": "string", + "description": "Gets the error message." + }, + "id": { + "type": "integer", + "format": "int64", + "description": "Gets the error ID." + }, + "possibleCauses": { + "type": "string", + "description": "Gets the possible causes of error." + }, + "recommendedAction": { + "type": "string", + "description": "Gets the recommended action to resolve error." + }, + "severity": { + "type": "string", + "description": "Gets the error severity." + }, + "isAgentReportedError": { + "type": "boolean", + "description": "Gets a value indicating whether the error originated from a agent or not." + }, + "agentErrorCode": { + "type": "string", + "description": "Gets the agent error code." + }, + "agentErrorMessage": { + "type": "string", + "description": "Gets the error message from the agent." + }, + "agentErrorPossibleCauses": { + "type": "string", + "description": "Gets possible causes for the agent error." + }, + "agentErrorRecommendedAction": { + "type": "string", + "description": "Gets the recommended action for the agent error." + } + }, + "description": "Error contract returned when some exception occurs in Rest API.", + "required": [ + "code", + "message", + "id", + "possibleCauses", + "recommendedAction", + "severity", + "isAgentReportedError", + "agentErrorCode", + "agentErrorMessage", + "agentErrorPossibleCauses", + "agentErrorRecommendedAction" + ] + }, + "Errors": { + "type": "object", + "properties": { + "message": { + "type": "string", + "description": "Gets the error message." + }, + "messageParameters": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "x-cadl-name": "Record", + "description": "Gets the message parameters." + }, + "applianceName": { + "type": "string", + "description": "Gets the appliance name." + }, + "id": { + "type": "integer", + "format": "int64", + "description": "Gets the error ID." + }, + "code": { + "type": "string", + "description": "Gets the error name." + }, + "possibleCauses": { + "type": "string", + "description": "Gets the possible causes of error." + }, + "recommendedAction": { + "type": "string", + "description": "Gets the recommended action to resolve error." + }, + "severity": { + "type": "string", + "description": "Gets the error severity." + }, + "summaryMessage": { + "type": "string", + "description": "Gets the error summary message." + }, + "source": { + "$ref": "#/definitions/Source", + "description": "Source of the error." + }, + "updatedTimeStamp": { + "type": "string", + "format": "date-time", + "description": "Gets the time stamp when the error was updated." + }, + "runAsAccountId": { + "type": "string", + "description": "Gets run as account id used while performing discovery" + }, + "discoveryScope": { + "$ref": "#/definitions/DiscoveryScope", + "description": "Gets discovery scope for which the error was encountered." + } + }, + "description": "The properties of a server machine tracked resource", + "required": [ + "message", + "messageParameters", + "applianceName", + "id", + "code", + "possibleCauses", + "recommendedAction", + "severity", + "summaryMessage", + "source", + "updatedTimeStamp", + "runAsAccountId", + "discoveryScope" + ] + }, + "ExchangeServers": { + "type": "object", + "properties": { + "productName": { + "type": "string", + "description": "Gets or sets ProductName of the ExchangeServer." + }, + "edition": { + "type": "string", + "description": "Gets or sets Edition of the ExchangeServer." + }, + "roles": { + "type": "string", + "description": "Gets or sets Roles of the ExchangeServer." + }, + "servicePack": { + "type": "string", + "description": "Gets or sets ServicePack of the ExchangeServer." + }, + "version": { + "type": "string", + "description": "Gets or sets Version of the ExchangeServer." + } + }, + "description": " ExchangeServer in the guest virtual machine.", + "required": [ + "productName", + "edition", + "roles", + "servicePack", + "version" + ] + }, + "Features": { + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "Gets or sets Name of the Feature." + }, + "featureType": { + "type": "string", + "description": "Gets or sets FeatureType of the Feature." + }, + "parent": { + "type": "string", + "description": "Gets or sets Parent of the Feature." + }, + "status": { + "type": "string", + "description": "Gets or sets Status of the Feature." + } + }, + "description": "Feature in the guest virtual machine.", + "required": [ + "name", + "featureType", + "parent", + "status" + ] + }, + "GuestOsDetails": { + "type": "object", + "properties": { + "osType": { + "type": "string", + "description": "The type of the operating system." + }, + "osName": { + "type": "string", + "description": "The name of the operating system." + }, + "osVersion": { + "type": "integer", + "format": "int64", + "description": "The operating system version." + }, + "osArchitecture": { + "type": "string", + "description": "The operating system architecture." + } + }, + "description": "The properties of a server machine tracked resource", + "required": [ + "osType", + "osName", + "osVersion", + "osArchitecture" + ] + }, + "HealthErrorDetails": { + "type": "object", + "properties": { + "message": { + "type": "string", + "description": "Gets the error message.", + "readOnly": true + }, + "messageParameters": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "x-cadl-name": "Record", + "description": "Gets the message parameters.", + "readOnly": true + }, + "applianceName": { + "type": "string", + "description": "Gets the appliance name.", + "readOnly": true + }, + "id": { + "type": "integer", + "format": "int32", + "description": "Gets the error ID.", + "readOnly": true + }, + "code": { + "type": "string", + "description": "Gets the error name.", + "readOnly": true + }, + "possibleCauses": { + "type": "string", + "description": "Gets the possible causes of error.", + "readOnly": true + }, + "recommendedAction": { + "type": "string", + "description": "Gets the recommended action to resolve error.", + "readOnly": true + }, + "severity": { + "type": "string", + "description": "Gets the error severity.", + "readOnly": true + }, + "summaryMessage": { + "type": "string", + "description": "Gets the error summary message.", + "readOnly": true + }, + "source": { + "$ref": "#/definitions/HealthErrorDetailsSource", + "description": "Gets the error source.", + "readOnly": true + }, + "updatedTimeStamp": { + "type": "string", + "format": "date-time", + "description": "Gets the time stamp when the error was updated.", + "readOnly": true + }, + "runAsAccountId": { + "type": "string", + "description": "Gets run as account id used while performing discovery of entity.", + "readOnly": true + }, + "discoveryScope": { + "$ref": "#/definitions/HealthErrorDetailsDiscoveryScope", + "description": "Gets discovery scope for which error is encountered.", + "readOnly": true + } + }, + "description": "Error contract returned when some exception occurs in Rest API." + }, + "HealthErrorDetailsDiscoveryScope": { + "type": "string", + "enum": [ + "AppsAndRoles", + "DependencyMap", + "StaticData", + "SQLServerConnectionInfo" + ], + "x-ms-enum": { + "name": "HealthErrorDetailsDiscoveryScope", + "modelAsString": true + } + }, + "HealthErrorDetailsSource": { + "type": "string", + "enum": [ + "RefreshFabricLayout", + "RefreshFabricLayoutGuest", + "RefreshFabricLayoutDependencyMap" + ], + "x-ms-enum": { + "name": "HealthErrorDetailsSource", + "modelAsString": true + } + }, + "HighAvailability": { + "type": "string", + "description": "High Availability.", + "enum": [ + "Unknown", + "No", + "Yes" + ], + "x-ms-enum": { + "name": "HighAvailability", + "modelAsString": true + } + }, + "HyperVCluster": { + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/HyperVClusterProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] + } + }, + "description": "A cluster resource belonging to a site resource.", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + } + ] + }, + "HyperVClusterListResult": { + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/HyperVCluster" + }, + "x-cadl-name": "HyperVCluster[]", + "description": "The HyperVCluster items on this page" + }, + "nextLink": { + "type": "string", + "format": "uri", + "description": "The link to the next page of items", + "x-cadl-name": "Rest.ResourceLocation" + } + }, + "description": "The response of a HyperVCluster list operation.", + "required": [ + "value" + ] + }, + "HyperVClusterProperties": { + "type": "object", + "properties": { + "createdTimestamp": { + "type": "string", + "description": "Gets the timestamp marking Hyper-V cluster creation." + }, + "updatedTimestamp": { + "type": "string", + "description": "Gets the timestamp marking last updated on the Hyper-V cluster." + }, + "fqdn": { + "type": "string", + "description": "Gets or sets the FQDN/IPAddress of the Hyper-V cluster." + }, + "functionalLevel": { + "type": "integer", + "format": "int32", + "description": "Gets the functional level of the Hyper-V cluster." + }, + "status": { + "type": "string", + "description": "Gets the status of the Hyper-V cluster." + }, + "runAsAccountId": { + "type": "string", + "description": "Gets or sets Run as account ID of the Hyper-V cluster." + }, + "hostFqdnList": { + "type": "string", + "description": "Gets or sets list of hosts (FQDN) currently being tracked by the cluster." + }, + "errors": { + "type": "array", + "items": { + "$ref": "#/definitions/SiteHealthErrorDetails" + }, + "x-cadl-name": "SiteHealthErrorDetails[]", + "description": "Gets the errors." + }, + "provisioningState": { + "$ref": "#/definitions/ProvisioningState", + "description": "The status of the last operation." + } + }, + "description": "The properties of Hyperv Cluster", + "required": [ + "createdTimestamp", + "updatedTimestamp", + "fqdn", + "functionalLevel", + "status", + "runAsAccountId", + "hostFqdnList", + "errors" + ] + }, + "HyperVHost": { + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/HyperVHostProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] + } + }, + "description": "A host resource belonging to a site resource.", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + } + ] + }, + "HyperVHostListResult": { + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/HyperVHost" + }, + "x-cadl-name": "HyperVHost[]", + "description": "The HyperVHost items on this page" + }, + "nextLink": { + "type": "string", + "format": "uri", + "description": "The link to the next page of items", + "x-cadl-name": "Rest.ResourceLocation" + } + }, + "description": "The response of a HyperVHost list operation.", + "required": [ + "value" + ] + }, + "HyperVHostProperties": { + "type": "object", + "properties": { + "createdTimestamp": { + "type": "string", + "description": "Gets the timestamp marking Hyper-V cluster creation." + }, + "updatedTimestamp": { + "type": "string", + "description": "Gets the timestamp marking last updated on the Hyper-V cluster." + }, + "fqdn": { + "type": "string", + "description": "Gets or sets the FQDN/IPAddress of the Hyper-V cluster." + }, + "runAsAccountId": { + "type": "string", + "description": "Gets or sets Run as account ID of the Hyper-V cluster." + }, + "version": { + "type": "string", + "description": "Gets the version of the Hyper-V host." + }, + "errors": { + "type": "array", + "items": { + "$ref": "#/definitions/SiteHealthErrorDetails" + }, + "x-cadl-name": "SiteHealthErrorDetails[]", + "description": "Gets the errors." + }, + "provisioningState": { + "$ref": "#/definitions/ProvisioningState", + "description": "The status of the last operation." + } + }, + "description": "The properties of Hyperv Host", + "required": [ + "createdTimestamp", + "updatedTimestamp", + "fqdn", + "runAsAccountId", + "version", + "errors" + ] + }, + "HyperVSite": { + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/SiteProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] + } + }, + "description": "A HyperV SiteResource", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/TrackedResource" + } + ] + }, + "HyperVSiteUpdate": { + "type": "object", + "properties": { + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "x-cadl-name": "Record", + "description": "Resource tags." + }, + "properties": { + "$ref": "#/definitions/HyperVSiteUpdateProperties", + "x-ms-client-flatten": true + } + }, + "description": "The type used for update operations of the HyperVSite." + }, + "HyperVSiteUpdateProperties": { + "type": "object", + "properties": { + "masterSiteId": { + "type": "string", + "description": "Gets the Master Site this site is linked to." + }, + "servicePrincipalIdentityDetails": { + "$ref": "#/definitions/SiteSpnProperties", + "description": "Service principal identity details used by agent for communication to the service." + }, + "agentDetails": { + "$ref": "#/definitions/SiteAgentProperties", + "description": "On-premises agent details." + }, + "serviceEndpoint": { + "type": "string", + "description": "Service endpoint." + }, + "discoverySolutionId": { + "type": "string", + "description": "RM ID of migration hub solution for SDS." + }, + "applianceName": { + "type": "string", + "description": "Appliance Name." + }, + "provisioningState": { + "$ref": "#/definitions/ProvisioningState", + "description": "The status of the last operation." + } + }, + "description": "The updatable properties of the HyperVSite." + }, + "HypervCluster": { + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/HyperVClusterProperties", + "description": "Gets or sets nested properties." + } + }, + "description": "Cluster REST Resource.", + "required": [ + "properties" + ], + "allOf": [ + { + "$ref": "#/definitions/AzureRestObject" + } + ] + }, + "HypervHost": { + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/HyperVHostProperties", + "description": "Gets or sets nested properties." + }, + "hosts": { + "$ref": "#/definitions/HyperVHostProperties", + "description": "Gets or sets nested properties." + } + }, + "description": "Host REST Resource.", + "required": [ + "properties", + "hosts" + ], + "allOf": [ + { + "$ref": "#/definitions/AzureRestObject" + } + ] + }, + "HypervJobResource": { + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/JobProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] + } + }, + "description": "A job resource belonging to a site resource.", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + } + ] + }, + "HypervJobResourceListResult": { + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/HypervJobResource" + }, + "x-cadl-name": "HypervJobResource[]", + "description": "The HypervJobResource items on this page" + }, + "nextLink": { + "type": "string", + "format": "uri", + "description": "The link to the next page of items", + "x-cadl-name": "Rest.ResourceLocation" + } + }, + "description": "The response of a HypervJobResource list operation.", + "required": [ + "value" + ] + }, + "HypervMachineProperties": { + "type": "object", + "properties": { + "instanceUuid": { + "type": "string", + "description": "On-premise Instance UUID of the machine." + }, + "hostFqdn": { + "type": "string", + "description": "Host FQDN/IPAddress." + }, + "hostId": { + "type": "string", + "description": "Host ARM ID." + }, + "generation": { + "type": "integer", + "format": "int32", + "description": "Generation of the virtual machine." + }, + "version": { + "type": "string", + "description": "The VM version." + }, + "highAvailability": { + "$ref": "#/definitions/HighAvailability", + "description": "Value indicating whether the VM is highly available." + }, + "clusterFqdn": { + "type": "string", + "description": "Cluster FQDN/IPAddress." + }, + "clusterId": { + "type": "string", + "description": "Host ARM ID." + }, + "maxMemoryMb": { + "type": "integer", + "format": "int32", + "description": "Max memory of the virtual machine in MB." + }, + "isDynamicMemoryEnabled": { + "type": "boolean", + "description": "Value indicating whether dynamic memory is enabled for the VM." + }, + "disks": { + "type": "array", + "items": { + "$ref": "#/definitions/Disks" }, - "default": { - "description": "Error response describing why the operation failed.", - "schema": { - "$ref": "#/definitions/CloudError" - } - } + "x-cadl-name": "Disks[]", + "description": "Disks attached to the machine." }, - "x-ms-pageable": { - "nextLinkName": "nextLink" + "networkAdapters": { + "type": "array", + "items": { + "$ref": "#/definitions/NetworkAdapters" + }, + "x-ms-identifiers": [], + "x-cadl-name": "NetworkAdapters[]", + "description": "Network adapters attached to the machine." }, - "x-ms-examples": { - "Projects_List": { - "$ref": "./examples/HyperVSites_List.json" - } - } - } - } - }, - "definitions": { - "Object": { - "type": "object", - "properties": {} - }, - "HyperVCluster": { - "description": "Cluster REST Resource.", - "type": "object", - "properties": { - "id": { - "description": "Resource Id.", + "managementServerType": { "type": "string", - "readOnly": true + "description": "Management server type captured as a string representation of the\r\n {Microsoft.Azure.FDS.WebRole.HyperVMachineBase.HyperVMachineBaseProperties.ManagementServerType} enumeration." }, - "name": { - "description": "Name of the cluster.", - "type": "string" + "secureBootTemplateId": { + "type": "string", + "description": "Gets or sets the SecureBootTemplateId setting of the VM." }, - "type": { - "description": "Type of resource. Type = Microsoft.OffAzure/hyperVSites/clusters.", + "secureBootEnabled": { + "type": "boolean", + "description": "Gets or sets a value indicating whether Secure boot is enabled for the VM." + }, + "secureBootTemplate": { "type": "string", - "readOnly": true + "description": "Gets or sets the SecureBootTemplateId setting of the VM." }, - "properties": { - "$ref": "#/definitions/HyperVClusterProperties", - "description": "Nested properties of the cluster." - } - } - }, - "HyperVClusterProperties": { - "description": "Class for cluster properties.", - "type": "object", - "properties": { - "createdTimestamp": { - "description": "Timestamp marking Hyper-V cluster creation.", + "tpmEnabled": { + "type": "boolean", + "description": "Gets or sets a value indicating whether trusted platform module is enabled on the VM." + }, + "ksdEnabled": { + "type": "boolean", + "description": "Gets or sets a value indicating whether key storage device is enabled on the VM." + }, + "shieldingRequested": { + "type": "boolean", + "description": "Gets or sets a value indicating whether shielding is enabled for the VM." + }, + "dataProtectionRequested": { + "type": "boolean", + "description": "Gets or sets a value indicating whether data protection is requested for a VM." + }, + "encryptStateAndVmMigrationTraffic": { + "type": "boolean", + "description": "Gets or sets a value indicating whether encryption of state and migration traffic is enabled for the VM." + }, + "virtualizationBasedSecurityOptOut": { + "type": "boolean", + "description": "Gets or sets a value indicating whether VM virtualization based security is enabled for the VM." + }, + "powerStatus": { "type": "string", - "readOnly": true + "description": "Machine power status." }, - "updatedTimestamp": { - "description": "Timestamp marking last updated on the Hyper-V cluster.", + "vmFqdn": { "type": "string", - "readOnly": true + "description": "Machine FQDN." }, - "fqdn": { - "description": "FQDN/IPAddress of the Hyper-V cluster.", - "type": "string" + "vmConfigurationFileLocation": { + "type": "string", + "description": "Root location of the VM configuration file." }, - "functionalLevel": { - "format": "int32", - "description": "Functional level of the Hyper-V cluster.", + "firmware": { + "type": "string", + "description": "Gets or sets the firmware." + }, + "guestOsDetails": { + "$ref": "#/definitions/GuestOsDetails", + "description": "Operating System Details extracted from the guest\r\n bu executing script inside the guest VM." + }, + "numberOfApplications": { "type": "integer", - "readOnly": true + "format": "int32", + "description": "Number of applications installed in the guest VM." }, - "status": { - "description": "Status of the Hyper-V cluster.", + "guestDetailsDiscoveryTimestamp": { "type": "string", - "readOnly": true + "format": "date-time", + "description": "The last time at which the Guest Details was discovered or the error while discovering guest details based discovery of the machine." + }, + "isGuestDetailsDiscoveryInProgress": { + "type": "boolean", + "description": "Whether Refresh Fabric Layout Guest Details has been completed once. Portal will show discovery in progress, if this value is true." + }, + "dependencyMapping": { + "type": "string", + "description": "If dependency mapping feature is enabled or not for the VM." + }, + "dependencyMappingStartTime": { + "type": "string", + "format": "date-time", + "description": "When dependency mapping collection is last started." + }, + "dependencyMappingEndTime": { + "type": "string", + "format": "date-time", + "description": "When dependency mapping collection was last disabled." }, "runAsAccountId": { - "description": "Run as account ID of the Hyper-V cluster.", - "type": "string" + "type": "string", + "description": "Gets or sets the run as account ID of the machine." }, - "hostFqdnList": { - "description": "List of hosts (FQDN) currently being tracked by the cluster.", + "applianceNames": { "type": "array", "items": { "type": "string" - } + }, + "x-cadl-name": "string[]", + "description": "Gets the appliance names." }, "errors": { - "description": "Errors for Hyper-V clusters.", - "type": "array", - "items": { - "$ref": "#/definitions/HealthErrorDetails" - }, - "readOnly": true - } - } - }, - "HealthErrorDetails": { - "description": "Error contract returned when some exception occurs in Rest API.", - "type": "object", - "properties": { - "id": { - "format": "int64", - "description": "Error ID.", + "$ref": "#/definitions/SiteHealthErrorDetails", + "description": "Errors for machine." + }, + "applicationDiscovery": { + "$ref": "#/definitions/DiscoveryState", + "description": "Gets the data related to application discovery." + }, + "dependencyMapDiscovery": { + "$ref": "#/definitions/DiscoveryState", + "description": "Gets the data related to dependency Map discovery." + }, + "staticDiscovery": { + "$ref": "#/definitions/DiscoveryState", + "description": "Gets the data related to static discovery." + }, + "sqlDiscovery": { + "$ref": "#/definitions/SqlDiscovery", + "description": "Gets the data related to sql discovery." + }, + "webAppDiscovery": { + "$ref": "#/definitions/WebAppDiscovery", + "description": "Gets the data related to webapp discovery." + }, + "oracleDiscovery": { + "$ref": "#/definitions/OracleDiscovery", + "description": "Gets the data related to oracle discovery." + }, + "springBootDiscovery": { + "$ref": "#/definitions/SpringBootDiscovery", + "description": "Gets the data related to spring boot discovery." + }, + "appsAndRoles": { + "$ref": "#/definitions/AppsAndRoles", + "description": "Apps And Roles of the Server." + }, + "numberOfProcessorCore": { "type": "integer", - "readOnly": true + "format": "int32", + "description": "Gets or sets the Number of Processor Cores \r\n allocated for the machine." }, - "code": { - "description": "Error name.", - "type": "string", - "readOnly": true + "allocatedMemoryInMb": { + "type": "integer", + "format": "int64", + "description": "Gets or sets the allocated Memory in MB." }, - "message": { - "description": "Error message.", - "type": "string", - "readOnly": true + "operatingSystemDetails": { + "$ref": "#/definitions/OperatingSystemDetails", + "description": "Operating System Details installed on the machine." }, - "possibleCauses": { - "description": "Possible causes of error.", + "biosSerialNumber": { "type": "string", - "readOnly": true + "description": "Gets or sets the Machine BIOS serial number." }, - "recommendedAction": { - "description": "Recommended action to resolve error.", + "biosGuid": { "type": "string", - "readOnly": true + "description": "Gets or sets the BIOS GUID." }, - "severity": { - "description": "Error severity.", + "displayName": { "type": "string", - "readOnly": true + "description": "Gets the Display name of the machine." }, - "summaryMessage": { - "description": "Error summary message.", + "isDeleted": { + "type": "boolean", + "description": "Value indicating whether VM is deleted." + }, + "createdTimestamp": { "type": "string", - "readOnly": true + "description": "Timestamp marking machine creation." }, - "source": { - "description": "Error source.", + "updatedTimestamp": { "type": "string", - "readOnly": true + "description": "Timestamp marking last updated on the machine." }, - "messageParameters": { - "description": "Message parameters.", - "type": "object", - "additionalProperties": { - "type": "string" - }, - "readOnly": true + "provisioningState": { + "$ref": "#/definitions/ProvisioningState", + "description": "The status of the last operation." } - } + }, + "description": "The properties of AddressResource", + "required": [ + "instanceUuid", + "hostFqdn", + "hostId", + "generation", + "version", + "highAvailability", + "clusterFqdn", + "clusterId", + "maxMemoryMb", + "isDynamicMemoryEnabled", + "disks", + "networkAdapters", + "managementServerType", + "secureBootTemplateId", + "secureBootEnabled", + "secureBootTemplate", + "tpmEnabled", + "ksdEnabled", + "shieldingRequested", + "dataProtectionRequested", + "encryptStateAndVmMigrationTraffic", + "virtualizationBasedSecurityOptOut", + "powerStatus", + "vmFqdn", + "vmConfigurationFileLocation", + "firmware", + "guestOsDetails", + "numberOfApplications", + "guestDetailsDiscoveryTimestamp", + "isGuestDetailsDiscoveryInProgress", + "dependencyMapping", + "dependencyMappingStartTime", + "dependencyMappingEndTime", + "runAsAccountId", + "applianceNames", + "errors", + "applicationDiscovery", + "dependencyMapDiscovery", + "staticDiscovery", + "sqlDiscovery", + "webAppDiscovery", + "oracleDiscovery", + "springBootDiscovery", + "appsAndRoles", + "numberOfProcessorCore", + "allocatedMemoryInMb", + "operatingSystemDetails", + "biosSerialNumber", + "biosGuid", + "displayName", + "isDeleted", + "createdTimestamp", + "updatedTimestamp" + ] }, - "HyperVClusterCollection": { - "description": "Collection of Hyper-V clusters.", + "HypervMachineResource": { + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/HypervMachineProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] + } + }, + "description": "A machine resource belonging to a site resource.", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + } + ] + }, + "HypervMachineResourceListResult": { "type": "object", "properties": { "value": { - "description": "List of clusters.", "type": "array", "items": { - "$ref": "#/definitions/HyperVCluster" + "$ref": "#/definitions/HypervMachineResource" }, - "readOnly": true + "x-cadl-name": "HypervMachineResource[]", + "description": "The HypervMachineResource items on this page" }, "nextLink": { - "description": "Value of next link.", "type": "string", - "readOnly": true + "format": "uri", + "description": "The link to the next page of items", + "x-cadl-name": "Rest.ResourceLocation" } - } + }, + "description": "The response of a HypervMachineResource list operation.", + "required": [ + "value" + ] }, - "HyperVHost": { - "description": "Host REST Resource.", + "HypervOperationStatusResource": { "type": "object", "properties": { - "id": { - "description": "Resource Id.", - "type": "string", - "readOnly": true - }, - "name": { - "description": "Name of the host.", - "type": "string" - }, - "type": { - "description": "Type of resource. Type = Microsoft.OffAzure/hyperVSites/hosts.", - "type": "string", - "readOnly": true - }, "properties": { - "$ref": "#/definitions/HyperVHostProperties", - "description": "Nested properties." + "$ref": "#/definitions/OperationStatusProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] } - } + }, + "description": "A operation status resource belonging to a site resource.", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + } + ] }, - "HyperVHostProperties": { - "description": "Class for host properties.", + "HypervOperationsStatusResource": { "type": "object", "properties": { - "createdTimestamp": { - "description": "Timestamp marking Hyper-V host creation.", - "type": "string", - "readOnly": true - }, - "updatedTimestamp": { - "description": "Timestamp marking last updated on the Hyper-V host.", - "type": "string", - "readOnly": true - }, - "fqdn": { - "description": "FQDN/IPAddress of the Hyper-V host.", - "type": "string" - }, - "runAsAccountId": { - "description": "Run as account ID of the Hyper-V host.", - "type": "string" - }, - "version": { - "description": "Version of the Hyper-V host.", - "type": "string", - "readOnly": true - }, - "errors": { - "description": "Errors for Hyper-V hosts.", - "type": "array", - "items": { - "$ref": "#/definitions/HealthErrorDetails" - }, - "readOnly": true + "properties": { + "$ref": "#/definitions/HyperVClusterProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] } - } + }, + "description": "A cluster resource belonging to a site resource.", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + } + ] + }, + "HypervRunAsAccountResource": { + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/RunAsAccountProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] + } + }, + "description": "A machine resource belonging to a site resource.", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + } + ] }, - "HyperVHostCollection": { - "description": "Collection of Hyper-V hosts.", + "HypervRunAsAccountResourceListResult": { "type": "object", "properties": { "value": { - "description": "List of hosts.", "type": "array", "items": { - "$ref": "#/definitions/HyperVHost" + "$ref": "#/definitions/HypervRunAsAccountResource" }, - "readOnly": true + "x-cadl-name": "HypervRunAsAccountResource[]", + "description": "The HypervRunAsAccountResource items on this page" }, "nextLink": { - "description": "Value of next link.", - "type": "string", - "readOnly": true - } - } - }, - "HyperVJob": { - "description": "Job REST Resource.", - "type": "object", - "properties": { - "id": { - "description": "Resource Id.", - "type": "string", - "readOnly": true - }, - "name": { - "description": "Name of the Job.", - "type": "string", - "readOnly": true - }, - "type": { - "description": "Type of resource. Type = Microsoft.OffAzure/HyperVSites/Jobs.", "type": "string", - "readOnly": true - }, - "properties": { - "$ref": "#/definitions/JobProperties", - "description": "nested properties of Hyper-V job.", - "readOnly": true + "format": "uri", + "description": "The link to the next page of items", + "x-cadl-name": "Rest.ResourceLocation" } - } + }, + "description": "The response of a HypervRunAsAccountResource list operation.", + "required": [ + "value" + ] }, - "JobProperties": { - "description": "Class for machine properties.", + "ImportDeleteImportMachinesJob": { "type": "object", "properties": { - "status": { - "description": "Operation status.", + "type": { "type": "string", + "description": "Handled by resource provider. Type = Microsoft.OffAzure/ImportSites/DeleteJobs.", "readOnly": true }, - "startTime": { - "description": "Operation start time.", + "properties": { + "$ref": "#/definitions/CosmosDbDeleteImportedMachinesJobEntityDeleteImportedMachinesJobProperties", + "description": "Gets or sets the delete import machines job properties." + }, + "id": { "type": "string", - "readOnly": true + "description": "Gets or sets the relative ARM name to get job." }, - "endTime": { - "description": "Operation end time.", + "name": { "type": "string", - "readOnly": true + "description": "Gets or sets the Job ID." }, - "displayName": { - "description": "Display name of the Job.", + "status": { "type": "string", - "readOnly": true + "description": "Gets or sets the Job status." }, - "clientRequestId": { - "description": "Client request Id used in the operation execution context.", + "startTime": { "type": "string", - "readOnly": true + "description": "Gets or sets the Job start time." }, - "activityId": { - "description": "Activity Id used in the operation execution context.", + "endTime": { "type": "string", - "readOnly": true + "description": "Gets or sets the Job end time." }, - "errors": { - "description": "Error details.", - "type": "array", - "items": { - "$ref": "#/definitions/ErrorDetails" - }, - "readOnly": true + "displayName": { + "type": "string", + "description": "Gets or sets the Display name." } - } + }, + "description": "The delete import machines job web model." }, - "ErrorDetails": { - "description": "Error contract returned when some exception occurs in Rest API.", + "ImportDeleteImportMachinesJobDeleteImportMachinesJobCollection": { "type": "object", "properties": { - "code": { - "description": "Error code.", - "type": "string", - "readOnly": true - }, - "message": { - "description": "Error message.", - "type": "string", + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/ImportDeleteImportMachinesJob" + }, + "x-cadl-name": "ImportDeleteImportMachinesJob[]", + "description": "Gets the list of jobs.", "readOnly": true }, - "possibleCauses": { - "description": "Possible causes of error.", + "nextLink": { "type": "string", + "description": "Gets the value of next link.", "readOnly": true - }, - "recommendedAction": { - "description": "Recommended action to resolve error.", + } + }, + "description": "Delete import machines job collection." + }, + "ImportJobProperties": { + "type": "object", + "properties": { + "blobName": { "type": "string", - "readOnly": true + "description": "blob name" }, - "severity": { - "description": "Error severity.", + "blobSasUri": { "type": "string", - "readOnly": true + "description": "blob Sas Uri" }, - "isAgentReportedError": { - "description": "Value indicating whether the error originated from a agent or not.", - "type": "boolean", - "readOnly": true + "jobResult": { + "$ref": "#/definitions/ImportMachinesJobPropertiesJobResultKnownValues", + "description": "job result" }, - "agentErrorCode": { - "description": "Agent error code.", - "type": "string", - "readOnly": true + "numberOfMachinesImported": { + "type": "integer", + "format": "int32", + "description": "number of machines imported " }, - "agentErrorMessage": { - "description": "Error message from the agent.", + "blobCreationTimeStamp": { "type": "string", - "readOnly": true + "format": "date-time", + "description": "blobCreation TimeStamp" }, - "agentErrorPossibleCauses": { - "description": "Possible causes for the agent error.", - "type": "string", - "readOnly": true + "errorSummary": { + "$ref": "#/definitions/ImportMachinesJobPropertiesJobErrorSummary", + "description": "error summary" }, - "agentErrorRecommendedAction": { - "description": "Recommended action for the agent error.", - "type": "string", - "readOnly": true + "provisioningState": { + "$ref": "#/definitions/ProvisioningState", + "description": "The status of the last operation." } - } + }, + "description": "Job REST Resource." + }, + "ImportJobResource": { + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/ImportJobProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] + } + }, + "description": "A host resource belonging to a site resource.", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + } + ] }, - "HyperVJobCollection": { - "description": "Collection of Hyper-V jobs.", + "ImportJobResourceListResult": { "type": "object", "properties": { "value": { - "description": "List of jobs.", "type": "array", "items": { - "$ref": "#/definitions/HyperVJob" + "$ref": "#/definitions/ImportJobResource" }, - "readOnly": true + "x-cadl-name": "ImportJobResource[]", + "description": "The ImportJobResource items on this page" }, "nextLink": { - "description": "Value of next link.", "type": "string", - "readOnly": true + "format": "uri", + "description": "The link to the next page of items", + "x-cadl-name": "Rest.ResourceLocation" } - } + }, + "description": "The response of a ImportJobResource list operation.", + "required": [ + "value" + ] }, - "HyperVMachine": { - "description": "Machine REST Resource.", + "ImportMachineProperties": { "type": "object", "properties": { - "id": { - "description": "Resource Id.", + "firmware": { "type": "string", + "description": "Firmware of the machine.", "readOnly": true }, - "name": { - "description": "Name of the Sites.", - "type": "string", + "percentageCpuUtilization": { + "type": "number", + "format": "float", + "description": "CPU utilization.", "readOnly": true }, - "type": { - "description": "Type of resource. Type = Microsoft.OffAzure/HyperVSites/Machines.", - "type": "string", + "percentageMemoryUtilization": { + "type": "number", + "format": "float", + "description": "Memory utilization.", "readOnly": true }, - "properties": { - "$ref": "#/definitions/HyperVMachineProperties", - "description": "Nested properties.", + "numberOfDisks": { + "type": "integer", + "format": "int32", + "description": "Number of disks.", "readOnly": true - } - } - }, - "HyperVMachineProperties": { - "description": "Class for machine properties.", - "type": "object", - "properties": { - "hostFqdn": { - "description": "Host FQDN/IPAddress.", - "type": "string", + }, + "totalDiskReadOperationsPerSecond": { + "type": "number", + "format": "float", + "description": "Total disk read operations per second.", "readOnly": true }, - "hostId": { - "description": "Host ARM ID.", - "type": "string", + "totalDiskWriteOperationsPerSecond": { + "type": "number", + "format": "float", + "description": "Total disk write operations per second.", "readOnly": true }, - "clusterFqdn": { - "description": "Cluster FQDN/IPAddress.", - "type": "string", + "totalDiskWriteThroughput": { + "type": "number", + "format": "float", + "description": "Total disk write throughput.", "readOnly": true }, - "clusterId": { - "description": "Cluster ARM ID.", - "type": "string", + "totalDiskReadThroughput": { + "type": "number", + "format": "float", + "description": "Total disk read throughput.", "readOnly": true }, - "managementServerType": { - "description": "Management server type of the machine. It is either Host or Cluster.", + "macAddress": { "type": "string", + "description": "MAC Address.", "readOnly": true }, - "generation": { - "format": "int32", - "description": "Generation of the virtual machine.", - "type": "integer", + "ipAddresses": { + "type": "array", + "items": { + "type": "string" + }, + "x-cadl-name": "string[]", + "description": "IP Addresses.", "readOnly": true }, - "version": { - "description": "VM version.", + "machineId": { "type": "string", + "description": "Machine ID.", "readOnly": true }, - "highAvailability": { - "description": "Value indicating whether the VM is highly available.", - "enum": [ - "Unknown", - "No", - "Yes" - ], - "x-ms-enum": { - "name": "HighlyAvailable", - "modelAsString": false - }, + "machineManagerId": { "type": "string", + "description": "Machine manager ID.", "readOnly": true }, - "maxMemoryMB": { - "format": "int32", - "description": "Max memory of the virtual machine in MB.", + "numberOfNetworkAdapters": { "type": "integer", + "format": "int32", + "description": "Number of network adapters.", "readOnly": true }, - "firmware": { - "description": "Firmware of the machine.", - "type": "string", + "networkInThroughput": { + "type": "number", + "format": "float", + "description": "Network in throughput.", "readOnly": true }, - "isDynamicMemoryEnabled": { - "description": "Value indicating whether dynamic memory is enabled for the VM.", - "type": "boolean", + "networkOutThroughput": { + "type": "number", + "format": "float", + "description": "Network out throughput.", "readOnly": true }, - "disks": { - "description": "Disks attached to the machine.", - "type": "array", - "items": { - "$ref": "#/definitions/HyperVDisk" - }, + "serverType": { + "type": "string", + "description": "Server type.", "readOnly": true }, - "appsAndRoles": { - "$ref": "#/definitions/AppsAndRoles", - "description": "Apps and Roles of the VM.", + "hypervisor": { + "type": "string", + "description": "Fabric type.", "readOnly": true }, - "networkAdapters": { - "description": "Network adapters attached to the machine.", + "hypervisorVersionNumber": { + "type": "string", + "description": "Hypervisor version number.", + "readOnly": true + }, + "disks": { "type": "array", "items": { - "$ref": "#/definitions/HyperVNetworkAdapter" + "$ref": "#/definitions/WebRoleImportDisk" }, + "x-ms-identifiers": [ + "name" + ], + "x-cadl-name": "WebRoleImportDisk[]", + "description": "Disks attached to the machine.", "readOnly": true }, - "displayName": { - "description": "Display name of the machine.", + "vmFqdn": { "type": "string", + "description": "Server FQDN.", + "readOnly": true + }, + "storageInUseGb": { + "type": "number", + "format": "float", + "description": "Total storage in use.", "readOnly": true }, "numberOfProcessorCore": { - "format": "int32", - "description": "Number of Processor Cores allocated for the machine.", "type": "integer", - "readOnly": true + "format": "int32", + "description": "Gets or sets the Number of Processor Cores \n allocated for the\nmachine." }, - "allocatedMemoryInMB": { - "format": "double", - "description": "Allocated Memory in MB.", + "allocatedMemoryInMb": { "type": "number", - "readOnly": true + "format": "float", + "description": "Gets or sets the allocated Memory in MB." }, - "vmConfigurationFileLocation": { - "description": "Root location of the VM configuration file.", + "operatingSystemDetails": { + "$ref": "#/definitions/WebRoleOperatingSystem", + "description": "Gets or sets the Operating System Details installed on the machine." + }, + "biosSerialNumber": { + "type": "string", + "description": "Gets or sets the Machine BIOS serial number." + }, + "biosGuid": { + "type": "string", + "description": "Gets or sets the BIOS GUID." + }, + "displayName": { "type": "string", + "description": "Gets the Display name of the machine.", "readOnly": true }, - "operatingSystemDetails": { - "$ref": "#/definitions/OperatingSystem", - "description": "Operating System Details installed on the machine.", + "isDeleted": { + "type": "boolean", + "description": "Value indicating whether VM is deleted.", + "readOnly": true + }, + "createdTimestamp": { + "type": "string", + "description": "Gets the marking machine creation.", "readOnly": true }, - "guestOSDetails": { - "$ref": "#/definitions/GuestOSDetails", - "description": "Operating System Details extracted from the guest by executing script inside the guest VM.", + "updatedTimestamp": { + "type": "string", + "description": "Gets the timestamp marking last updated on the machine.", "readOnly": true }, - "numberOfApplications": { + "provisioningState": { + "$ref": "#/definitions/ProvisioningState", + "description": "The status of the last operation." + } + }, + "description": "Class for machine properties." + }, + "ImportMachineResource": { + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/ImportMachineProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] + } + }, + "description": "An machine resource belonging to a site resource.", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + } + ] + }, + "ImportMachineResourceListResult": { + "type": "object", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/ImportMachineResource" + }, + "x-cadl-name": "ImportMachineResource[]", + "description": "The ImportMachineResource items on this page" + }, + "nextLink": { + "type": "string", + "format": "uri", + "description": "The link to the next page of items", + "x-cadl-name": "Rest.ResourceLocation" + } + }, + "description": "The response of a ImportMachineResource list operation.", + "required": [ + "value" + ] + }, + "ImportMachinesJobPropertiesJobErrorSummary": { + "type": "object", + "properties": { + "errors": { + "type": "array", + "items": { + "type": "string" + }, + "x-cadl-name": "string[]", + "description": "errors list" + }, + "errorCount": { + "type": "integer", "format": "int32", - "description": "Number of applications installed in the guest VM.", + "description": "error count" + }, + "warningCount": { "type": "integer", - "readOnly": true + "format": "int32", + "description": "warning Count" + } + }, + "description": "Job Error Summary" + }, + "ImportMachinesJobPropertiesJobResultKnownValues": { + "type": "string", + "enum": [ + "Unknown", + "Completed", + "CompletedWithWarnings", + "CompletedWithErrors", + "Failed", + "WaitingForBlobUpload", + "InProgress" + ], + "x-ms-enum": { + "name": "ImportMachinesJobPropertiesJobResultKnownValues", + "modelAsString": true + } + }, + "ImportSiteResource": { + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/SitesProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] + } + }, + "description": "A ImportSiteResource", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/TrackedResource" + } + ] + }, + "ImportSiteResourceUpdate": { + "type": "object", + "properties": { + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "x-cadl-name": "Record", + "description": "Resource tags." }, - "guestDetailsDiscoveryTimestamp": { - "format": "date-time", - "description": "The last time at which the Guest Details of machine was discovered.", + "properties": { + "$ref": "#/definitions/ImportSiteResourceUpdateProperties", + "x-ms-client-flatten": true + } + }, + "description": "The type used for update operations of the ImportSiteResource." + }, + "ImportSiteResourceUpdateProperties": { + "type": "object", + "properties": { + "masterSiteId": { "type": "string", - "readOnly": true + "description": "Gets the Master Site this site is linked to." }, - "isGuestDetailsDiscoveryInProgress": { - "description": "Whether Refresh Fabric Layout Guest Details has been completed once. Portal will show discovery in progress, if this value is true.", - "type": "boolean", - "readOnly": true + "servicePrincipalIdentityDetails": { + "$ref": "#/definitions/SiteSpnProperties", + "description": "Service principal identity details used by agent for communication to the service." }, - "createdTimestamp": { - "description": "Timestamp marking machine creation.", + "agentDetails": { + "$ref": "#/definitions/SiteAgentProperties", + "description": "On-premises agent details." + }, + "serviceEndpoint": { "type": "string", - "readOnly": true + "description": "Service endpoint." }, - "updatedTimestamp": { - "description": "Timestamp marking last updated on the machine.", + "discoverySolutionId": { "type": "string", - "readOnly": true + "description": "RM ID of migration hub solution for SDS." }, - "instanceUuid": { - "description": "On-premise Instance UUID of the machine.", + "applianceName": { "type": "string", - "readOnly": true + "description": "Appliance Name." }, - "powerStatus": { - "description": "Machine power status.", + "provisioningState": { + "$ref": "#/definitions/ProvisioningState", + "description": "The status of the last operation." + } + }, + "description": "The updatable properties of the ImportSiteResource." + }, + "JobProperties": { + "type": "object", + "properties": { + "status": { "type": "string", - "readOnly": true + "description": "Gets operation status." }, - "biosSerialNumber": { - "description": "Machine BIOS serial number.", + "startTime": { "type": "string", - "readOnly": true + "description": "Gets operation start time." }, - "biosGuid": { - "description": "Machine BIOS GUID.", + "endTime": { "type": "string", - "readOnly": true + "description": "Gets operation end time." }, - "vmFqdn": { - "description": "Machine FQDN.", + "displayName": { "type": "string", - "readOnly": true + "description": "Gets or sets the display name of the Job." }, - "isDeleted": { - "description": "Value indicating whether VM is deleted.", - "type": "boolean", - "readOnly": true + "clientRequestId": { + "type": "string", + "description": "Gets the client request Id used in the operation execution context." + }, + "activityId": { + "type": "string", + "description": "Gets the activity Id used in the operation execution context." }, "errors": { - "description": "Errors for machine.", "type": "array", "items": { - "$ref": "#/definitions/HealthErrorDetails" + "$ref": "#/definitions/ErrorDetails" }, - "readOnly": true + "x-cadl-name": "ErrorDetails[]", + "description": "Gets the errors." + }, + "provisioningState": { + "$ref": "#/definitions/ProvisioningState", + "description": "The status of the last operation." } + }, + "description": "Job REST Resource.", + "required": [ + "status", + "startTime", + "endTime", + "displayName", + "clientRequestId", + "activityId", + "errors" + ] + }, + "LayoutUpdateSources": { + "type": "string", + "enum": [ + "RefreshFabricLayout", + "RefreshFabricLayoutGuest", + "RefreshFabricLayoutDependencyMap" + ], + "x-ms-enum": { + "name": "LayoutUpdateSources", + "modelAsString": true } }, - "HyperVDisk": { - "description": "Second level object returned as part of Machine REST resource.", + "MachineMetadata": { "type": "object", "properties": { - "instanceId": { - "description": "Id of the disk.", - "type": "string", - "readOnly": true - }, - "vhdId": { - "description": "VHD Id of the disk.", - "type": "string", - "readOnly": true - }, - "maxSizeInBytes": { - "format": "int64", - "description": "Bytes allocated for the disk.", - "type": "integer", - "readOnly": true - }, - "name": { - "description": "Name of the disk.", + "id": { "type": "string", - "readOnly": true + "description": "arm id of the machine." }, - "diskType": { - "description": "Type of the disk.", + "dependencyMapping": { "type": "string", - "readOnly": true - }, - "lun": { - "format": "int32", - "description": "LUN of the disk.", - "type": "integer", - "readOnly": true + "description": "value representing state of dependency mapping (enabled/disabled)." }, - "path": { - "description": "Path of the disk.", - "type": "string", - "readOnly": true + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "x-cadl-name": "Record", + "description": "machine tags" } - } + }, + "description": "The properties of Machine MetaData", + "required": [ + "id", + "dependencyMapping", + "tags" + ] }, - "AppsAndRoles": { - "description": "AppsAndRoles in the guest virtual machine.", + "MachineMetadataList": { "type": "object", "properties": { - "applications": { - "description": "Applications of the AppsAndRoles.", - "type": "array", - "items": { - "$ref": "#/definitions/Application" - }, - "readOnly": true - }, - "webApplications": { - "description": "WebApplications of the AppsAndRoles.", - "type": "array", - "items": { - "$ref": "#/definitions/WebApplication" - }, - "readOnly": true - }, - "features": { - "description": "Features of the AppsAndRoles.", - "type": "array", - "items": { - "$ref": "#/definitions/Feature" - }, - "readOnly": true - }, - "sqlServers": { - "description": "SQLServers of the AppsAndRoles.", - "type": "array", - "items": { - "$ref": "#/definitions/SQLServer" - }, - "readOnly": true - }, - "sharePointServers": { - "description": "SharePointServers of the AppsAndRoles.", - "type": "array", - "items": { - "$ref": "#/definitions/SharePointServer" - }, - "readOnly": true - }, - "systemCenters": { - "description": "SystemCenters of the AppsAndRoles.", - "type": "array", - "items": { - "$ref": "#/definitions/SystemCenter" - }, - "readOnly": true - }, - "bizTalkServers": { - "description": "BizTalkServers of the AppsAndRoles.", - "type": "array", - "items": { - "$ref": "#/definitions/BizTalkServer" - }, - "readOnly": true - }, - "exchangeServers": { - "description": "ExchangeServers of the AppsAndRoles.", - "type": "array", - "items": { - "$ref": "#/definitions/ExchangeServer" - }, - "readOnly": true - }, - "otherDatabases": { - "description": "OtherDatabaseServers of the AppsAndRoles.", + "value": { "type": "array", "items": { - "$ref": "#/definitions/OtherDatabase" + "$ref": "#/definitions/MachineMetadata" }, - "readOnly": true + "x-cadl-name": "MachineMetadata[]", + "description": "The list of Machine MetaData." } - } + }, + "description": "The list of Machine MetaData.", + "required": [ + "value" + ] }, - "HyperVSitesResultList": { + "MachineResource": { "type": "object", - "description": "List of sites.", "properties": { - "value": { - "type": "array", - "description": "List of sites.", - "items": { - "$ref": "#/definitions/HyperVSite" - } - }, - "nextLink": { - "type": "string" + "properties": { + "$ref": "#/definitions/VmwareMachineProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] } - } + }, + "description": "An machine resource belonging to a site resource.", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + } + ] }, - "VMWareSitesResultList": { + "MachineResourceListResult": { "type": "object", - "description": "List of sites.", "properties": { "value": { "type": "array", - "description": "List of sites.", "items": { - "$ref": "#/definitions/VMwareSite" - } + "$ref": "#/definitions/MachineResource" + }, + "x-cadl-name": "MachineResource[]", + "description": "The MachineResource items on this page" }, "nextLink": { - "type": "string" + "type": "string", + "format": "uri", + "description": "The link to the next page of items", + "x-cadl-name": "Rest.ResourceLocation" } - } + }, + "description": "The response of a MachineResource list operation.", + "required": [ + "value" + ] }, - "HyperVNetworkAdapter": { - "description": "Second level object represented in responses as part of Machine REST resource.", + "MachineSoftwareInventoryProperties": { "type": "object", "properties": { - "networkId": { - "description": "Network Id.", - "type": "string", - "readOnly": true - }, - "subnetName": { - "description": "Name of the VM subnet within the virtual network the NIC is attached to.", - "type": "string", - "readOnly": true - }, - "staticIpAddress": { - "description": "Static IP address.", - "type": "string", - "readOnly": true - }, - "nicType": { - "description": "Mac address of the NIC.", - "type": "string", + "appsAndRoles": { + "$ref": "#/definitions/AppsAndRoles", + "description": "Apps And Roles of the machine entity.", "readOnly": true - }, + } + }, + "description": "Class for machine software inventory properties." + }, + "NetworkAdapters": { + "type": "object", + "properties": { "nicId": { - "description": "NIC Id.", "type": "string", - "readOnly": true + "description": " Gets or sets the NIC Id." }, "macAddress": { - "description": "Mac address of the NIC.", "type": "string", - "readOnly": true + "description": " Gets or sets the MAC address of the machine." }, "ipAddressList": { - "description": "IP addresses for the machine.", "type": "array", "items": { "type": "string" }, - "readOnly": true + "x-cadl-name": "string[]", + "description": "Gets the IP addresses of the machine" }, "networkName": { - "description": "Network Name.", "type": "string", - "readOnly": true + "description": " Gets or sets the virtual network name" }, "ipAddressType": { - "description": "Type of the IP address.", "type": "string", - "readOnly": true + "description": "Gets or sets the type of the IP address." } - } + }, + "description": "Gets or sets the network adapters of the server.", + "required": [ + "nicId", + "macAddress", + "ipAddressList", + "networkName", + "ipAddressType" + ] }, "OperatingSystem": { - "description": "Second level object returned as part of Machine REST resource.", "type": "object", "properties": { "osType": { - "description": "Type of the operating system.", - "type": "string", - "readOnly": true - }, - "osName": { - "description": "Name of the operating system.", - "type": "string", - "readOnly": true - }, - "osVersion": { - "description": "Version of the operating system.", "type": "string", - "readOnly": true - } - } - }, - "GuestOSDetails": { - "description": "Data related to a machine's operating system. Serialized and stored as part of Machine Rest object.", - "type": "object", - "properties": { - "osType": { - "description": "Type of the operating system.", - "type": "string" + "description": "Gets or sets the type of the operating system." }, "osName": { - "description": "Name of the operating system.", "type": "string", - "readOnly": true + "description": "Gets or sets the Name of the operating system." }, "osVersion": { - "description": "Version of the operating system.", - "type": "string", - "readOnly": true - } - } - }, - "Application": { - "description": "Application in the guest virtual machine.", - "type": "object", - "properties": { - "name": { - "description": "Name of the Application.", - "type": "string", - "readOnly": true - }, - "version": { - "description": "Version of the Application.", - "type": "string", - "readOnly": true - }, - "provider": { - "description": "Provider of the Application.", - "type": "string", - "readOnly": true - } - } - }, - "WebApplication": { - "description": "WebApplication in the guest virtual machine.", - "type": "object", - "properties": { - "name": { - "description": "Name of the WebApplication.", - "type": "string", - "readOnly": true - }, - "status": { - "description": "Status of the WebApplication.", - "type": "string", - "readOnly": true - }, - "platform": { - "description": "Platform of the WebApplication.", - "type": "string", - "readOnly": true - }, - "groupName": { - "description": "GroupName of the WebApplication.", - "type": "string", - "readOnly": true - }, - "webServer": { - "description": "WebServer of the WebApplication.", "type": "string", - "readOnly": true + "description": "Gets or sets the Version of the operating system." }, - "applicationPool": { - "description": "ApplicationPool of the WebApplication.", + "osArchitecture": { "type": "string", - "readOnly": true + "description": "Gets or sets the Architecture of the operating system." } - } + }, + "description": "Second level object returned as part of Machine REST resource." }, - "Feature": { - "description": "Feature in the guest virtual machine.", + "OperatingSystemDetails": { "type": "object", "properties": { - "name": { - "description": "Name of the Feature.", + "osType": { "type": "string", - "readOnly": true + "description": "Gets or sets the OS Type." }, - "featureType": { - "description": "FeatureType of the Feature.", + "osName": { "type": "string", - "readOnly": true + "description": "Gets or sets the OS Name." }, - "parent": { - "description": "Parent of the Feature.", + "osVersion": { "type": "string", - "readOnly": true + "description": "Gets or sets the OS Version." }, - "status": { - "description": "Status of the Feature.", + "osArchitecture": { "type": "string", - "readOnly": true + "description": "Gets or sets the OS architecture." } - } + }, + "description": "Data related to a machine's operating system.", + "required": [ + "osType", + "osName", + "osVersion", + "osArchitecture" + ] }, - "SQLServer": { - "description": "SQLServer in the guest virtual machine.", + "OperationStatusErrorDetails": { "type": "object", "properties": { - "name": { - "description": "Name of the SQLServer.", + "code": { "type": "string", - "readOnly": true + "description": "Error code." }, - "edition": { - "description": "Edition of the SQLServer.", + "message": { "type": "string", - "readOnly": true - }, - "servicePack": { - "description": "ServicePack of the SQLServer.", + "description": "Error message." + } + }, + "description": "Operation status error details.", + "required": [ + "code", + "message" + ] + }, + "OperationStatusProperties": { + "type": "object", + "properties": { + "routeId": { "type": "string", - "readOnly": true + "description": "Gets operation status." }, - "version": { - "description": "Version of the SQLServer.", + "status": { "type": "string", - "readOnly": true + "description": "Gets operation status." }, - "clustered": { - "description": "Clustered of the SQLServer.", + "startTime": { "type": "string", - "readOnly": true + "description": "Gets operation start time." }, - "clusterName": { - "description": "ClusterName of the SQLServer.", + "endTime": { "type": "string", - "readOnly": true + "description": "Gets operation end time." + }, + "errors": { + "$ref": "#/definitions/OperationStatusErrorDetails", + "description": "Gets the errors." + }, + "properties2": { + "$ref": "#/definitions/Properties", + "description": "Gets the error properties." + }, + "provisioningState": { + "$ref": "#/definitions/ProvisioningState", + "description": "The status of the last operation." + } + }, + "description": "Operation status REST Resource.", + "required": [ + "routeId", + "status", + "startTime", + "endTime", + "errors", + "properties2" + ] + }, + "OracleDiscovery": { + "type": "object", + "properties": { + "totalInstanceCount": { + "type": "integer", + "format": "int64", + "description": "Gets or sets number of successfully discovered instances." + }, + "totalDatabaseCount": { + "type": "integer", + "format": "int64", + "description": "Gets or sets number of successfully discovered databases." + }, + "discoveryScopeStatus": { + "$ref": "#/definitions/DiscoveryScopeStatus", + "description": "Gets or sets status of partner discovery." } + }, + "description": "Data related to a machine's Oracle discovery.", + "required": [ + "totalInstanceCount", + "totalDatabaseCount", + "discoveryScopeStatus" + ] + }, + "OracleDiscoveryScopeStatus": { + "type": "string", + "enum": [ + "DiscoverySucceededAtleastOnce", + "DiscoveryFailed", + "RunAsAccountNotAssociated", + "DiscoveryNotStarted", + "DiscoveryInProgress", + "Disabled", + "DiscoveryPartiallySucceded", + "DiscoverySucceeded" + ], + "x-ms-enum": { + "name": "OracleDiscoveryScopeStatus", + "modelAsString": true } }, - "SharePointServer": { - "description": "SharePointServer in the guest virtual machine.", + "OtherDatabases": { "type": "object", "properties": { - "productName": { - "description": "ProductName of the SharePointServer.", + "databaseTypes": { "type": "string", - "readOnly": true - }, - "isEnterprise": { - "description": "Value indicating whether the SharePointServer is Enterprise.", - "type": "boolean", - "readOnly": true + "description": "Gets or sets DatabaseType of the OtherDatabase." }, - "status": { - "description": "Status of the SharePointServer.", + "instance": { "type": "string", - "readOnly": true + "description": "Gets or sets Instance of the OtherDatabase." }, "version": { - "description": "Version of the SharePointServer.", "type": "string", - "readOnly": true + "description": "Gets or sets Version of the OtherDatabase." } - } + }, + "description": "OtherDatabase in the guest virtual machine.", + "required": [ + "databaseTypes", + "instance", + "version" + ] }, - "SystemCenter": { - "description": "SystemCenter in the guest virtual machine.", + "ProcessorInfo": { "type": "object", "properties": { - "productName": { - "description": "ProductName of the SystemCenter.", + "name": { "type": "string", - "readOnly": true + "description": "Gets or sets the name\\model of a processor." }, - "status": { - "description": "Status of the SystemCenter.", - "type": "string", - "readOnly": true + "numberOfSockets": { + "type": "integer", + "format": "int32", + "description": "Gets or sets the number of sockets." }, - "version": { - "description": "Version of the SystemCenter.", + "numberOfCoresPerSocket": { + "type": "integer", + "format": "int32", + "description": "Gets or sets the total number of cores in a socket." + } + }, + "description": "Processor Information." + }, + "Properties": { + "type": "object", + "properties": { + "result": { "type": "string", - "readOnly": true + "description": "result properties string." } + }, + "description": "result properties.", + "required": [ + "result" + ] + }, + "ProvisioningState": { + "type": "string", + "description": "The status of the current operation.", + "enum": [ + "Succeeded", + "Failed", + "Canceled", + "Provisioning", + "Updating", + "Deleting", + "Accepted" + ], + "x-ms-enum": { + "name": "ProvisioningState", + "modelAsString": true } }, - "BizTalkServer": { - "description": "BizTalkServer in the guest virtual machine.", + "RunAsAccountProperties": { "type": "object", "properties": { - "productName": { - "description": "ProductName of the BizTalkServer.", + "displayName": { "type": "string", - "readOnly": true + "description": "Display name of the run as account." }, - "status": { - "description": "Status of the BizTalkServer.", + "credentialType": { "type": "string", - "readOnly": true + "description": "Gets the credential type of the run as account." + }, + "createdTimestamp": { + "type": "string", + "description": "Timestamp marking run as account creation." + }, + "updatedTimestamp": { + "type": "string", + "description": "Timestamp marking last updated on the run as account." + }, + "applianceName": { + "type": "string", + "description": "Gets the appliance name of the run as account." + }, + "provisioningState": { + "$ref": "#/definitions/ProvisioningState", + "description": "The status of the last operation." } - } + }, + "description": "RunAsAccount REST Resource.", + "required": [ + "displayName", + "credentialType", + "createdTimestamp", + "updatedTimestamp", + "applianceName" + ] }, - "ExchangeServer": { - "description": "ExchangeServer in the guest virtual machine.", + "RunAsAccountRunAsAccountProperties": { "type": "object", "properties": { - "productName": { - "description": "ProductName of the ExchangeServer.", + "displayName": { "type": "string", + "description": "Display name of the run as account.", "readOnly": true }, - "edition": { - "description": "Edition of the ExchangeServer.", + "credentialType": { "type": "string", + "description": "Gets the credential type of the run as account.", "readOnly": true }, - "roles": { - "description": "Roles of the ExchangeServer.", + "createdTimestamp": { "type": "string", + "description": "Timestamp marking run as account creation.", "readOnly": true }, - "servicePack": { - "description": "ServicePack of the ExchangeServer.", + "updatedTimestamp": { "type": "string", + "description": "Timestamp marking last updated on the run as account.", "readOnly": true }, - "version": { - "description": "Version of the ExchangeServer.", + "applianceName": { "type": "string", + "description": "Gets the appliance name of the run as account.", "readOnly": true } + }, + "description": "Class for run as account properties." + }, + "SQLDiscoveryScopeStatus": { + "type": "string", + "enum": [ + "DiscoverySucceededAtleastOnce", + "DiscoveryFailed", + "RunAsAccountNotAssociated", + "DiscoveryNotStarted", + "DiscoveryInProgress", + "Disabled", + "DiscoveryPartiallySucceded", + "DiscoverySucceeded" + ], + "x-ms-enum": { + "name": "SQLDiscoveryScopeStatus", + "modelAsString": true } }, - "OtherDatabase": { - "description": "OtherDatabase in the guest virtual machine.", + "SQLDiscoverySqlMetadataDiscoveryPipe": { + "type": "string", + "enum": [ + "Unknown", + "VMware", + "PowerShell", + "SSH", + "CIM", + "Other" + ], + "x-ms-enum": { + "name": "SQLDiscoverySqlMetadataDiscoveryPipe", + "modelAsString": true + } + }, + "SasUriResponse": { "type": "object", "properties": { - "databaseType": { - "description": "DatabaseType of the OtherDatabase.", - "type": "string", - "readOnly": true - }, - "instance": { - "description": "Instance of the OtherDatabase.", + "jobArmId": { "type": "string", - "readOnly": true + "description": "Gets or sets the job ARM ID." }, - "version": { - "description": "Version of the OtherDatabase.", + "uri": { "type": "string", - "readOnly": true + "description": "Gets or sets the SAS URI." } - } + }, + "description": "Import URI response class." + }, + "ServerJobResource": { + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/JobProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] + } + }, + "description": "A host resource belonging to a site resource.", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + } + ] }, - "HyperVMachineCollection": { - "description": "Collection of Hyper-V machines.", + "ServerJobResourceListResult": { "type": "object", "properties": { "value": { - "description": "List of machines.", "type": "array", "items": { - "$ref": "#/definitions/HyperVMachine" + "$ref": "#/definitions/ServerJobResource" }, - "readOnly": true + "x-cadl-name": "ServerJobResource[]", + "description": "The ServerJobResource items on this page" }, "nextLink": { - "description": "Value of next link.", "type": "string", - "readOnly": true + "format": "uri", + "description": "The link to the next page of items", + "x-cadl-name": "Rest.ResourceLocation" } - } + }, + "description": "The response of a ServerJobResource list operation.", + "required": [ + "value" + ] }, - "OperationStatus": { - "description": "Operation status REST resource.", + "ServerOperationStatusResource": { "type": "object", "properties": { - "id": { - "description": "Resource Id.", + "properties": { + "$ref": "#/definitions/OperationStatusProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] + } + }, + "description": "A operation status resource belonging to a site resource.", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + } + ] + }, + "ServerProperties": { + "type": "object", + "properties": { + "displayName": { "type": "string", - "readOnly": true + "description": " Gets the Display name of the machine." }, - "name": { - "description": "Operation name.", + "fqdn": { "type": "string", - "readOnly": true + "description": "Gets or sets the FQDN/IPAddress of the server." }, - "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.", + "networkAdapters": { + "type": "array", + "items": { + "$ref": "#/definitions/NetworkAdapters" + }, + "x-ms-identifiers": [], + "x-cadl-name": "NetworkAdapters[]", + "description": "The name of the server machine" + }, + "hydratedFqdn": { "type": "string", - "readOnly": true + "description": "Gets or sets the FQDN of machine which can be changed." }, - "startTime": { - "description": "Start time.", + "disks": { + "type": "array", + "items": { + "$ref": "#/definitions/Disks" + }, + "x-cadl-name": "Disks[]", + "description": "Gets or sets the disk details of server.", + "x-ms-identifiers": [] + }, + "validationRequired": { + "type": "string", + "description": "The name of the server machine" + }, + "firmware": { + "type": "string", + "description": "Gets or sets the firmware." + }, + "guestOsDetails": { + "$ref": "#/definitions/GuestOsDetails", + "description": " Operating System Details extracted from the guest" + }, + "numberOfApplications": { + "type": "integer", + "format": "int64", + "description": " Number of applications installed in the guest VM." + }, + "guestDetailsDiscoveryTimestamp": { + "type": "string", + "format": "date-time", + "description": "The last time at which the Guest Details was discovered." + }, + "isGuestDetailsDiscoveryInProgress": { + "type": "boolean", + "description": "The name of the server machine" + }, + "dependencyMapping": { + "type": "string", + "description": "Gets or sets if dependency mapping feature is enabled or not for the VM." + }, + "dependencyMappingStartTime": { + "type": "string", + "format": "date-time", + "description": " Gets or sets when dependency mapping collection is last started." + }, + "dependencyMappingEndTime": { + "type": "string", + "format": "date-time", + "description": "Gets or sets when dependency mapping collection was last disabled." + }, + "runAsAccountId": { + "type": "string", + "description": " Gets or sets the run as account ID of the machine." + }, + "applianceNames": { + "type": "array", + "items": { + "type": "string" + }, + "x-cadl-name": "string[]", + "description": "Gets the appliance names." + }, + "errors": { + "type": "array", + "items": { + "$ref": "#/definitions/Errors" + }, + "x-cadl-name": "Errors[]", + "description": "Errors for machine." + }, + "applicationDiscovery": { + "$ref": "#/definitions/DiscoveryState", + "description": "application discovery state of the machine." + }, + "dependencyMapDiscovery": { + "$ref": "#/definitions/DiscoveryState", + "description": "dependency map discovery state of the machine." + }, + "staticDiscovery": { + "$ref": "#/definitions/DiscoveryState", + "description": "discovery state of the machine." + }, + "sqlDiscovery": { + "$ref": "#/definitions/SqlDiscovery", + "description": "SQL discovery state of the machine." + }, + "webAppDiscovery": { + "$ref": "#/definitions/WebAppDiscovery", + "description": "WebApp discovery state of the machine." + }, + "oracleDiscovery": { + "$ref": "#/definitions/OracleDiscovery", + "description": "Oracle discovery state of the machine." + }, + "springBootDiscovery": { + "$ref": "#/definitions/SpringBootDiscovery", + "description": "Spring Boot discovery state of the machine." + }, + "appsAndRoles": { + "$ref": "#/definitions/AppsAndRoles", + "description": "Apps And Roles of the Server." + }, + "numberofProcessorCores": { + "type": "integer", + "format": "int64", + "description": "number of processor cores of the machine." + }, + "allocatedMemoryInMb": { + "type": "integer", + "format": "int64", + "description": "allocated memory in MB of the machine." + }, + "operatingSystemDetails": { + "$ref": "#/definitions/OperatingSystemDetails", + "description": "Operating system details of the machine." + }, + "biosSerialNumber": { + "type": "string", + "description": "bios serial number of the machine." + }, + "biosGuid": { + "type": "string", + "description": "Gets or sets the BIOS GUID." + }, + "isDeleted": { + "type": "boolean", + "description": "Value indicating whether VM is deleted." + }, + "createdTimestamp": { "type": "string", - "readOnly": true + "description": "Gets the timestamp marking created timestamp of the machine." }, - "endTime": { - "description": "End time.", + "updatedTimestamp": { "type": "string", - "readOnly": true + "description": " Gets the timestamp marking last updated on the machine." }, - "error": { - "$ref": "#/definitions/OperationStatusError", - "description": "Error stating all error details for the operation.", - "readOnly": true + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "x-cadl-name": "Record", + "description": "Server machine tags." }, - "properties": { - "$ref": "#/definitions/OperationStatusProperties", - "description": "Custom data.", - "readOnly": true + "provisioningState": { + "$ref": "#/definitions/ProvisioningState", + "description": "Provisioning state of the server resource." } - } + }, + "description": "Server REST resource.", + "required": [ + "displayName", + "fqdn", + "networkAdapters", + "hydratedFqdn", + "validationRequired", + "firmware", + "guestOsDetails", + "numberOfApplications", + "guestDetailsDiscoveryTimestamp", + "isGuestDetailsDiscoveryInProgress", + "dependencyMapping", + "dependencyMappingStartTime", + "dependencyMappingEndTime", + "runAsAccountId", + "applianceNames", + "errors", + "applicationDiscovery", + "dependencyMapDiscovery", + "staticDiscovery", + "sqlDiscovery", + "webAppDiscovery", + "oracleDiscovery", + "springBootDiscovery", + "appsAndRoles", + "numberofProcessorCores", + "allocatedMemoryInMb", + "operatingSystemDetails", + "biosSerialNumber", + "biosGuid", + "isDeleted", + "createdTimestamp", + "updatedTimestamp" + ] }, - "OperationStatusError": { - "description": "Class for operation status errors.", + "ServerPropertiesCollection": { "type": "object", "properties": { - "code": { - "description": "Error code.", - "type": "string", - "readOnly": true + "serverList": { + "type": "array", + "items": { + "$ref": "#/definitions/ServerProperties" + }, + "x-ms-identifiers": [], + "x-cadl-name": "ServerProperties[]", + "description": "Gets or sets the list of server machine inventory." }, - "message": { - "description": "Error message.", + "nextLink": { "type": "string", - "readOnly": true + "description": "The link to fetch more models." } - } + }, + "description": "Gets or sets the list of server machine inventory." }, - "OperationStatusProperties": { - "description": "Class for operation result properties.", + "ServerResource": { "type": "object", "properties": { - "result": { - "description": "Result or output of the workflow.", - "type": "string" + "properties": { + "$ref": "#/definitions/ServerProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] } - } + }, + "description": "A machine resource belonging to a site resource.", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + } + ] }, - "HyperVRunAsAccount": { - "description": "Run as account REST Resource.", + "ServerRunAsAccountResource": { "type": "object", "properties": { - "id": { - "description": "Resource Id.", - "type": "string", - "readOnly": true - }, - "name": { - "description": "Name of the Sites.", - "type": "string", - "readOnly": true - }, - "type": { - "description": "Type of resource. Type = Microsoft.OffAzure/HyperVSites/RunAsAccounts.", - "type": "string", - "readOnly": true - }, "properties": { "$ref": "#/definitions/RunAsAccountProperties", - "description": "Nested properties of run as account.", - "readOnly": true + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] } - } - }, - "RunAsAccountProperties": { - "description": "Class for run as account properties.", - "type": "object", - "properties": { - "displayName": { - "description": "Display name of the run as account.", - "type": "string", - "readOnly": true - }, - "credentialType": { - "description": "Credential type of the run as account.", - "enum": [ - "VMwareFabric", - "HyperVFabric", - "LinuxGuest", - "WindowsGuest", - "LinuxServer", - "WindowsServer" - ], - "x-ms-enum": { - "name": "CredentialType", - "modelAsString": true - }, - "type": "string", - "readOnly": true - }, - "createdTimestamp": { - "description": "Timestamp marking run as account creation.", - "type": "string", - "readOnly": true - }, - "updatedTimestamp": { - "description": "Timestamp marking last updated on the run as account.", - "type": "string", - "readOnly": true + }, + "description": "A run as account resource belonging to a site resource.", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" } - } + ] }, - "HyperVRunAsAccountCollection": { - "description": "Collection of Hyper-V run as accounts.", + "ServerRunAsAccountResourceListResult": { "type": "object", "properties": { "value": { - "description": "List of run as accounts.", "type": "array", "items": { - "$ref": "#/definitions/HyperVRunAsAccount" + "$ref": "#/definitions/ServerRunAsAccountResource" }, - "readOnly": true + "x-cadl-name": "ServerRunAsAccountResource[]", + "description": "The ServerRunAsAccountResource items on this page" }, "nextLink": { - "description": "Value of next link.", "type": "string", - "readOnly": true + "format": "uri", + "description": "The link to the next page of items", + "x-cadl-name": "Rest.ResourceLocation" } - } + }, + "description": "The response of a ServerRunAsAccountResource list operation.", + "required": [ + "value" + ] }, - "HyperVSite": { - "description": "Site REST Resource.", - "x-ms-azure-resource": true, + "ServerSiteResource": { + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/SitesProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] + } + }, + "description": "A ServerSiteResource", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/TrackedResource" + } + ] + }, + "ServerSiteResourceUpdate": { "type": "object", "properties": { - "id": { - "description": "Resource Id.", - "type": "string", - "readOnly": true - }, - "name": { - "description": "Name of the Hyper-V site.", - "type": "string" - }, - "type": { - "description": "Type of resource. Type = Microsoft.OffAzure/HyperVSites.", - "type": "string", - "readOnly": true - }, "tags": { "type": "object", "additionalProperties": { "type": "string" - } - }, - "eTag": { - "description": "eTag for concurrency control.", - "type": "string" - }, - "location": { - "description": "Azure location in which Sites is created.", - "type": "string" + }, + "x-cadl-name": "Record", + "description": "Resource tags." }, "properties": { - "$ref": "#/definitions/SiteProperties", - "description": "Nested properties of Hyper-V site." - }, - "systemData": { - "$ref": "#/definitions/systemData", - "readOnly": true + "$ref": "#/definitions/ServerSiteResourceUpdateProperties", + "x-ms-client-flatten": true } - } + }, + "description": "The type used for update operations of the ServerSiteResource." }, - "SiteProperties": { - "description": "Class for site properties.", + "ServerSiteResourceUpdateProperties": { "type": "object", "properties": { + "masterSiteId": { + "type": "string", + "description": "Gets the Master Site this site is linked to." + }, "servicePrincipalIdentityDetails": { "$ref": "#/definitions/SiteSpnProperties", "description": "Service principal identity details used by agent for communication to the service." @@ -5036,1477 +9325,1831 @@ "description": "On-premises agent details." }, "serviceEndpoint": { - "description": "Service endpoint.", "type": "string", - "readOnly": true + "description": "Service endpoint." }, "discoverySolutionId": { - "description": "ARM ID of migration hub solution for SDS.", - "type": "string" + "type": "string", + "description": "RM ID of migration hub solution for SDS." }, "applianceName": { - "description": "Appliance Name.", - "type": "string" + "type": "string", + "description": "Appliance Name." + }, + "provisioningState": { + "$ref": "#/definitions/ProvisioningState", + "description": "The status of the last operation." } - } + }, + "description": "The updatable properties of the ServerSiteResource." }, - "SiteSpnProperties": { - "description": "Class for site properties.", + "ServerSiteUsageResponse": { "type": "object", "properties": { - "tenantId": { - "description": "Tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.", - "type": "string" - }, - "applicationId": { - "description": "Application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.", - "type": "string" + "runAsAccounts": { + "type": "integer", + "format": "int32", + "description": "Gets or sets the number of run as accounts in the site." }, - "objectId": { - "description": "Object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.", - "type": "string" + "serverCount": { + "type": "integer", + "format": "int32", + "description": "Gets or sets the number of servers part of the site." + } + }, + "description": "The properties of ServerSiteUsageResponse.", + "required": [ + "runAsAccounts", + "serverCount" + ] + }, + "SharePointServers": { + "type": "object", + "properties": { + "productName": { + "type": "string", + "description": " Gets or sets ProductName of the SharePointServer." }, - "audience": { - "description": "Intended audience for the service principal.", - "type": "string" + "isEnterprise": { + "type": "string", + "description": "Gets or sets a value indicating whether SharePointServer is Enterprise." }, - "aadAuthority": { - "description": "AAD Authority URL which was used to request the token for the service principal.", - "type": "string" + "status": { + "type": "string", + "description": " Gets or sets Status of the SharePointServer." }, - "rawCertData": { - "description": "Raw certificate data for building certificate expiry flows.", - "type": "string" + "version": { + "type": "string", + "description": " Gets or sets Version of the SharePointServer." } - } + }, + "description": " SharePointServer in the guest virtual machine.", + "required": [ + "productName", + "isEnterprise", + "status", + "version" + ] }, "SiteAgentProperties": { - "description": "Class for site agent properties.", "type": "object", "properties": { "id": { - "description": "ID of the agent.", "type": "string", + "description": "Gets the ID of the agent.", "readOnly": true }, "version": { - "description": "Version of the agent.", "type": "string", + "description": "Gets the version of the agent.", "readOnly": true }, "lastHeartBeatUtc": { - "format": "date-time", - "description": "Last heartbeat time of the agent in UTC.", "type": "string", + "format": "date-time", + "description": "Gets the last heartbeat time of the agent in UTC.", "readOnly": true }, "keyVaultUri": { - "description": "Key vault URI.", - "type": "string" + "type": "string", + "description": "Gets or sets the key vault URI." }, "keyVaultId": { - "description": "Key vault ARM Id.", - "type": "string" + "type": "string", + "description": "Gets or sets the key vault ARM Id." } - } + }, + "description": "Class for site agent properties." }, - "HyperVSiteUsage": { - "description": "Hyper-V site usage.", + "SiteErrorSummary": { "type": "object", "properties": { - "machineCount": { - "format": "int32", - "description": "Number of machines discovered in the site.", - "type": "integer" - }, - "runAsAccountCount": { - "format": "int32", - "description": "Number of run as accounts in the site.", - "type": "integer" - }, - "hostCount": { - "format": "int32", - "description": "Number of hosts part of the site.", - "type": "integer" + "applianceName": { + "type": "string", + "description": "Appliance Name." }, - "clusterCount": { - "format": "int32", - "description": "Number of clusters part of the site.", - "type": "integer" + "discoveryScopeErrorSummaries": { + "$ref": "#/definitions/DiscoveryScopeErrorSummary", + "description": "Gets the error message." } - } + }, + "description": "The properties of ServerSiteResource.", + "required": [ + "applianceName", + "discoveryScopeErrorSummaries" + ] }, - "SiteHealthSummaryCollection": { - "description": "Collection of SiteHealthSummary.", + "SiteErrorSummaryCollection": { "type": "object", "properties": { - "value": { - "description": "List of SiteHealthSummary.", + "siteErrorSummary": { "type": "array", "items": { - "$ref": "#/definitions/SiteHealthSummary" + "$ref": "#/definitions/SiteErrorSummary" }, - "readOnly": true + "x-ms-identifiers": [ + "applianceName" + ], + "x-cadl-name": "SiteErrorSummary[]", + "description": "Gets or sets the list of site error summary." }, "nextLink": { - "description": "Value of next link.", "type": "string", - "readOnly": true + "description": "The link to fetch more models." } - } + }, + "description": "Gets or sets the list of site error summary." + }, + "SiteHealthErrorDetails": { + "type": "object", + "properties": { + "message": { + "type": "string", + "description": "Gets the error message." + }, + "messageParameters": { + "type": "string", + "description": "Gets the message parameters." + }, + "applianceName": { + "type": "string", + "description": "Gets the appliance name." + }, + "id": { + "type": "integer", + "format": "int64", + "description": "Gets the error ID." + }, + "code": { + "type": "string", + "description": "Gets the error name." + }, + "possibleCauses": { + "type": "string", + "description": "Gets the possible causes of error." + }, + "recommendedAction": { + "type": "string", + "description": "Gets the recommended action to resolve error." + }, + "severity": { + "type": "string", + "description": "Gets the error severity." + }, + "source": { + "$ref": "#/definitions/Source", + "description": "Gets the error source." + }, + "updatedTimeStamp": { + "type": "string", + "format": "date-time", + "description": "Gets the time stamp when the error was updated." + }, + "runAsAccountId": { + "type": "string", + "description": "Gets run as account id used while performing discovery\r\n of entity." + }, + "discoveryScope": { + "$ref": "#/definitions/DiscoveryScope", + "description": "Gets discovery scope for which \r\n error is encountered." + } + }, + "description": "Error contract returned when some exception occurs in Rest API.", + "required": [ + "message", + "messageParameters", + "applianceName", + "id", + "code", + "possibleCauses", + "recommendedAction", + "severity", + "source", + "updatedTimeStamp", + "runAsAccountId", + "discoveryScope" + ] }, "SiteHealthSummary": { - "description": "Site health summary model.", "type": "object", "properties": { "applianceName": { - "description": "Appliance name.", "type": "string", - "readOnly": true + "description": "Appliance Name." }, "errorMessage": { - "description": "Error message.", "type": "string", - "readOnly": true + "description": "Gets the error message." }, "summaryMessage": { - "description": "Summary message.", "type": "string", - "readOnly": true + "description": "Gets the summary message." }, "errorId": { - "format": "int64", - "description": "Error Id.", "type": "integer", - "readOnly": true + "format": "int64", + "description": "Gets the error Id." }, "errorCode": { - "description": "Error code.", "type": "string", - "readOnly": true + "description": "Gets the error code." }, "affectedObjectsCount": { + "type": "integer", "format": "int64", - "description": "Count of affected objects.", - "type": "integer" + "description": "Gets or sets the count of affected objects." }, "hitCount": { + "type": "integer", "format": "int64", - "description": "Hit count of the error.", - "type": "integer" + "description": "Gets or sets the hit count of the error." }, "severity": { - "description": "Severity of error.", "type": "string", - "readOnly": true + "description": "Gets the severity of error.." }, "remediationGuidance": { - "description": "Remediation guidance.", "type": "string", - "readOnly": true + "description": "Gets the remediation guidance." }, "affectedResourceType": { - "description": "Affected resource type.", "type": "string", - "readOnly": true + "description": "Gets the affected resource type." }, "affectedResources": { - "description": "Affected resources.", "type": "array", "items": { "type": "string" - } - } - } - }, - "VMwareJob": { - "description": "Job REST Resource.", - "type": "object", - "properties": { - "id": { - "description": "Resource Id.", - "type": "string", - "readOnly": true - }, - "name": { - "description": "Name of the job.", - "type": "string", - "readOnly": true - }, - "type": { - "description": "Type of resource. Type = Microsoft.OffAzure/VMWareSites/Jobs.", - "type": "string", - "readOnly": true + }, + "x-cadl-name": "string[]", + "description": "Gets or sets the affected resources." }, - "properties": { - "$ref": "#/definitions/JobProperties", - "description": "Nested properties of job.", - "readOnly": true + "fabricLayoutUpdateSources": { + "type": "array", + "items": { + "$ref": "#/definitions/LayoutUpdateSources" + }, + "x-cadl-name": "LayoutUpdateSources[]", + "description": "RM ID of migration hub solution for SDS." } - } + }, + "description": "The properties of ServerSiteResource.", + "required": [ + "applianceName", + "errorMessage", + "summaryMessage", + "errorId", + "errorCode", + "affectedObjectsCount", + "hitCount", + "severity", + "remediationGuidance", + "affectedResourceType", + "affectedResources", + "fabricLayoutUpdateSources" + ] }, - "VMwareJobCollection": { - "description": "Collection of VMware jobs.", + "SiteHealthSummaryCollection": { "type": "object", "properties": { - "value": { - "description": "List of jobs.", + "siteHealthSummary": { "type": "array", "items": { - "$ref": "#/definitions/VMwareJob" + "$ref": "#/definitions/SiteHealthSummary" }, - "readOnly": true + "x-ms-identifiers": [ + "applianceName" + ], + "x-cadl-name": "SiteHealthSummary[]", + "description": "Gets or sets the list of machine meta data." }, "nextLink": { - "description": "Value of next link.", "type": "string", - "readOnly": true + "description": "The link to fetch more models." } - } + }, + "description": "Gets or sets the list of site health summary." }, - "VMwareMachine": { - "description": "Machine REST Resource.", + "SiteProperties": { "type": "object", "properties": { - "id": { - "description": "Resource Id.", + "masterSiteId": { "type": "string", - "readOnly": true + "description": "Gets the Master Site this site is linked to." }, - "name": { - "description": "Name of the Sites.", + "servicePrincipalIdentityDetails": { + "$ref": "#/definitions/SiteSpnProperties", + "description": "Service principal identity details used by agent for communication to the service." + }, + "agentDetails": { + "$ref": "#/definitions/SiteAgentProperties", + "description": "On-premises agent details." + }, + "serviceEndpoint": { "type": "string", - "readOnly": true + "description": "Service endpoint." }, - "type": { - "description": "Type of resource. Type = Microsoft.OffAzure/VMWareSites/Machines.", + "discoverySolutionId": { "type": "string", - "readOnly": true + "description": "RM ID of migration hub solution for SDS." }, - "properties": { - "$ref": "#/definitions/VMwareMachineProperties", - "description": "Nested properties.", - "readOnly": true + "applianceName": { + "type": "string", + "description": "Appliance Name." + }, + "provisioningState": { + "$ref": "#/definitions/ProvisioningState", + "description": "The status of the last operation." } - } + }, + "description": "The properties of VMwareSiteResource", + "required": [ + "masterSiteId", + "servicePrincipalIdentityDetails", + "agentDetails", + "serviceEndpoint", + "discoverySolutionId", + "applianceName" + ] }, - "VMwareMachineProperties": { - "description": "Class for machine properties.", + "SiteSpnProperties": { "type": "object", "properties": { - "dataCenterScope": { - "description": "Scope of the data center.", + "tenantId": { "type": "string", - "readOnly": true + "description": "Tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services." }, - "firmware": { - "description": "Firmware of the machine.", + "applicationId": { "type": "string", - "readOnly": true + "description": "Application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services." }, - "description": { - "description": "User description of the machine.", + "objectId": { "type": "string", - "readOnly": true + "description": "Object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services." }, - "vCenterFQDN": { - "description": "VCenter FQDN/IPAddress.", + "audience": { "type": "string", - "readOnly": true + "description": "Intended audience for the service principal." }, - "vCenterId": { - "description": "VCenter ARM ID.", + "aadAutority": { "type": "string", - "readOnly": true + "description": "AAD Authority URL which was used to request the token for the service principal." }, - "vMwareToolsStatus": { - "description": "VMware tools status.", + "rawCertData": { "type": "string", - "readOnly": true - }, - "changeTrackingSupported": { - "description": "Value indicating whether change tracking is supported.", - "type": "boolean", - "readOnly": true + "description": "Raw certificate data for building certificate expiry flows." + } + }, + "description": "Class for site properties.", + "required": [ + "tenantId", + "applicationId", + "objectId", + "audience", + "aadAutority", + "rawCertData" + ] + }, + "SiteUsageResponse": { + "type": "object", + "properties": { + "machineCount": { + "type": "integer", + "format": "int32", + "description": "Gets or sets the number of machines discovered in the site." }, - "changeTrackingEnabled": { - "description": "Value indicating whether change tracking is enabled.", - "type": "boolean", - "readOnly": true + "runAsAccountCount": { + "type": "integer", + "format": "int32", + "description": "Gets or sets the number of run as accounts in the site." }, - "maxSnapshots": { + "hostCount": { + "type": "integer", "format": "int32", - "description": "Maximum number of snapshots for the VM. Default value is -1.", + "description": "Gets or sets the number of hosts part of the site." + }, + "clusterCount": { "type": "integer", - "readOnly": true + "format": "int32", + "description": "Gets or sets the number of clusters part of the site." }, - "disks": { - "description": "Disks attached to the machine.", - "type": "array", - "items": { - "$ref": "#/definitions/VMwareDisk" - }, - "readOnly": true + "provisioningState": { + "$ref": "#/definitions/ProvisioningState", + "description": "The status of the last operation." + } + }, + "description": "Hyper-V site usage.", + "required": [ + "machineCount", + "runAsAccountCount", + "hostCount", + "clusterCount" + ] + }, + "SitesProperties": { + "type": "object", + "properties": { + "masterSiteId": { + "type": "string", + "description": "Gets the Master Site this site is linked to." }, - "appsAndRoles": { - "$ref": "#/definitions/AppsAndRoles", - "description": "Apps And Roles of the VM.", - "readOnly": true + "servicePrincipalIdentityDetails": { + "$ref": "#/definitions/SiteSpnProperties", + "description": "Service principal identity details used by agent for communication to the service." }, - "hostInMaintenanceMode": { - "description": "Indicates whether the host is in maintenance mode.", - "type": "boolean", - "readOnly": true + "agentDetails": { + "$ref": "#/definitions/SiteAgentProperties", + "description": "On-premises agent details." }, - "hostName": { - "description": "The host name.", + "serviceEndpoint": { "type": "string", - "readOnly": true + "description": "Service endpoint." }, - "hostPowerState": { - "description": "The host power state.", + "discoverySolutionId": { "type": "string", - "readOnly": true + "description": "RM ID of migration hub solution for SDS." }, - "hostVersion": { - "description": "The host version.", + "applianceName": { "type": "string", - "readOnly": true + "description": "Appliance Name." }, - "networkAdapters": { - "description": "Network adapters attached to the machine.", - "type": "array", - "items": { - "$ref": "#/definitions/VMwareNetworkAdapter" - }, - "readOnly": true + "provisioningState": { + "$ref": "#/definitions/ProvisioningState", + "description": "The status of the last operation." + } + }, + "description": "The properties of VMwareSiteResource", + "required": [ + "masterSiteId", + "servicePrincipalIdentityDetails", + "agentDetails", + "serviceEndpoint", + "discoverySolutionId", + "applianceName" + ] + }, + "Source": { + "type": "string", + "description": "The status of the current operation.", + "enum": [ + "RefreshFabricLayout", + "RefreshFabricLayoutGuest", + "RefreshFabricLayoutDependencyMap" + ], + "x-ms-enum": { + "name": "Source", + "modelAsString": true + } + }, + "SpringBootDiscovery": { + "type": "object", + "properties": { + "totalInstanceCount": { + "type": "integer", + "format": "int64", + "description": "Gets or sets number of successfully discovered instances." }, - "dependencyMapping": { - "description": "If dependency mapping feature is enabled or not for the VM.", + "totalApplicationCount": { + "type": "integer", + "format": "int64", + "description": "Gets or sets number of successfully discovered applications." + }, + "discoveryScopeStatus": { + "$ref": "#/definitions/DiscoveryScopeStatus", + "description": "Gets or sets status of partner discovery." + } + }, + "description": "Data related to a machine's spring boot discovery.", + "required": [ + "totalInstanceCount", + "totalApplicationCount", + "discoveryScopeStatus" + ] + }, + "SqlDiscovery": { + "type": "object", + "properties": { + "successfullyDiscoveredServerCount": { + "type": "integer", + "format": "int64", + "description": "Gets or sets number of SQL servers successfully discovered by SQL agent." + }, + "totalServerCount": { + "type": "integer", + "format": "int64", + "description": "Gets or sets total number of SQL servers." + }, + "sqlMetadataHydratedRunAsAccountId": { "type": "string", - "readOnly": true + "description": "Gets or sets the run as account ID with which SQL Metadata worked successfully" }, - "dependencyMappingStartTime": { - "format": "date-time", - "description": "When dependency mapping collection is last started.", + "sqlMetadataDiscoveryPipe": { "type": "string", - "readOnly": true + "description": "Gets or sets the discovery pipe used for fetching SQL Server's metadata from registry." }, - "displayName": { - "description": "Display name of the machine.", + "discoveryScopeStatus": { + "$ref": "#/definitions/DiscoveryScopeStatus", + "description": "Gets or sets status of partner discovery." + } + }, + "description": "Data related to a machine's SQL discovery.", + "required": [ + "successfullyDiscoveredServerCount", + "totalServerCount", + "sqlMetadataHydratedRunAsAccountId", + "sqlMetadataDiscoveryPipe", + "discoveryScopeStatus" + ] + }, + "SqlServers": { + "type": "object", + "properties": { + "name": { "type": "string", - "readOnly": true + "description": " Gets or sets Name of the SQLServer." }, - "numberOfProcessorCore": { - "format": "int32", - "description": "Number of Processor Cores allocated for the machine.", - "type": "integer", - "readOnly": true + "edition": { + "type": "string", + "description": "Gets or sets Edition of the SQLServer." }, - "allocatedMemoryInMB": { - "format": "double", - "description": "Allocated Memory in MB.", - "type": "number", - "readOnly": true + "servicePack": { + "type": "string", + "description": "Gets or sets ServicePack of the SQLServer." }, - "vmConfigurationFileLocation": { - "description": "Root location of the VM configuration file.", + "version": { "type": "string", - "readOnly": true + "description": "Gets or sets Version of the SQLServer." }, - "operatingSystemDetails": { - "$ref": "#/definitions/OperatingSystem", - "description": "Operating System Details installed on the machine.", - "readOnly": true + "clustered": { + "type": "string", + "description": "Gets or sets whether the SQLServer is Clustered or not." }, - "guestOSDetails": { - "$ref": "#/definitions/GuestOSDetails", - "description": "Operating System Details extracted from the guest bu executing script inside the guest VM.", - "readOnly": true + "clusterName": { + "type": "string", + "description": "Gets or sets the name of the cluster." }, - "numberOfApplications": { - "format": "int32", - "description": "Number of applications installed in the guest VM.", - "type": "integer", - "readOnly": true + "dnsHostName": { + "type": "string", + "description": "Gets or sets the name of the DNS host." }, - "guestDetailsDiscoveryTimestamp": { - "format": "date-time", - "description": "The last time at which the Guest Details was discovered or the error while discovering guest details based discovery of the machine.", + "port": { "type": "string", - "readOnly": true + "description": "Gets or sets the comma separated list of available ports." }, - "isGuestDetailsDiscoveryInProgress": { - "description": "Whether Refresh Fabric Layout Guest Details has been completed once. Portal will show discovery in progress, if this value is true.", - "type": "boolean", - "readOnly": true + "commaSeperatedIps": { + "type": "string", + "description": "Gets or sets the comma separated IPs." }, - "createdTimestamp": { - "description": "Timestamp marking machine creation.", + "status": { "type": "string", - "readOnly": true + "description": "Gets or sets the powered on status." }, - "updatedTimestamp": { - "description": "Timestamp marking last updated on the machine.", + "isNamedPipeEnabled": { "type": "string", - "readOnly": true + "description": "Gets or sets a value indicating whether Named Pipe protocol is enabled on SQL server" }, - "instanceUuid": { - "description": "On-premise Instance UUID of the machine.", + "isTcpIpEnabled": { "type": "string", + "description": "Gets or sets a value indicating whether TCP/IP protocol is enabled on SQL server." + }, + "namedPipeName": { + "type": "string", + "description": "Gets or sets the Named Pipe name of the SQL server used to construct connection." + } + }, + "description": "SQLServer in the guest virtual machine.", + "required": [ + "name", + "edition", + "servicePack", + "version", + "clustered", + "clusterName", + "dnsHostName", + "port", + "commaSeperatedIps", + "status", + "isNamedPipeEnabled", + "isTcpIpEnabled", + "namedPipeName" + ] + }, + "StaticDiscovery": { + "type": "object", + "properties": { + "discoveryScopeStatus": { + "$ref": "#/definitions/StaticDiscoveryScopeStatus", + "description": "Gets discovery scope status.", "readOnly": true }, - "powerStatus": { - "description": "Machine power status.", + "errors": { + "type": "array", + "items": { + "$ref": "#/definitions/HealthErrorDetails" + }, + "x-cadl-name": "HealthErrorDetails[]", + "description": "Gets errors for discovery scope.", + "readOnly": true + }, + "hydratedRunAsAccountId": { "type": "string", + "description": "Gets the run as account ID with which feature worked successfully.\n \nIt is discovered by the agent from the list of credentials.", "readOnly": true + } + }, + "description": "Contains data related static data discovery scope." + }, + "StaticDiscoveryScopeStatus": { + "type": "string", + "enum": [ + "DiscoverySucceededAtleastOnce", + "DiscoveryFailed", + "RunAsAccountNotAssociated", + "DiscoveryNotStarted", + "DiscoveryInProgress", + "Disabled", + "DiscoveryPartiallySucceded", + "DiscoverySucceeded" + ], + "x-ms-enum": { + "name": "StaticDiscoveryScopeStatus", + "modelAsString": true + } + }, + "SystemCenters": { + "type": "object", + "properties": { + "productName": { + "type": "string", + "description": "Gets or sets ProductName of the SystemCenter." }, - "biosSerialNumber": { - "description": "Machine BIOS serial number.", + "status": { + "type": "string", + "description": "Gets or sets Status of the SystemCenter." + }, + "version": { + "type": "string", + "description": " Gets or sets Version of the SystemCenter." + } + }, + "description": " SystemCenter in the guest virtual machine.", + "required": [ + "productName", + "status", + "version" + ] + }, + "V20180501PreviewVmwareRunAsAccount": { + "type": "object", + "properties": { + "id": { "type": "string", + "description": "Relative URL to get this run as account.", "readOnly": true }, - "biosGuid": { - "description": "BIOS GUID.", + "name": { "type": "string", + "description": "Gets the Name of the Run as account.", "readOnly": true }, - "vmFqdn": { - "description": "Machine FQDN.", + "type": { "type": "string", + "description": "Handled by resource provider. Type =\nMicrosoft.OffAzure/VMWareSites/RunAsAccounts.", "readOnly": true }, - "isDeleted": { - "description": "Value indicating whether VM is deleted.", - "type": "boolean", + "properties": { + "$ref": "#/definitions/RunAsAccountRunAsAccountProperties", + "description": "Gets nested properties.", "readOnly": true - }, - "errors": { - "description": "Errors for machine.", + } + }, + "description": "Run as account REST Resource." + }, + "V20180501PreviewVmwareRunAsAccountVmwareRunAsAccountCollection": { + "type": "object", + "properties": { + "value": { "type": "array", "items": { - "$ref": "#/definitions/HealthErrorDetails" + "$ref": "#/definitions/V20180501PreviewVmwareRunAsAccount" }, + "x-cadl-name": "V20180501PreviewVmwareRunAsAccount[]", + "description": "Gets the list of run as accounts.", + "readOnly": true + }, + "nextLink": { + "type": "string", + "description": "Gets the value of next link.", "readOnly": true } - } + }, + "description": "Collection of VMware run as accounts." }, - "VMwareDisk": { - "description": "Second level object returned as part of Machine REST resource.", + "V20190501PreviewSasUriResponse": { "type": "object", "properties": { - "uuid": { - "description": "Disk UUID.", + "jobArmId": { "type": "string", - "readOnly": true + "description": "Gets or sets the job ARM ID." }, - "label": { - "description": "Label of the disk.", + "uri": { "type": "string", - "readOnly": true - }, - "diskProvisioningPolicy": { - "description": "The provisioning policy of the disk. It is Thin or Thick or Unknown for the VMWare.", + "description": "Gets or sets the SAS URI." + } + }, + "description": "Import URI response class." + }, + "V20200201DeleteImportMachinesJob": { + "type": "object", + "properties": { + "type": { "type": "string", + "description": "Handled by resource provider. Type = Microsoft.OffAzure/ImportSites/DeleteJobs.", "readOnly": true }, - "diskScrubbingPolicy": { - "description": "The scrubbing policy of disks which can be eagerly zeroed or lazily zeroed.", - "type": "string", - "readOnly": true + "properties": { + "$ref": "#/definitions/CosmosDbDeleteImportedMachinesJobEntityDeleteImportedMachinesJobProperties", + "description": "Gets or sets the delete import machines job properties." }, - "diskMode": { - "description": "Disk mode property used for identifying independent disks.", - "enum": [ - "persistent", - "independent_persistent", - "independent_nonpersistent", - "nonpersistent", - "undoable", - "append" - ], - "x-ms-enum": { - "name": "VirtualDiskMode", - "modelAsString": true - }, + "id": { "type": "string", - "readOnly": true - }, - "maxSizeInBytes": { - "format": "int64", - "description": "Bytes allocated for the disk.", - "type": "integer", - "readOnly": true + "description": "Gets or sets the relative ARM name to get job." }, "name": { - "description": "Name of the disk.", "type": "string", - "readOnly": true + "description": "Gets or sets the Job ID." }, - "diskType": { - "description": "Type of the disk.", + "status": { "type": "string", - "readOnly": true + "description": "Gets or sets the Job status." }, - "lun": { - "format": "int32", - "description": "LUN of the disk.", - "type": "integer", - "readOnly": true + "startTime": { + "type": "string", + "description": "Gets or sets the Job start time." }, - "path": { - "description": "Path of the disk.", + "endTime": { "type": "string", - "readOnly": true + "description": "Gets or sets the Job end time." + }, + "displayName": { + "type": "string", + "description": "Gets or sets the Display name." } - } + }, + "description": "The delete import machines job web model." }, - "VMwareNetworkAdapter": { - "description": "Second level object represented in responses as part of Machine REST resource.", + "V20200201ExportImportedMachinesJob": { "type": "object", "properties": { - "label": { - "description": "Label of the NIC.", + "type": { "type": "string", + "description": "Type name for export job.", "readOnly": true }, - "nicId": { - "description": "NIC Id.", + "properties": { + "$ref": "#/definitions/CosmosDbExportImportedMachinesJobEntityExportImportedMachinesJobEntityProperties", + "description": "Gets or sets the export machines job properties." + }, + "id": { "type": "string", - "readOnly": true + "description": "Gets or sets the relative ARM name to get job." }, - "macAddress": { - "description": "Mac address of the NIC.", + "name": { "type": "string", - "readOnly": true + "description": "Gets or sets the Job ID." }, - "ipAddressList": { - "description": "IP addresses for the machine.", - "type": "array", - "items": { - "type": "string" - }, - "readOnly": true + "status": { + "type": "string", + "description": "Gets or sets the Job status." }, - "networkName": { - "description": "Network Name.", + "startTime": { "type": "string", - "readOnly": true + "description": "Gets or sets the Job start time." }, - "ipAddressType": { - "description": "Type of the IP address.", + "endTime": { "type": "string", - "readOnly": true + "description": "Gets or sets the Job end time." + }, + "displayName": { + "type": "string", + "description": "Gets or sets the Display name." } - } + }, + "description": "Export machines job REST resource." }, - "VMwareMachineCollection": { - "description": "Collection of VMware machines.", + "V20200201ExportImportedMachinesJobExportImportedMachinesJobCollection": { "type": "object", "properties": { "value": { - "description": "List of machines.", "type": "array", "items": { - "$ref": "#/definitions/VMwareMachine" + "$ref": "#/definitions/V20200201ExportImportedMachinesJob" }, + "x-cadl-name": "V20200201ExportImportedMachinesJob[]", + "description": "Gets the list of jobs.", "readOnly": true }, "nextLink": { - "description": "Value of next link.", "type": "string", + "description": "Gets the value of next link.", "readOnly": true } - } + }, + "description": "Export imported machines job collection." }, - "VMwareRunAsAccount": { - "description": "Run as account REST Resource.", + "V20200201ImportMachinesJob": { "type": "object", "properties": { - "id": { - "description": "Resource Id.", + "type": { "type": "string", + "description": "Handled by resource provider. Type =\nMicrosoft.OffAzure/ImportSites/jobs/importJobs.", "readOnly": true }, + "properties": { + "$ref": "#/definitions/CosmosDBImportMachinesJobEntityImportMachinesJobProperties", + "description": "Gets or sets the import job properties." + }, + "id": { + "type": "string", + "description": "Gets or sets the relative ARM name to get job." + }, "name": { - "description": "Name of the Run as account.", "type": "string", - "readOnly": true + "description": "Gets or sets the Job ID." }, - "type": { - "description": "Type of resource. Type = Microsoft.OffAzure/VMWareSites/RunAsAccounts.", + "status": { "type": "string", - "readOnly": true + "description": "Gets or sets the Job status." }, - "properties": { - "$ref": "#/definitions/RunAsAccountProperties", - "description": "Nested properties of Run as account.", - "readOnly": true + "startTime": { + "type": "string", + "description": "Gets or sets the Job start time." + }, + "endTime": { + "type": "string", + "description": "Gets or sets the Job end time." + }, + "displayName": { + "type": "string", + "description": "Gets or sets the Display name." } - } + }, + "description": "Import machines Job REST Resource." }, - "VMwareRunAsAccountCollection": { - "description": "Collection of VMware run as accounts.", + "V20200201ImportMachinesJobImportMachinesJobCollection": { "type": "object", "properties": { "value": { - "description": "List of run as accounts.", "type": "array", "items": { - "$ref": "#/definitions/VMwareRunAsAccount" + "$ref": "#/definitions/V20200201ImportMachinesJob" }, + "x-cadl-name": "V20200201ImportMachinesJob[]", + "description": "Gets the list of jobs.", "readOnly": true }, "nextLink": { - "description": "Value of next link.", "type": "string", + "description": "Gets the value of next link.", "readOnly": true } - } + }, + "description": "Collection of VMware jobs." }, - "VMwareSite": { - "description": "Site REST Resource.", - "x-ms-azure-resource": true, + "VCenter": { "type": "object", "properties": { - "id": { - "description": "Resource Id.", - "type": "string", - "readOnly": true - }, - "name": { - "description": "Name of the VMware site.", - "type": "string" - }, - "type": { - "description": "Type of resource. Type = Microsoft.OffAzure/VMWareSites.", - "type": "string", - "readOnly": true - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "eTag": { - "description": "eTag for concurrency control.", - "type": "string" - }, - "location": { - "description": "Azure location in which Sites is created.", - "type": "string" - }, "properties": { - "$ref": "#/definitions/SiteProperties", - "description": "Nested properties of VMWare site." - }, - "systemData": { - "$ref": "#/definitions/systemData", - "readOnly": true + "$ref": "#/definitions/VCenterProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] } - } + }, + "description": "A vcenter resource belonging to a site resource.", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + } + ] }, - "VMwareSiteUsage": { - "description": "VMware site usage.", + "VCenterListResult": { "type": "object", "properties": { - "machineCount": { - "format": "int32", - "description": "Number of machines discovered in the site.", - "type": "integer" - }, - "runAsAccountCount": { - "format": "int32", - "description": "Number of run as accounts in the site.", - "type": "integer" + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/VCenter" + }, + "x-cadl-name": "VCenter[]", + "description": "The VCenter items on this page" }, - "vCenterCount": { - "format": "int32", - "description": "Number of vCenters part of the site.", - "type": "integer" + "nextLink": { + "type": "string", + "format": "uri", + "description": "The link to the next page of items", + "x-cadl-name": "Rest.ResourceLocation" } - } + }, + "description": "The response of a VCenter list operation.", + "required": [ + "value" + ] }, - "MasterSite": { - "description": "Site REST Resource.", - "x-ms-azure-resource": true, + "VCenterProperties": { "type": "object", "properties": { - "id": { - "description": "Resource Id.", + "agentDetails": { "type": "string", - "readOnly": true - }, - "name": { - "description": "Name of the Master site.", - "type": "string" + "description": "On-premises agent details." }, - "type": { - "description": "Type of resource. Type = Microsoft.OffAzure/MasterSites.", + "serviceEndpoint": { "type": "string", - "readOnly": true + "description": "Service endpoint." }, - "eTag": { - "description": "eTag for concurrency control.", - "type": "string" + "discoverySolutionId": { + "type": "string", + "description": "RM ID of migration hub solution for SDS." }, - "location": { - "description": "Azure location in which Sites is created.", - "type": "string" + "applianceName": { + "type": "string", + "description": "Appliance Name." }, + "provisioningState": { + "$ref": "#/definitions/ProvisioningState", + "description": "The status of the last operation." + } + }, + "description": "The properties of VMwareSiteResource", + "required": [ + "agentDetails", + "serviceEndpoint", + "discoverySolutionId", + "applianceName" + ] + }, + "VMwareSite": { + "type": "object", + "properties": { "properties": { - "$ref": "#/definitions/MasterSiteProperties", - "description": "Nested properties of Master site." + "$ref": "#/definitions/SitesProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] + } + }, + "description": "A VMwareSite", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/TrackedResource" + } + ] + }, + "VMwareSiteUpdate": { + "type": "object", + "properties": { + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "x-cadl-name": "Record", + "description": "Resource tags." }, - "systemData": { - "$ref": "#/definitions/systemData", - "readOnly": true + "properties": { + "$ref": "#/definitions/VMwareSiteUpdateProperties", + "x-ms-client-flatten": true } - } + }, + "description": "The type used for update operations of the VMwareSite." }, - "MasterSiteProperties": { - "description": "Class for site properties.", + "VMwareSiteUpdateProperties": { "type": "object", "properties": { - "publicNetworkAccess": { - "description": "Gets or sets the state of public network access.", - "enum": [ - "NotSpecified", - "Enabled", - "Disabled" - ], - "type": "string" + "masterSiteId": { + "type": "string", + "description": "Gets the Master Site this site is linked to." + }, + "servicePrincipalIdentityDetails": { + "$ref": "#/definitions/SiteSpnProperties", + "description": "Service principal identity details used by agent for communication to the service." }, - "allowMultipleSites": { - "description": "Value indicating whether multiple sites per site type are allowed.", - "type": "boolean" + "agentDetails": { + "$ref": "#/definitions/SiteAgentProperties", + "description": "On-premises agent details." }, - "sites": { - "description": "List of sites that are a part of Master Site.", - "type": "array", - "items": { - "type": "string" - } + "serviceEndpoint": { + "type": "string", + "description": "Service endpoint." }, - "customerStorageAccountArmId": { - "description": "Gets or sets a value for customer storage account ARM id.", - "type": "string" + "discoverySolutionId": { + "type": "string", + "description": "RM ID of migration hub solution for SDS." }, - "privateEndpointConnections": { - "description": "Gets the private endpoint connections.", - "type": "array", - "items": { - "$ref": "#/definitions/PrivateEndpointConnection" + "applianceName": { + "type": "string", + "description": "Appliance Name." + }, + "provisioningState": { + "$ref": "#/definitions/ProvisioningState", + "description": "The status of the last operation." + } + }, + "description": "The updatable properties of the VMwareSite." + }, + "Versions": { + "type": "string", + "enum": [ + "2018-05-01-preview", + "2019-05-01-preview", + "2020-01-01", + "2020-01-01-preview", + "2020-02-01", + "2020-07-07", + "2020-07-10", + "2020-08-01-preview" + ], + "x-ms-enum": { + "name": "Versions", + "modelAsString": true, + "values": [ + { + "name": "v2018_05_01_preview", + "value": "2018-05-01-preview" + }, + { + "name": "v2019_05_01_preview", + "value": "2019-05-01-preview" + }, + { + "name": "v2020_01_01", + "value": "2020-01-01" + }, + { + "name": "v2020_01_01_preview", + "value": "2020-01-01-preview" + }, + { + "name": "v2020_02_01", + "value": "2020-02-01" }, - "readOnly": true - } + { + "name": "v2020_07_07", + "value": "2020-07-07" + }, + { + "name": "v2020_07_10", + "value": "2020-07-10" + }, + { + "name": "v2020_08_01_preview", + "value": "2020-08-01-preview" + } + ] } }, - "PrivateEndpointConnection": { - "description": "REST model used to encapsulate the user visible state of a PrivateEndpoint.", + "VmwareDisk": { "type": "object", - "x-ms-azure-resource": true, "properties": { - "id": { - "description": "Relative URL to get this Sites.", + "uuid": { "type": "string", + "description": "Disk UUID.", "readOnly": true }, - "name": { - "description": "Gets the name of the resource.", + "label": { "type": "string", + "description": "Label of the disk.", "readOnly": true }, - "type": { - "description": "Gets the resource type.", + "diskProvisioningPolicy": { "type": "string", + "description": "The provisioning policy of the disk.\n It is Thin or Thick or\nUnknown for the VMWare VMDK.", "readOnly": true }, - "eTag": { - "description": "Gets the tag for optimistic concurrency control.", + "diskScrubbingPolicy": { "type": "string", + "description": "The scrubbing policy of disks which can be\n eagerly zeroed or\nlazily zeroed.", "readOnly": true }, - "properties": { - "$ref": "#/definitions/PrivateEndpointConnectionProperties", - "description": "Gets the properties of the object.", + "diskMode": { + "type": "string", + "description": "Disk mode property used for identifying independent disks.", "readOnly": true }, - "systemData": { - "$ref": "#/definitions/systemData", + "controllerType": { + "type": "string", + "description": "Gets or sets a value indicating the type of the disk controller type.", "readOnly": true + }, + "maxSizeInBytes": { + "type": "integer", + "format": "int32", + "description": "Gets or sets Bytes allocated for the disk." + }, + "name": { + "type": "string", + "description": "Gets or sets Name of the disk." + }, + "diskType": { + "type": "string", + "description": "Gets or sets Type of the disk." + }, + "lun": { + "type": "integer", + "format": "int32", + "description": "Gets or sets LUN of the disk." + }, + "path": { + "type": "string", + "description": "Gets or sets Path of the disk." } - } + }, + "description": "Second level object returned as part of Machine REST resource." }, - "PrivateEndpointConnectionProperties": { + "VmwareHostProperties": { "type": "object", "properties": { - "provisioningState": { - "enum": [ - "Accepted", - "InProgress", - "Succeeded", - "Failed" - ], + "agentDetails": { "type": "string", - "readOnly": true + "description": "On-premises agent details." }, - "privateEndpoint": { - "$ref": "#/definitions/ResourceId", - "readOnly": true + "serviceEndpoint": { + "type": "string", + "description": "Service endpoint." + }, + "discoverySolutionId": { + "type": "string", + "description": "RM ID of migration hub solution for SDS." }, - "privateLinkServiceConnectionState": { - "$ref": "#/definitions/PrivateLinkServiceConnectionState" + "applianceName": { + "type": "string", + "description": "Appliance Name." + }, + "provisioningState": { + "$ref": "#/definitions/ProvisioningState", + "description": "The status of the last operation." } - } + }, + "description": "The properties of VMwareSiteResource", + "required": [ + "agentDetails", + "serviceEndpoint", + "discoverySolutionId", + "applianceName" + ] }, - "ResourceId": { + "VmwareHostResource": { "type": "object", "properties": { - "id": { - "type": "string", - "readOnly": true + "properties": { + "$ref": "#/definitions/VmwareHostProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] } - } + }, + "description": "A host resource belonging to a site resource.", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + } + ] }, - "PrivateLinkServiceConnectionState": { + "VmwareHostResourceListResult": { "type": "object", "properties": { - "status": { - "enum": [ - "Approved", - "Pending", - "Rejected", - "Disconnected" - ], - "type": "string" - }, - "description": { - "type": "string" + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/VmwareHostResource" + }, + "x-cadl-name": "VmwareHostResource[]", + "description": "The VmwareHostResource items on this page" }, - "actionsRequired": { - "type": "string" + "nextLink": { + "type": "string", + "format": "uri", + "description": "The link to the next page of items", + "x-cadl-name": "Rest.ResourceLocation" } - } + }, + "description": "The response of a VmwareHostResource list operation.", + "required": [ + "value" + ] }, - "PrivateEndpointConnectionCollection": { - "description": "Collection of PrivateLink resources.", + "VmwareJobResource": { + "type": "object", + "properties": { + "properties": { + "$ref": "#/definitions/JobProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] + } + }, + "description": "A host resource belonging to a site resource.", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" + } + ] + }, + "VmwareJobResourceListResult": { "type": "object", "properties": { "value": { - "description": "Gets the list of machines.", "type": "array", "items": { - "$ref": "#/definitions/PrivateEndpointConnection" + "$ref": "#/definitions/VmwareJobResource" }, - "readOnly": true + "x-cadl-name": "VmwareJobResource[]", + "description": "The VmwareJobResource items on this page" }, "nextLink": { - "description": "Gets the value of next link.", "type": "string", - "readOnly": true + "format": "uri", + "description": "The link to the next page of items", + "x-cadl-name": "Rest.ResourceLocation" } - } + }, + "description": "The response of a VmwareJobResource list operation.", + "required": [ + "value" + ] }, - "PrivateLinkResource": { - "description": "REST model used to encapsulate Private Link properties for tracked resources.", + "VmwareMachineProperties": { "type": "object", "properties": { - "id": { - "description": "Relative URL to get this Sites.", + "hostProcessorInfo": { + "$ref": "#/definitions/ProcessorInfo", + "description": "Gets the Information about Host Processor.", + "readOnly": true + }, + "vCenterFqdn": { "type": "string", + "description": "VCenter FQDN/IPAddress.", "readOnly": true }, - "name": { - "description": "Gets the name of the resource.", + "vCenterId": { "type": "string", + "description": "VCenter ARM ID.", "readOnly": true }, - "type": { - "description": "Gets the resource type.", + "instanceUuid": { "type": "string", + "description": "On-premise Instance UUID of the machine.", "readOnly": true }, - "properties": { - "$ref": "#/definitions/PrivateLinkResourceProperties", - "description": "Gets nested properties.", + "dataCenterScope": { + "type": "string", + "description": "Scope of the data center.", "readOnly": true - } - } - }, - "PrivateLinkResourceProperties": { - "type": "object", - "properties": { - "requiredMembers": { - "type": "array", - "items": { - "type": "string" - } }, - "requiredZoneNames": { - "type": "array", - "items": { - "type": "string" - } + "description": { + "type": "string", + "description": "User description of the machine.", + "readOnly": true }, - "groupId": { - "type": "string" - } - } - }, - "PrivateLinkResourceCollection": { - "description": "Collection of PrivateLink resources.", - "type": "object", - "properties": { - "value": { - "description": "Gets the list of machines.", + "disks": { "type": "array", "items": { - "$ref": "#/definitions/PrivateLinkResource" + "$ref": "#/definitions/VmwareDisk" }, + "x-ms-identifiers": [], + "x-cadl-name": "VmwareDisk[]", + "description": "Disks attached to the machine.", "readOnly": true }, - "nextLink": { - "description": "Gets the value of next link.", + "hostInMaintenanceMode": { + "type": "boolean", + "description": "Indicates whether the host is in maintenance mode.", + "readOnly": true + }, + "hostName": { + "type": "string", + "description": "The host name.", + "readOnly": true + }, + "hostPowerState": { "type": "string", + "description": "The host power state.", "readOnly": true - } - } - }, - "MasterSiteList": { - "description": "List of sites.", - "type": "object", - "properties": { - "value": { + }, + "hostVersion": { + "type": "string", + "description": "The host version.", + "readOnly": true + }, + "networkAdapters": { "type": "array", - "description": "List of projects.", "items": { - "$ref": "#/definitions/MasterSite" - } + "$ref": "#/definitions/VmwareNetworkAdapter" + }, + "x-ms-identifiers": [], + "x-cadl-name": "VmwareNetworkAdapter[]", + "description": "Network adapters attached to the machine.", + "readOnly": true }, - "nextLink": { - "type": "string" - } - } - }, - "VCenter": { - "description": "VCenter REST Resource.", - "type": "object", - "properties": { - "id": { - "description": "Resource Id.", + "vMwareToolsStatus": { + "type": "string", + "description": "VMware tools status.", + "readOnly": true + }, + "vMwareToolsVersion": { "type": "string", + "description": "VMware tools version.", "readOnly": true }, - "name": { - "description": "Name of the vCenter.", - "type": "string" + "changeTrackingSupported": { + "type": "boolean", + "description": "Value indicating whether change tracking is supported.", + "readOnly": true }, - "type": { - "description": "Type of resource. Type = Microsoft.OffAzure/VMWareSites/VCenters.", + "changeTrackingEnabled": { + "type": "boolean", + "description": "Value indicating whether change tracking is enabled.", + "readOnly": true + }, + "maxSnapshots": { + "type": "integer", + "format": "int32", + "description": "Maximum number of snapshots for the VM. Default value is -1.", + "readOnly": true + }, + "diskEnabledUuid": { "type": "string", + "description": "Gets or sets whether Disk Enabled UUID is set or not.", "readOnly": true }, - "properties": { - "$ref": "#/definitions/VCenterProperties", - "description": "vCenter nested properties." - } - } - }, - "VCenterProperties": { - "description": "Class for vCenter properties.", - "type": "object", - "properties": { - "createdTimestamp": { - "description": "Timestamp marking vCenter creation.", + "numberOfSnapshots": { + "type": "integer", + "format": "int32", + "description": "Number of snapshots for the VM. Default value is -1.", + "readOnly": true + }, + "altGuestName": { "type": "string", + "description": "Gets or sets the machine alt guest name.", "readOnly": true }, - "updatedTimestamp": { - "description": "Timestamp marking last updated on the vCenter.", + "powerStatus": { "type": "string", + "description": "Gets the Machine power status.", "readOnly": true }, - "fqdn": { - "description": "FQDN/IPAddress of the vCenter.", - "type": "string" + "vmFqdn": { + "type": "string", + "description": "Gets the VM FQDN.", + "readOnly": true }, - "port": { - "description": "Port of the vCenter.", - "type": "string" + "vmConfigurationFileLocation": { + "type": "string", + "description": "Gets the Root location of the VM configuration file.", + "readOnly": true }, - "runAsAccountId": { - "description": "Run as account ID of the vCenter.", - "type": "string" + "firmware": { + "type": "string", + "description": "Gets or sets the firmware." }, - "version": { - "description": "Version of the vCenter.", + "guestOsDetails": { + "$ref": "#/definitions/GuestOsDetails", + "description": "Operating System Details extracted from the guest\n bu executing\nscript inside the guest VM.", + "readOnly": true + }, + "numberOfApplications": { + "type": "integer", + "format": "int32", + "description": "Number of applications installed in the guest VM.", + "readOnly": true + }, + "guestDetailsDiscoveryTimestamp": { "type": "string", + "format": "date-time", + "description": "The last time at which the Guest Details was discovered\n or the\nerror while discovering guest details based discovery\n of the\nmachine.", "readOnly": true }, - "perfStatisticsLevel": { - "description": "Performance statistics enabled on the vCenter.", + "isGuestDetailsDiscoveryInProgress": { + "type": "boolean", + "description": "Whether Refresh Fabric Layout Guest Details has been completed once.\n \n Portal will show discovery in progress, if this value is true.", + "readOnly": true + }, + "dependencyMapping": { "type": "string", + "description": "Gets or sets if dependency mapping feature is enabled or not\n for\nthe VM.", "readOnly": true }, - "instanceUuid": { - "description": "Instance UUID of the vCenter.", + "dependencyMappingStartTime": { + "type": "string", + "format": "date-time", + "description": "Gets or sets when dependency mapping collection is last started.", + "readOnly": true + }, + "dependencyMappingEndTime": { "type": "string", + "description": "Gets or sets when dependency mapping collection was last disabled.", "readOnly": true }, - "errors": { - "description": "Error details.", + "runAsAccountId": { + "type": "string", + "description": "Gets or sets the run as account ID of the machine." + }, + "applianceNames": { "type": "array", "items": { - "$ref": "#/definitions/HealthErrorDetails" + "type": "string" }, + "x-cadl-name": "string[]", + "description": "Gets the appliance names.", "readOnly": true - } - } - }, - "VCenterCollection": { - "description": "Collection of vCenter.", - "type": "object", - "properties": { - "value": { - "description": "List of vCenter.", + }, + "errors": { "type": "array", "items": { - "$ref": "#/definitions/VCenter" + "$ref": "#/definitions/HealthErrorDetails" }, + "x-cadl-name": "HealthErrorDetails[]", + "description": "Errors for machine.", "readOnly": true }, - "nextLink": { - "description": "Value of next link.", - "type": "string", + "applicationDiscovery": { + "$ref": "#/definitions/ApplicationDiscovery", + "description": "Gets the data related to application discovery.", "readOnly": true - } - } - }, - "Machine": { - "type": "object", - "properties": { - "properties.timestamp": { - "format": "date-time", - "type": "string" - }, - "properties.monitoringState": { - "enum": [ - "monitored", - "discovered" - ], - "type": "string" - }, - "properties.virtualizationState": { - "enum": [ - "unknown", - "physical", - "virtual", - "hypervisor" - ], - "type": "string" - }, - "properties.displayName": { - "type": "string" }, - "properties.computerName": { - "type": "string" - }, - "properties.fullyQualifiedDomainName": { - "type": "string" - }, - "properties.bootTime": { - "format": "date-time", - "type": "string" - }, - "properties.timezone": { - "$ref": "#/definitions/Timezone" + "dependencyMapDiscovery": { + "$ref": "#/definitions/DependencyMapDiscovery", + "description": "Gets the data related to dependency map discovery.", + "readOnly": true }, - "properties.agent": { - "$ref": "#/definitions/AgentConfiguration" + "staticDiscovery": { + "$ref": "#/definitions/StaticDiscovery", + "description": "Gets the data related to static discovery.", + "readOnly": true }, - "properties.resources": { - "$ref": "#/definitions/MachineResourcesConfiguration" + "sqlDiscovery": { + "$ref": "#/definitions/SqlDiscovery", + "description": "Gets the data related to SQL discovery.", + "readOnly": true }, - "properties.networking": { - "$ref": "#/definitions/NetworkConfiguration" + "webAppDiscovery": { + "$ref": "#/definitions/WebAppDiscovery", + "description": "Gets the data related to Web application discovery.", + "readOnly": true }, - "properties.operatingSystem": { - "$ref": "#/definitions/OperatingSystemConfiguration" + "oracleDiscovery": { + "$ref": "#/definitions/OracleDiscovery", + "description": "Gets the data related to Oracle discovery.", + "readOnly": true }, - "properties.virtualMachine": { - "$ref": "#/definitions/VirtualMachineConfiguration" + "springBootDiscovery": { + "$ref": "#/definitions/SpringBootDiscovery", + "description": "Gets the data related to SpringBoot discovery.", + "readOnly": true }, - "properties.hypervisor": { - "$ref": "#/definitions/HypervisorConfiguration" + "appsAndRoles": { + "$ref": "#/definitions/AppsAndRoles", + "description": "Apps And Roles of the Server.", + "readOnly": true }, - "properties.hosting": { - "$ref": "#/definitions/HostingConfiguration" + "numberOfProcessorCore": { + "type": "integer", + "format": "int32", + "description": "Gets or sets the Number of Processor Cores \n allocated for the\nmachine." }, - "etag": { - "type": "string" + "allocatedMemoryInMb": { + "type": "number", + "format": "float", + "description": "Gets or sets the allocated Memory in MB." }, - "id": { - "type": "string" + "operatingSystemDetails": { + "$ref": "#/definitions/OperatingSystem", + "description": "Gets or sets the Operating System Details installed on the machine." }, - "type": { - "type": "string" + "biosSerialNumber": { + "type": "string", + "description": "Gets or sets the Machine BIOS serial number." }, - "name": { - "type": "string" - } - } - }, - "Timezone": { - "type": "object", - "properties": { - "fullName": { - "type": "string" - } - } - }, - "AgentConfiguration": { - "type": "object", - "properties": { - "agentId": { - "type": "string" + "biosGuid": { + "type": "string", + "description": "Gets or sets the BIOS GUID." }, - "dependencyAgentId": { - "type": "string" + "displayName": { + "type": "string", + "description": "Gets the Display name of the machine.", + "readOnly": true }, - "dependencyAgentVersion": { - "type": "string" + "isDeleted": { + "type": "boolean", + "description": "Value indicating whether VM is deleted.", + "readOnly": true }, - "dependencyAgentRevision": { - "type": "string" + "createdTimestamp": { + "type": "string", + "description": "Gets the marking machine creation.", + "readOnly": true }, - "rebootStatus": { - "enum": [ - "unknown", - "rebooted", - "notRebooted" - ], - "type": "string" + "updatedTimestamp": { + "type": "string", + "description": "Gets the timestamp marking last updated on the machine.", + "readOnly": true }, - "clockGranularity": { - "format": "int32", - "type": "integer" + "provisioningState": { + "$ref": "#/definitions/ProvisioningState", + "description": "The status of the last operation." } - } + }, + "description": "Class for machine properties." }, - "MachineResourcesConfiguration": { + "VmwareMachineSoftwareInventory": { "type": "object", "properties": { - "physicalMemory": { - "format": "int32", - "type": "integer" + "id": { + "type": "string", + "description": "Gets the relative URL to get this VMWare machine.", + "readOnly": true }, - "cpus": { - "format": "int32", - "type": "integer" + "type": { + "type": "string", + "description": "Handled by resource provider.", + "readOnly": true }, - "cpuSpeed": { - "format": "int32", - "type": "integer" + "name": { + "type": "string", + "description": "Gets the Name of the machine.", + "readOnly": true }, - "cpuSpeedAccuracy": { - "enum": [ - "actual", - "estimated" - ], - "type": "string" + "properties": { + "$ref": "#/definitions/MachineSoftwareInventoryProperties", + "description": "Gets or sets software inventory properties." } - } + }, + "description": "VMware Machine software inventory REST resource." }, - "NetworkConfiguration": { + "VmwareNetworkAdapter": { "type": "object", "properties": { - "ipv4Interfaces": { - "type": "array", - "items": { - "$ref": "#/definitions/Ipv4NetworkInterface" - } - }, - "ipv6Interfaces": { - "type": "array", - "items": { - "$ref": "#/definitions/Ipv6NetworkInterface" - } - }, - "defaultIpv4Gateways": { - "type": "array", - "items": { - "type": "string" - } + "label": { + "type": "string", + "description": "Label of the NIC.", + "readOnly": true }, - "macAddresses": { - "type": "array", - "items": { - "type": "string" - } + "adapterType": { + "type": "string", + "description": "Gets or sets the adapter type.", + "readOnly": true }, - "dnsNames": { - "type": "array", - "items": { - "type": "string" - } + "nicId": { + "type": "string", + "description": "Gets or sets the NIC Id." }, - "dnsQuestions": { - "type": "array", - "items": { - "type": "string" - } + "macAddress": { + "type": "string", + "description": "Gets or sets Mac address of the NIC." }, - "dnsCanonicalNames": { + "ipAddressList": { "type": "array", "items": { "type": "string" - } - } - } - }, - "OperatingSystemConfiguration": { - "type": "object", - "properties": { - "family": { - "enum": [ - "unknown", - "windows", - "linux", - "solaris", - "aix" - ], - "type": "string" - }, - "fullName": { - "type": "string" - }, - "bitness": { - "enum": [ - "32bit", - "64bit" - ], - "type": "string" - } - } - }, - "VirtualMachineConfiguration": { - "type": "object", - "properties": { - "virtualMachineType": { - "enum": [ - "unknown", - "hyperv", - "ldom", - "lpar", - "vmware", - "virtualPc", - "xen" - ], - "type": "string" - }, - "nativeMachineId": { - "type": "string" + }, + "x-cadl-name": "string[]", + "description": "Gets IP addresses for the machine.", + "readOnly": true }, - "virtualMachineName": { - "type": "string" + "networkName": { + "type": "string", + "description": "Gets or sets Network Name." }, - "nativeHostMachineId": { - "type": "string" + "ipAddressType": { + "type": "string", + "description": "Gets or sets Type of the IP address." } - } + }, + "description": "Second level object represented in responses as part of Machine REST resource." }, - "HypervisorConfiguration": { + "VmwareOperationStatusResource": { "type": "object", "properties": { - "hypervisorType": { - "enum": [ - "unknown", - "hyperv" - ], - "type": "string" - }, - "nativeHostMachineId": { - "type": "string" + "properties": { + "$ref": "#/definitions/OperationStatusProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] } - } - }, - "HostingConfiguration": { - "type": "object", - "properties": { - "provider": { - "type": "string" + }, + "description": "A operation status resource belonging to a site resource.", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" } - } + ] }, - "Ipv4NetworkInterface": { + "VmwareRunAsAccountResource": { "type": "object", "properties": { - "ipAddress": { - "type": "string" - }, - "subnetMask": { - "type": "string" + "properties": { + "$ref": "#/definitions/RunAsAccountProperties", + "description": "The resource-specific properties for this resource.", + "x-ms-client-flatten": true, + "x-ms-mutability": [ + "read", + "create" + ] } - } - }, - "Ipv6NetworkInterface": { - "type": "object", - "properties": { - "ipAddress": { - "type": "string" + }, + "description": "A runasaccount resource belonging to a site resource.", + "allOf": [ + { + "$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource" } - } + ] }, - "AvailableOperations": { - "description": "Available operations of the service", + "VmwareRunAsAccountResourceListResult": { "type": "object", "properties": { "value": { - "description": "Collection of available operation details", - "uniqueItems": false, "type": "array", "items": { - "$ref": "#/definitions/OperationDetail" - } + "$ref": "#/definitions/VmwareRunAsAccountResource" + }, + "x-cadl-name": "VmwareRunAsAccountResource[]", + "description": "The VmwareRunAsAccountResource items on this page" }, "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" + "type": "string", + "format": "uri", + "description": "The link to the next page of items", + "x-cadl-name": "Rest.ResourceLocation" } - } + }, + "description": "The response of a VmwareRunAsAccountResource list operation.", + "required": [ + "value" + ] }, - "OperationDetail": { - "description": "Operation detail payload", + "WebAppDiscovery": { "type": "object", "properties": { - "name": { - "description": "Name of the operation", - "type": "string" - }, - "isDataAction": { - "description": "Indicates whether the operation is a data action", - "type": "boolean" + "totalWebServerCount": { + "type": "integer", + "format": "int64", + "description": "Gets or sets number of successfully discovered web servers.." }, - "display": { - "$ref": "#/definitions/OperationDisplay", - "description": "Display of the operation" + "totalWebApplicationCount": { + "type": "integer", + "format": "int64", + "description": "Gets or sets number of successfully discovered web applications." }, - "origin": { - "description": "Origin of the operation", - "type": "string" + "discoveryScopeStatus": { + "$ref": "#/definitions/DiscoveryScopeStatus", + "description": "Gets or sets status of partner discovery." } - } + }, + "description": "Data related to a machine's WebApps discovery.", + "required": [ + "totalWebServerCount", + "totalWebApplicationCount", + "discoveryScopeStatus" + ] }, - "OperationDisplay": { - "description": "Operation display payload", + "WebApplications": { "type": "object", "properties": { - "provider": { - "description": "Resource provider of the operation", - "type": "string" - }, - "resource": { - "description": "Resource of the operation", - "type": "string" + "name": { + "type": "string", + "description": " Gets or sets Name of the WebApplication." }, - "operation": { - "description": "Localized friendly name for the operation", - "type": "string" + "status": { + "type": "string", + "description": "Gets or sets Status of the WebApplication." }, - "description": { - "description": "Localized friendly description for the operation", - "type": "string" - } - } - }, - "CloudError": { - "x-ms-external": true, - "properties": { - "error": { - "$ref": "#/definitions/CloudErrorBody" - } - }, - "description": "An error response from the Azure Migrate service." - }, - "CloudErrorBody": { - "x-ms-external": true, - "properties": { - "code": { + "platform": { "type": "string", - "description": "An identifier for the error. Codes are invariant and are intended to be consumed programmatically." + "description": "Gets or sets Platform of the WebApplication." }, - "message": { + "groupName": { "type": "string", - "description": "A message describing the error, intended to be suitable for display in a user interface." + "description": "Gets or sets GroupName of the WebApplication." }, - "target": { + "webServer": { "type": "string", - "description": "The target of the particular error. For example, the name of the property in error." + "description": "Gets or sets WebServer of the WebApplication." }, - "details": { - "type": "array", - "items": { - "$ref": "#/definitions/CloudErrorBody" - }, - "description": "A list of additional details about the error." + "applicationPool": { + "type": "string", + "description": "Gets or sets ApplicationPool of the WebApplication." } }, - "description": "An error response from the Azure Migrate service." + "description": " WebApplication in the guest virtual machine.", + "required": [ + "name", + "status", + "platform", + "groupName", + "webServer", + "applicationPool" + ] }, - "systemData": { - "description": "Metadata pertaining to creation and last modification of the resource.", + "WebRoleImportDisk": { "type": "object", - "readOnly": true, "properties": { - "createdBy": { + "megabytesPerSecondOfRead": { + "type": "number", + "format": "float", + "description": "Disk read throughput.", + "readOnly": true + }, + "megabytesPerSecondOfWrite": { + "type": "number", + "format": "float", + "description": "Disk write throughput.", + "readOnly": true + }, + "numberOfReadOperationsPerSecond": { + "type": "number", + "format": "float", + "description": "Disk read IOPS.", + "readOnly": true + }, + "numberOfWriteOperationsPerSecond": { + "type": "number", + "format": "float", + "description": "Disk write IOPS.", + "readOnly": true + }, + "maxSizeInBytes": { + "type": "integer", + "format": "int32", + "description": "Gets or sets Bytes allocated for the disk." + }, + "name": { "type": "string", - "description": "The identity that created the resource." + "description": "Gets or sets Name of the disk." }, - "createdByType": { + "diskType": { "type": "string", - "description": "The type of identity that created the resource.", - "enum": [ - "User", - "Application", - "ManagedIdentity", - "Key" - ], - "x-ms-enum": { - "name": "createdByType", - "modelAsString": true - } + "description": "Gets or sets Type of the disk." }, - "createdAt": { + "lun": { + "type": "integer", + "format": "int32", + "description": "Gets or sets LUN of the disk." + }, + "path": { "type": "string", - "format": "date-time", - "description": "The timestamp of resource creation (UTC)." + "description": "Gets or sets Path of the disk." + } + }, + "description": "Class representing the imported machine web model." + }, + "WebRoleOperatingSystem": { + "type": "object", + "properties": { + "osType": { + "type": "string", + "description": "Gets or sets the type of the operating system." }, - "lastModifiedBy": { + "osName": { "type": "string", - "description": "The identity that last modified the resource." + "description": "Gets or sets the Name of the operating system." }, - "lastModifiedByType": { + "osVersion": { "type": "string", - "description": "The type of identity that last modified the resource.", - "enum": [ - "User", - "Application", - "ManagedIdentity", - "Key" - ], - "x-ms-enum": { - "name": "createdByType", - "modelAsString": true - } + "description": "Gets or sets the Version of the operating system." }, - "lastModifiedAt": { + "osArchitecture": { "type": "string", - "format": "date-time", - "description": "The type of identity that last modified the resource." + "description": "Gets or sets the Architecture of the operating system." } - } + }, + "description": "Second level object returned as part of Machine REST resource." + } + }, + "parameters": { + "Azure.Core.Foundations.ApiVersionParameter": { + "name": "api-version", + "in": "query", + "required": true, + "description": "The API version to use for this operation.", + "x-ms-client-name": "apiVersion", + "minLength": 1, + "type": "string", + "x-ms-parameter-location": "method" } } -} +} \ No newline at end of file