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
"description":"The custom location of the cluster manager"
85
+
"description":"The Custom Location of the Cluster Manager"
86
86
}
87
87
},
88
88
"aggregatorOrSingleRack": {
89
89
"type":"object",
90
90
"metadata": {
91
-
"description":"Aggregator rack or single rack definition"
91
+
"description":"Aggregator Rack or single Rack definition"
92
92
}
93
93
},
94
94
"computeRacks": {
95
95
"type":"array",
96
96
"metadata": {
97
-
"description":"Compute rack definitions"
97
+
"description":"Compute Rack definitions"
98
98
}
99
99
},
100
100
"clusterServicePrincipal": {
101
101
"type":"secureobject",
102
102
"metadata": {
103
-
"description":"Service principal account details used by the cluster to install the Arc Appliance. This field is needed in the near-term for Arc enrollment"
103
+
"description":"Service principal account details used by the cluster to install the Arc Appliance. This field is needed in the near-term for Arc enrollment."
104
104
}
105
105
},
106
-
"secretArchive": {
106
+
"keyVaultId": {
107
107
"type":"string",
108
108
"metadata": {
109
109
"description":"Secret KeyVault for credential rotation"
110
110
}
111
+
},
112
+
"useKeyVault":{
113
+
"type":"string",
114
+
"metadata": {
115
+
"description":"The indicator if the specified key vault should be used to archive the secrets of the cluster"
"description":"The custom location of the cluster manager"
198
+
"description":"The Custom Location of the Cluster Manager"
192
199
}
193
200
},
194
201
"aggregatorOrSingleRack": {
195
202
"type":"object",
196
203
"metadata": {
197
-
"description":"Aggregator rack or single rack definition"
204
+
"description":"Aggregator Rack or single Rack definition"
198
205
}
199
206
},
200
207
"computeRacks": {
201
208
"type":"array",
202
209
"metadata": {
203
-
"description":"Compute rack definitions"
210
+
"description":"Compute Rack definitions"
204
211
}
205
212
},
206
213
"clusterServicePrincipal": {
207
214
"type":"secureobject",
208
215
"metadata": {
209
-
"description":"Service principal account details used by the cluster to install the Arc Appliance. This field is needed for Arc enrollment."
216
+
"description":"Service principal account details used by the cluster to install the Arc Appliance. This field is needed in the near-term for Arc enrollment."
210
217
}
211
218
},
212
219
"managedResourceGroupConfiguration": {
213
220
"type":"object"
214
221
},
215
-
"secretArchive": {
222
+
"keyVaultId": {
216
223
"type":"string",
217
224
"metadata": {
218
225
"description":"Secret KeyVault for credential rotation"
219
226
}
220
227
},
221
-
"sshKeyUrl": {
228
+
"useKeyVault": {
222
229
"type":"string",
223
230
"metadata": {
224
-
"description":"SSH Key URL that is used for to gather list of Public Keys"
225
-
}
231
+
"description":"The indicator if the specified key vault should be used to archive the secrets of the cluster"
0 commit comments