Skip to content

Commit d0848e5

Browse files
authored
[Hub Generated] Review request for Microsoft.AzureStackHCI to add version stable/2023-08-01 (#25859)
* Adds base for updating Microsoft.AzureStackHCI from version stable/2023-06-01 to version 2023-08-01 * Updates readme * Updates API version in new specs and examples * exsting api changes * adding TVM properties * update tvm and add connectivity status * prettier fix * reslving comments * lint fix * revert change * suppressing lint * fix x-ms-arm0id scope * pretty fix
1 parent 663ea68 commit d0848e5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+7801
-20
lines changed

specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-08-01/arcSettings.json

+814
Large diffs are not rendered by default.

specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-08-01/clusters.json

+1,090
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b",
4+
"resourceGroupName": "test-rg",
5+
"clusterName": "myCluster",
6+
"arcSettingName": "default",
7+
"api-version": "2023-08-01"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"id": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/test-rg/providers/Microsoft.AzureStackHCI/clusters/myCluster/arcSettings/default",
13+
"type": "Microsoft.AzureStackHCI/clusters/arcSettings",
14+
"systemData": {
15+
"createdBy": "user1",
16+
"createdByType": "User",
17+
"createdAt": "2021-01-01T17:18:19.1234567Z",
18+
"lastModifiedBy": "user2",
19+
"lastModifiedByType": "User",
20+
"lastModifiedAt": "2021-01-02T17:18:19.1234567Z"
21+
},
22+
"properties": {
23+
"provisioningState": "Succeeded",
24+
"arcInstanceResourceGroup": "ArcInstance-rg",
25+
"aggregateState": "Creating",
26+
"perNodeDetails": [
27+
{
28+
"name": "Node-1",
29+
"arcInstance": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/ArcInstance-rg/providers/Microsoft.HybridCompute/machines/Node-1",
30+
"state": "Creating"
31+
},
32+
{
33+
"name": "Node-2",
34+
"arcInstance": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/ArcInstance-rg/providers/Microsoft.HybridCompute/machines/Node-2",
35+
"state": "Creating"
36+
}
37+
],
38+
"connectivityProperties": {
39+
"enabled": false,
40+
"serviceConfigurations": []
41+
},
42+
"defaultExtensions": [
43+
{
44+
"category": "Telemetry",
45+
"consentTime": "2023-01-01T17:18:19.1234567Z"
46+
}
47+
]
48+
}
49+
}
50+
}
51+
}
52+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b",
4+
"resourceGroupName": "test-rg",
5+
"clusterName": "myCluster",
6+
"arcSettingName": "default",
7+
"api-version": "2023-08-01"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"properties": {
13+
"arcApplicationClientId": "7b93bf67-60ac-4909-a987-ac438e69f9ba",
14+
"arcApplicationTenantId": "bdb2c88c-9cfd-4e19-927d-51e875f6912b",
15+
"arcApplicationObjectId": "400bd05f-395f-45a6-ba75-72601df80107",
16+
"arcServicePrincipalObjectId": "00cc4014-482e-4de9-9932-83415cc75f45"
17+
}
18+
}
19+
},
20+
"202": {
21+
"headers": {
22+
"location": "https://foo.com/operationStatuses"
23+
}
24+
}
25+
}
26+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b",
4+
"resourceGroupName": "test-rg",
5+
"clusterName": "myCluster",
6+
"api-version": "2023-08-01",
7+
"cluster": {
8+
"location": "East US",
9+
"properties": {
10+
"cloudManagementEndpoint": "https://98294836-31be-4668-aeae-698667faf99b.waconazure.com",
11+
"aadClientId": "24a6e53d-04e5-44d2-b7cc-1b732a847dfc",
12+
"aadTenantId": "7e589cc1-a8b6-4dff-91bd-5ec0fa18db94"
13+
},
14+
"identity": {
15+
"type": "SystemAssigned"
16+
}
17+
}
18+
},
19+
"responses": {
20+
"200": {
21+
"body": {
22+
"id": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/test-rg/providers/Microsoft.AzureStackHCI/clusters/myCluster",
23+
"name": "myCluster",
24+
"type": "Microsoft.AzureStackHCI/clusters",
25+
"location": "East US",
26+
"identity": {
27+
"principalId": "87a834db-2e45-409e-911b-e16a44562ec3",
28+
"tenantId": "7e589cc1-a8b6-4dff-91bd-5ec0fa18db94",
29+
"type": "SystemAssigned"
30+
},
31+
"tags": {},
32+
"systemData": {
33+
"createdBy": "user1",
34+
"createdByType": "User",
35+
"createdAt": "2020-01-01T17:18:19.1234567Z",
36+
"lastModifiedBy": "user2",
37+
"lastModifiedByType": "User",
38+
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z"
39+
},
40+
"properties": {
41+
"provisioningState": "Succeeded",
42+
"status": "NotYetRegistered",
43+
"connectivityStatus": "NotYetRegistered",
44+
"cloudId": "a3c0468f-e38e-4dda-ac48-817f620536f0",
45+
"cloudManagementEndpoint": "https://98294836-31be-4668-aeae-698667faf99b.waconazure.com",
46+
"aadClientId": "24a6e53d-04e5-44d2-b7cc-1b732a847dfc",
47+
"aadTenantId": "7e589cc1-a8b6-4dff-91bd-5ec0fa18db94",
48+
"desiredProperties": {
49+
"windowsServerSubscription": "Disabled",
50+
"diagnosticLevel": "Basic"
51+
},
52+
"reportedProperties": {},
53+
"trialDaysRemaining": 30,
54+
"billingModel": "Trial",
55+
"serviceEndpoint": "https://azurestackhci.azurefd.net/eastus"
56+
}
57+
}
58+
}
59+
}
60+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b",
4+
"resourceGroupName": "test-rg",
5+
"clusterName": "myCluster",
6+
"api-version": "2023-08-01"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"properties": {
12+
"aadClientId": "7b93bf67-60ac-4909-a987-ac438e69f9ba",
13+
"aadTenantId": "bdb2c88c-9cfd-4e19-927d-51e875f6912b",
14+
"aadServicePrincipalObjectId": "400bd05f-395f-45a6-ba75-72601df80107",
15+
"aadApplicationObjectId": "00cc4014-482e-4de9-9932-83415cc75f45"
16+
}
17+
}
18+
},
19+
"202": {
20+
"headers": {
21+
"location": "https://foo.com/operationStatuses"
22+
}
23+
}
24+
}
25+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b",
4+
"resourceGroupName": "test-rg",
5+
"clusterName": "myCluster",
6+
"arcSettingName": "default",
7+
"api-version": "2023-08-01"
8+
},
9+
"responses": {
10+
"200": {},
11+
"202": {
12+
"headers": {
13+
"location": "https://foo.com/operationStatuses"
14+
}
15+
},
16+
"204": {}
17+
}
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b",
4+
"resourceGroupName": "test-rg",
5+
"clusterName": "myCluster",
6+
"api-version": "2023-08-01"
7+
},
8+
"responses": {
9+
"200": {},
10+
"202": {
11+
"headers": {
12+
"location": "https://foo.com/operationStatuses"
13+
}
14+
},
15+
"204": {}
16+
}
17+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b",
4+
"resourceGroupName": "test-rg",
5+
"clusterName": "myCluster",
6+
"arcSettingName": "default",
7+
"extensionName": "MicrosoftMonitoringAgent",
8+
"api-version": "2023-08-01"
9+
},
10+
"responses": {
11+
"200": {},
12+
"202": {
13+
"headers": {
14+
"location": "https://foo.com/operationStatuses"
15+
}
16+
},
17+
"204": {}
18+
}
19+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "b8d594e5-51f3-4c11-9c54-a7771b81c712",
4+
"resourceGroupName": "testrg",
5+
"clusterName": "testcluster",
6+
"updateName": "Microsoft4.2203.2.32",
7+
"updateRunName": "23b779ba-0d52-4a80-8571-45ca74664ec3",
8+
"api-version": "2023-08-01"
9+
},
10+
"responses": {
11+
"200": {},
12+
"202": {
13+
"headers": {
14+
"location": "https://foo.com/operationStatuses"
15+
}
16+
},
17+
"204": {}
18+
}
19+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "b8d594e5-51f3-4c11-9c54-a7771b81c712",
4+
"resourceGroupName": "testrg",
5+
"clusterName": "testcluster",
6+
"api-version": "2023-08-01"
7+
},
8+
"responses": {
9+
"200": {},
10+
"202": {
11+
"headers": {
12+
"location": "https://foo.com/operationStatuses"
13+
}
14+
},
15+
"204": {}
16+
}
17+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "b8d594e5-51f3-4c11-9c54-a7771b81c712",
4+
"resourceGroupName": "testrg",
5+
"clusterName": "testcluster",
6+
"updateName": "Microsoft4.2203.2.32",
7+
"api-version": "2023-08-01"
8+
},
9+
"responses": {
10+
"200": {},
11+
"202": {
12+
"headers": {
13+
"location": "https://foo.com/operationStatuses"
14+
}
15+
},
16+
"204": {}
17+
}
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b",
4+
"resourceGroupName": "test-rg",
5+
"clusterName": "myCluster",
6+
"api-version": "2023-08-01",
7+
"softwareAssuranceChangeRequest": {
8+
"properties": {
9+
"softwareAssuranceIntent": "Enable"
10+
}
11+
}
12+
},
13+
"responses": {
14+
"202": {
15+
"headers": {
16+
"location": "https://foo.com/operationStatuses"
17+
}
18+
},
19+
"200": {
20+
"body": {
21+
"id": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/test-rg/providers/Microsoft.AzureStackHCI/clusters/myCluster",
22+
"name": "myCluster",
23+
"type": "Microsoft.AzureStackHCI/clusters",
24+
"location": "East US",
25+
"tags": {},
26+
"systemData": {
27+
"createdBy": "user1",
28+
"createdByType": "User",
29+
"createdAt": "2020-01-01T17:18:19.1234567Z",
30+
"lastModifiedBy": "user2",
31+
"lastModifiedByType": "User",
32+
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z"
33+
},
34+
"properties": {
35+
"provisioningState": "Succeeded",
36+
"status": "ConnectedRecently",
37+
"cloudId": "a3c0468f-e38e-4dda-ac48-817f620536f0",
38+
"cloudManagementEndpoint": "https://98294836-31be-4668-aeae-698667faf99b.waconazure.com",
39+
"aadClientId": "24a6e53d-04e5-44d2-b7cc-1b732a847dfc",
40+
"aadTenantId": "7e589cc1-a8b6-4dff-91bd-5ec0fa18db94",
41+
"desiredProperties": {
42+
"windowsServerSubscription": "Enabled",
43+
"diagnosticLevel": "Basic"
44+
},
45+
"softwareAssuranceProperties": {
46+
"softwareAssuranceStatus": "Enabled",
47+
"lastUpdated": "2022-08-18T22:01:12.4191603Z",
48+
"softwareAssuranceIntent": "Enable"
49+
},
50+
"reportedProperties": {
51+
"clusterName": "cluster1",
52+
"clusterId": "a76ac23a-1819-4e82-9410-e3e4ec3d1425",
53+
"clusterVersion": "10.0.17777",
54+
"nodes": [
55+
{
56+
"name": "Node1",
57+
"id": 1,
58+
"windowsServerSubscription": "Enabled",
59+
"nodeType": "ThirdParty",
60+
"manufacturer": "Dell Inc.",
61+
"model": "EMC AX740",
62+
"osName": "Azure Stack HCI",
63+
"osVersion": "10.0.17777.1061",
64+
"serialNumber": "Q45CZC3",
65+
"coreCount": 8,
66+
"memoryInGiB": 128
67+
}
68+
],
69+
"lastUpdated": "2020-03-11T19:24:42.1946017Z",
70+
"imdsAttestation": "Disabled",
71+
"diagnosticLevel": "Basic"
72+
},
73+
"trialDaysRemaining": 30,
74+
"billingModel": "Trial",
75+
"registrationTimestamp": "2020-03-11T20:44:32.5625121Z",
76+
"lastSyncTimestamp": "2020-03-11T20:44:32.5625121Z",
77+
"lastBillingTimestamp": "2020-03-12T08:12:55.2312022Z"
78+
}
79+
}
80+
}
81+
}
82+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b",
4+
"resourceGroupName": "test-rg",
5+
"clusterName": "myCluster",
6+
"arcSettingName": "default",
7+
"extensionName": "MicrosoftMonitoringAgent",
8+
"api-version": "2023-08-01",
9+
"extensionUpgradeParameters": {
10+
"targetVersion": "1.0.18062.0"
11+
}
12+
},
13+
"responses": {
14+
"202": {
15+
"headers": {
16+
"location": "https://foo.com/operationStatuses",
17+
"Retry-After": 200,
18+
"Azure-AsyncOperation": "https://foo.com/operationStatuses"
19+
}
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)