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

Az.service fabric preview #25124

Open
wants to merge 50 commits into
base: Az.ServiceFabric-preview
Choose a base branch
from

Conversation

mwesigwaguma
Copy link
Member

@mwesigwaguma mwesigwaguma commented Jun 10, 2024

Description

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

mwesigwaguma and others added 30 commits January 25, 2024 21:55
Copy link

azure-client-tools-bot-prd bot commented Jun 10, 2024

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.ServiceFabric
️✔️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 File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️File Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Generated Sdk Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️PowerShell Core - Linux
️✔️PowerShell Core - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.ServiceFabricManagedClusters
️✔️Generated Sdk Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows

@NoriZC
Copy link
Contributor

NoriZC commented Jun 11, 2024

@mwesigwaguma Please target this PR to https://github.com/Azure/azure-powershell/tree/Az.ServiceFabric-preview. And fix the generation SDK issue.

Copy link

This PR was labeled "needs-revision" because it has unresolved review comments or CI failures.
Please resolve all open review comments and make sure all CI checks are green. Refer to our guide to troubleshoot common CI failures.

@@ -24,22 +24,22 @@ public PSManagedNodeType(NodeType nodeType)
type: nodeType.Type,
tags: nodeType.Tags,
isPrimary: nodeType.IsPrimary,
vmInstanceCount: nodeType.VmInstanceCount,
dataDiskSizeGB: nodeType.DataDiskSizeGB,
vmInstanceCount: nodeType.VMInstanceCount,
Copy link
Contributor

Choose a reason for hiding this comment

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

Seems this property is changing, which might cause a breaking change. Could you please help confirm whether this will affect cx?

"Az.ServiceFabric","Microsoft.Azure.Commands.ServiceFabric.Commands.AddAzureRmServiceFabricClientCertificate","Add-AzServiceFabricClientCertificate","0","3010","The property 'VmInstanceCount' of type 'Microsoft.Azure.Management.ServiceFabric.Models.NodeTypeDescription' has been removed.","Add the property 'VmInstanceCount' back to type 'Microsoft.Azure.Management.ServiceFabric.Models.NodeTypeDescription'."

Copy link
Member Author

Choose a reason for hiding this comment

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

should not affect how the command is ran or the output. The property nodeType.VMInstanceCount is the internal property which is assigned to vmInstanceCount which is what is actually returned in output

@mwesigwaguma mwesigwaguma changed the base branch from main to Az.ServiceFabric-preview June 26, 2024 21:28
@NoriZC
Copy link
Contributor

NoriZC commented Jun 27, 2024

/azp run azure-powershell - security-tools

Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

NoriZC
NoriZC previously approved these changes Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants