Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/learning-powershell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Note that all bash commands should continue working on PowerShell session.
[powershell-intro]: https://www.pluralsight.com/courses/powershell-intro
[lynda-training]: https://www.lynda.com/PowerShell-training-tutorials/5779-0.html
[learn-win-powershell]: https://www.amazon.com/Learn-Windows-PowerShell-Month-Lunches/dp/1617294160
[learn-powershell]: https://www.manning.com/books/learn-powershell-in-a-month-of-lunches-linux-and-macos-edition
[learn-powershell]: https://www.manning.com/books/learn-powershell-in-a-month-of-lunches

[getstarted-with-powershell]: https://channel9.msdn.com/Series/GetStartedPowerShell3
[why-learn-powershell]: https://blogs.technet.microsoft.com/heyscriptingguy/2014/10/18/weekend-scripter-why-learn-powershell/
Expand Down
3 changes: 2 additions & 1 deletion test/common/markdown/markdown-link.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ Describe "Verify Markdown Links" {
# check against the allowed failures
$allowedFailures = [System.Net.HttpStatusCode[]](
503, # Service Unavailable
504 # Gateway Timeout
504, # Gateway Timeout
403 # Forbidden, some sites block with from AzDO with this code
)

$prefix = $url.Substring(0,7)
Expand Down