File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 mvn -Dgit.repo=< repo_user> -Dgit.tag=< repo_tag> -DibmUserId=< ibmUserId> -DibmUserPwd=< ibmUserPwd> -Ddynamic=< true| false> -DnumberOfNodes=< numberOfNodes> -DvmSize=< vmSize> -DdmgrVMPrefix=< dmgrVMPrefix> -DmanagedVMPrefix=< managedVMPrefix> -DdnsLabelPrefix=< dnsLabelPrefix> -DadminUsername=< adminUsername> -DadminPasswordOrKey=< adminPassword| adminSSHPublicKey> -DauthenticationType=< password| sshPublicKey> -DwasUsername=< wasUsername> -DwasPassword=< wasPassword> -DconfigureIHS=< true| false> -DihsVmSize=< ihsVmSize> -DihsVMPrefix=< ihsVMPrefix> -DihsDnsLabelPrefix=< ihsDnsLabelPrefix> -DihsUnixUsername=< ihsUnixUsername> -DihsUnixPasswordOrKey=< ihsUnixPassword| ihsUnixSSHPublicKey> -DihsAuthenticationType=< password| sshPublicKey> -DihsAdminUsername=< ihsAdminUsername> -DihsAdminPassword=< ihsAdminPassword> -Dtest.args=" -Test All" -Ptemplate-validation-tests clean install
2828 ```
2929
30- 1 . Change to ` ./target/arm ` directory
30+ 1 . Change to ` ./target/cli ` directory
31311 . Using ` deploy.azcli ` to deploy
3232
3333 ``` bash
Original file line number Diff line number Diff line change 2525 <parent >
2626 <groupId >com.microsoft.azure.iaas</groupId >
2727 <artifactId >azure-javaee-iaas-parent</artifactId >
28- <version >1.0.7 </version >
28+ <version >1.0.11 </version >
2929 <relativePath ></relativePath >
3030 </parent >
3131
Original file line number Diff line number Diff line change @@ -82,15 +82,15 @@ if [ -z "$deploymentName" ] || [ -z "$subscriptionId" ] || [ -z "$resourceGroupN
8282fi
8383
8484# templateFile Path - template file to be used
85- templateFilePath=" mainTemplate.json"
85+ templateFilePath=" ../arm/ mainTemplate.json"
8686
8787if [ ! -f " $templateFilePath " ]; then
8888 echo " $templateFilePath not found"
8989 exit 1
9090fi
9191
9292# parameter file path
93- parametersFilePath=" parameters.json"
93+ parametersFilePath=" ../arm/ parameters.json"
9494
9595if [ ! -f " $parametersFilePath " ]; then
9696 echo " $parametersFilePath not found"
You can’t perform that action at this time.
0 commit comments