-
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.
Dev azurestackhci microsoft.azure stack hci 2022 10 01 (#20924)
* Adds base for updating Microsoft.AzureStackHCI from version stable/2022-09-01 to version 2022-10-01 * Updates readme * Updates API version in new specs and examples * MSI Changes * Updates changes * Marketplace changes * Update readme.md * Resolving code review comments * Resolving code review comments * Resolving code review comments * Resolving code review comments * Resolving code review comments * Moving common types from v2 to v3 * updated x-ms-pageable for updateSummaries get * Code review comments Co-authored-by: Bhuvnesh Kumar <[email protected]>
- Loading branch information
1 parent
0fc6ed4
commit 41caa30
Showing
47 changed files
with
6,093 additions
and
2 deletions.
There are no files selected for viewing
640 changes: 640 additions & 0 deletions
640
...azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-10-01/arcSettings.json
Large diffs are not rendered by default.
Oops, something went wrong.
960 changes: 960 additions & 0 deletions
960
...on/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-10-01/clusters.json
Large diffs are not rendered by default.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
...esource-manager/Microsoft.AzureStackHCI/stable/2022-10-01/examples/CreateArcIdentity.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,22 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b", | ||
"resourceGroupName": "test-rg", | ||
"clusterName": "myCluster", | ||
"arcSettingName": "default", | ||
"api-version": "2022-10-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"properties": { | ||
"arcApplicationClientId": "7b93bf67-60ac-4909-a987-ac438e69f9ba", | ||
"arcApplicationTenantId": "bdb2c88c-9cfd-4e19-927d-51e875f6912b", | ||
"arcApplicationObjectId": "400bd05f-395f-45a6-ba75-72601df80107", | ||
"arcServicePrincipalObjectId": "00cc4014-482e-4de9-9932-83415cc75f45" | ||
} | ||
} | ||
}, | ||
"202": {} | ||
} | ||
} |
59 changes: 59 additions & 0 deletions
59
...ci/resource-manager/Microsoft.AzureStackHCI/stable/2022-10-01/examples/CreateCluster.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,59 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b", | ||
"resourceGroupName": "test-rg", | ||
"clusterName": "myCluster", | ||
"api-version": "2022-10-01", | ||
"cluster": { | ||
"location": "East US", | ||
"properties": { | ||
"cloudManagementEndpoint": "https://98294836-31be-4668-aeae-698667faf99b.waconazure.com", | ||
"aadClientId": "24a6e53d-04e5-44d2-b7cc-1b732a847dfc", | ||
"aadTenantId": "7e589cc1-a8b6-4dff-91bd-5ec0fa18db94" | ||
}, | ||
"identity": { | ||
"type": "SystemAssigned" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/test-rg/providers/Microsoft.AzureStackHCI/clusters/myCluster", | ||
"name": "myCluster", | ||
"type": "Microsoft.AzureStackHCI/clusters", | ||
"location": "East US", | ||
"identity": { | ||
"principalId": "87a834db-2e45-409e-911b-e16a44562ec3", | ||
"tenantId": "7e589cc1-a8b6-4dff-91bd-5ec0fa18db94", | ||
"type": "SystemAssigned" | ||
}, | ||
"tags": {}, | ||
"systemData": { | ||
"createdBy": "user1", | ||
"createdByType": "User", | ||
"createdAt": "2020-01-01T17:18:19.1234567Z", | ||
"lastModifiedBy": "user2", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"status": "NotYetRegistered", | ||
"cloudId": "a3c0468f-e38e-4dda-ac48-817f620536f0", | ||
"cloudManagementEndpoint": "https://98294836-31be-4668-aeae-698667faf99b.waconazure.com", | ||
"aadClientId": "24a6e53d-04e5-44d2-b7cc-1b732a847dfc", | ||
"aadTenantId": "7e589cc1-a8b6-4dff-91bd-5ec0fa18db94", | ||
"desiredProperties": { | ||
"windowsServerSubscription": "Disabled", | ||
"diagnosticLevel": "Basic" | ||
}, | ||
"reportedProperties": {}, | ||
"trialDaysRemaining": 30, | ||
"billingModel": "Trial", | ||
"serviceEndpoint": "https://azurestackhci.azurefd.net/eastus" | ||
} | ||
} | ||
} | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
...rce-manager/Microsoft.AzureStackHCI/stable/2022-10-01/examples/CreateClusterIdentity.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,21 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b", | ||
"resourceGroupName": "test-rg", | ||
"clusterName": "myCluster", | ||
"api-version": "2022-10-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"properties": { | ||
"aadClientId": "7b93bf67-60ac-4909-a987-ac438e69f9ba", | ||
"aadTenantId": "bdb2c88c-9cfd-4e19-927d-51e875f6912b", | ||
"aadServicePrincipalObjectId": "400bd05f-395f-45a6-ba75-72601df80107", | ||
"aadApplicationObjectId": "00cc4014-482e-4de9-9932-83415cc75f45" | ||
} | ||
} | ||
}, | ||
"202": {} | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
...resource-manager/Microsoft.AzureStackHCI/stable/2022-10-01/examples/DeleteArcSetting.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,14 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b", | ||
"resourceGroupName": "test-rg", | ||
"clusterName": "myCluster", | ||
"arcSettingName": "default", | ||
"api-version": "2022-10-01" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": {}, | ||
"204": {} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...ci/resource-manager/Microsoft.AzureStackHCI/stable/2022-10-01/examples/DeleteCluster.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,13 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b", | ||
"resourceGroupName": "test-rg", | ||
"clusterName": "myCluster", | ||
"api-version": "2022-10-01" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": {}, | ||
"204": {} | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
.../resource-manager/Microsoft.AzureStackHCI/stable/2022-10-01/examples/DeleteExtension.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,15 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b", | ||
"resourceGroupName": "test-rg", | ||
"clusterName": "myCluster", | ||
"arcSettingName": "default", | ||
"extensionName": "MicrosoftMonitoringAgent", | ||
"api-version": "2022-10-01" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": {}, | ||
"204": {} | ||
} | ||
} |
78 changes: 78 additions & 0 deletions
78
...er/Microsoft.AzureStackHCI/stable/2022-10-01/examples/ExtendSoftwareAssuranceBenefit.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,78 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b", | ||
"resourceGroupName": "test-rg", | ||
"clusterName": "myCluster", | ||
"api-version": "2022-10-01", | ||
"softwareAssuranceChangeRequest": { | ||
"properties": { | ||
"softwareAssuranceIntent": "Enable" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"202": {}, | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/test-rg/providers/Microsoft.AzureStackHCI/clusters/myCluster", | ||
"name": "myCluster", | ||
"type": "Microsoft.AzureStackHCI/clusters", | ||
"location": "East US", | ||
"tags": {}, | ||
"systemData": { | ||
"createdBy": "user1", | ||
"createdByType": "User", | ||
"createdAt": "2020-01-01T17:18:19.1234567Z", | ||
"lastModifiedBy": "user2", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"status": "ConnectedRecently", | ||
"cloudId": "a3c0468f-e38e-4dda-ac48-817f620536f0", | ||
"cloudManagementEndpoint": "https://98294836-31be-4668-aeae-698667faf99b.waconazure.com", | ||
"aadClientId": "24a6e53d-04e5-44d2-b7cc-1b732a847dfc", | ||
"aadTenantId": "7e589cc1-a8b6-4dff-91bd-5ec0fa18db94", | ||
"desiredProperties": { | ||
"windowsServerSubscription": "Enabled", | ||
"diagnosticLevel": "Basic" | ||
}, | ||
"softwareAssuranceProperties": { | ||
"softwareAssuranceStatus": "Enabled", | ||
"lastUpdated": "2022-08-18T22:01:12.4191603Z", | ||
"softwareAssuranceIntent": "Enable" | ||
}, | ||
"reportedProperties": { | ||
"clusterName": "cluster1", | ||
"clusterId": "a76ac23a-1819-4e82-9410-e3e4ec3d1425", | ||
"clusterVersion": "10.0.17777", | ||
"nodes": [ | ||
{ | ||
"name": "Node1", | ||
"id": 1, | ||
"windowsServerSubscription": "Enabled", | ||
"nodeType": "ThirdParty", | ||
"manufacturer": "Dell Inc.", | ||
"model": "EMC AX740", | ||
"osName": "Azure Stack HCI", | ||
"osVersion": "10.0.17777.1061", | ||
"serialNumber": "Q45CZC3", | ||
"coreCount": 8, | ||
"memoryInGiB": 128 | ||
} | ||
], | ||
"lastUpdated": "2020-03-11T19:24:42.1946017Z", | ||
"imdsAttestation": "Disabled", | ||
"diagnosticLevel": "Basic" | ||
}, | ||
"trialDaysRemaining": 30, | ||
"billingModel": "Trial", | ||
"registrationTimestamp": "2020-03-11T20:44:32.5625121Z", | ||
"lastSyncTimestamp": "2020-03-11T20:44:32.5625121Z", | ||
"lastBillingTimestamp": "2020-03-12T08:12:55.2312022Z" | ||
} | ||
} | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
...resource-manager/Microsoft.AzureStackHCI/stable/2022-10-01/examples/GeneratePassword.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,19 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b", | ||
"resourceGroupName": "test-rg", | ||
"clusterName": "myCluster", | ||
"arcSettingName": "default", | ||
"api-version": "2022-10-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"secretText": "secretText", | ||
"startDateTime": "2022-02-17T16:24:23.6264005+05:30", | ||
"endDateTime": "2121-02-17T16:24:23.6264377+05:30", | ||
"keyId": "00000000-2d47-4fb2-8ed2-fed71a5c197b" | ||
} | ||
} | ||
} | ||
} |
42 changes: 42 additions & 0 deletions
42
...ci/resource-manager/Microsoft.AzureStackHCI/stable/2022-10-01/examples/GetArcSetting.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,42 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b", | ||
"resourceGroupName": "test-rg", | ||
"clusterName": "myCluster", | ||
"arcSettingName": "default", | ||
"api-version": "2022-10-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/test-rg/providers/Microsoft.AzureStackHCI/clusters/myCluster/arcSettings/default", | ||
"type": "Microsoft.AzureStackHCI/clusters/arcSettings", | ||
"systemData": { | ||
"createdBy": "user1", | ||
"createdByType": "User", | ||
"createdAt": "2021-01-01T17:18:19.1234567Z", | ||
"lastModifiedBy": "user2", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-01-02T17:18:19.1234567Z" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"arcInstanceResourceGroup": "ArcInstance-rg", | ||
"aggregateState": "PartiallyConnected", | ||
"perNodeDetails": [ | ||
{ | ||
"name": "Node-1", | ||
"arcInstance": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/ArcInstance-rg/providers/Microsoft.HybridCompute/machines/Node-1", | ||
"state": "Connected" | ||
}, | ||
{ | ||
"name": "Node-2", | ||
"arcInstance": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/ArcInstance-rg/providers/Microsoft.HybridCompute/machines/Node-2", | ||
"state": "Disconnected" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} |
90 changes: 90 additions & 0 deletions
90
...ckhci/resource-manager/Microsoft.AzureStackHCI/stable/2022-10-01/examples/GetCluster.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,90 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b", | ||
"resourceGroupName": "test-rg", | ||
"clusterName": "myCluster", | ||
"api-version": "2022-10-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/test-rg/providers/Microsoft.AzureStackHCI/clusters/myCluster", | ||
"name": "myCluster", | ||
"type": "Microsoft.AzureStackHCI/clusters", | ||
"location": "East US", | ||
"tags": {}, | ||
"systemData": { | ||
"createdBy": "user1", | ||
"createdByType": "User", | ||
"createdAt": "2020-01-01T17:18:19.1234567Z", | ||
"lastModifiedBy": "user2", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"status": "ConnectedRecently", | ||
"cloudId": "a3c0468f-e38e-4dda-ac48-817f620536f0", | ||
"cloudManagementEndpoint": "https://98294836-31be-4668-aeae-698667faf99b.waconazure.com", | ||
"aadClientId": "24a6e53d-04e5-44d2-b7cc-1b732a847dfc", | ||
"aadTenantId": "7e589cc1-a8b6-4dff-91bd-5ec0fa18db94", | ||
"desiredProperties": { | ||
"windowsServerSubscription": "Enabled", | ||
"diagnosticLevel": "Basic" | ||
}, | ||
"reportedProperties": { | ||
"clusterName": "cluster1", | ||
"clusterId": "a76ac23a-1819-4e82-9410-e3e4ec3d1425", | ||
"clusterVersion": "10.0.17777", | ||
"nodes": [ | ||
{ | ||
"name": "Node1", | ||
"id": 1, | ||
"windowsServerSubscription": "Enabled", | ||
"manufacturer": "Dell Inc.", | ||
"model": "EMC AX740", | ||
"osName": "Azure Stack HCI", | ||
"osVersion": "10.0.17777.1061", | ||
"serialNumber": "Q45CZC3", | ||
"coreCount": 8, | ||
"memoryInGiB": 128 | ||
}, | ||
{ | ||
"name": "Node2", | ||
"id": 2, | ||
"windowsServerSubscription": "Enabled", | ||
"manufacturer": "Dell Inc.", | ||
"model": "EMC AX740", | ||
"osName": "Azure Stack HCI", | ||
"osVersion": "10.0.17777.1061", | ||
"serialNumber": "Q44BSC3", | ||
"coreCount": 8, | ||
"memoryInGiB": 128 | ||
}, | ||
{ | ||
"name": "Node3", | ||
"id": 3, | ||
"windowsServerSubscription": "Enabled", | ||
"manufacturer": "Dell Inc.", | ||
"model": "EMC AX740", | ||
"osName": "Azure Stack HCI", | ||
"osVersion": "10.0.17777.1061", | ||
"serialNumber": "Q44RFC3", | ||
"coreCount": 16, | ||
"memoryInGiB": 256 | ||
} | ||
], | ||
"lastUpdated": "2020-03-11T19:24:42.1946017Z", | ||
"imdsAttestation": "Disabled", | ||
"diagnosticLevel": "Basic" | ||
}, | ||
"trialDaysRemaining": 30, | ||
"billingModel": "Trial", | ||
"registrationTimestamp": "2020-03-11T20:44:32.5625121Z", | ||
"lastSyncTimestamp": "2020-03-11T20:44:32.5625121Z", | ||
"lastBillingTimestamp": "2020-03-12T08:12:55.2312022Z" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.