From 8f2f44798143c096fd1edce5ea2e161deb84fb4e Mon Sep 17 00:00:00 2001 From: Dipak Date: Thu, 19 Nov 2015 12:34:46 -0800 Subject: [PATCH] Fixed github link by removing 'master' from the path --- bootstorm-vm-boot-time/azuredeploy.json | 4 ++-- bootstorm-vm-boot-time/metadata.json | 2 +- bootstorm-vm-boot-time/readme.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bootstorm-vm-boot-time/azuredeploy.json b/bootstorm-vm-boot-time/azuredeploy.json index 004c7a3..a20a973 100644 --- a/bootstorm-vm-boot-time/azuredeploy.json +++ b/bootstorm-vm-boot-time/azuredeploy.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "1.15.11.13", + "contentVersion": "1.15.11.19", "parameters": { "azureAdApplicationId": { "type": "string", @@ -105,7 +105,7 @@ "virtualNetworkName": "vmvnet", "vnetID": "[resourceId('Microsoft.Network/virtualNetworks',variables('virtualNetworkName'))]", "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", "modulesUrlVMBootAll": "[concat(variables('modulesPath'),variables('moduleVMBootAll'))]", "configurationFunctionVMBootAll": "VMBootAll.ps1\\ConfigureVMBootAll" diff --git a/bootstorm-vm-boot-time/metadata.json b/bootstorm-vm-boot-time/metadata.json index 03262bd..43783d9 100644 --- a/bootstorm-vm-boot-time/metadata.json +++ b/bootstorm-vm-boot-time/metadata.json @@ -3,5 +3,5 @@ "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", "githubUsername": "dipakmsft", - "dateUpdated": "2015-11-13" + "dateUpdated": "2015-11-19" } \ No newline at end of file diff --git a/bootstorm-vm-boot-time/readme.md b/bootstorm-vm-boot-time/readme.md index f65257a..24098ea 100644 --- a/bootstorm-vm-boot-time/readme.md +++ b/bootstorm-vm-boot-time/readme.md @@ -45,7 +45,7 @@ VM bootstorm results file is uploaded to Unique Azure Storage Account ('uniqueSt DEPLOY - +