Skip to content

Commit

Permalink
Temporarily manually fix invalid generated markdown links
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored and azure-sdk committed Nov 10, 2020
1 parent 3db3eb6 commit 7f29c60
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions eng/common/TestResources/New-TestResources.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,4 @@ Run this in an Azure DevOps CI (with approrpiate variables configured) before
executing live tests. The script will output variables as secrets (to enable
log redaction).
.LINK
Remove-TestResources.ps1
#>
5 changes: 1 addition & 4 deletions eng/common/TestResources/New-TestResources.ps1.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ Aliases:

Required: False
Position: Named
Default value: None
Default value: @{}
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down Expand Up @@ -489,6 +489,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## NOTES
## RELATED LINKS
[Remove-TestResources.ps1]()
2 changes: 0 additions & 2 deletions eng/common/TestResources/Remove-TestResources.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,4 @@ Remove-TestResources.ps1 `
When run in the context of an Azure DevOps pipeline, this script removes the
resource group whose name is stored in the environment variable
AZURE_RESOURCEGROUP_NAME.
.LINK
New-TestResources.ps1
#>

0 comments on commit 7f29c60

Please sign in to comment.