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/databoxedge/resource-manager/Microsoft.DataBoxEdge/preview/2021-06-01-preview/databoxedge.json
+41Lines changed: 41 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4900,6 +4900,7 @@
4900
4900
"AzureModularDataCentre"
4901
4901
],
4902
4902
"type": "string",
4903
+
"readOnly": true,
4903
4904
"x-ms-enum": {
4904
4905
"name": "DataBoxEdgeDeviceKind",
4905
4906
"modelAsString": true
@@ -5026,6 +5027,45 @@
5026
5027
"$ref": "#/definitions/Secret"
5027
5028
},
5028
5029
"readOnly": true
5030
+
},
5031
+
"clusterWitnessType": {
5032
+
"description": "Cluster Witness Type",
5033
+
"enum": [
5034
+
"None",
5035
+
"Cloud",
5036
+
"FileShare"
5037
+
],
5038
+
"type": "string",
5039
+
"readOnly": true,
5040
+
"x-ms-enum": {
5041
+
"name": "ClusterWitnessType",
5042
+
"modelAsString": true
5043
+
}
5044
+
},
5045
+
"fileShareWitnessLocation": {
5046
+
"description": "The witness location of file share.",
5047
+
"type": "string",
5048
+
"readOnly": true
5049
+
},
5050
+
"fileShareWitnessUsername": {
5051
+
"description": "The username of file share.",
5052
+
"type": "string",
5053
+
"readOnly": true
5054
+
},
5055
+
"cloudWitnessStorageAccountName": {
5056
+
"description": "The Cloud Witness Storage account name.",
5057
+
"type": "string",
5058
+
"readOnly": true
5059
+
},
5060
+
"cloudWitnessContainerName": {
5061
+
"description": "The Container for cloud witness in the storage account.",
5062
+
"type": "string",
5063
+
"readOnly": true
5064
+
},
5065
+
"cloudWitnessStorageEndpoint": {
5066
+
"description": "The Azure service endpoint of the cloud witness storage account.",
0 commit comments