-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Updating changes for 2022-01-01 release #18996
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…and Update-AzRouteServer (#18252) * add option - routing preference to RouteServer commands * update test and recordings
…nds (#18218) * fix * fix * fix * fix Co-authored-by: Weiheng Li <[email protected]>
* Added basic sku support * Added basic sku unit tests * Update ChangeLog.md Co-authored-by: Gizachew Eshetie <[email protected]>
* Add Any operator in New-AzApplicationGatewayFirewallCondition * Add operator "Any" in New-AzApplicationGatewayFirewallCondition * Added "Any" to FirewallCondition's Operator ValidateSet * Updated validation since MatchValue isn't required for "Any" * Added scenario test * Adding sessionRecord file Co-authored-by: Adishree Mazumder <[email protected]>
* add cmdlets for routing intent resource * add cmdlets for routing policy * update help files-part1 * Update md file * Null check * Add ri tests * Add ri test * Revert "Add ri test" This reverts commit 72d65df. * Add session records * Fix test * Fix test * Change routing intent release in log Co-authored-by: Ritvika Reddy Nagula <[email protected]>
* Modify NewAzureApplicationGatewayCommand to include L4 properties Add models and properties for TLS proxy Add new ps cmdlets for TLS proxy * Health probes cmdlets changes for TCP/TLS proxy,Scenario tests,Session Records,Help files for new commands * Resolved ChangeLog.md Conflict * Application Gateway Probe config Help files * Static Analysis Issues * Added default parameter set for new cmdlets * Added Priority field for application gateway routing rule * Session records and help files for Default parameter set changes and Priority field for routing rule.
* add map * test json file * changelog Co-authored-by: Dan Tu <[email protected]>
This reverts commit 76400a9. Co-authored-by: Dan Tu <[email protected]>
* Fixed SNAT private ranges IP validation bug * Updated Changelog * updated session records Co-authored-by: Gizachew Eshetie <[email protected]>
* Made Mangement NIC required for basic sku * Added unit tests for basic sku management NIC * Updated changelog Co-authored-by: Gizachew Eshetie <[email protected]>
#18948) * Added the new switch parameter IdentifyTopFatFlows to Firewall Command * Updated parameter name per Singularity requirement Co-authored-by: Gizachew Eshetie <[email protected]>
* Updating to 2022-01-01 * Reverting changes for accounts.csproj file * Reverting changes for AzContainerRegistryRepository * Reverting changes * updating version number in 2022-01-01 * Fixing pipeline failing tests
sync my forked branch
Merging code to my main branch from Network 2022 01 01 4
htippanaboya
requested review from
bilaakpan-ms,
Sandido,
haagha,
grizzlytheodore and
MikhailTryakhov
as code owners
July 20, 2022 22:58
Hi @htippanaboya , please rebase your branch to main branch so that this PR only carries your changes. |
This pull request was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Checklist
CONTRIBUTING.md
and reviewed the following information:generation
branch.ChangeLog.md
file(s) appropriatelyChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header in the past tense. Add changelog in description section if PR goes intogeneration
branch.ChangeLog.md
if no new release is required, such as fixing test case only.