Switch to the storage account currently being used in Azure

This commit is contained in:
R. Tyler Croy 2017-11-29 19:37:40 -08:00
parent 67a27cacdf
commit 1f141e47be
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ def vhd = null
'existing', /* Storage account Name reference type */
'Standard_LRS', /* Storage account type */
'', /* new storage account name */
'codevaletvhds', /* existing storage account name */
'codevaletimages', /* existing storage account name */
'unmanaged', /* disk type */
'<%= d['executors'] %>', /* number of executors */
'NORMAL', /* Usage mode */