-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Hub Generated] Review request for Microsoft.OffAzure to add version …
…stable/2020-07-07 (#10305) * Adds base for updating Microsoft.OffAzure from version stable/2020-01-01 to version 2020-07-07 * Updates readme * Updates API version in new specs and examples * added MasterSite * undo changes in 2020-01-01 * change string to bool * fixing the version * updating readme * fixed prettier-check error * added paths for listing all masterSites * adding paging to list calls
- Loading branch information
Showing
44 changed files
with
9,750 additions
and
11 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
.../resource-manager/Microsoft.OffAzure/stable/2020-07-07/examples/HyperVCluster_Create.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": {} | ||
} | ||
} |
31 changes: 31 additions & 0 deletions
31
...ate/resource-manager/Microsoft.OffAzure/stable/2020-07-07/examples/HyperVCluster_Get.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": [] | ||
} | ||
} | ||
} | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
...ource-manager/Microsoft.OffAzure/stable/2020-07-07/examples/HyperVCluster_ListBySite.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
} | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...ate/resource-manager/Microsoft.OffAzure/stable/2020-07-07/examples/HyperVHost_Create.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": {} | ||
} | ||
} |
26 changes: 26 additions & 0 deletions
26
...igrate/resource-manager/Microsoft.OffAzure/stable/2020-07-07/examples/HyperVHost_Get.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": [] | ||
} | ||
} | ||
} | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
...resource-manager/Microsoft.OffAzure/stable/2020-07-07/examples/HyperVHost_ListBySite.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
} | ||
} | ||
} |
85 changes: 85 additions & 0 deletions
85
...ate/resource-manager/Microsoft.OffAzure/stable/2020-07-07/examples/HyperVMachine_Get.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": [] | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.