Skip to content

Conversation

@Sandido
Copy link
Contributor

@Sandido Sandido commented Apr 16, 2024

Description

This one is a typical commit flow.
Feature implementation of: https://msazure.visualstudio.com/One/_workitems/edit/27063119
Design request: https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/1409

Added the new parameter SecureVmGuestStateSas to Grant-AzDiskAccess to return the securityDataAccessSAS value.

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • For SDK-based development mode, 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.
    • For autorest-based development mode, include the changelog in the PR description.
    • 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

@azure-client-tools-bot-prd
Copy link

azure-client-tools-bot-prd bot commented Apr 16, 2024

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Compute
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Signature Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help Example Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️File Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.KeyVault
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.ManagedServiceIdentity
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Monitor
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Network
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.OperationalInsights
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.PrivateDns
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.RecoveryServices
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Test
⚠️ - Linux
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 62.50 % 66.67% Test coverage cannot be lower than the number of the last release.
⚠️ - MacOS
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 62.50% 66.67% Test coverage cannot be lower than the number of the last release.
⚠️PowerShell Core - Windows
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 62.50% 66.67% Test coverage cannot be lower than the number of the last release.
⚠️Windows PowerShell - Windows
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 62.50% 66.67% Test coverage cannot be lower than the number of the last release.
️✔️Az.Security
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Sql
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Ssh
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Storage
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows

@Sandido
Copy link
Contributor Author

Sandido commented Apr 17, 2024

@Nickcandy , the test failure in ssh seems due to an error when trying to install from a repo PsGallery and failed to do so. I don't see how my changes would affect that. Might be due to the PsGallery not having a capital S.

@Nickcandy
Copy link
Contributor

Nickcandy commented Apr 18, 2024

Hi @Sandido, is your pr ready for review? Cuz I saw it's draft.

@Sandido
Copy link
Contributor Author

Sandido commented Apr 19, 2024

@Nickcandy , just reviewing it with my team first.

haagha
haagha previously approved these changes Apr 19, 2024
Copy link
Member

@haagha haagha left a comment

Choose a reason for hiding this comment

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

@Sandido to add vm creation to Test and change "private set" to "set" but other than that everything looks good!

@Sandido
Copy link
Contributor Author

Sandido commented Apr 19, 2024

Ready for merging

@Sandido Sandido marked this pull request as ready for review April 19, 2024 20:56
@Nickcandy
Copy link
Contributor

Nickcandy commented Apr 20, 2024

Hi @Sandido , our code freeze time is PST 6PM Apr 22. If your code targets to this release, please finish resolving conflicts ASAP

@github-actions
Copy link

This PR was labeled "needs-revision" because it has unresolved review comments or CI failures.
Please resolve all open review comments and make sure all CI checks are green. Refer to our guide to troubleshoot common CI failures.

@Sandido
Copy link
Contributor Author

Sandido commented Apr 22, 2024

@Nickcandy , resolved. Looks like something tried to add back in the bug of ProgressAction paramter to the help doc.

@Sandido
Copy link
Contributor Author

Sandido commented Apr 22, 2024

@Nickcandy the error in the 'azure-powershell security tools' check is no due to anything related to my edits.

@Nickcandy
Copy link
Contributor

image
seems you delete the end symbol leading to build error

@YanaXu
Copy link
Contributor

YanaXu commented Apr 24, 2024

@Sandido, could you please resolve the conflicts?

@Sandido
Copy link
Contributor Author

Sandido commented Apr 24, 2024

@YanaXu , resolved. Please merge when you can. This constant issue of conflicts with Changelog.md is quite annoying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants