-
Notifications
You must be signed in to change notification settings - Fork 4k
Switch to SDK use in ResourceGroup Deployments cmdlets #12141
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
Switch to SDK use in ResourceGroup Deployments cmdlets #12141
Conversation
Can one of the admins verify this patch? |
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.
-
the new ouput type doesn't seem to match the cmdlet output type
-
please add changelog
This needs to be PsDeploymentOperation since we're not returning the generic PS object anymore. Refers to: src/Resources/ResourceManager/Implementation/ResourceGroupDeployments/GetAzureResourceGroupDeploymentOperationCmdlet.cs:30 in 603df06. [](commit_id = 603df06, deletion_comment = False) |
Looks like we don't need this parameter any more. Could you add a deprecation attribute noting that it will be retired? Refers to: src/Resources/ResourceManager/Implementation/ResourceGroupDeployments/GetAzureResourceGroupDeploymentOperationCmdlet.cs:47 in 603df06. [](commit_id = 603df06, deletion_comment = False) |
Is there any test coverage for this cmdlet? If not, it might be good if we add one. Refers to: src/Resources/ResourceManager/Implementation/ResourceGroupDeployments/GetAzureResourceGroupDeploymentOperationCmdlet.cs:30 in 603df06. [](commit_id = 603df06, deletion_comment = False) |
We already have test coverage for this cmdlet. |
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.
please regenerate help due to output type change
The help file already reflects the new output type |
Is this considered a breaking change? |
Output type had been changed and is still PSObject in help: |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
* Switch to SDK use in ResourceGroup Deployments cmdlets * Include review fixes * Changed help file to reflect new output type
…mplementation to use SDK (#12642) * Remove ApiVersion Parameter from deployments * update changelog * Delete ApiVersion param * Switch to SDK use in ResourceGroup Deployments cmdlets * Include review fixes * Changed help file to reflect new output type * Rollback breaking changes from PR #12141 * Change Get-AzResourceGroupDeploymentOperation implementation to use SDK * Update help * Rollback changes to help files of untouched cmdlets * Suppress breaking change issues * remove subscriptionId param * Update breakingchanges csv * Suppress breaking changes
…oyments cmdlets and changed the output type of Get-AzResourceGroupDeploymentOperations (#13112) * Remove ApiVersion Parameter from deployments * update changelog * Delete ApiVersion param * Switch to SDK use in ResourceGroup Deployments cmdlets * Include review fixes * Changed help file to reflect new output type * Rollback breaking changes from PR #12141 * Change Get-AzResourceGroupDeploymentOperation implementation to use SDK * Update help * Rollback changes to help files of untouched cmdlets * Suppress breaking change issues * remove subscriptionId param * Update breakingchanges csv * Suppress breaking changes * Review fixes + breaking change suppression * Add missed breaking change issue to fix static analysis failure * Update ChangeLog.md Co-authored-by: Yeming Liu <[email protected]>
Description
Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be added