Skip to content

Conversation

@blueww
Copy link
Member

@blueww blueww commented Jul 7, 2020

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)
    • the markdown help files have been regenerated using the commands listed here

VeryEarly and others added 26 commits July 1, 2020 10:00
* support generic get

* update

* update test case

* remove api version when construct uri

* update uri construct

* update localfeed

* to use full response

* convert output to PSHttpResponse

* remove request id from pshttpresponse

* rename to invoke-azrest

* update parameter name

* create help markdown for invoke-azrest

* update common API reference

* clean localfeed

* add test case for invoke-azrest

* update changelog.md

* resolve comments

* fix bug in get api version

* update changelog

* fix help

* handle upper case in path

* fix bug
* fix static analysis error for Azure.Core

* refine log message
* New Powershell commands

* Update subscription

* Adding new offer types

* Adding session records

* Fixes

* Removing redundant parameters

* Add md file

* Update md files

* Update md file and new record test case

* Add online version

* Update ChangeLog.md

Co-authored-by: Yabo Hu <yabhu@microsoft.com>
…12283)

* Fix the issue that string with escape chars cannot be converted into json object.

* Change changelog.md

* Change the implement of serializtion and deserializtion of json in automation.

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
)

* update NewAzureSynapseSparkPool

* fix NewAzureSynapseSparkPool

* fix NewAzureSynapseSparkPool for auto scale

* fix New-AzSynapseSparkPool for auto scale

* add New-AzSynapseSparkPool help doc

* fix New-AzSynapseSparkPool help doc

* update parameter set name

* track2 v1.0

* track2 v2.0

* track2 v2.1

* Make Synapse PowerShell consume track 2 SDK

* Make Synapse PowerShell consume track 2 SDK

* add change log

* fix proj

* Make Synapse PowerShell consume track 2 SDK

* fix AzureSessionCredential

* update changelog

* fix AzureSessionCredential

* Add required assembly Azure.Analytics.Synapse.Spark.dll to psd1

* change tab to space

Co-authored-by: Wan Yang <t-wayang@microsoft.com>
Co-authored-by: erich-wang <erich.wang@outlook.com>
* Modifying the HelpText for AzRecoveryServiceBackup cmdlets

* resolve breaking errors

* Adding AzureWorkload in validation and minor changes

* removing AzureSQL from help text and validation set

* adding BreakingChangeIssues.csv
* Update private link

* Remove mysql test

* Update ChangeLog.md

Co-authored-by: Yabo Hu <yabhu@microsoft.com>
* Create UnregisterAzureProviderFeatureCmdlet

* Add help file and update change log

* record test

* Update Unregister-AzProviderFeature.md

* Update Unregister-AzProviderFeature.md

* Fix tags tests

Co-authored-by: shenshengkafei <wudiadi1111@gmail.com>
…mizerObject. (Azure#12301)

* Copy generation imagebuilder code.

* Update ChangeLog.md of imagebuilder.

* Update ChangeLog.md

Co-authored-by: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com>
* 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

Co-authored-by: Arik Riklin <arik.riklin@microsoft.com>
Co-authored-by: Yabo Hu <yabhu@microsoft.com>
…sion (Azure#12300)

* adding warning when not using latest image version when creading vmss

* update to tabified file

* add missing bracket

* remove new lines from Get-Content call

* minor fixes

* using assert-true method

* removing some commmented out code

* align

* indent

* newline at the end

* Update ChangeLog.md

Co-authored-by: Yabo Hu <yabhu@microsoft.com>
* Added global parameters to Data Factory

* Updated ADF changelog

* Updated Doc

* Revert "Updated Doc"

This reverts commit a7fc37f.

* Updated cmdlets doc and bug fix

* Updated global parameters parameter name
* Fetch MAB Agent jobs

* Adding MabJob PS Object
* Adding support for BackupManagemenType 'MAB' in
  Get-AzRecoveryServicesBackupJob cmdlet

* updating help text and ChangeLog.md

* removing new line as per review comment
* add support for access control

* fix RequiredAssemblies

Co-authored-by: Wan Yang <t-wayang@microsoft.com>
…ure#12314)

* initial support for GA functionalities/properties

* Add support for webhook batching

* Add support for webhook AAD support

* Add support for ipfiltering for domain and topic

* Regenerate help

* Re-Record the tests and remove secrets

* fix statical analysis issues

* Remove key1/key2 from test recordings

* Remove key1 secret info from test recording and remove unused test recording files

* handle CR comment to revert module version

* Address more CR comments

* fix static analysis issue

* fix static analysis

* additional fix for static analysis

* fix static analysis

* fix static analysis

* comment tests due to recording nature

Co-authored-by: Ashraf Hamad <ahamad@ntdev.microsoft.com>
* Fix bug: Get-AzAks doesn't get all clusters

* Update ChangeLog.md

Co-authored-by: Yabo Hu <yabhu@microsoft.com>
* Update GetAzureAttestationPolicy.cs

* Update GetAzureAttestationPolicySigners.cs

* Update AttestationDataServiceClient.cs

* attestation update

* default provider change

* update policy and policy cert files

* default provider update

* update helper md

* update changelog.md

* address cr comments

* try new sessionrecords before whitelist them

* suppress credentials
…nal clouds (Azure#12310)

* Support creating cluster with Adlsgen1/2 storage in national clouds

* Update ChangeLog.md

* Refactor the ResetClusterIdentity function

Co-authored-by: Zhenyu Zhou <zhezhou@microsoft.com>
…re#12311)

* Recovery service project should not reference Authentication project directly

* update changelog

* Update ChangeLog.md

* remove project reference to Authentication.csproj from AnalysisServices project

* Update ChangeLog.md

Co-authored-by: Yabo Hu <yabhu@microsoft.com>
AllowBranchToBranch doesn't accept $true value. needs to be passed without $true.
@blueww blueww added needs-review Do Not Squash 🚫 To prevent conflicts, this PR should not be squash merged. labels Jul 7, 2020
@blueww blueww requested a review from anton-evseev as a code owner July 7, 2020 10:15
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. needs-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.