From bbc4f3336e52dc577fd1ff02efc8d328002b4541 Mon Sep 17 00:00:00 2001 From: Michael Bondarevsky Date: Sun, 19 Jun 2022 23:05:45 +0300 Subject: [PATCH 1/3] Rename master to main --- Deployment/azuredeploy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Deployment/azuredeploy.json b/Deployment/azuredeploy.json index 2dade936a..e282c73e4 100644 --- a/Deployment/azuredeploy.json +++ b/Deployment/azuredeploy.json @@ -136,7 +136,7 @@ "appIconUrl": { "type": "string", "minLength": 1, - "defaultValue": "https://raw.githubusercontent.com/OfficeDev/microsoft-teams-company-communicator-app/master/Manifest/color.png", + "defaultValue": "https://raw.githubusercontent.com/OfficeDev/microsoft-teams-company-communicator-app/main/Manifest/color.png", "metadata": { "description": "The link to the icon for the app. It must resolve to a PNG file." } @@ -193,7 +193,7 @@ "metadata": { "description": "The branch of the GitHub repository to deploy." }, - "defaultValue": "master" + "defaultValue": "main" }, "serviceBusWebAppRoleNameGuid": { "defaultValue": "958380b3-630d-4823-b933-f59d92cdcada", From fb1e2f824587a643eb4a247e0f5afd1c88f39541 Mon Sep 17 00:00:00 2001 From: Michael Bondarevsky Date: Sun, 19 Jun 2022 23:07:04 +0300 Subject: [PATCH 2/3] Rename master to main --- Deployment/azuredeploywithcert.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Deployment/azuredeploywithcert.json b/Deployment/azuredeploywithcert.json index a3d8fcfc2..b59d5b31d 100644 --- a/Deployment/azuredeploywithcert.json +++ b/Deployment/azuredeploywithcert.json @@ -142,7 +142,7 @@ "appIconUrl": { "type": "string", "minLength": 1, - "defaultValue": "https://raw.githubusercontent.com/OfficeDev/microsoft-teams-company-communicator-app/master/Manifest/color.png", + "defaultValue": "https://raw.githubusercontent.com/OfficeDev/microsoft-teams-company-communicator-app/main/Manifest/color.png", "metadata": { "description": "The link to the icon for the app. It must resolve to a PNG file." } @@ -199,7 +199,7 @@ "metadata": { "description": "The branch of the GitHub repository to deploy." }, - "defaultValue": "master" + "defaultValue": "main" }, "serviceBusWebAppRoleNameGuid": { "defaultValue": "958380b3-630d-4823-b933-f59d92cdcada", From c6d3431cc4479994e68ce6fe79d3ee2ffbb1b555 Mon Sep 17 00:00:00 2001 From: Michael Bondarevsky Date: Sun, 19 Jun 2022 23:11:42 +0300 Subject: [PATCH 3/3] Rename from master to main --- Deployment/parameters.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Deployment/parameters.json b/Deployment/parameters.json index 7b2f73eca..17625dbd0 100644 --- a/Deployment/parameters.json +++ b/Deployment/parameters.json @@ -112,7 +112,7 @@ "Description": "The URL to the GitHub repository to deploy." }, "gitBranch": { - "Value": "master", + "Value": "main", "Description": "The branch of the GitHub repository to deploy." }, "appDisplayName": { @@ -124,7 +124,7 @@ "Description": "The app (and bot) description." }, "appIconUrl": { - "Value": "https://raw.githubusercontent.com/OfficeDev/microsoft-teams-company-communicator-app/master/Manifest/color.png", + "Value": "https://raw.githubusercontent.com/OfficeDev/microsoft-teams-company-communicator-app/main/Manifest/color.png", "Description": "The link to the icon for the app. It must resolve to a PNG file." }, "companyName": { @@ -143,4 +143,4 @@ "Value": "<>", "Description": "The https:// URL to the company's terms of use." } -} \ No newline at end of file +}