From b09b3793d0a76fe7a1cb9e1a659014a41c68d5a8 Mon Sep 17 00:00:00 2001 From: "Brian Moore (AZURE RESOURCE MANAGER)" Date: Sat, 5 May 2018 13:34:26 -0500 Subject: [PATCH 1/3] rename mp sample --- {201-marketplace-sample => 100-marketplace-sample}/README.md | 0 .../azuredeploy.json | 0 .../azuredeploy.parameters.json | 0 .../createUiDefinition.json | 0 {201-marketplace-sample => 100-marketplace-sample}/metadata.json | 0 .../scripts/FileToBeCopied.txt | 0 .../scripts/copyfilefromazure.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {201-marketplace-sample => 100-marketplace-sample}/README.md (100%) rename {201-marketplace-sample => 100-marketplace-sample}/azuredeploy.json (100%) rename {201-marketplace-sample => 100-marketplace-sample}/azuredeploy.parameters.json (100%) rename {201-marketplace-sample => 100-marketplace-sample}/createUiDefinition.json (100%) rename {201-marketplace-sample => 100-marketplace-sample}/metadata.json (100%) rename {201-marketplace-sample => 100-marketplace-sample}/scripts/FileToBeCopied.txt (100%) rename {201-marketplace-sample => 100-marketplace-sample}/scripts/copyfilefromazure.sh (100%) diff --git a/201-marketplace-sample/README.md b/100-marketplace-sample/README.md similarity index 100% rename from 201-marketplace-sample/README.md rename to 100-marketplace-sample/README.md diff --git a/201-marketplace-sample/azuredeploy.json b/100-marketplace-sample/azuredeploy.json similarity index 100% rename from 201-marketplace-sample/azuredeploy.json rename to 100-marketplace-sample/azuredeploy.json diff --git a/201-marketplace-sample/azuredeploy.parameters.json b/100-marketplace-sample/azuredeploy.parameters.json similarity index 100% rename from 201-marketplace-sample/azuredeploy.parameters.json rename to 100-marketplace-sample/azuredeploy.parameters.json diff --git a/201-marketplace-sample/createUiDefinition.json b/100-marketplace-sample/createUiDefinition.json similarity index 100% rename from 201-marketplace-sample/createUiDefinition.json rename to 100-marketplace-sample/createUiDefinition.json diff --git a/201-marketplace-sample/metadata.json b/100-marketplace-sample/metadata.json similarity index 100% rename from 201-marketplace-sample/metadata.json rename to 100-marketplace-sample/metadata.json diff --git a/201-marketplace-sample/scripts/FileToBeCopied.txt b/100-marketplace-sample/scripts/FileToBeCopied.txt similarity index 100% rename from 201-marketplace-sample/scripts/FileToBeCopied.txt rename to 100-marketplace-sample/scripts/FileToBeCopied.txt diff --git a/201-marketplace-sample/scripts/copyfilefromazure.sh b/100-marketplace-sample/scripts/copyfilefromazure.sh similarity index 100% rename from 201-marketplace-sample/scripts/copyfilefromazure.sh rename to 100-marketplace-sample/scripts/copyfilefromazure.sh From e454181b76855b52594123b3da6ed2d2e391ff80 Mon Sep 17 00:00:00 2001 From: "Brian Moore (AZURE RESOURCE MANAGER)" Date: Sat, 5 May 2018 13:35:28 -0500 Subject: [PATCH 2/3] updated link --- 100-marketplace-sample/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/100-marketplace-sample/metadata.json b/100-marketplace-sample/metadata.json index e71534db54f2..628a03e79b13 100644 --- a/100-marketplace-sample/metadata.json +++ b/100-marketplace-sample/metadata.json @@ -3,5 +3,5 @@ "description": "This template allows deploying a linux VM using new or existing resources for the Virtual Network, Storage and Public IP Address. It also allows for choosing between SSH and Password authenticate. The templates uses conditions and logic functions to remove the need for nested deployments.", "summary": "This template allows deploying a linux VM using new or existing resources for the Virtual Network, Storage and Public IP Address. It also allows for choosing between SSH and Password authenticate.", "githubUsername": "bmoore-msft", - "dateUpdated": "2018-05-02" + "dateUpdated": "2018-05-03" } From 265a193fcc7bac432f066d92d3a17b7bd5a8f077 Mon Sep 17 00:00:00 2001 From: "Brian Moore (AZURE RESOURCE MANAGER)" Date: Sat, 5 May 2018 13:35:44 -0500 Subject: [PATCH 3/3] updated link --- 100-marketplace-sample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/100-marketplace-sample/README.md b/100-marketplace-sample/README.md index 553f1f3f8787..52eb92b306bd 100644 --- a/100-marketplace-sample/README.md +++ b/100-marketplace-sample/README.md @@ -1,6 +1,6 @@ # Azure Marketplace VM with CreateUIDefinition - + This template allows deploying a linux VM using new or existing resources for the Virtual Network, Storage and Public IP Address. It also allows for choosing between SSH and Password authenticate. The templates uses conditions and logic functions to remove the need for nested deployments.