-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Onboarding v2 #31457
Merged
Merged
Onboarding v2 #31457
Conversation
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
3e02a5a
to
06d1143
Compare
JimSuplizio
approved these changes
Aug 17, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per our discussion, I'm good with these changes.
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.
Example docindex run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=2992537&view=logs&j=dc056dfc-c0cf-5958-c8c4-8da4f91a3739&t=9e8e3f45-1b4f-5a0b-f97c-ea625d97d635
Note: There's also a cleanup PR to cleanup older language specific items.
Example nightly service pipeline run (failure in Analyze job unrelated to this change): https://dev.azure.com/azure-sdk/internal/_build/results?buildId=2981301&view=logs&s=cc1c0c38-0f79-5da2-c09f-847e3abdf9ce&j=f8e040b3-c0ff-5789-0eda-99daaaa3fc1b
Note: Key ordering in JSON outputs are not sorted because PowerShell did not use ordered hashtables for
ConvertFrom-Json -AsHashtable
until PowerShell 7.3 and the agent is using 7.2. For example, this commit changes no package onboarding information but does alter the ordering of keys: MicrosoftDocs/azure-docs-sdk-python@7f0f9cf ... Until PowerShell is upgraded on the agent this will continue to be the case. Array ordering is not affected.