Skip to content

Added the migration document for Az 14.0.0 #27791

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
merged 6 commits into from
May 20, 2025
Merged

Conversation

wyunchi-ms
Copy link
Contributor

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Sorry, something went wrong.

Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

@wyunchi-ms wyunchi-ms marked this pull request as draft May 19, 2025 09:20
@mikefrobbins mikefrobbins self-requested a review May 19, 2025 14:15
'Content-Type' = 'application/json'
'Authorization' = 'Bearer ' + (Get-AccessToken)
}
$respone = Invoke-RestMethod -Method Get -Headers $authHeader -Uri $uri" "$secureToken = (Get-AzAccessToken).Token
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line should be in After

@mikefrobbins
Copy link
Contributor

Some technical details are missing from the AI-generated version that raise concerns. For instance, the section on Get-AzAksManagedClusterOSOption lacks sufficient detail. I added the non-AI version to the docs repo and we can iterate if needed. See PR MicrosoftDocs/azure-docs-powershell#3587

@wyunchi-ms wyunchi-ms marked this pull request as ready for review May 20, 2025 02:50
wyunchi-ms and others added 3 commits May 20, 2025 10:52
@VeryEarly VeryEarly merged commit 344daac into main May 20, 2025
12 checks passed
@VeryEarly VeryEarly deleted the wyunchi/after-release branch May 20, 2025 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants