Skip to content

Commit cfc1f24

Browse files
agrbhuvneshBhuvnesh kumarpriyjain358
authored
merge 2023-08-01-preview API version to main repo (#26239)
* merge 2023-08-01-preview API version to main repo * updated words * updated readme * merged changes with 08-01 API version * update default tag * update readme * updated readme * updated readme * updated readme * minor * minor * revert sbeinfo * set default tag as 2023-08 preview * revert readme tag --------- Co-authored-by: Bhuvnesh kumar <[email protected]> Co-authored-by: Priyanshi Jain <[email protected]>
1 parent e54a35d commit cfc1f24

File tree

67 files changed

+10536
-0
lines changed

Some content is hidden

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

67 files changed

+10536
-0
lines changed

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

Lines changed: 819 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 1096 additions & 0 deletions
Large diffs are not rendered by default.

specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/preview/2023-08-01-preview/deploymentSettings.json

Lines changed: 1007 additions & 0 deletions
Large diffs are not rendered by default.

specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/preview/2023-08-01-preview/edgeDevices.json

Lines changed: 562 additions & 0 deletions
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-preview"
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-preview"
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-preview",
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-preview"
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-preview"
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-preview"
7+
},
8+
"responses": {
9+
"200": {},
10+
"202": {
11+
"headers": {
12+
"location": "https://foo.com/operationStatuses"
13+
}
14+
},
15+
"204": {}
16+
}
17+
}

0 commit comments

Comments
 (0)