Skip to content

Conversation

@mwesigwaguma
Copy link
Contributor

Description

The purpose of this PR is to update commands that do not return all resources after a Get call is made. Following the changes at Azure/azure-rest-api-specs#26369, new APIs are generated that support a nextLink property that facilitates the return of all pages after a Get call

Checklist

  • SHOULD select appropriate branch. Cmdlets from Autorest.PowerShell should go to generation branch.
  • SHOULD make the title of PR clear and informative, and in the present imperative tense.
  • SHOULD update ChangeLog.md file(s) appropriately
    • For any service, the ChangeLog.md file can be found at 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. Add changelog in description section if PR goes into generation branch.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD have approved design review for the changes in this repository (Microsoft internal only) with following situations
    • Create new module from scratch
    • Create new resource types which are not easy to conform to Azure PowerShell Design Guidelines
    • Create new resource type which name doesn't use module name as prefix
    • Have design question before implementation
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT introduce breaking changes in Az minor release except preview version.
  • SHOULD NOT adjust version of module manually in pull request

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

azure-client-tools-bot-prd bot commented Nov 14, 2023

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.ServiceFabric
️✔️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 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
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 0.00 % Test coverage for the module cannot be lower than 50%.
️✔️PowerShell Core - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows

@NoriZC
Copy link
Contributor

NoriZC commented Nov 16, 2023

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@NoriZC
Copy link
Contributor

NoriZC commented Nov 16, 2023

Hi @mwesigwaguma, please update the changelog.md, which can be found at src/ServiceFabric/ServiceFabric/ChangeLog.md.
And can you explain will the change affect the original output? Like the output type change or something like that. If so, you should re-generate the help follow this doc

@NoriZC NoriZC self-assigned this Nov 16, 2023
@mwesigwaguma
Copy link
Contributor Author

Hi @mwesigwaguma, please update the changelog.md, which can be found at src/ServiceFabric/ServiceFabric/ChangeLog.md. And can you explain will the change affect the original output? Like the output type change or something like that. If so, you should re-generate the help follow this doc

I have updated the changelog.md file. As for the output type, it is not changing. My update only fixes a pagination issue where only one page was being returned when certain commands were executed. With the fix, all all resources should be returned but the output type is not changing.

@NoriZC
Copy link
Contributor

NoriZC commented Nov 19, 2023

/azp run azure-powershell - security-tools

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@NoriZC
Copy link
Contributor

NoriZC commented Nov 20, 2023

/azp run azure-powershell - security-tools

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@NoriZC NoriZC merged commit 3312a25 into Azure:main Nov 20, 2023
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.

2 participants