forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'revert_error_logging' of https://github.com/iscai-msft/…
…azure-sdk-for-python into revert_error_logging * 'revert_error_logging' of https://github.com/iscai-msft/azure-sdk-for-python: Sync eng/common directory with azure-sdk-tools for PR 2327 (Azure#22021) Sync eng/common directory with azure-sdk-tools for PR 2327 (Azure#22017) pin mistune, dep of m2r, after breaking change release (Azure#22018) Update eng sys codeowners [AutoRelease] t2-loadtestservice-2021-11-26-84683 (Azure#21895) update release-helper (Azure#22012) skip python ci for data-plane (Azure#22011) CognitiveServices Face (Azure#21986) [stress, eventhub] Update dependency version and image/namespace. Remove redundant files. (Azure#21989) [translation] remove sample tests dependency on static storage acc (Azure#21992) Update packaging tool only (Azure#21973) Increment package version after release of azure-core (Azure#21991) Sync eng/common directory with azure-sdk-tools for PR 2380 (Azure#21993) pin crypto in depends check (Azure#21987) Restore deploymentOutputs variable in scope for post deployment script (Azure#21983)
- Loading branch information
Showing
72 changed files
with
3,614 additions
and
308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Wrapper Script for Readme Verification | ||
[CmdletBinding()] | ||
param ( | ||
[string]$DocWardenVersion = "0.7.1", | ||
|
||
[Parameter(Mandatory = $true)] | ||
[string]$ScanPath, | ||
|
||
[Parameter(Mandatory = $true)] | ||
[string]$SettingsPath | ||
) | ||
|
||
pip install setuptools wheel --quiet | ||
pip install doc-warden==$DocWardenVersion --quiet | ||
ward scan -d $ScanPath -c $SettingsPath |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.