Skip to content

Commit ee1dc80

Browse files
agrbhuvneshBhuvnesh kumar
andauthored
updated DiagnosticLevel Enum valus in clusters properties and examples (#16027)
Co-authored-by: Bhuvnesh kumar <[email protected]>
1 parent 05bea67 commit ee1dc80

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2021-09-01/clusters.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,8 @@
494494
"type": "string",
495495
"enum": [
496496
"Off",
497-
"Required",
498-
"RequiredAndOptional"
497+
"Basic",
498+
"Enhanced"
499499
],
500500
"x-ms-enum": {
501501
"name": "DiagnosticLevel",
@@ -555,8 +555,8 @@
555555
"type": "string",
556556
"enum": [
557557
"Off",
558-
"Required",
559-
"RequiredAndOptional"
558+
"Basic",
559+
"Enhanced"
560560
],
561561
"x-ms-enum": {
562562
"name": "DiagnosticLevel",

specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2021-09-01/examples/CreateCluster.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"aadTenantId": "7e589cc1-a8b6-4dff-91bd-5ec0fa18db94",
3939
"desiredProperties": {
4040
"windowsServerSubscription": "Disabled",
41-
"diagnosticLevel": "Off"
41+
"diagnosticLevel": "Basic"
4242
},
4343
"reportedProperties": {},
4444
"trialDaysRemaining": 30,

specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2021-09-01/examples/GetCluster.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"aadTenantId": "7e589cc1-a8b6-4dff-91bd-5ec0fa18db94",
3131
"desiredProperties": {
3232
"windowsServerSubscription": "Enabled",
33-
"diagnosticLevel": "Required"
33+
"diagnosticLevel": "Basic"
3434
},
3535
"reportedProperties": {
3636
"clusterName": "cluster1",
@@ -76,7 +76,7 @@
7676
],
7777
"lastUpdated": "2020-03-11T19:24:42.1946017Z",
7878
"imdsAttestation": "Disabled",
79-
"diagnosticLevel": "Required"
79+
"diagnosticLevel": "Basic"
8080
},
8181
"trialDaysRemaining": 30,
8282
"billingModel": "Trial",

specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2021-09-01/examples/ListClustersByResourceGroup.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"aadTenantId": "7e589cc1-a8b6-4dff-91bd-5ec0fa18db94",
3232
"desiredProperties": {
3333
"windowsServerSubscription": "Enabled",
34-
"diagnosticLevel": "Required"
34+
"diagnosticLevel": "Basic"
3535
},
3636
"reportedProperties": {},
3737
"trialDaysRemaining": 29,
@@ -61,7 +61,7 @@
6161
"aadTenantId": "7e589cc1-a8b6-4dff-91bd-5ec0fa18db94",
6262
"desiredProperties": {
6363
"windowsServerSubscription": "Enabled",
64-
"diagnosticLevel": "Required"
64+
"diagnosticLevel": "Basic"
6565
},
6666
"reportedProperties": {
6767
"clusterName": "cluster1",
@@ -107,7 +107,7 @@
107107
],
108108
"lastUpdated": "2020-03-11T19:24:42.1946017Z",
109109
"imdsAttestation": "Disabled",
110-
"diagnosticLevel": "Required"
110+
"diagnosticLevel": "Basic"
111111
},
112112
"trialDaysRemaining": 30,
113113
"billingModel": "Trial",

specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2021-09-01/examples/ListClustersBySubscription.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"aadTenantId": "7e589cc1-a8b6-4dff-91bd-5ec0fa18db94",
3131
"desiredProperties": {
3232
"windowsServerSubscription": "Enabled",
33-
"diagnosticLevel": "Required"
33+
"diagnosticLevel": "Basic"
3434
},
3535
"reportedProperties": {},
3636
"trialDaysRemaining": 29,
@@ -60,7 +60,7 @@
6060
"aadTenantId": "7e589cc1-a8b6-4dff-91bd-5ec0fa18db94",
6161
"desiredProperties": {
6262
"windowsServerSubscription": "Enabled",
63-
"diagnosticLevel": "Required"
63+
"diagnosticLevel": "Basic"
6464
},
6565
"reportedProperties": {
6666
"clusterName": "cluster1",
@@ -106,7 +106,7 @@
106106
],
107107
"lastUpdated": "2020-03-11T19:24:42.1946017Z",
108108
"imdsAttestation": "Disabled",
109-
"diagnosticLevel": "Required"
109+
"diagnosticLevel": "Basic"
110110
},
111111
"trialDaysRemaining": 30,
112112
"billingModel": "Trial",

specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2021-09-01/examples/UpdateCluster.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"cloudManagementEndpoint": "https://98294836-31be-4668-aeae-698667faf99b.waconazure.com",
1414
"desiredProperties": {
1515
"windowsServerSubscription": "Enabled",
16-
"diagnosticLevel": "Required"
16+
"diagnosticLevel": "Basic"
1717
}
1818
}
1919
}
@@ -46,7 +46,7 @@
4646
"aadTenantId": "7e589cc1-a8b6-4dff-91bd-5ec0fa18db94",
4747
"desiredProperties": {
4848
"windowsServerSubscription": "Enabled",
49-
"diagnosticLevel": "Required"
49+
"diagnosticLevel": "Basic"
5050
},
5151
"reportedProperties": {
5252
"clusterName": "cluster1",
@@ -92,7 +92,7 @@
9292
],
9393
"lastUpdated": "2020-03-11T19:24:42.1946017Z",
9494
"imdsAttestation": "Disabled",
95-
"diagnosticLevel": "Required"
95+
"diagnosticLevel": "Basic"
9696
},
9797
"trialDaysRemaining": 30,
9898
"billingModel": "Trial",

0 commit comments

Comments
 (0)