Skip to content

Commit f195ade

Browse files
committed
Updates to remove SSH Key from parameters
1 parent fa85df4 commit f195ade

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

articles/operator-nexus/cluster-jsonc-example.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@ ms.custom: template-how-to, devx-track-arm-template
108108
"metadata": {
109109
"description": "Secret KeyVault for credential rotation"
110110
}
111-
},
112-
"sshKeyUrl": {
113-
"type": "string",
114-
"metadata": {
115-
"description": "SSH Key URL that is used for to gather list of Public Keys"
116-
}
117111
}
118112
},
119113
"variables": {},
@@ -341,7 +335,8 @@ ms.custom: template-how-to, devx-track-arm-template
341335
}
342336
}
343337
}
344-
],
338+
}
339+
],
345340
"outputs": {}
346341
}
347342
```

articles/operator-nexus/cluster-parameters-jsonc-example.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.date: 05/08/2024
99
ms.custom: template-how-to, devx-track-arm-template
1010
---
1111

12-
1312
# Example of cluster.parameter.jsonc template file.
1413

1514
```cluster.parameter.jsonc
@@ -51,9 +50,6 @@ ms.custom: template-how-to, devx-track-arm-template
5150
"secretArchive": {
5251
"value": "$KV_RESOURCE_ID"
5352
},
54-
"sshKeyUrl": {
55-
"value": "https://"
56-
},
5753
"aggregatorOrSingleRack": {
5854
"value": {
5955
"networkRackId": "$AGGR_RACK_RESOURCE_ID",

0 commit comments

Comments
 (0)