Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename default branch from master to main in ARM templates #775

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Deployment/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions Deployment/azuredeploywithcert.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions Deployment/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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": {
Expand All @@ -143,4 +143,4 @@
"Value": "<<value>>",
"Description": "The https:// URL to the company's terms of use."
}
}
}