-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Az.ServiceFabric] Add parameters to New-AzServiceFabricManagedCluster
, Set-AzServiceFabricManagedCluster
, New-AzServiceFabricManagedNodeType
, and Set-AzServiceFabricManagedNodeType
#28591
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
base: main
Are you sure you want to change the base?
Conversation
* Added parameters `-EnableAutoOsUpgrde` and `-AllowRdpAccess` to `New-AzServiceFabricManagedCluster` and `Set-AzServiceFabricManagedCluster`. * Added parameters `-ZoneBalance`, `-AllowOverProvisioning`, and `-Zones` to `New-AzServiceFabricManagedNodeType` and `Set-AzServiceFabricManagedNodeType`.
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
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.
change Zones
to Zone
and delete suppression
Done |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
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.
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 |
src/ServiceFabric/ServiceFabric/help/Set-AzServiceFabricManagedNodeType.md
Show resolved
Hide resolved
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Description
-EnableAutoOsUpgrde
and-AllowRdpAccess
toNew-AzServiceFabricManagedCluster
andSet-AzServiceFabricManagedCluster
.-ZoneBalance
,-AllowOverProvisioning
, and-Zone
toNew-AzServiceFabricManagedNodeType
andSet-AzServiceFabricManagedNodeType
.Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.