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

Updating changes for 2022-01-01 release #18996

Closed
wants to merge 27 commits into from
Closed

Updating changes for 2022-01-01 release #18996

wants to merge 27 commits into from

Conversation

htippanaboya
Copy link
Contributor

Description

Checklist

  • SHOULD select appropriate branch. Cmdlets from Autorest.PowerShell should go to generation branch.
  • SHOULD make the title of PR clear and informative, and in the present imperative tense.
  • SHOULD update ChangeLog.md file(s) appropriately
    • For any service, the ChangeLog.md file can be found at 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. Add changelog in description section if PR goes into generation branch.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD have approved design review for the changes in this repository (Microsoft internal only) with following situations
    • Create new module from the scratch
    • Create new resource types which are not easy to conform to Azure PowerShell Design Guidelines
    • Create new resource type which name doesn't use module name as prefix
    • Have design question before implementation
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT introduce breaking changes in Az minor release except preview version.
  • SHOULD NOT change version of module in pull request

yeliMSFT and others added 22 commits May 24, 2022 10:37
…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 <weihl@microsoft.com>
* Added basic sku support

* Added basic sku unit tests

* Update ChangeLog.md

Co-authored-by: Gizachew Eshetie <v-geshetie@microsoft.com>
* 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 <amazumder@microsoft.com>
* 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 <rinagula@microsoft.com>
* 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 <dantu@microsoft.com>
This reverts commit 76400a9.

Co-authored-by: Dan Tu <dantu@microsoft.com>
* Fixed SNAT private ranges IP validation bug

* Updated Changelog

* updated session records

Co-authored-by: Gizachew Eshetie <v-geshetie@microsoft.com>
* Made Mangement NIC required for basic sku

* Added unit tests for basic sku management NIC

* Updated changelog

Co-authored-by: Gizachew Eshetie <v-geshetie@microsoft.com>
#18948)

* Added the new switch parameter IdentifyTopFatFlows to Firewall Command

* Updated parameter name per Singularity requirement

Co-authored-by: Gizachew Eshetie <v-geshetie@microsoft.com>
* 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
@BethanyZhou
Copy link
Contributor

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants