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"
82
+
"description":"The custom location of the cluster manager"
86
83
}
87
84
},
88
85
"aggregatorOrSingleRack": {
89
86
"type":"object",
90
87
"metadata": {
91
-
"description":"Aggregator Rack or single Rack definition"
88
+
"description":"Aggregator rack or single rack definition"
92
89
}
93
90
},
94
91
"computeRacks": {
95
92
"type":"array",
96
93
"metadata": {
97
94
"description":"Compute Rack definitions"
98
95
}
96
+
"secretArchiveSettings": {
97
+
"type":"secureobject",
98
+
"metadata": {
99
+
"description":"SecretArchiveSettings supports the key vault URI along with the managed identity to be used for accessing the key vault"
100
+
},
101
+
},
102
+
"analyticsWorkspaceName": {
103
+
"type":"string",
104
+
"metadata": {
105
+
"description":"The name of the analytics workspace to create for the cluster"
106
+
}
107
+
},
108
+
"analyticsOutputSettings": {
109
+
"type":"object",
110
+
"metadata": {
111
+
"description":"The resource ID of the analytics workspace to create for the cluster"
112
+
}
113
+
},
114
+
"commandOutputSettings": {
115
+
"type":"object",
116
+
"metadata": {
117
+
"description":"commandOutputSettings supports the Storage Account URI along with the managed identity to be used for accessing the Storage Account"
118
+
}
99
119
},
100
120
"clusterServicePrincipal": {
101
121
"type":"secureobject",
102
122
"metadata": {
103
123
"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
124
}
105
125
},
106
-
"keyVaultId": {
107
-
"type":"string",
126
+
"assignedIdentities": {
127
+
"type":"object",
108
128
"metadata": {
109
-
"description":"Secret KeyVault for credential rotation"
129
+
"description":"The assigned identities for the cluster"
110
130
}
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"
205
+
"description":"The custom location of the cluster manager"
199
206
}
200
207
},
201
208
"aggregatorOrSingleRack": {
202
-
"type":"object",
209
+
"type":"secureobject",
203
210
"metadata": {
204
-
"description":"Aggregator Rack or single Rack definition"
211
+
"description":"Aggregator rack or single rack definition"
205
212
}
206
213
},
207
214
"computeRacks": {
208
215
"type":"array",
209
216
"metadata": {
210
-
"description":"Compute Rack definitions"
217
+
"description":"Compute rack definitions"
211
218
}
212
219
},
213
-
"clusterServicePrincipal": {
214
-
"type":"secureobject",
220
+
"managedResourceGroupConfiguration": {
221
+
"type":"object"
222
+
},
223
+
"secretArchiveSettings": {
224
+
"type":"object",
215
225
"metadata": {
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."
226
+
"description":"SecretArchiveSettings supports the key vault URI along with the managed identity to be used for accessing the key vault"
217
227
}
218
228
},
219
-
"managedResourceGroupConfiguration": {
220
-
"type":"object"
229
+
"analyticsOutputSettings": {
230
+
"type":"object",
231
+
"metadata": {
232
+
"description":"The resource ID of the analytics workspace to create for the cluster"
233
+
}
221
234
},
222
-
"keyVaultId": {
223
-
"type":"string",
235
+
"commandOutputSettings": {
236
+
"type":"object",
224
237
"metadata": {
225
-
"description":"Secret KeyVault for credential rotation"
238
+
"description":"commandOutputSettings supports the Storage Account URI along with the managed identity to be used for accessing the Storage Account"
226
239
}
227
240
},
228
-
"useKeyVault": {
229
-
"type":"string",
241
+
"assignedIdentities": {
242
+
"type":"object",
230
243
"metadata": {
231
-
"description":"The indicator if the specified key vault should be used to archive the secrets of the cluster"
232
-
},
233
-
"defaultValue":"True"
244
+
"description":"The assigned identities for the cluster"
0 commit comments