From 5547ae9368a39ee3c7ed3b4bc93904f4a29b6557 Mon Sep 17 00:00:00 2001 From: umar Date: Fri, 12 Aug 2016 15:55:28 +0530 Subject: [PATCH 01/18] My commit From new branch --- armTemplateJson.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 armTemplateJson.json diff --git a/armTemplateJson.json b/armTemplateJson.json new file mode 100644 index 0000000..b8e6702 --- /dev/null +++ b/armTemplateJson.json @@ -0,0 +1 @@ +{"ref":"refs/heads/featureA","url":"https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA","object":{"type":"commit","sha":"aa218f56b14c9653891f9e74264a383fa43fefbd","url":"https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd"}} \ No newline at end of file From cb567ba61045bc3c40d66c66cc987b1a3d2eb560 Mon Sep 17 00:00:00 2001 From: umar Date: Wed, 24 Aug 2016 17:28:07 +0530 Subject: [PATCH 02/18] sale --- arm_veegam.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 arm_veegam.json diff --git a/arm_veegam.json b/arm_veegam.json new file mode 100644 index 0000000..283a0e8 --- /dev/null +++ b/arm_veegam.json @@ -0,0 +1 @@ +{"$schema":"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#","contentVersion":"1.0.0.0","parameters":{"newStorageAccountName":{"type":"string","metadata":{"description":"This is the name of the your storage account"}},"vmDnsName":{"type":"string","metadata":{"description":"This is the unique DNS name of the for the public IP for your VM"}},"adminUsername":{"type":"string","metadata":{"description":"This is the username you wish to assign to your VMs admin account"}},"adminPassword":{"type":"securestring","metadata":{"description":"This is the password you wish to assign to your VMs admin account"}},"mySqlPassword":{"type":"securestring","metadata":{"description":"Password for your mySQL account"}},"vmSize":{"type":"string","metadata":{"description":"Size of VM"}}},"variables":{"nicName":"VMNic","addressPrefix":"10.0.0.0/16","imagePublisher":"Canonical","imageVersion":"latest","imageSKU":"14.04.2-LTS","imageOffer":"UbuntuServer","subnetName":"Subnet-1","subnetPrefix":"10.0.0.0/24","storageAccountType":"Standard_LRS","publicIPAddressName":"publicIP","publicIPAddressType":"Dynamic","vmStorageAccountContainerName":"vhds","vmName":"[parameters('vmDnsName')]","virtualNetworkName":"WPVNET","vnetID":"[resourceId('Microsoft.Network/virtualNetworks',variables('virtualNetworkName'))]","subnetRef":"[concat(variables('vnetID'),'/subnets/',variables('subnetName'))]"},"resources":[{"type":"Microsoft.Storage/storageAccounts","name":"[parameters('newStorageAccountName')]","apiVersion":"2015-05-01-preview","location":"[resourceGroup().location]","properties":{"accountType":"[variables('storageAccountType')]"}},{"apiVersion":"2015-05-01-preview","type":"Microsoft.Network/publicIPAddresses","name":"[variables('publicIPAddressName')]","location":"[resourceGroup().location]","properties":{"publicIPAllocationMethod":"[variables('publicIPAddressType')]","dnsSettings":{"domainNameLabel":"[parameters('vmDnsName')]"}}},{"apiVersion":"2015-05-01-preview","type":"Microsoft.Network/virtualNetworks","name":"[variables('virtualNetworkName')]","location":"[resourceGroup().location]","properties":{"addressSpace":{"addressPrefixes":["[variables('addressPrefix')]"]},"subnets":[{"name":"[variables('subnetName')]","properties":{"addressPrefix":"[variables('subnetPrefix')]"}}]}},{"apiVersion":"2015-05-01-preview","type":"Microsoft.Network/networkInterfaces","name":"[variables('nicName')]","location":"[resourceGroup().location]","dependsOn":["[concat('Microsoft.Network/publicIPAddresses/', variables('publicIPAddressName'))]","[concat('Microsoft.Network/virtualNetworks/', variables('virtualNetworkName'))]"],"properties":{"ipConfigurations":[{"name":"ipconfig1","properties":{"privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"[resourceId('Microsoft.Network/publicIPAddresses',variables('publicIPAddressName'))]"},"subnet":{"id":"[variables('subnetRef')]"}}}]}},{"apiVersion":"2015-05-01-preview","type":"Microsoft.Compute/virtualMachines","name":"[variables('vmName')]","location":"[resourceGroup().location]","dependsOn":["[concat('Microsoft.Storage/storageAccounts/', parameters('newStorageAccountName'))]","[concat('Microsoft.Network/networkInterfaces/', variables('nicName'))]"],"properties":{"hardwareProfile":{"vmSize":"[parameters('vmSize')]"},"osProfile":{"computername":"[variables('vmName')]","adminUsername":"[parameters('adminUsername')]","adminPassword":"[parameters('adminPassword')]"},"storageProfile":{"imageReference":{"publisher":"[variables('imagePublisher')]","offer":"[variables('imageOffer')]","sku":"[variables('imageSKU')]","version":"[variables('imageVersion')]"},"osDisk":{"name":"osdisk1","vhd":{"uri":"[concat('http://',parameters('newStorageAccountName'),'.blob.core.windows.net/',variables('vmStorageAccountContainerName'),'/','osdisk1.vhd')]"},"caching":"ReadWrite","createOption":"FromImage"}},"networkProfile":{"networkInterfaces":[{"id":"[resourceId('Microsoft.Network/networkInterfaces',variables('nicName'))]"}]}}},{"type":"Microsoft.Compute/virtualMachines/extensions","name":"[concat(variables('vmName'),'/newuserscript')]","apiVersion":"2015-05-01-preview","location":"[resourceGroup().location]","dependsOn":["[concat('Microsoft.Compute/virtualMachines/', variables('vmName'))]"],"properties":{"publisher":"Microsoft.OSTCExtensions","type":"CustomScriptForLinux","typeHandlerVersion":"1.4","settings":{"fileUris":["https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/wordpress-single-vm-ubuntu/install_wordpress.sh"]},"protectedSettings":{"commandToExecute":"[concat('sh install_wordpress.sh ', parameters('mySqlPassword'))]"}}}]} \ No newline at end of file From d109aa97bed6b0f401386a27c1066eb0ca982483 Mon Sep 17 00:00:00 2001 From: umar Date: Wed, 17 May 2017 19:09:44 +0530 Subject: [PATCH 03/18] Update arm_veegam.json --- arm_veegam.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm_veegam.json b/arm_veegam.json index 283a0e8..6a462ed 100644 --- a/arm_veegam.json +++ b/arm_veegam.json @@ -1 +1 @@ -{"$schema":"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#","contentVersion":"1.0.0.0","parameters":{"newStorageAccountName":{"type":"string","metadata":{"description":"This is the name of the your storage account"}},"vmDnsName":{"type":"string","metadata":{"description":"This is the unique DNS name of the for the public IP for your VM"}},"adminUsername":{"type":"string","metadata":{"description":"This is the username you wish to assign to your VMs admin account"}},"adminPassword":{"type":"securestring","metadata":{"description":"This is the password you wish to assign to your VMs admin account"}},"mySqlPassword":{"type":"securestring","metadata":{"description":"Password for your mySQL account"}},"vmSize":{"type":"string","metadata":{"description":"Size of VM"}}},"variables":{"nicName":"VMNic","addressPrefix":"10.0.0.0/16","imagePublisher":"Canonical","imageVersion":"latest","imageSKU":"14.04.2-LTS","imageOffer":"UbuntuServer","subnetName":"Subnet-1","subnetPrefix":"10.0.0.0/24","storageAccountType":"Standard_LRS","publicIPAddressName":"publicIP","publicIPAddressType":"Dynamic","vmStorageAccountContainerName":"vhds","vmName":"[parameters('vmDnsName')]","virtualNetworkName":"WPVNET","vnetID":"[resourceId('Microsoft.Network/virtualNetworks',variables('virtualNetworkName'))]","subnetRef":"[concat(variables('vnetID'),'/subnets/',variables('subnetName'))]"},"resources":[{"type":"Microsoft.Storage/storageAccounts","name":"[parameters('newStorageAccountName')]","apiVersion":"2015-05-01-preview","location":"[resourceGroup().location]","properties":{"accountType":"[variables('storageAccountType')]"}},{"apiVersion":"2015-05-01-preview","type":"Microsoft.Network/publicIPAddresses","name":"[variables('publicIPAddressName')]","location":"[resourceGroup().location]","properties":{"publicIPAllocationMethod":"[variables('publicIPAddressType')]","dnsSettings":{"domainNameLabel":"[parameters('vmDnsName')]"}}},{"apiVersion":"2015-05-01-preview","type":"Microsoft.Network/virtualNetworks","name":"[variables('virtualNetworkName')]","location":"[resourceGroup().location]","properties":{"addressSpace":{"addressPrefixes":["[variables('addressPrefix')]"]},"subnets":[{"name":"[variables('subnetName')]","properties":{"addressPrefix":"[variables('subnetPrefix')]"}}]}},{"apiVersion":"2015-05-01-preview","type":"Microsoft.Network/networkInterfaces","name":"[variables('nicName')]","location":"[resourceGroup().location]","dependsOn":["[concat('Microsoft.Network/publicIPAddresses/', variables('publicIPAddressName'))]","[concat('Microsoft.Network/virtualNetworks/', variables('virtualNetworkName'))]"],"properties":{"ipConfigurations":[{"name":"ipconfig1","properties":{"privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"[resourceId('Microsoft.Network/publicIPAddresses',variables('publicIPAddressName'))]"},"subnet":{"id":"[variables('subnetRef')]"}}}]}},{"apiVersion":"2015-05-01-preview","type":"Microsoft.Compute/virtualMachines","name":"[variables('vmName')]","location":"[resourceGroup().location]","dependsOn":["[concat('Microsoft.Storage/storageAccounts/', parameters('newStorageAccountName'))]","[concat('Microsoft.Network/networkInterfaces/', variables('nicName'))]"],"properties":{"hardwareProfile":{"vmSize":"[parameters('vmSize')]"},"osProfile":{"computername":"[variables('vmName')]","adminUsername":"[parameters('adminUsername')]","adminPassword":"[parameters('adminPassword')]"},"storageProfile":{"imageReference":{"publisher":"[variables('imagePublisher')]","offer":"[variables('imageOffer')]","sku":"[variables('imageSKU')]","version":"[variables('imageVersion')]"},"osDisk":{"name":"osdisk1","vhd":{"uri":"[concat('http://',parameters('newStorageAccountName'),'.blob.core.windows.net/',variables('vmStorageAccountContainerName'),'/','osdisk1.vhd')]"},"caching":"ReadWrite","createOption":"FromImage"}},"networkProfile":{"networkInterfaces":[{"id":"[resourceId('Microsoft.Network/networkInterfaces',variables('nicName'))]"}]}}},{"type":"Microsoft.Compute/virtualMachines/extensions","name":"[concat(variables('vmName'),'/newuserscript')]","apiVersion":"2015-05-01-preview","location":"[resourceGroup().location]","dependsOn":["[concat('Microsoft.Compute/virtualMachines/', variables('vmName'))]"],"properties":{"publisher":"Microsoft.OSTCExtensions","type":"CustomScriptForLinux","typeHandlerVersion":"1.4","settings":{"fileUris":["https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/wordpress-single-vm-ubuntu/install_wordpress.sh"]},"protectedSettings":{"commandToExecute":"[concat('sh install_wordpress.sh ', parameters('mySqlPassword'))]"}}}]} \ No newline at end of file +{"$schema":"https://schema.management.azure.com/schemas/2015-0 From ef19eb17efc30ceaa7e1a5cfea0308d99a2064a5 Mon Sep 17 00:00:00 2001 From: umar Date: Wed, 17 May 2017 20:06:00 +0530 Subject: [PATCH 04/18] Update arm_veegam.json --- arm_veegam.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm_veegam.json b/arm_veegam.json index 6a462ed..5119330 100644 --- a/arm_veegam.json +++ b/arm_veegam.json @@ -1 +1 @@ -{"$schema":"https://schema.management.azure.com/schemas/2015-0 +{"ref":"refs/heads/featureA","url":"https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA","object":{"type":"commit","sha":"aa218f56b14c9653891f9e74264a383fa43fefbd","url":"https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd"}} From 6ee04e048926b1552a3901f5d2c57d99d835f1de Mon Sep 17 00:00:00 2001 From: umar Date: Thu, 18 May 2017 10:52:45 +0530 Subject: [PATCH 05/18] d --- arm_veegam.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm_veegam.json b/arm_veegam.json index 5119330..ee393bc 100644 --- a/arm_veegam.json +++ b/arm_veegam.json @@ -1 +1 @@ -{"ref":"refs/heads/featureA","url":"https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA","object":{"type":"commit","sha":"aa218f56b14c9653891f9e74264a383fa43fefbd","url":"https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd"}} +{"ref":"refs/heads/featureA","url":"https://api.github.com/repos/octocat/Hello-orld/git/refs/heads/featureA","object":{"type":"commit","sha":"aa218f56b14c9653891f9e74264a383fa43fefbd","url":"https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd"}} From 29527a3635de401b3b4ab2df75d149821ecbc688 Mon Sep 17 00:00:00 2001 From: umar Date: Thu, 18 May 2017 10:53:37 +0530 Subject: [PATCH 06/18] e --- arm_veegam.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm_veegam.json b/arm_veegam.json index ee393bc..c8eedca 100644 --- a/arm_veegam.json +++ b/arm_veegam.json @@ -1 +1 @@ -{"ref":"refs/heads/featureA","url":"https://api.github.com/repos/octocat/Hello-orld/git/refs/heads/featureA","object":{"type":"commit","sha":"aa218f56b14c9653891f9e74264a383fa43fefbd","url":"https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd"}} +{"ref":"refs/heads/featureA","url":"https://api.github.com/repos/octocat/Hello-orld/git/refs/heads/feaeureA","object":{"type":"commit","sha":"aa218f56b14c9653891f9e74264a383fa43fefbd","url":"https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd"}} From a0cc332e6686f06cee2e8473ce9d8d82245a80df Mon Sep 17 00:00:00 2001 From: umar Date: Thu, 18 May 2017 10:56:11 +0530 Subject: [PATCH 07/18] r --- arm_veegam.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm_veegam.json b/arm_veegam.json index c8eedca..0947b60 100644 --- a/arm_veegam.json +++ b/arm_veegam.json @@ -1 +1 @@ -{"ref":"refs/heads/featureA","url":"https://api.github.com/repos/octocat/Hello-orld/git/refs/heads/feaeureA","object":{"type":"commit","sha":"aa218f56b14c9653891f9e74264a383fa43fefbd","url":"https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd"}} +{"ref":"refs/heads/featureA","url":"https://api.github.com/repos/octocat/Hello-orld/git/refs/headsddd/feaeureA","object":{"type":"commit","sha":"aa218f56b14c9653891f9e74264a383fa43fefbd","url":"https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd"}} From 275636ac8bbc66da5b3b88fbcf9609673e63f5c4 Mon Sep 17 00:00:00 2001 From: umar Date: Thu, 18 May 2017 10:57:39 +0530 Subject: [PATCH 08/18] Update arm_veegam.json --- arm_veegam.json | 1 + 1 file changed, 1 insertion(+) diff --git a/arm_veegam.json b/arm_veegam.json index 0947b60..68e51eb 100644 --- a/arm_veegam.json +++ b/arm_veegam.json @@ -1 +1,2 @@ {"ref":"refs/heads/featureA","url":"https://api.github.com/repos/octocat/Hello-orld/git/refs/headsddd/feaeureA","object":{"type":"commit","sha":"aa218f56b14c9653891f9e74264a383fa43fefbd","url":"https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd"}} +dddada From 0f87fa190828ae8cb630e500ca02ad6d656ffd73 Mon Sep 17 00:00:00 2001 From: umar Date: Thu, 18 May 2017 10:59:45 +0530 Subject: [PATCH 09/18] Update arm_veegam.json --- arm_veegam.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm_veegam.json b/arm_veegam.json index 68e51eb..b29e572 100644 --- a/arm_veegam.json +++ b/arm_veegam.json @@ -1,2 +1,2 @@ -{"ref":"refs/heads/featureA","url":"https://api.github.com/repos/octocat/Hello-orld/git/refs/headsddd/feaeureA","object":{"type":"commit","sha":"aa218f56b14c9653891f9e74264a383fa43fefbd","url":"https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd"}} +{"ref":"refs/heads/featureA","url":"https://api.github.com/repos/octocat/Hello-orld/gitwww/refs/headsddd/feaeureA","object":{"type":"commit","sha":"aa218f56b14c9653891f9e74264a383fa43fefbd","url":"https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd"}} dddada From 44b6ce615486d5dad7e1be3371424a4d528cbb48 Mon Sep 17 00:00:00 2001 From: umar Date: Fri, 19 May 2017 18:45:01 +0530 Subject: [PATCH 10/18] Update arm_veegam.json --- arm_veegam.json | 1 + 1 file changed, 1 insertion(+) diff --git a/arm_veegam.json b/arm_veegam.json index b29e572..b249d8f 100644 --- a/arm_veegam.json +++ b/arm_veegam.json @@ -1,2 +1,3 @@ {"ref":"refs/heads/featureA","url":"https://api.github.com/repos/octocat/Hello-orld/gitwww/refs/headsddd/feaeureA","object":{"type":"commit","sha":"aa218f56b14c9653891f9e74264a383fa43fefbd","url":"https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd"}} dddada +dd From 1633518bf70af2928c3700a71d34648b6cb386cb Mon Sep 17 00:00:00 2001 From: umar Date: Fri, 19 May 2017 19:46:10 +0530 Subject: [PATCH 11/18] Update arm_veegam.json --- arm_veegam.json | 1 + 1 file changed, 1 insertion(+) diff --git a/arm_veegam.json b/arm_veegam.json index b249d8f..af29e60 100644 --- a/arm_veegam.json +++ b/arm_veegam.json @@ -1,3 +1,4 @@ {"ref":"refs/heads/featureA","url":"https://api.github.com/repos/octocat/Hello-orld/gitwww/refs/headsddd/feaeureA","object":{"type":"commit","sha":"aa218f56b14c9653891f9e74264a383fa43fefbd","url":"https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd"}} dddada dd +dd From b29ad229a577602332b5017e05a745afe6219a0f Mon Sep 17 00:00:00 2001 From: umar Date: Fri, 19 May 2017 19:48:22 +0530 Subject: [PATCH 12/18] dd --- arm_veegam.json | 1 + 1 file changed, 1 insertion(+) diff --git a/arm_veegam.json b/arm_veegam.json index af29e60..3c0a3b6 100644 --- a/arm_veegam.json +++ b/arm_veegam.json @@ -2,3 +2,4 @@ dddada dd dd +dd From b8a7a66dbe0b9b3903a930f405a85d6c082d30fa Mon Sep 17 00:00:00 2001 From: umar Date: Fri, 19 May 2017 19:50:32 +0530 Subject: [PATCH 13/18] Update arm_veegam.json --- arm_veegam.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm_veegam.json b/arm_veegam.json index 3c0a3b6..e1a5968 100644 --- a/arm_veegam.json +++ b/arm_veegam.json @@ -2,4 +2,4 @@ dddada dd dd -dd +dddd From a74ab45f0bdec053143d611cb9f74046950fd1a4 Mon Sep 17 00:00:00 2001 From: umar Date: Fri, 19 May 2017 20:06:07 +0530 Subject: [PATCH 14/18] Update arm_veegam.json --- arm_veegam.json | 1 + 1 file changed, 1 insertion(+) diff --git a/arm_veegam.json b/arm_veegam.json index e1a5968..43790d1 100644 --- a/arm_veegam.json +++ b/arm_veegam.json @@ -3,3 +3,4 @@ dddada dd dd dddd +sddd From 651b675c7f4febda5c94f2e7b7538615dc47f728 Mon Sep 17 00:00:00 2001 From: umar Date: Fri, 19 May 2017 20:19:06 +0530 Subject: [PATCH 15/18] Update arm_veegam.json --- arm_veegam.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm_veegam.json b/arm_veegam.json index 43790d1..59de595 100644 --- a/arm_veegam.json +++ b/arm_veegam.json @@ -1,5 +1,5 @@ {"ref":"refs/heads/featureA","url":"https://api.github.com/repos/octocat/Hello-orld/gitwww/refs/headsddd/feaeureA","object":{"type":"commit","sha":"aa218f56b14c9653891f9e74264a383fa43fefbd","url":"https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd"}} -dddada +dddadadd dd dd dddd From 9cebc30aa393a174e4c0e965ec30402d62140a4e Mon Sep 17 00:00:00 2001 From: umar Date: Fri, 19 May 2017 20:45:04 +0530 Subject: [PATCH 16/18] Update arm_veegam.json --- arm_veegam.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm_veegam.json b/arm_veegam.json index 59de595..68f0be9 100644 --- a/arm_veegam.json +++ b/arm_veegam.json @@ -1,6 +1,6 @@ {"ref":"refs/heads/featureA","url":"https://api.github.com/repos/octocat/Hello-orld/gitwww/refs/headsddd/feaeureA","object":{"type":"commit","sha":"aa218f56b14c9653891f9e74264a383fa43fefbd","url":"https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd"}} dddadadd -dd +dddd dd dddd sddd From 5211507059ec708e4097dc0b822c08d53c82a50c Mon Sep 17 00:00:00 2001 From: umar Date: Fri, 19 May 2017 20:53:02 +0530 Subject: [PATCH 17/18] Update arm_veegam.json --- arm_veegam.json | 1 + 1 file changed, 1 insertion(+) diff --git a/arm_veegam.json b/arm_veegam.json index 68f0be9..f37a95c 100644 --- a/arm_veegam.json +++ b/arm_veegam.json @@ -4,3 +4,4 @@ dddd dd dddd sddd +d From cc7bf4c0c88974f0cb6e53bfb877b4fc829f9a45 Mon Sep 17 00:00:00 2001 From: umar Date: Fri, 19 May 2017 20:55:18 +0530 Subject: [PATCH 18/18] Update arm_veegam.json --- arm_veegam.json | 1 + 1 file changed, 1 insertion(+) diff --git a/arm_veegam.json b/arm_veegam.json index f37a95c..5f3ae0a 100644 --- a/arm_veegam.json +++ b/arm_veegam.json @@ -5,3 +5,4 @@ dd dddd sddd d +dd