Skip to content

Commit 282336f

Browse files
committed
Update the assetlocation
1 parent 769fa89 commit 282336f

File tree

18 files changed

+23
-23
lines changed

18 files changed

+23
-23
lines changed

201-Comprehensive/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"windowsImageSKU": "2012-R2-Datacenter",
3030
"windowsImageVersion": "latest",
3131
"dataDiskSize": 2,
32-
"assetLocation": "https://raw.githubusercontent.com/Azure/AzureStack-QuickStart-Templates/develop/201-Comprehensive",
32+
"assetLocation": "https://raw.githubusercontent.com/Azure/AzureStack-QuickStart-Templates/master/201-Comprehensive",
3333
"staticSubnetName": "vmstaticsubnet",
3434
"virtualNetworkName": "[tolower(concat('vmvnet',resourceGroup().name))]",
3535
"vnetID": "[resourceId('Microsoft.Network/virtualNetworks', variables('virtualNetworkName'))]",

201-comprehensive-linux-vm/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"vmSize": "Standard_A1",
4444
"virtualNetworkName": "myVnet",
4545
"vnetID": "[resourceId('Microsoft.Network/virtualNetworks',variables('virtualNetworkName'))]",
46-
"assetLocation": "https://raw.githubusercontent.com/Azure/AzureStack-QuickStart-Templates/develop/201-comprehensive-linux-vm",
46+
"assetLocation": "https://raw.githubusercontent.com/Azure/AzureStack-QuickStart-Templates/master/201-comprehensive-linux-vm",
4747
"scriptFileName": "docker.sh",
4848
"scriptFile": "[concat(variables('assetLocation'),'/',variables('scriptFileName'))]",
4949
"subnetRef": "[concat(variables('vnetID'),'/subnets/',variables('subnetName'))]",

ad-non-ha/azuredeploy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"variables": {
28-
"assetLocation": "https://raw.githubusercontent.com/Azure/AzureStack-QuickStart-Templates/develop/ad-non-ha",
28+
"assetLocation": "https://raw.githubusercontent.com/Azure/AzureStack-QuickStart-Templates/master/ad-non-ha",
2929
"adVMSize": "Standard_A1",
3030
"vmNetworkSubnet": "10.0.0.0/24",
3131
"virtualNetworkAddressRange": "10.0.0.0/16",
@@ -274,4 +274,4 @@
274274
}
275275
],
276276
"outputs": { }
277-
}
277+
}

bootstorm-vm-boot-time/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"subnetRef": "[concat(variables('vnetID'),'/subnets/',variables('subnetName'))]",
5252
"nsgName": "[concat('ng', resourceGroup().name)]",
5353
"nsgID": "[resourceId('Microsoft.Network/networkSecurityGroups',variables('nsgName'))]",
54-
"modulesPath": "https://raw.githubusercontent.com/Azure/AzureStack-QuickStart-Templates/develop/bootstorm-vm-boot-time/",
54+
"modulesPath": "https://raw.githubusercontent.com/Azure/AzureStack-QuickStart-Templates/master/bootstorm-vm-boot-time/",
5555
"moduleVMBootAll": "VMBootAll.zip",
5656
"modulesUrlVMBootAll": "[concat(variables('modulesPath'),variables('moduleVMBootAll'))]",
5757
"configurationFunctionVMBootAll": "VMBootAll.ps1\\ConfigureVMBootAll"

docker-swarm-ubuntu/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"metadata": {
140140
"description": "The root location for all the configuring scripts"
141141
},
142-
"defaultValue": "https://raw.githubusercontent.com/Azure/AzureStack-QuickStart-Templates/develop/docker-swarm-ubuntu/parts/"
142+
"defaultValue": "https://raw.githubusercontent.com/Azure/AzureStack-QuickStart-Templates/master/docker-swarm-ubuntu/parts/"
143143
}
144144
},
145145
"variables": {

exchange-2016-non-ha/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"virtualNetworkName": "[tolower(concat('vn', resourceGroup().name))]",
4444
"vnetID": "[resourceId('Microsoft.Network/virtualNetworks',variables('virtualNetworkName'))]",
4545
"subnetRef": "[concat(variables('vnetID'),'/subnets/',variables('subnetName'))]",
46-
"modulesPath": "https://raw.githubusercontent.com/Azure/AzureStack-QuickStart-Templates/develop/exchange-2016-non-ha/",
46+
"modulesPath": "https://raw.githubusercontent.com/Azure/AzureStack-QuickStart-Templates/master/exchange-2016-non-ha/",
4747
"modulesExchange": "ExchangeWorkload.zip",
4848
"modulesUrlExchange": "[concat(variables('modulesPath'),variables('modulesExchange'))]",
4949
"modulesExchangeData": "ExchangeWorkload.psd1",

iostorm-vm-iops-latency/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"subnetRef": "[concat(variables('vnetID'),'/subnets/',variables('subnetName'))]",
7979
"nsgName": "[tolower(concat('ng', resourceGroup().name))]",
8080
"nsgID": "[resourceId('Microsoft.Network/networkSecurityGroups',variables('nsgName'))]",
81-
"modulesPath": "https://raw.githubusercontent.com/Azure/AzureStack-QuickStart-Templates/develop/iostorm-vm-iops-latency/",
81+
"modulesPath": "https://raw.githubusercontent.com/Azure/AzureStack-QuickStart-Templates/master/iostorm-vm-iops-latency/",
8282
"moduleVMIOController": "VMIOWorkloadController.zip",
8383
"moduleVMIOWorkload": "VMIOWorkload.zip",
8484
"modulesUrlVMIOController": "[concat(variables('modulesPath'),variables('moduleVMIOController'))]",

jetstress-2013-exchange-loadtest/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"virtualNetworkName": "[tolower(concat('vn', resourceGroup().name))]",
102102
"vnetID": "[resourceId('Microsoft.Network/virtualNetworks',variables('virtualNetworkName'))]",
103103
"subnetRef": "[tolower(concat(variables('vnetID'),'/subnets/',variables('subnetName')))]",
104-
"modulesPath": "https://raw.githubusercontent.com/Azure/AzureStack-QuickStart-Templates/develop/jetstress-2013-exchange-loadtest/",
104+
"modulesPath": "https://raw.githubusercontent.com/Azure/AzureStack-QuickStart-Templates/master/jetstress-2013-exchange-loadtest/",
105105
"modulesJetstress": "JetstressWorkload.zip",
106106
"modulesUrlJetstress": "[concat(variables('modulesPath'),variables('modulesJetstress'))]",
107107
"configurationFunctionJetstress": "JetstressWorkload.ps1\\InstallAndConfigureJetstress",

mesos-windows-jumpbox/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"metadata": {
140140
"description": "The root location for all the configuring scripts"
141141
},
142-
"defaultValue": "https://raw.githubusercontent.com/Azure/AzureStack-QuickStart-Templates/develop/mesos-windows-jumpbox/parts/"
142+
"defaultValue": "https://raw.githubusercontent.com/Azure/AzureStack-QuickStart-Templates/master/mesos-windows-jumpbox/parts/"
143143
}
144144
},
145145
"variables": {

rds-deployment-existing-ad/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"publicIpRef": "publicIp",
7474
"brokerIpRef": "brokerpublicIp",
7575
"gatewayIpRef": "gatewaypublicIp",
76-
"assetLocation": "https://raw.githubusercontent.com/Azure/AzureStack-QuickStart-Templates/develop/rds-deployment-existing-ad/"
76+
"assetLocation": "https://raw.githubusercontent.com/Azure/AzureStack-QuickStart-Templates/master/rds-deployment-existing-ad/"
7777
},
7878
"resources": [
7979
{

0 commit comments

Comments
 (0)