Skip to content

Commit

Permalink
Update 2023-03-01 to sync with RPSaaSMaster (#23495)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
priyjain358 authored Apr 13, 2023
1 parent 5bcf0a7 commit 5042eea
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,24 @@
"type": "string",
"readOnly": true
}
},
"clusterType": {
"description": "The node type of all the nodes of the cluster.",
"type": "string",
"enum": [
"FirstParty",
"ThirdParty"
],
"x-ms-enum": {
"name": "ClusterNodeType",
"modelAsString": true
},
"readOnly": true
},
"manufacturer": {
"description": "The manufacturer of all the nodes of the cluster.",
"type": "string",
"readOnly": true
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"clusterName": "cluster1",
"clusterId": "a76ac23a-1819-4e82-9410-e3e4ec3d1425",
"clusterVersion": "10.0.17777",
"clusterType": "ThirdParty",
"manufacturer": "Dell Inc.",
"nodes": [
{
"name": "Node1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
"clusterName": "cluster1",
"clusterId": "a76ac23a-1819-4e82-9410-e3e4ec3d1425",
"clusterVersion": "10.0.17777",
"clusterType": "ThirdParty",
"manufacturer": "Dell Inc.",
"nodes": [
{
"name": "Node1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
"clusterName": "cluster1",
"clusterId": "a76ac23a-1819-4e82-9410-e3e4ec3d1425",
"clusterVersion": "10.0.17777",
"clusterType": "ThirdParty",
"manufacturer": "Dell Inc.",
"nodes": [
{
"name": "Node1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
"clusterName": "cluster1",
"clusterId": "a76ac23a-1819-4e82-9410-e3e4ec3d1425",
"clusterVersion": "10.0.17777",
"clusterType": "ThirdParty",
"manufacturer": "Dell Inc.",
"nodes": [
{
"name": "Node1",
Expand Down

0 comments on commit 5042eea

Please sign in to comment.