Skip to content

Conversation

@yuc-Li
Copy link
Contributor

@yuc-Li yuc-Li commented Nov 6, 2023

Description

  • Check in track-1 source code.
  • Add a new feature: Enable Secure Channel while create a new cluster.

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 6, 2023

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
❌Az.HDInsight
️✔️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
⚠️ New-AzHDInsightCluster 9 20 Mismatched_Parameter_Value_Type ConvertTo-SecureString -[-String] $domainPassword is not an expected parameter value type. $domainPassword Use correct parameter value type. Expected Type is string. Now the type is securestring.(Command).
⚠️ New-AzHDInsightCluster 9 48 Mismatched_Parameter_Value_Type New-AzHDInsightCluster -SecurityProfile $config.SecurityProfile is not an expected parameter value type. -SecurityProfile Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile. Now the type is .(Command).
⚠️ New-AzHDInsightCluster 11 25 Unassigned_Variable New-AzHDInsightIPConfiguration -SubnetId $subnetId is a null-valued parameter value. -SubnetId Assign value for $subnetId.
⚠️ New-AzHDInsightCluster 12 23 Mismatched_Parameter_Value_Type ConvertTo-SecureString -[-String] $databasePassword is not an expected parameter value type. $databasePassword Use correct parameter value type. Expected Type is string. Now the type is securestring.(Command).
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ New-AzHDInsightCluster 9 20 Mismatched_Parameter_Value_Type ConvertTo-SecureString -[-String] $domainPassword is not an expected parameter value type. $domainPassword Use correct parameter value type. Expected Type is string. Now the type is securestring.(Command).
⚠️ New-AzHDInsightCluster 9 48 Mismatched_Parameter_Value_Type New-AzHDInsightCluster -SecurityProfile $config.SecurityProfile is not an expected parameter value type. -SecurityProfile Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSecurityProfile. Now the type is .(Command).
⚠️ New-AzHDInsightCluster 11 25 Unassigned_Variable New-AzHDInsightIPConfiguration -SubnetId $subnetId is a null-valued parameter value. -SubnetId Assign value for $subnetId.
⚠️ New-AzHDInsightCluster 12 23 Mismatched_Parameter_Value_Type ConvertTo-SecureString -[-String] $databasePassword is not an expected parameter value type. $databasePassword Use correct parameter value type. Expected Type is string. Now the type is securestring.(Command).
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️File Change Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ AssemblyInfo.cs will be updated automatically. Please do not update it manually. Revert AssemblyInfo.cs to its last version.
⚠️Windows PowerShell - Windows
Type Cmdlet Description Remediation
⚠️ AssemblyInfo.cs will be updated automatically. Please do not update it manually. Revert AssemblyInfo.cs to its last version.
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
❌Generated Sdk Check
❌PowerShell Core - Windows
Type Module Sdk Description Remediation
Az.HDInsight src/HDInsight/HDInsight.Management.Sdk Do not support updating SDK using autorest csharp v3. Please update the Readme.md to generate code by autorest powershell v4.
❌Windows PowerShell - Windows
Type Module Sdk Description Remediation
Az.HDInsight src/HDInsight/HDInsight.Management.Sdk Do not support updating SDK using autorest csharp v3. Please update the Readme.md to generate code by autorest powershell v4.
️✔️Test
️✔️PowerShell Core - Linux
️✔️PowerShell Core - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.ManagedServiceIdentity
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.OperationalInsights
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows

@yuc-Li yuc-Li closed this Nov 6, 2023
@yuc-Li yuc-Li reopened this Nov 7, 2023
VeryEarly
VeryEarly previously approved these changes Nov 13, 2023
@VeryEarly VeryEarly self-assigned this Nov 13, 2023
@VeryEarly
Copy link
Collaborator

/azp run azure-powershell - windows-powershell

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@yuc-Li yuc-Li marked this pull request as draft November 13, 2023 03:05
@yuc-Li
Copy link
Contributor Author

yuc-Li commented Nov 13, 2023

Hi @VeryEarly , we still need some time to update test session records, please do not merge yet. Thanks.

@yuc-Li yuc-Li marked this pull request as ready for review November 28, 2023 06:11
@yuc-Li
Copy link
Contributor Author

yuc-Li commented Nov 28, 2023

Hi @VeryEarly , I have updated some scenario tests and session records. Please review and help complete this PR. Thanks.

@dolauli
Copy link
Contributor

dolauli commented Dec 12, 2023

@yuc-Li yuc-Li removed this from the Az 11.2.0 (January 2024, 2024-01-02) milestone Dec 14, 2023
@yuc-Li
Copy link
Contributor Author

yuc-Li commented Dec 14, 2023

@yuc-Li You have completed step#1 in https://eng.ms/docs/cloud-ai-platform/azure-core/azure-management-and-platforms/control-plane-bburns/azure-cli-tools-azure-cli-powershell-and-terraform/azure-cli-tools/teams_docs/azps_docs/process-track1-sdk-migration#check-in-sdk-source-code-into-azure-powershell-and-release-module-based-on-it. Please complete step#2 as well to replace track 1 SDK with the SDK generated by autorest.powershell

Hi @dolauli ,I have completed replace track 1 SDK with the SDK generated by autorest.powershell in this PR #23726 , please help review and merge.

@yuc-Li yuc-Li closed this Dec 14, 2023
@dolauli
Copy link
Contributor

dolauli commented Dec 14, 2023

@yuc-Li why did you close the issue?

@yuc-Li
Copy link
Contributor Author

yuc-Li commented Dec 14, 2023

@yuc-Li why did you close the issue?

Completed in another PR, does this also need to be retained?

@yuc-Li yuc-Li reopened this Dec 14, 2023
@yuc-Li yuc-Li closed this Dec 14, 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.

3 participants