You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/preview/2020-03-01-preview/azurestackhci.json
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -387,10 +387,10 @@
387
387
"description": "Status of the cluster agent.",
388
388
"type": "string",
389
389
"enum": [
390
-
"NeverConnected",
390
+
"NotYetRegistered",
391
391
"ConnectedRecently",
392
392
"NotConnectedRecently",
393
-
"Expired",
393
+
"Disconnected",
394
394
"Error"
395
395
],
396
396
"x-ms-enum": {
@@ -425,6 +425,24 @@
425
425
"description": "Type of billing applied to the resource.",
Copy file name to clipboardExpand all lines: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/preview/2020-03-01-preview/examples/CreateCluster.json
Copy file name to clipboardExpand all lines: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/preview/2020-03-01-preview/examples/GetCluster.json
Copy file name to clipboardExpand all lines: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/preview/2020-03-01-preview/examples/ListClusters.json
Copy file name to clipboardExpand all lines: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/preview/2020-03-01-preview/examples/ListClustersByResourceGroup.json
Copy file name to clipboardExpand all lines: specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/preview/2020-03-01-preview/examples/UpdateCluster.json
0 commit comments