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

merge #1

Merged
merged 162 commits into from
May 1, 2022
Merged

merge #1

merged 162 commits into from
May 1, 2022

Conversation

ariklin
Copy link
Owner

@ariklin ariklin commented May 1, 2022

Description

Checklist

  • I have read the Submitting Changes section of CONTRIBUTING.md
  • The title of the PR is clear and informative
  • The appropriate ChangeLog.md file(s) has been updated:
    • 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 -- no new version header should be added
  • The PR does not introduce breaking changes
  • If applicable, the changes made in the PR have proper test coverage
  • For public API changes to cmdlets:
    • a cmdlet design review was approved for the changes in this repository (Microsoft internal only)
      • {Please put the link here}
    • the markdown help files have been regenerated using the commands listed here

imadan1996 and others added 30 commits March 28, 2022 09:38
* Move Functions to main

* Update ChangeLog.md

* Delete Get-AzSystemAssignedIdentity.md

* Update ChangeLog.md

Co-authored-by: azure-powershell-bot <65331932+azure-powershell-bot@users.noreply.github.com>
…ng new Tags (#17650)

* Fix #17184 :  `Get-AzWebApp` to return SiteConfig details in the response when requested the WebApps under subscreption

* Revert "Fix #17184 :  `Get-AzWebApp` to return SiteConfig details in the response when requested the WebApps under subscreption"

This reverts commit 96a4d28.

* Fix #17184 :  `Get-AzWebApp` to return SiteConfig details in the response when requested the WebApps under subscreption

* Revert "Fix #17184 :  `Get-AzWebApp` to return SiteConfig details in the response when requested the WebApps under subscreption"

This reverts commit 96a4d28.

* Fixed Set-AzAppServicePlan to keep existing Tags when adding new Tags
#17634)

* remove cmdlet validation on cluster capacity

* expand error msg and changelog update

* Update src/OperationalInsights/OperationalInsights/ChangeLog.md

Co-authored-by: Beisi Zhou <zhoubeisi@gmail.com>

Co-authored-by: Beisi Zhou <zhoubeisi@gmail.com>
* changes added to support ubuntu 20.04

* updated changelog.md

* updated changes.md based on comments

* Update src/ServiceFabric/ServiceFabric/ChangeLog.md

Co-authored-by: Beisi Zhou <zhoubeisi@gmail.com>
…t setting TLS version for WebApp Slots (#17664)

* Fix #17184 :  `Get-AzWebApp` to return SiteConfig details in the response when requested the WebApps under subscreption

* Revert "Fix #17184 :  `Get-AzWebApp` to return SiteConfig details in the response when requested the WebApps under subscreption"

This reverts commit 96a4d28.

* Fix #17184 :  `Get-AzWebApp` to return SiteConfig details in the response when requested the WebApps under subscreption

* Revert "Fix #17184 :  `Get-AzWebApp` to return SiteConfig details in the response when requested the WebApps under subscreption"

This reverts commit 96a4d28.

* Fix:#17663 : Enable MinTlsVersion
…from ARM API (#17618)

* Fixed a bug to continue visting NextPageLink when listing key vaults from ARM API

* refactor code

* minor fix
Co-authored-by: Dingmeng Xue <dixue@microsoft.com>
…d IaasVM policy (#17589)

* Added support for TVM backup and Enhanced IaasVM policy

Masked Hourly policy Scenarios

Updated help text

Re-recorded failed tests

Added TVM test case

* resolved review comments

* Updated help text

Removed compute SDK part

Co-authored-by: Yufan Yang <95342181+CaptainFanZzz@users.noreply.github.com>
* Powershell updates

* Powershell updates

* help file update

* updates to help and parametersets

* parameter sets

* Update src/Compute/Compute/ChangeLog.md

Co-authored-by: Beisi Zhou <zhoubeisi@gmail.com>

* Updates for PR changes requested.

* description update

* Update BreakingChangeIssues.csv

* update help

Co-authored-by: Beisi Zhou <zhoubeisi@gmail.com>
* added breaking change warnings

* add missing reference

* refine breaking change messages

* fix api version in breaking change warning

Co-authored-by: Dingmeng Xue <dixue@microsoft.com>
Co-authored-by: Beisi Zhou <zhoubeisi@gmail.com>
* msg

* warning

* add using

* change desc

* alias

* order

Co-authored-by: Kacie Kang <jikang@microsoft.com>
* Cognitive Services PowerShell Update to RP Version 2022-03-01

* Adress comments
…errors (#17610)

* dev and test

* test json

* changelog

Co-authored-by: Dingmeng Xue <dixue@microsoft.com>
* Fix Az.Compute Syntax Errors

* fix

* Fix unknown parameter

* Fix Some Syntax Errors of Az.Compute Examples

Co-authored-by: Ziyue Zheng <v-ziyzhe@microsoft.com>
* release-2022-04-05

* Update ChangeLog.md

remove bot from contributions

Co-authored-by: Yeming Liu <11371776+isra-fel@users.noreply.github.com>
[Do not squash] Release-2022-04-05
* Az.StackHCI Attestation network updates

* Update src/StackHCI/ChangeLog.md

Co-authored-by: Brian Nichols <Brian.Nichols@microsoft.com>
Co-authored-by: Yeming Liu <11371776+isra-fel@users.noreply.github.com>
* Perform null check before accessing it 

Perform the null check on RouteTable.Routes before accessing it with SingleOrDefault.

* Update ChangeLog.md

* Update ChangeLog.md

fix change log

* Update ChangeLog.md

Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
* Fix issue restoring deleted WebApp

Fixes [issue](#13245) that prevents restoring deleted WebApps if the host running the script uses a locale with a different date format than en-US.

* Update ChangeLog.md

Include changelog for Restore-AzDeletedWebApp DateTime fix
* Fix Az.KeyVault Syntax Errors

* Fix Az.KeyVault Syntax Errors

* Fix Az.KeyVault Syntax Errors

Co-authored-by: Ziyue Zheng <v-ziyzhe@microsoft.com>
* Fix Az.NetAppFiles Syntax Errors

* Fix Az.NetAppFiles Syntax Errors

Co-authored-by: Ziyue Zheng <v-ziyzhe@microsoft.com>
Sandido and others added 29 commits April 25, 2022 09:33
…Config object is used (#17859)

* dev and test

* changelog

* example

* Update ChangeLog.md

to avoid bad merge

* Update New-AzVM.md

format example

Co-authored-by: Yeming Liu <11371776+isra-fel@users.noreply.github.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
* Remove some alias

* Remove some alias

* Remove from psd1
* Adding auxiliaryMode to NetworkInterface

* removing accidental file

* Update src/Network/Network/ChangeLog.md

Co-authored-by: Prachi Pravin Bhavsar <prbhavsar@microsoft.com>
Co-authored-by: Yeming Liu <11371776+isra-fel@users.noreply.github.com>
* Fix Az.Resources Syntax Errors

* Fix Az.Resources Syntax Errors

* update subid

* Update Get-AzTag.md

Co-authored-by: Ziyue Zheng <v-ziyzhe@microsoft.com>
Co-authored-by: Yeming Liu <11371776+isra-fel@users.noreply.github.com>
* Adding AlertsSuppressionRule cmdlets to Az.Microsoft

* Adding parameters to "Set" so users can use the PS directly without creating an object

* Adding new helper function `New-AzAlertsSuppressionRuleScope`

* New-AzAlertsSuppressionRuleScope was using `Contains` and `In` parameters which creates a conflict with PowerShell operators

* Revert manual version change

* NewAlertsSuppressionRuleScope SupportsShouldProcess = false as it creates a local variable.

* Adding signature exception for New-AzAlertsSuppressionRuleScope

Co-authored-by: Nitsan Bracha <nibracha@microsoft.com>
Definitions:
Premises: a house or building, together with its land and outbuildings (properties).
Premise: an idea, theory, or theme that forms the basis for a statement or action.
…PublicNetworkAccess Parameter (#17968)

* [DataFactory]Updated ADF .Net SDK version to 5.4.0

* [DataFactory]Updated ADF .Net SDK version to 6.0.0

* [DataFactory]Fixed Set-AzDataFactoryV2 -InputObject not correct with PublicNetworkAccess Parameter
* Fix Az.PostgreSql Syntax Errors

* Fix Az.PostgreSql Syntax Errors

* Fix Az.PostgreSql Syntax Errors

Co-authored-by: Ziyue Zheng <v-ziyzhe@microsoft.com>
* Add AksTestRunner and replace TestController

* Add AksTestRunner.cs to replace TestController.cs

* Add license
* Add AdvisorTestRunner and replace TestController

* Add AdvisorTestRunner.cs to replace TestController.cs

* Add license
Network 2021 08 01 is delivering final version of monthly
* Fix Az.PrivateDNS Syntax Errors

* Fix Az.PrivateDNS Syntax Errors

* Fix Az.PrivateDNS Syntax Errors

* Update src/PrivateDns/PrivateDns/help/Add-AzPrivateDnsRecordConfig.md

Co-authored-by: Ziyue Zheng <v-ziyzhe@microsoft.com>
Co-authored-by: Yeming Liu <11371776+isra-fel@users.noreply.github.com>
* MultiPool feature changes Part1

* bug fix

* Command let changes

* Add change log

* Fix command let

* Test update

* Incorporate review comments

* Fixes

* Incorporate review comments

* Incorpotate review comments

* Add missing field in cmd output

* Update help files

* Minor fix

* Update help file & include new test recording with new changes covered.

* Update ChangeLog.md

Co-authored-by: Yeming Liu <11371776+isra-fel@users.noreply.github.com>
* add try 3 times with 30s sleeping time

* add try 3 times with 30s sleeping time

* print error message and format code

* print error message and format code

* update erroractionpreference's value
… and New-AzFirewallHubPublicIpAddress (#18011)

* Update wrong parameter

* Update wrong parameter
* Introducing SecurityTopologies cmdlets

* Update ChangeLog.md

* Update ChangeLog.md

* Change cmdlet name to Get-AzSecurityTopology

* remove AllowedConnections

* change name

* fix conflicy

* fix conflict

* Update ChangeLog.md

* Introducing Az.Security AllowedConnections cmdlets

* update change.log

* remove SecurityTopology

* fix version

* Fix comments

* fix location

* fix comment

* fix comment

* fix version number

* Create Adaptive Application Control API cmdlets

* Create Adaptive Application Control API cmdlets

* fix1

* fix2

* Add back comment end token

* Introducing ScurityAdaptiveNetworkHardening  cmdlets

* Update Security.csproj

* Update ChangeLog.md

* 1

* Introducing Az.Security AdaptiveNetworkHardening cmdlets

* Introducing Az.Security AdaptiveNetworkHardening cmdlets

* change to a singular noun for the parameter name

* change to a singular noun for the parameter name

* change to a singular noun for the parameter name2

* implement ShouldProcess

* fix1

* Update JIT help

* remove files

* revert ChangeLog.md

* Add new " SecuritySolutionsReferenceData" cmdlet

* update 1

Co-authored-by: Arik Riklin <arik.riklin@microsoft.com>
Co-authored-by: Yabo Hu <yabhu@microsoft.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
* Fix module's dependency (#17824)

* Update the external dependenct modules

* update the packages to GA version

* Exclude contentFiles in the out directory

* Remove Az as the external dependent module

* Format the csproj file.

* update files

Co-authored-by: kceiw <mahuang@microsoft.com>
@ariklin ariklin merged commit 1340f58 into ariklin:autorest May 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.