Switch to SDK use in ResourceGroup Deployments cmdlets#12141
Switch to SDK use in ResourceGroup Deployments cmdlets#12141VeryEarly merged 4 commits intoAzure:masterfrom
Conversation
|
Can one of the admins verify this patch? |
VeryEarly
left a comment
There was a problem hiding this comment.
-
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. |
VeryEarly
left a comment
There was a problem hiding this comment.
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 <Yeming.Liu@microsoft.com>
Description
Checklist
CONTRIBUTING.mdChangeLog.mdfile(s) has been updated:ChangeLog.mdfile can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md## Upcoming Releaseheader -- no new version header should be added