Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

(forumsteam) fixes MicrosoftDocs/azure-docs#8775 #127

Merged
merged 1 commit into from
May 22, 2018
Merged
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
(forumsteam) fixes MicrosoftDocs/azure-docs#8775
updated $token to match the variable at the start of the script.
  • Loading branch information
BryanTrach-MSFT authored May 18, 2018
commit 95ef2ff329c32b40c9d38b6244d40e0ee0304267
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ New-AzureRmWebApp -Name $webappname -Location $location -AppServicePlan $webappn

# SET GitHub
$PropertiesObject = @{
token = $token;
token = $gittoken;
}
Set-AzureRmResource -PropertyObject $PropertiesObject `
-ResourceId /providers/Microsoft.Web/sourcecontrols/GitHub -ApiVersion 2015-08-01 -Force
Expand Down