Skip to content

Conversation

iliu816
Copy link
Member

@iliu816 iliu816 commented Sep 18, 2025

Description

  • Added parameters -EnableAutoOsUpgrde and -AllowRdpAccess to New-AzServiceFabricManagedCluster and Set-AzServiceFabricManagedCluster.
  • Added parameters -ZoneBalance, -AllowOverProvisioning, and -Zone to New-AzServiceFabricManagedNodeType and Set-AzServiceFabricManagedNodeType.

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • 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.
    • 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

* Added parameters `-EnableAutoOsUpgrde` and `-AllowRdpAccess` to `New-AzServiceFabricManagedCluster` and `Set-AzServiceFabricManagedCluster`.
* Added parameters `-ZoneBalance`, `-AllowOverProvisioning`, and `-Zones` to `New-AzServiceFabricManagedNodeType` and `Set-AzServiceFabricManagedNodeType`.
Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

@isra-fel
Copy link
Member

/azp run

Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@isra-fel
Copy link
Member

/azp run

Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@isra-fel
Copy link
Member

/azp run

Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

Copy link
Collaborator

@VeryEarly VeryEarly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change Zones to Zone and delete suppression

@VeryEarly VeryEarly self-assigned this Sep 19, 2025
@iliu816
Copy link
Member Author

iliu816 commented Sep 19, 2025

change Zones to Zone and delete suppression

Done

@isra-fel
Copy link
Member

/azp run

Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@iliu816 iliu816 marked this pull request as ready for review September 22, 2025 16:52
@Copilot Copilot AI review requested due to automatic review settings September 22, 2025 16:52
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds new parameters to Service Fabric managed cluster and node type cmdlets to provide additional configuration options. The changes enhance the capabilities for managing OS upgrades, RDP access, and availability zone configurations.

  • Added -EnableAutoOsUpgrade and -AllowRdpAccess parameters to cluster management cmdlets
  • Added -ZoneBalance, -EnableOverProvisioning, and -Zone parameters to node type management cmdlets
  • Updated help documentation and tests to support the new parameters

Reviewed Changes

Copilot reviewed 13 out of 15 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
NewAzServiceFabricManagedCluster.cs Added EnableAutoOsUpgrade and AllowRdpAccess switch parameters
SetAzServiceFabricManagedCluster.cs Added EnableAutoOsUpgrade and AllowRdpAccess nullable bool parameters
NewAzServiceFabricManagedNodeType.cs Added ZoneBalance, EnableOverProvisioning switch parameters and Zone list parameter
SetAzServiceFabricManagedNodeType.cs Added ZoneBalance, EnableOverProvisioning nullable bool parameters and Zone list parameter
PSManagedNodeType.cs Updated constructor to include all new properties from NodeType
Help files Updated documentation for all new parameters
Test files Added comprehensive test coverage for new functionality
ChangeLog.md Documented the new parameter additions

@isra-fel
Copy link
Member

/azp run

Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

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.

4 participants