diff --git a/README.md b/README.md index 742a6d6..d5a03c2 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,3 @@ hello cloud gurus My name is tam I am Playing with github Lets see if this conflict works - -"resources": [ - { - "type": "Microsoft.Storage/storageAccounts", - "name": "[variables('storageAccountName')]", - "apiVersion": "[variables('apiVersion')]", - "location": "[variables('location')]", - "properties": { - "accountType": "[parameters('storageAccountType')]" - } - }, - { diff --git a/testfile.txt b/testfile.txt new file mode 100644 index 0000000..b6e5c3f --- /dev/null +++ b/testfile.txt @@ -0,0 +1 @@ +this is a new file for new branch