Skip to content

Commit

Permalink
rename file to deal with URI case issue
Browse files Browse the repository at this point in the history
  • Loading branch information
deltadan committed Feb 19, 2020
1 parent 01c7249 commit b74f7f6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion azure-deploy.json
Expand Up @@ -48,7 +48,7 @@
"azKungFuVmNicName": "[concat(variables('azKungFuVmName'), '-nic')]",
"azKungFuVm-PUBIPName": "[concat(variables('azKungFuVmName'), '-pip')]",
"azKungFuVmInstallScriptFolder": ".",
"azKungFuVmInstallScriptFileName": "installazkungfuvm.ps1",
"azKungFuVmInstallScriptFileName": "configazkungfuvm.ps1",
"azKungFuVmInstallURL": "[concat(variables('GitHubScriptRepoBranchURL'), '/', variables('azKungFuVmInstallScriptFileName'))]"
},
"resources": [
Expand Down
19 changes: 0 additions & 19 deletions azure-pipelines.yml

This file was deleted.

File renamed without changes.

0 comments on commit b74f7f6

Please sign in to comment.