Skip to content

Commit 366068f

Browse files
author
srimathiS
committed
merge from develop
1 parent e748adb commit 366068f

File tree

159 files changed

+4037
-6194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+4037
-6194
lines changed

101-linux-customscript-ext/azuredeploy.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"type": "string",
77
"metadata": {
88
"description": "Name of the existing VM to apply Linux custom script to"
9-
}
10-
}
11-
9+
},
10+
"defaultValue": "[concat('vm', resourceGroup().name)]"
11+
}
1212
},
1313
"variables": {
1414
"apiVersion": {
@@ -27,6 +27,7 @@
2727
"publisher": "Microsoft.OSTCExtensions",
2828
"type": "CustomScriptForLinux",
2929
"typeHandlerVersion": "1.3",
30+
"autoUpgradeMinorVersion": "true",
3031
"settings": {
3132
"commandToExecute": "ifconfig"
3233
}
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
33
"contentVersion": "1.0.0.0",
4-
"parameters": {
5-
"vmName": {
6-
"value": "myVM001"
7-
}
8-
}
9-
}
4+
"parameters": { }
5+
}

101-linux-docker-extension/azuredeploy.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"type": "string",
77
"metadata": {
88
"description": "Name of the existing VM to apply Docker extension to"
9-
}
9+
},
10+
"defaultValue": "[concat('vm', resourceGroup().name)]"
1011
}
1112

1213
},
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
33
"contentVersion": "1.0.0.0",
4-
"parameters": {
5-
"vmName": {
6-
"value": "myVM001"
7-
}
8-
}
9-
}
4+
"parameters": { }
5+
}

101-linux-vmaccess-ext/azuredeploy.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"type": "string",
77
"metadata": {
88
"description": "Name of the existing Linux VM to modify"
9-
}
9+
},
10+
"defaultValue": "[concat('vm', resourceGroup().name)]"
1011
},
1112
"username": {
1213
"type": "string",
@@ -37,7 +38,8 @@
3738
"properties": {
3839
"publisher": "Microsoft.OSTCExtensions",
3940
"type": "VMAccessForLinux",
40-
"typeHandlerVersion": "1.3",
41+
"typeHandlerVersion": "1.4",
42+
"autoUpgradeMinorVersion": "true",
4143
"settings": { },
4244
"protectedSettings": {
4345
"username": "[parameters('username')]",

101-linux-vmaccess-ext/azuredeploy.parameters.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
33
"contentVersion": "1.0.0.0",
44
"parameters": {
5-
"vmName": {
6-
"value": "myVM001"
7-
},
85
"username": {
96
"value": "Test"
107
},
118
"password": {
129
"value": "GEN-PASSWORD"
1310
}
1411
}
15-
}
12+
}

101-mesos-windows-jumpbox/parts/configure-ubuntu.sh

Lines changed: 0 additions & 273 deletions
This file was deleted.

0 commit comments

Comments
 (0)