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

Fixed help message for Remove-AzExpressRouteCircuitConnectionConfig parameter AddressPrefixType #13007

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/Network/Network/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
--->

## Upcoming Release
* Fix for Parameter Help
- Remove-AzExpressRouteCircuitConnectionConfig

## Version 3.4.0
* [Breaking Change] Updated below cmdlets to align resource virtual router and virtual hub
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ Specifies the address family that needs to be removed from the config
Type: System.String
Parameter Sets: (All)
Aliases:
Accepted values: IPv4, IPv6
Accepted values: IPv4, IPv6, All

Required: False
Position: Named
Default value: None
Default value: IPv4
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down