Skip to content

az.securityinsights preview sync main branch#19396

Merged
dingmeng-xue merged 165 commits intoAz.SecurityInsights-previewfrom
yabo/Az.SecurityInsights-preview
Sep 6, 2022
Merged

az.securityinsights preview sync main branch#19396
dingmeng-xue merged 165 commits intoAz.SecurityInsights-previewfrom
yabo/Az.SecurityInsights-preview

Conversation

@VeryEarly
Copy link
Collaborator

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 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 adjust version of module manually in pull request

yeliMSFT and others added 30 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>
…nt available in the cmdlet Set-AzPrivateEndpoint (#18936)

* Modified ApplicationSecurityGroups and IpConfigurations for PrivateEndpoint object to make them available in the cmdlet Set-AzPrivateEndpoint

* Update ChangeLog.md

* Add files via upload
#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>
* Move Resources to main

* changelog, breakingchangeissue,swagger spec

* fix exmaples

* remove

* Update ChangeLog.md

* Update ChangeLog.md

Co-authored-by: azure-powershell-bot <65331932+azure-powershell-bot@users.noreply.github.com>
* trigger CI

* trigger CI

* trigger CI

Co-authored-by: wyunchi-ms <yunwang@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
* Track1 testfx re-design and improvement

* Update azure-powershell-developer-guide.md

* Update using-azure-test-framework.md
* register command not found handler

* can search from file

* new schema for command mapping file

* all features

* fuzzysharp

* refactor; 3rd party notice

* cutoff=90; no limit; rewrite messages

* Include oob migration

* format url

* resource strings (wip)

* regen designer.cs

* refactor

* strong name sign FuzzySharp.dll

* changelog; dict index
* Update release-test.yml

* Update release-test.yml
* Fix "save as pfx" example

See issue #18251

* Add description for example#1 in `Get-AzKeyVaultCertificate`

Co-authored-by: Beisi Zhou <zhoubeisi@gmail.com>
* NetworkWatcher : Adding VMSS as source in ConnectionMonitor

* Updating testname and changelog file

* Updating tests

* removing nuget package
…del (#18992)

* Changed IdentifyTopFatFlows to EnableFatFlowLogging on the backend model

* Update TestAzureFirewallCRUDIdentifyTopFatFlow.json

Updated session record

* Minor change to re-run pipelines

* Updated session record

Co-authored-by: Gizachew Eshetie <v-geshetie@microsoft.com>
Nickcandy and others added 5 commits September 2, 2022 00:15
* revise code

* revise code

* generate help markdown file

* revise code

* Revise code

* revise code

* revise code

* test common 1.0.0-preview

* revise code

* add dependency on new common lib and add change log

* revise change log

Co-authored-by: dixue@microsoft.com <dixue@microsoft.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
* Corrected broken links

* Changed url back to fqdn for get-help

Co-authored-by: Mike F. Robbins <mikefrobbins@users.noreply.github.com>
@VeryEarly VeryEarly self-assigned this Sep 5, 2022
@VeryEarly VeryEarly added the Do Not Squash 🚫 To prevent conflicts, this PR should not be squash merged. label Sep 5, 2022
@VeryEarly
Copy link
Collaborator Author

/azp run azure-powershell - powershell-core

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@VeryEarly
Copy link
Collaborator Author

/azp run azure-powershell - security-tools

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@wyunchi-ms
Copy link
Contributor

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@wyunchi-ms
Copy link
Contributor

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@wyunchi-ms
Copy link
Contributor

/azp run azure-powershell - powershell-core

@wyunchi-ms
Copy link
Contributor

/azp run azure-powershell - security-tools

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

1 similar comment
@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@wyunchi-ms
Copy link
Contributor

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@wyunchi-ms
Copy link
Contributor

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@dingmeng-xue dingmeng-xue merged commit 22b4aaf into Az.SecurityInsights-preview Sep 6, 2022
@wyunchi-ms wyunchi-ms deleted the yabo/Az.SecurityInsights-preview branch September 6, 2022 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Do Not Squash 🚫 To prevent conflicts, this PR should not be squash merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.