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

[HDInsight on AKS] New Api version 2024-05-01-preview #25382

Draft
wants to merge 12 commits into
base: generation
Choose a base branch
from

Conversation

yuc-Li
Copy link
Member

@yuc-Li yuc-Li commented Jun 26, 2024

Description

Upcoming Release

  • Changes in Cluster pool
    • Enabled get cluster pool upgrade history.
  • Changes in Cluster
    • Enabled get cluster upgrade history.
    • Ebabled rollback cluster upgrade.
    • Enabled manage cluster library.
    • Enabled multiple managedIdentity, cluster version is required to be above 1.2.0.
  • Added commands
    • New-AzHdInsightOnAksManagedIdentityObject for create an in-memory object for ManagedIdentitySpec.
    • New-AzHdInsightOnAksClusterMavenLibraryObject for create an in-memory object for Maven library properties.
    • New-AzHdInsightOnAksClusterPyPiLibraryObject for create an in-memory object for PyPi library properties.
    • Get-AzHdInsightOnAksClusterPoolUpgradeHistory for get a list for cluster pool upgrade history.
    • Get-AzHdInsightOnAksClusterUpgradeHistory for get a list for cluster upgrade history.
    • Invoke-AzHdInsightOnAksManageClusterLibrary for manage libraries on cluster.
    • Upgrade-AzHdInsightOnAksClusterManualRollback for manual rollback upgrade for a cluster.
  • Other changes
    • Renamed command New-AzHdInsightOnAksClusterPoolAKSUpgradeObject to New-AzHdInsightOnAksClusterPoolAksPatchVersionUpgradeObject.

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 Jun 26, 2024

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
⚠️Az.HdInsightOnAks
️✔️Build
️✔️PowerShell Core - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
⚠️Signature Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ Get-AzHdInsightOnAksAvailableClusterPoolVersion Get-AzHdInsightOnAksAvailableClusterPoolVersion Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzHdInsightOnAksAvailableClusterPoolVersion Get-AzHdInsightOnAksAvailableClusterPoolVersion changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzHdInsightOnAksAvailableClusterVersion Get-AzHdInsightOnAksAvailableClusterVersion Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzHdInsightOnAksAvailableClusterVersion Get-AzHdInsightOnAksAvailableClusterVersion changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzHdInsightOnAksCluster Get-AzHdInsightOnAksCluster Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzHdInsightOnAksCluster Get-AzHdInsightOnAksCluster changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzHdInsightOnAksClusterAvailableUpgrade Get-AzHdInsightOnAksClusterAvailableUpgrade Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzHdInsightOnAksClusterAvailableUpgrade Get-AzHdInsightOnAksClusterAvailableUpgrade changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzHdInsightOnAksClusterInstanceView Get-AzHdInsightOnAksClusterInstanceView Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzHdInsightOnAksClusterInstanceView Get-AzHdInsightOnAksClusterInstanceView changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzHdInsightOnAksClusterJob Get-AzHdInsightOnAksClusterJob Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzHdInsightOnAksClusterJob Get-AzHdInsightOnAksClusterJob changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzHdInsightOnAksClusterLibrary Get-AzHdInsightOnAksClusterLibrary Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzHdInsightOnAksClusterLibrary Get-AzHdInsightOnAksClusterLibrary changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzHdInsightOnAksClusterPool Get-AzHdInsightOnAksClusterPool Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzHdInsightOnAksClusterPool Get-AzHdInsightOnAksClusterPool changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzHdInsightOnAksClusterPoolAvailableUpgrade Get-AzHdInsightOnAksClusterPoolAvailableUpgrade Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzHdInsightOnAksClusterPoolAvailableUpgrade Get-AzHdInsightOnAksClusterPoolAvailableUpgrade changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzHdInsightOnAksClusterPoolUpgradeHistory Get-AzHdInsightOnAksClusterPoolUpgradeHistory Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzHdInsightOnAksClusterPoolUpgradeHistory Get-AzHdInsightOnAksClusterPoolUpgradeHistory changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzHdInsightOnAksClusterServiceConfig Get-AzHdInsightOnAksClusterServiceConfig Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzHdInsightOnAksClusterServiceConfig Get-AzHdInsightOnAksClusterServiceConfig changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzHdInsightOnAksClusterUpgradeHistory Get-AzHdInsightOnAksClusterUpgradeHistory Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzHdInsightOnAksClusterUpgradeHistory Get-AzHdInsightOnAksClusterUpgradeHistory changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzHdInsightOnAksClusterConfigFileObject New-AzHdInsightOnAksClusterConfigFileObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzHdInsightOnAksClusterHotfixUpgradeObject New-AzHdInsightOnAksClusterHotfixUpgradeObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzHdInsightOnAksClusterMavenLibraryObject New-AzHdInsightOnAksClusterMavenLibraryObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzHdInsightOnAksClusterPoolAksPatchVersionUpgradeObject New-AzHdInsightOnAksClusterPoolAksPatchVersionUpgradeObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzHdInsightOnAksClusterPyPiLibraryObject New-AzHdInsightOnAksClusterPyPiLibraryObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzHdInsightOnAksClusterServiceConfigObject New-AzHdInsightOnAksClusterServiceConfigObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzHdInsightOnAksClusterServiceConfigsProfileObject New-AzHdInsightOnAksClusterServiceConfigsProfileObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzHdInsightOnAksFlinkJobObject New-AzHdInsightOnAksFlinkJobObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzHdInsightOnAksManagedIdentityObject New-AzHdInsightOnAksManagedIdentityObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzHdInsightOnAksNodeProfileObject New-AzHdInsightOnAksNodeProfileObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzHdInsightOnAksSecretReferenceObject New-AzHdInsightOnAksSecretReferenceObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzHdInsightOnAksTrinoHiveCatalogObject New-AzHdInsightOnAksTrinoHiveCatalogObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Upgrade-AzHdInsightOnAksCluster 1 5 Mismatched_Parameter_Value_Type Upgrade-AzHdInsightOnAksCluster -ClusterUpgradeRequest $hotfixObj is not an expected parameter value type. -ClusterUpgradeRequest Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.HdInsightOnAks.Models.IClusterUpgrade. Now the type is Microsoft.Azure.PowerShell.Cmdlets.HdInsightOnAks.Models.ClusterHotfixUpgradeProperties.(Command).
⚠️ Upgrade-AzHdInsightOnAksClusterPool 2 4 Mismatched_Parameter_Value_Type Upgrade-AzHdInsightOnAksClusterPool -ClusterPoolUpgradeRequest $upgradeObj is not an expected parameter value type. -ClusterPoolUpgradeRequest Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.HdInsightOnAks.Models.IClusterPoolUpgrade. Now the type is Microsoft.Azure.PowerShell.Cmdlets.HdInsightOnAks.Models.ClusterPoolAksPatchVersionUpgradeProperties.(Command).
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
⚠️File Change Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ It is required to update ChangeLog.md if you want to release a new version for Az.HdInsightOnAks. Add a changelog record under Upcoming Release section with past tense.
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
⚠️Test
⚠️ - Linux
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 76.32 % 86.21% 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% 76.32% 86.21% 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% 76.32% 86.21% Test coverage cannot be lower than the number of the last release.

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.

None yet

1 participant