Fixed github link by removing 'master' from the path

This commit is contained in:
Dipak 2015-11-19 12:34:46 -08:00
Родитель 4b9e4a3b38
Коммит 8f2f447981
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{ {
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.15.11.13", "contentVersion": "1.15.11.19",
"parameters": { "parameters": {
"azureAdApplicationId": { "azureAdApplicationId": {
"type": "string", "type": "string",
@ -105,7 +105,7 @@
"virtualNetworkName": "vmvnet", "virtualNetworkName": "vmvnet",
"vnetID": "[resourceId('Microsoft.Network/virtualNetworks',variables('virtualNetworkName'))]", "vnetID": "[resourceId('Microsoft.Network/virtualNetworks',variables('virtualNetworkName'))]",
"subnetRef": "[concat(variables('vnetID'),'/subnets/',variables('subnetName'))]", "subnetRef": "[concat(variables('vnetID'),'/subnets/',variables('subnetName'))]",
"modulesPath": "https://raw.githubusercontent.com/azure/azurestack-quickstart-templates/master/bootstorm-vm-boot-time/", "modulesPath": "https://raw.githubusercontent.com/azure/azurestack-quickstart-templates/bootstorm-vm-boot-time/",
"moduleVMBootAll": "VMBootAll.zip", "moduleVMBootAll": "VMBootAll.zip",
"modulesUrlVMBootAll": "[concat(variables('modulesPath'),variables('moduleVMBootAll'))]", "modulesUrlVMBootAll": "[concat(variables('modulesPath'),variables('moduleVMBootAll'))]",
"configurationFunctionVMBootAll": "VMBootAll.ps1\\ConfigureVMBootAll" "configurationFunctionVMBootAll": "VMBootAll.ps1\\ConfigureVMBootAll"

Просмотреть файл

@ -3,5 +3,5 @@
"description": "This template creates requested number of VMs and boot them simultaneously to calculate average VM boot time", "description": "This template creates requested number of VMs and boot them simultaneously to calculate average VM boot time",
"summary": "This template creates VM bootstorm and reports VM boot time", "summary": "This template creates VM bootstorm and reports VM boot time",
"githubUsername": "dipakmsft", "githubUsername": "dipakmsft",
"dateUpdated": "2015-11-13" "dateUpdated": "2015-11-19"
} }

Просмотреть файл

@ -45,7 +45,7 @@ VM bootstorm results file is uploaded to Unique Azure Storage Account ('uniqueSt
<b>DEPLOY</b> <b>DEPLOY</b>
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazurestack-quickstart-templates%2Fmaster%2Fbootstorm-vm-boot-time%2Fazuredeploy.json" target="_blank"> <a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazurestack-quickstart-templates%2Fbootstorm-vm-boot-time%2Fazuredeploy.json" target="_blank">
<img src="http://azuredeploy.net/deploybutton.png"/> <img src="http://azuredeploy.net/deploybutton.png"/>
</a> </a>