Skip to content

Commit 08be7d1

Browse files
priyjain358JoshLove-msft
authored andcommitted
Update 2023-03-01 to sync with RPSaaSMaster (Azure#23495)
* Adds base for updating Microsoft.AzureStackHCI from version stable/2023-02-01 to version 2023-03-01 * Updates readme * Updates API version in new specs and examples * Consent and Disable APIs added * add managed by for extensions * prettier fix * Update cluster resource json
1 parent 2bc73b9 commit 08be7d1

File tree

5 files changed

+26
-0
lines changed

5 files changed

+26
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,24 @@
805805
"type": "string",
806806
"readOnly": true
807807
}
808+
},
809+
"clusterType": {
810+
"description": "The node type of all the nodes of the cluster.",
811+
"type": "string",
812+
"enum": [
813+
"FirstParty",
814+
"ThirdParty"
815+
],
816+
"x-ms-enum": {
817+
"name": "ClusterNodeType",
818+
"modelAsString": true
819+
},
820+
"readOnly": true
821+
},
822+
"manufacturer": {
823+
"description": "The manufacturer of all the nodes of the cluster.",
824+
"type": "string",
825+
"readOnly": true
808826
}
809827
}
810828
},

specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/examples/GetCluster.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
"clusterName": "cluster1",
3737
"clusterId": "a76ac23a-1819-4e82-9410-e3e4ec3d1425",
3838
"clusterVersion": "10.0.17777",
39+
"clusterType": "ThirdParty",
40+
"manufacturer": "Dell Inc.",
3941
"nodes": [
4042
{
4143
"name": "Node1",

specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/examples/ListClustersByResourceGroup.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
"clusterName": "cluster1",
6868
"clusterId": "a76ac23a-1819-4e82-9410-e3e4ec3d1425",
6969
"clusterVersion": "10.0.17777",
70+
"clusterType": "ThirdParty",
71+
"manufacturer": "Dell Inc.",
7072
"nodes": [
7173
{
7274
"name": "Node1",

specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/examples/ListClustersBySubscription.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
"clusterName": "cluster1",
6767
"clusterId": "a76ac23a-1819-4e82-9410-e3e4ec3d1425",
6868
"clusterVersion": "10.0.17777",
69+
"clusterType": "ThirdParty",
70+
"manufacturer": "Dell Inc.",
6971
"nodes": [
7072
{
7173
"name": "Node1",

specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/examples/UpdateCluster.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
"clusterName": "cluster1",
6161
"clusterId": "a76ac23a-1819-4e82-9410-e3e4ec3d1425",
6262
"clusterVersion": "10.0.17777",
63+
"clusterType": "ThirdParty",
64+
"manufacturer": "Dell Inc.",
6365
"nodes": [
6466
{
6567
"name": "Node1",

0 commit comments

Comments
 (0)