-
Notifications
You must be signed in to change notification settings - Fork 1.7k
5/20 PM Publish #7614
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
Merged
5/20 PM Publish #7614
Conversation
This file contains hidden or 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
There are two issues with the last script:
1. { $_.ProcessId -eq $_.ProcessId } is always true.
2. Without "Format-List -Property *", the script does not show the DecodedCommand property.
* M50834 - Fixing Typo (#6192) Translator has reported possible source content issue. Affected Line: 662 Description: "operation" should be "operator" * Publish to live (#6256) * Updates formatting for DSC resource authoring section (#6254) * Update formatting for resources folder * Updates dates metadata * Updates for formatting * Fixes #1208 - add ETS docs (#6253) * Fixes #1208 - add ETS docs * Feedback edits * fix TOC * fix typo in TOC * fix typo * formatting * Remove section that is no longer considered best practice (#6255) Co-authored-by: Chase Wilson <31453523+chasewilson@users.noreply.github.com> * Publish to live (#6660) * Fixes #6644 - Updates Write-Verbose (#6657) * Fixes DocFXv3 build warnings (#6659) Co-authored-by: Sean Wheeler <sewhee@microsoft.com> * fix typo Co-authored-by: Chase Wilson <31453523+chasewilson@users.noreply.github.com> Co-authored-by: Sean Wheeler <sewhee@microsoft.com> * Fix to add TLS 1.2 not overwrite existing options The old version overwrites all the existing values including TLS 1.3 and anything that might be added in the future. This version just makes sure TLS 1.2 is available for use while not modifying any other existing values. Co-authored-by: huypub <38988242+huypub@users.noreply.github.com> Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com> Co-authored-by: V-vafune <54362071+V-vafune@users.noreply.github.com> Co-authored-by: Chase Wilson <31453523+chasewilson@users.noreply.github.com> Co-authored-by: Sean Wheeler <sewhee@microsoft.com> Co-authored-by: Alma Jenks <v-alje@microsoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.