Skip to content

update and new properties for VNA and VNET#29243

Merged
VeryEarly merged 20 commits into
Azure:release-network-2025-07-01from
arjun-d-patel:arjun/vnra-vnet-ps-changes-2025-07-01
Jul 21, 2026
Merged

update and new properties for VNA and VNET#29243
VeryEarly merged 20 commits into
Azure:release-network-2025-07-01from
arjun-d-patel:arjun/vnra-vnet-ps-changes-2025-07-01

Conversation

@arjun-d-patel

@arjun-d-patel arjun-d-patel commented Mar 6, 2026

Copy link
Copy Markdown
Contributor

Description

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

@azure-client-tools-bot-prd

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

@NoriZC

NoriZC commented Mar 6, 2026

Copy link
Copy Markdown
Contributor

/azp run

@azure-pipelines

Copy link
Copy Markdown
Contributor
Azure Pipelines successfully started running 3 pipeline(s).

@VeryEarly

Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines

Copy link
Copy Markdown
Contributor
Azure Pipelines successfully started running 3 pipeline(s).

@YanaXu

YanaXu commented May 15, 2026

Copy link
Copy Markdown
Contributor

Hi @arjun-d-patel, the ChangeLog file path is src/Network/Network/ChangeLog.md. Please add a line right below Upcoming Release using the past tense to describe the purpose of this PR. Thanks.

@YanaXu

YanaXu commented May 18, 2026

Copy link
Copy Markdown
Contributor

Hi @arjun-d-patel, please resolve the conflict of file src/Network/Network/ChangeLog.md.

…to arjun/vnra-vnet-ps-changes-2025-07-01

# Conflicts:
#	src/Network/Network/ChangeLog.md
@VeryEarly

Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines

Copy link
Copy Markdown
Contributor
Azure Pipelines successfully started running 3 pipeline(s).

@YanaXu

YanaXu commented May 19, 2026

Copy link
Copy Markdown
Contributor

Hi @arjun-d-patel, please fix CI errors.

…kingChange exceptions for BandwidthInGbps type change
@VeryEarly

Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines

Copy link
Copy Markdown
Contributor
Azure Pipelines successfully started running 3 pipeline(s).

@YanaXu

YanaXu commented May 20, 2026

Copy link
Copy Markdown
Contributor

Hi @arjun-d-patel,

Please don't manually update files under src/Network/Network.Management.Sdk/Generated.
And please fix test errors.

@VeryEarly

Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines

Copy link
Copy Markdown
Contributor
Azure Pipelines successfully started running 3 pipeline(s).

@YanaXu

YanaXu commented May 21, 2026

Copy link
Copy Markdown
Contributor

Hi @arjun-d-patel, please don't manually update files under src/Network/Network.Management.Sdk/Generated. Or CI will fail.

arjun-d-patel and others added 5 commits May 21, 2026 08:41
…changes-2025-07-01

# Conflicts:
#	src/Network/Network/ChangeLog.md
#	tools/StaticAnalysis/Exceptions/Az.Network/BreakingChangeIssues.csv
Co-authored-by: JunKai-v <v-juphang@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…changes-2025-07-01

# Conflicts:
#	src/Network/Network/ChangeLog.md
…to arjun/vnra-vnet-ps-changes-2025-07-01

# Conflicts:
#	src/Network/Network.Management.Sdk/Generated/Models/VirtualNetwork.cs
#	src/Network/Network.Management.Sdk/Generated/Models/VirtualNetworkAppliance.cs
#	src/Network/Network.Management.Sdk/Generated/Models/VirtualNetworkApplianceIpVersionType.cs
#	src/Network/Network.Management.Sdk/Generated/Models/VirtualNetworkPropertiesFormat.cs
#	src/Network/Network.Management.Sdk/Generated/ResourceNavigationLinksOperations.cs
#	src/Network/Network.Management.Sdk/Generated/ServiceAssociationLinksOperations.cs
#	src/Network/Network.Management.Sdk/Generated/SubnetsOperations.cs
#	src/Network/Network.Management.Sdk/Generated/VirtualNetworkAppliancesOperations.cs
#	src/Network/Network.Management.Sdk/Generated/VirtualNetworkPeeringsOperations.cs
#	src/Network/Network.Management.Sdk/Generated/VirtualNetworksOperations.cs
#	src/Network/Network.Management.Sdk/README.md
#	src/Network/Network/ChangeLog.md
#	src/Network/Network/VirtualNetworkAppliance/NewVirtualNetworkApplianceCommand.cs
#	src/Network/Network/help/New-AzVirtualNetwork.md
#	src/Network/Network/help/New-AzVirtualNetworkAppliance.md
@arjun-d-patel

Copy link
Copy Markdown
Contributor Author

Hi @arjun-d-patel, please don't manually update files under src/Network/Network.Management.Sdk/Generated. Or CI will fail.

Hi @YanaXu, yes, the auto generated files are reverted now. Can you review again?

@arjun-d-patel
arjun-d-patel requested a review from VeryEarly July 14, 2026 17:22
@VeryEarly

Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines

Copy link
Copy Markdown
Contributor
Azure Pipelines:
Successfully started running 3 pipeline(s).

@VeryEarly VeryEarly left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

breaking changes suppressed are not false positive. Please resolve them instead of suppresion

…to arjun/vnra-vnet-ps-changes-2025-07-01

# Conflicts:
#	src/Network/Network/ChangeLog.md
…07-01' into arjun/vnra-vnet-ps-changes-2025-07-01
…to string

Revert PSVirtualNetworkAppliance.BandwidthInGbps from double? back to string, remove the 4 suppressed breaking-change entries from BreakingChangeIssues.csv, and update VNA scenario test assertions to string "50". Addresses reviewer feedback to resolve the breaking change instead of suppressing it.
@arjun-d-patel

Copy link
Copy Markdown
Contributor Author

breaking changes suppressed are not false positive. Please resolve them instead of suppresion

I changed it back to string

@arjun-d-patel
arjun-d-patel requested a review from VeryEarly July 21, 2026 02:54
The VNA breaking-change suppressions were already removed; the only remaining diff was an added trailing newline. Restore the file to match the base branch so it is no longer part of the PR.
…ert)

The -Bandwidth parameter type (string) and its numeric validation are unchanged from the shipped release, so the entry described a non-change. Genuine new features (PrivateIPAddressVersion, SummarizedGatewayPrefix) remain documented.
…list

Use quoted string bandwidth values in examples (matches string parameter) and remove the enumerated valid values from the -Bandwidth description.
@VeryEarly

Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines

Copy link
Copy Markdown
Contributor
Azure Pipelines:
Successfully started running 3 pipeline(s).

@VeryEarly

Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines

Copy link
Copy Markdown
Contributor
Azure Pipelines:
Successfully started running 3 pipeline(s).

@VeryEarly
VeryEarly merged commit 9fcad1b into Azure:release-network-2025-07-01 Jul 21, 2026
10 of 12 checks passed
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.

4 participants