Skip to content

Commit 94b790d

Browse files
committed
Revert BICEP changes that added data disks
1 parent 4286cfd commit 94b790d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/operator-nexus/includes/virtual-machine/virtual-machine-bicep-template.bicep

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,13 @@ param sshPublicKeys array
6161
// keyData: 'string'
6262
// }
6363

64-
@description('StorageProfile represents information about OS and (optionally) data disks.')
64+
@description('StorageProfile represents information about a disk.')
6565
param storageProfile object = {
6666
osDisk: {
6767
createOption: 'Ephemeral'
6868
deleteOption: 'Delete'
6969
diskSizeGB: 64
7070
}
71-
volumeAttachments: []
7271
}
7372

7473
@description('The Base64 encoded cloud-init user data.')

0 commit comments

Comments
 (0)