Skip to content

Commit 8fa6acf

Browse files
committed
Add storage account type object to outputs
1 parent 4f7af84 commit 8fa6acf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

uidefinitions/createUiDefinition.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2432,6 +2432,12 @@
24322432
"ccVMName": "[basics('CycleCloudVmName')]",
24332433
"ccVMSize": "[basics('CycleCloudVmSize')]",
24342434
"resourceGroup": "[if(equals(basics('newexisting'),'existing'),first(split(basics('rgExisting'),'~')),basics('rgNew'))]",
2435+
"storageAccount": {
2436+
"type": "[basics('byoStorageAndIdentities')]",
2437+
"storageAccountId": "[if(equals(basics('byoStorageAndIdentities'),'existing'),basics('storageDropDown'),basics('nullValue'))]",
2438+
"vmManagedIdentityId": "[if(equals(basics('byoStorageAndIdentities'),'existing'),basics('vmManagedIdentityDropDown'),basics('nullValue'))]",
2439+
"vmssManagedIdentityId": "[if(equals(basics('byoStorageAndIdentities'),'existing'),basics('vmssManagedIdentityDropDown'),basics('nullValue'))]"
2440+
},
24352441
"sharedFilesystem": {
24362442
"type": "[concat(if(equals(steps('filesystem').shared.newexisting,'new'),steps('filesystem').shared.filertype,'nfs'),'-',steps('filesystem').shared.newexisting)]",
24372443
"nfsCapacityInGb": "[if(equals(steps('filesystem').shared.filertype,'nfs'),int(steps('filesystem').shared.nfscapacity),basics('nullValue'))]",

0 commit comments

Comments
 (0)