Skip to content
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

[Compute] Adding ResourceIdsOnly to Get-AzCapacityReservationGroup #25703

Merged
merged 7 commits into from
Aug 7, 2024

Conversation

haagha
Copy link
Member

@haagha haagha commented Jul 30, 2024

Description

Resolves https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/1420

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

Copy link

azure-client-tools-bot-prd bot commented Jul 30, 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
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Get-AzCapacityReservationGroup 1 1 Unassigned_Variable Get-AzCapacityReservationGroup -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Get-AzCapacityReservationGroup 2 1 Unassigned_Variable Get-AzCapacityReservationGroup -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Get-AzCapacityReservationGroup 1 1 Unassigned_Variable Get-AzCapacityReservationGroup -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Get-AzCapacityReservationGroup 2 1 Unassigned_Variable Get-AzCapacityReservationGroup -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
️✔️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
️✔️PowerShell Core - Linux
️✔️PowerShell Core - 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
️✔️PowerShell Core - Linux
️✔️PowerShell Core - 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
️✔️PowerShell Core - Linux
️✔️PowerShell Core - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Security
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️PowerShell Core - Linux
️✔️PowerShell Core - 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
️✔️PowerShell Core - Linux
️✔️PowerShell Core - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Storage
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows

grizzlytheodore
grizzlytheodore previously approved these changes Aug 1, 2024
@dolauli dolauli self-assigned this Aug 1, 2024
@VeryEarly
Copy link
Contributor

/azp run azure-powershell - security-tools

Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@dolauli
Copy link
Contributor

dolauli commented Aug 1, 2024

@haagha I made a change to mask the password in the test to avoid security failures. Please review whether the change is OK for you. An potential impact of the change is that next time when you record the test, you may need to unmask the password for recording test and re-mask the password afterward.

@dolauli
Copy link
Contributor

dolauli commented Aug 6, 2024

@haagha Would you please resolve the conflict?

@haagha
Copy link
Member Author

haagha commented Aug 6, 2024

@dolauli looks good.

@dolauli dolauli merged commit fa80569 into main Aug 7, 2024
12 checks passed
@dolauli dolauli deleted the haagha/capreslistresourceids branch August 7, 2024 01:14
github-actions bot pushed a commit that referenced this pull request Aug 7, 2024
…25703)

* changes

* Update ChangeLog.md

* removing passwords

* Update VirtualMachineTests.ps1 to mask password

---------

Co-authored-by: Xiaogang <[email protected]>
VeryEarly added a commit that referenced this pull request Aug 19, 2024
…25703) (#25849)

* changes

* Update ChangeLog.md

* removing passwords

* Update VirtualMachineTests.ps1 to mask password

---------

Co-authored-by: Haider Agha <[email protected]>
Co-authored-by: Xiaogang <[email protected]>
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.

4 participants