Skip to content

Conversation

@blueww
Copy link
Member

@blueww blueww commented May 12, 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

adeal and others added 30 commits May 6, 2020 18:22
…eBackupShortTermRetentionPolicy (Azure#11805)

* Remove client-side parameter validation in SetAzureRmSqlDatabaseBackupShortTermRetentionPolicy

* changelog
* [Storage] failover left change

* [storage] remove cmdlet alias Invoke-AzureRmStorageAccountFailover
* Fixing KeyOps documentation for Wrap / Unwrap

As per    https://tools.ietf.org/html/draft-ietf-jose-json-web-key-41

* "wrapKey" (encrypt key)
* "unwrapKey" (decrypt key and validate decryption, if applicable)

These values are required as inputs to the KeyOps parameter
ex: "key_ops":["wrapKey","unwrapKey"]

Using the value "wrap" and "unwrap" is not correct.

* fix case; add import

* changelog

Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>
…g improvements (Azure#11791)

* Add ability to show deployment script errors; record tests; refactor deployments error msg improvements

* Use auto mapper to avoid static analysis errors

* Remove extra step of creating a PS object for error

* Add AutoMapper to Resources project

* Supress static analysis errors

* Fix breaking change file

* Add AutoMapper to the right place

* Update ResourceManagerSdkClient.cs

* Update ResourceManagerSdkClient.cs

* Update changelog

* Fix misplaced changelog updates

Co-authored-by: Filiz Topatan <lsefitopata@microsoft.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
…ong' error (Azure#11824)

* Shorted session record file names to fix 'File name too long' error

* Fix name

Co-authored-by: Filiz Topatan <lsefitopata@microsoft.com>
* Refactoring code

* renamed PSDatabaseAccount to PSDatabaseAccountGetResults

* Updated session records

* Renaming PSDatabaseAccount

* Renaming references

* Updating helps

* Updating changelog

* nits

* relevant changes in DatabaseAccount models

Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>
…yment cmdlets (Azure#11821)

* Add deprecation message for ApiVersion parameter in deployment cmdlets

* Update changelog

Co-authored-by: Filiz Topatan <lsefitopata@microsoft.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
…re#11787)

* Support Application Insights web test alert rules via PowerShell

* Upgrade Microsoft.Azure.Management.Monitor nuget for Sql.Test

* Make WebTest switch parameter optional
* Add AppConfiguration

* Remove accounts module
…01 (Azure#11790)

* [HPC-Cache] On-boarding of PowerShell Cmdlets for HPC Cache service. (Azure#527)

* Add initial structure for AZ HPC Cache PowerShell Cmdlets. (#1)

* Add initial structure for AZ HPC Cache PowerShell Cmdlets.

* Adding empty folder layout.

* Update project reference for Test project of HPC Cache (#2)

* Initial commit of clients / first mock cmdlet (#3)

* Initial commit of clients / first mock cmdlet

* Initial commit of clients / first mock cmdlet

* Rename Client, Remove unnecessary files, return skulist in azure cmdlet

* Remove utilities

* Add classes to wrap .NET SDK type object. (#4)

* Create wrapper for SDK management client (#5)

* Fix GetAzSku wrt client changes.

* Restructure base cmdlet and mangement client class.

* Test Framework, Additional Cmdlets, Sku Object, Formatting Fixes (#6)

* More commands and start of test framework

Move all logic out of hpc cache client to the commandlets

More commands and start of test framework

Updated commands using new client

fix rebase

fix spacing

fix comments

remove vars

* Test Framework working, add comments to code

* Help text files

* Updates to cmdlet New-AzHpcCache

* Update cmdlet Get-AzHpcCache

* Update cmdlet Get-AzHpcCacheUsageModels

* Update cmdlet Get-AzHpcCacheSku

* Update cmdlet Remove-AzHpcCache

* Cmdlet Update-AzHpcCache and help file

* Changes made for code review

* Start-AzHpcCache Cmdlet (#8)

* Add support for Start-AzHpcCache.

* Adds resource designer for the project.

* Adds assembly info for the project.

* Remove unused imports

* Remove .keep files as they are no longer required.

* Use resource designer to handle strings in remove hpc cache cmdlet.

* Fix namespace and add project reference to test project.

* Prefix with this for local references for better code readability.

* Fix argument validation.

* Add synopsis for start hpc cache cmdlet help file.

* Update Sku Test

* Fix formatting based on StyleCop

* Change output type of start cmdlet (#12)

* Flush-AzHpcCache cmdlet (#11)

Add FlushAzHpcCache.cs and Flush-AzHpcCache.md
Update Resources files.
Update AzHpcCache.md to include flush markdown file.
Update psd1 file to include new command.

* Add support for stop HPC cache cmdlet. (#13)

* Add support for stop HPC cache cmdlet.

* Fix typos

* Cmdlet: Remove Storage Target

* Cmdlet: Upgrade-AzHpcCache

* Add AsJob parameter option for action commands (#14)

* UpgradeCache and RemoveStorageTarget edits

* Add support for storage target create. (#17)

* Add PS wrapper classes required for storage targets.

* Add help for create storage target.

* Add new storage target cmdlet.

* Update resource designer for storage target.

* Get-AzHpcCacheStorageTarget cmdlet

* Fix help.md files to have correct messages

* PSHpcCache (#16)

* Update how cache is returned

* Update what is sent into PSHpcCache.cs

* Add enumberate Collection

* Update help text and comments (#19)

* Adds support for Set-AzHpcStorageTarget. (#20)

* Add support for storage target update.

* Add help for Set-AzHpcStorageTarget.

* Add hook for update storage target in PSD file.

* Fix typos in help and comments.

* Change UpdateHpcCache to SetHpcCache. (#21)

* Fix UpdateHpcCache to SetHpcCache

* update help

* Use Patch for Update, not Post - createOrUpdate

* Change getST cmdlet to also get individual ST

* Update test framework to use custom context and fixtures. (#24)

* Modify HpcCacheController to use RMTestBase base class and use HpcCacheTestContext.

* Update test class to use HpcCacheCollection and HpcCacheTestFixture.

* Update PS file to test Get-AzHpcCache by resource group and name.

* Add HpcCacheTestContext.

* Add HpcCacheCollection.

* Add HpcCacheTestFixture.

* Add cache helper.

* Add constants.

* Add support to handle ENV vars from constants.

* Add utilities required for fixture and custom context.

* Adds storage account and storage target fixture. (#25)

* Add CLFS storage target and get storage target support.

* Add StorageTargetName constant.

* Add StorageTargetName ENV var.

* Add Retry method and Aggregate exception handler.

* Add storage account fixture.

* Add storage account helper.

* Add example storage target cmdlet test.

* Update help text in SetAzHpcStorageTarget.cs (#26)

Update help text for cmdlet SetAzHpcCacheStorageTarget.

* Fix help.md files and help messages

* Fix for storage target update cmdlet. (#28)

* Add Cache, StorageTarget, and Operations tests

* If incorrect value is entered, return inner exception body message

* For Get and Remove - return inner exception body message

* Fix formatting / Fix Descriptions / Fix Typos  (#32)

* Fix formatting using stylecon

* Flush cmdlet updates

* Get-AzHpcCache cmdlet updates

* Get-AzHpcCacheSku cmdlet updates

* Get-AzHpcCacheStorageTarget cmdlet updates

* Get-AzHpcCacheUsageModels cmdlet updates

* New-AzHpcCache cmdlet updates

* Remove-AzHpcCache cmdlet updates

* Remove-AzHpcCacheStorageCache cmdlet updates

* Set-AzHpcCache cmdlet updates

* Start-AzHpcCache cmdlet updates

* Stop-AzHpcCache cmdlet updates

* Upgrade-AzHpcCache cmdlet updates

* New-AzHpcCacheStorageTarget and Set-AzHpcCacheStorageTarget cmdlet updates

* Fix mockContext for fixtures. (#34)

* Add required packages to test project.

* Add assembly info for test project.

* Fix references for resource manager.

* Remove constructor overloading & fix mockContext, also fix references for resource manager

* Dispose the context in StorageAccountFixture and fix the mockContext.

* Add storage account name constant (#35)

* Add StorageAccountName constant.

* Fix Context calling

* Add recorded tests (#33)

* Add recorded tests

* Rename folder

* Revert "Add storage account name constant (#35)" (#36)

This reverts commit 2ac58a83937fa175dffc95b04e91c902d0702834.

* Revert "Fix mockContext for fixtures. (#34)" (#37)

This reverts commit 768ba7743dacae1b596d561b3eb3021829dc040a.

* Fix Context (#38)

* Add assebly for tests project. (#39)

* Remove completed TODO check. (#40)

* Add fake help urls to make CI task pass (#41)

* Remove completed TODO check.

* Add fake online documentation URL to make CI task pass.

* Update help files to fix fake URLS. it does not like fake servie & cmdlet name. (#42)

* Fix CI task related issues (#43)

* Remove unused imports

* Fix package references

* Update session records to use correct API versions.

* Package Changes / Resource Name Completer / Change Log and Solution (#44)

* Update ChangeLog

* move packages to test

* Fix solution file, add ResourceGroupCompleter to cmdlets

* move all packages

* Update changelog to preview

* Add inputobj and resourceId params to Start/Stop/Flush/Upgrade. Update CacheName to name (#45)

* Update Flush cmdlet to have InputObj and ResourceId, Update cacheName to Name, update test

* fix flush comments

* Fix StartAzHpcCache to include input obj and resourceId

* Fix StopAzHpcCache to include input obj and resourceId

* Fix UpgradeAzHpcCache to include input obj and resourceId

* test changes

* fix help message for cmdlets

* Add Alias and resource name completer for get cache & get storage target. (#46)

* Add CacheName as an alias & use ResourceNameCompleter.

* Add StorageTargetName as an alias and use ResourceNameCompleter.

* Alias initialization

* Get storage target support pipeline cache input.

* New and Set cmdlets (#47)

* update tests

* update NewAzHpcCache to have should process

* update Set cmdlet to use obj/resource Id and shouldProcess

* remove resourceId from Set

* update resouce designer

* Update help files (#48)

* Fix reference

* Update help files

* Use CheckIn type for tests. (#49)

* Add CacheName and StorageTargetName alias. (#50)

* Update Alias in help

* Add CacheName alias and help text for parameters.

* Add StorageTargetName alias.

* Formatting changes.

* Add description to psd

* Remove whitespaces.

* rename files for linux (#51)

* Add shouldProcess to required cmdlets and update junction parameter. (#52)

* Add shouldProcess parameter

* Modify tests to honor force parameter

* Update help text

* Update usage model cmdlet name.

* Update help for all cmdlets to include whatIf

Co-authored-by: Rebecca Makar <rebeccalmakar@gmail.com>
Co-authored-by: Rebecca Makar <remakar@microsoft.com>

* Change StorageCache folder name to HPCCache and modify Upgrade cache cmdlet … (Azure#539)

* Change StorageCache folder name to HPCCache and modify Upgrade cache cmdlet.

* Update Az.HPCCache.psd1

Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>

* Release-2020-04-28-HPCCache

* Add mapping rule for HPCCache

* Remove Flush-AzHpcCache as Flush is not approved PS verb.

* Add default parameter set for storage target cmdlets and output type for get usage model cmdlet.

* Use parameter sets for Update-AzHpcCache

* Remove prerelease string from .psd file.

Co-authored-by: Rebecca Makar <rebeccalmakar@gmail.com>
Co-authored-by: Rebecca Makar <remakar@microsoft.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
Co-authored-by: msJinLei <lei.jin@microsoft.com>
…et (Azure#11689)

* remove tenantId from Lock

* change BreakingChangeIssue.csv

Co-authored-by: Yeming Liu <Yeming.Liu@microsoft.com>
* multiple radius initial commit

* new cmdlet

* cortex scenario

* updated tests

* rebased and PR comments

* fixed test issue

* reworked parametersets

* revert Set test

* supress a junk secret

* multiple radius initial commit

* new cmdlet

* cortex scenario

* updated tests

* rebased and PR comments

* fixed test issue

* reworked parametersets

* revert Set test

* supress a junk secret

* only allow one type of radius to be set

* help files

* filled in MD file

* suppress exception

* suppress other cmdlet signature issue

* fix

* reset static analysis and fixed new cmdlet for default parameter

* merged signatureissue fix

* fixed typo

* removed RemoveAzureSecurityPartnerProviderCommand exception as per PRcomments

* Revert "removed RemoveAzureSecurityPartnerProviderCommand exception as per PRcomments"

This reverts commit b09407e.
* Adding support for ForceFirewallPolicy association on Application Gateway

* updates ?

* CredScan suppression

* Sync Network dev branch with master (Azure#11638)

* Update example 2 with correct command. (Azure#11282)

* Update the filter mechanism to use server side query

* Updated change log

* Update ChangeLog.md

* Add ResourceId related Tags cmdlets.

* Added update cmdlet to the mapping file.

* Update Network.sln

add Sql to Network.sln

* point Sql.dll to local dll

* Updated the help related documents for tags.

* merge upstream master

* fix readme merge

* Add cmdlet to get/set parent device of iot device

* Modified tags related md file.

* Minor changes to tag related md files.

* Fix ScopeDeployment issue.

* Additions the ChangeLog

* Modified Tags.csproj to remove unnecessary reference.

* Remove default from the object.

* Re-record the test session

* Updated changelog and tag md file.

* Record RG filter by tags tests

* Update Invoke-AzStorageSyncChangeDetection.md

* Address the pr review.

* Re-record the tag related tests.

* solve the problem of build stack edge

* update the version of CosmosDB

* remove serialized json file

* Removing client side filtering tests, since we no longer filter on the client.

* Address pr review.

* Fix the indent for tagTest.ps1.

* Update TagTest.ps1 to fix format issue.

* Add tags display format

* fix the problem that stack edge is filtered by stack

* [Storage] Add warning message for table type change in the future release.

* Updated examples on the help page

* Updated the md file for tags.

* minor fix to restore powershell workflow

* update sql server AAD Admin to use 2019-06-01-preview API.

* fix Azure#10849

* update changelog

* fix Azure#11167

* update changelog

* Resolve conflict

* Update ChangeLog.md

* Update ChangeLog.md

* Update ChangeLog.md

* Update ChangeLog.md

* Update ChangeLog.md

* add Disable-AzSqlServerActiveDirectoryOnlyAuthentication cmdlet and help files.

* Add support to manage device parent-child relationship.

* Tasks Azure#10422,Azure#9895,Azure#10482,Azure#10794 changes

* Add Survey Url to Send-Feedback & Resolve-Error

issue: Azure#11020
issue: Azure#11021

* add devportal support

suppress security violations as test violations

* Add breaking change attributes for future changes to policy cmdlets

* Update changelog

* fixes for managed database backups and restore manage db cmdlets

* Address pr comments.

* Fix a typo error.

* add managed instance LTR tests

* Updating the 'Publish-AzWebApp' help document with Force parameter.

* updated help text

* [Storage] Support allowProtectedAppendWrites in ImmutabilityPolicy

* Fix help issues in Resources.

* Make sure CmdletBase produce correct tenant-level resource id.

* Typo

* Update ChangeLog

* Add PublicNetworkAccess to New-AzSqlServer and Set-AzSqlServer

* Use get-azcontext to get the default subscriptionId.

* Fix helper files + references

* Add to ChangeLog.md

* Fix assignment error

* Update help file

* Add breaking change attributes for upcoming cmdlet changes

* Bug Fix: resolve resources test coverage Azure#5216, and update ResourceManagementClient to 2019-10-01.

* Change default parameterset

* update changelog.md

* exclude breaking change issue

* Add Az version into UserAgent

* Correct branding name in changelog

* Removed Verbose

The cmdlet does not seem to have a -Verbose parameter

* fixing PR issues, changing lots of 'servers' to 'managedInstances' where needed

* Update Sql reference to 1.38 in network.csproj

* Delete file due to incorrect commit

Confirmed with original contributor.

* Fix typo

infomation→information

* Fix Accounts changelog error

* Update AzAttestation cmdlets for public preview.
- Added policy signer management cmdlets
- Added support for location and tags

* Updated ChangeLog.md file

* Added online version info for new help markdown files

* Add new common lib which catches exception for test case

* Update changelog

* Documented PSPolicySigners return type, fixed ShouldProcess logic

* Rerecord server tests due to version bump

* Preventing unnecessary tests from failing due to server version bump

* Rerecord test that was having credscan errors

* Manage distributed settings per-device

* Add Minimal Tls Version Optional Parameter for SQLDB/MI

* Polish changelog.md

* Update ChangeLog.md

* 3.6.0 RC1

* updated tests; renamed parameters for consistency; adjusted backups API to be more user-friendly; added session recording for LTR MI Policy

* Update MI and SQL DB Server CRUD tests

* update changelog for Az.Network

* regenerate the help file.

* regenerate blank file and see if that works.

* add online version to help file. Looks like that has become compulsory now.

* update ChangeLog.md

* Added test recordings for Sql DB and bumped version for management.sql

* add mi test

* test udpate

* test fix

* fixed some tests; including all session tests (with mock resources)

* Added test recording

* Update changelog

* trivial fix

* fix helpn files

* fixing test failuires

* some fixes in remove backup; redid session records, minor fixes throughout

* moving seesion record to the right folder

* added az.network to changelog

* bypassing bug in ApiExclusion Logic

* Upgrade SDK to 4.8.0

* bumping .net

* bumping .net

* help files; changelog

* remove api version bypass for a proper fix

* fix test issue

* skipping faulty mock tests

* Show the exact string value for VM PowerState in the table format.

* add SupportedAggregationTypes and Dimentions to PSMetricDefinition

* More updates to help documentation

* add entry in changelog.md

* fix format in changelog.md

* generic names in help files

* adding online versions to help files

* fixing online version

* more tweakes to set-...policy help docs

* Update ChangeLog.md

* Correct version for changelog.md

* Polish content for changelog.md

* Add network release

* For RC2 build

* ps-vsprompt

* removed ps-vsprompt from PR

* add comma

* change dogfood endpoint in session records

* add servers back into vulnerability

* BugFix for PrivateLinkServiceConnectionState

* Added three required assemblies for the AzAttestation PowerShell cmdlets.  (Microsoft.IdentityModel.*)

* ltr policy record

* Updated ChangeLog.md

* re-recorded backup tests

* Get-AzGalleryImageVersion fix example args

Update samples to use proper argument  -GalleryImageDefinitionName not -ImageDefinitionName

* for RC2 release

* update changelog

* Fix typo

infomation→information

* PR comments has been resolved

* Updated help content

* For final RC

* For final RC

* Fix Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.dll.json

Azure#10826

* Fix changelog merge issue

* Update example 2 with correct command.

Updated example 2 to use Get-AzSqlInstanceDatabase instead of Get-AzSqlDatabase.

* remove extra files that were removed on master

Co-authored-by: Hamid Tirmizi <hamidt@microsoft.com>
Co-authored-by: Hamid T <hamidtirmizi@users.noreply.github.com>
Co-authored-by: Ran Wang <ranwang568@gmail.com>
Co-authored-by: Yabo Hu <yabhu@microsoft.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
Co-authored-by: Sapan Saxena <v-sapsax@microsoft.com>
Co-authored-by: xaliciayang <ayang@microsoft.com>
Co-authored-by: Daniel Orozco <Daniel.Orozco@microsoft.com>
Co-authored-by: Daniel Orozco <danybeam@gmail.com>
Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>
Co-authored-by: Yeming Liu <Yeming.Liu@microsoft.com>
Co-authored-by: Jeff Patterson <jeffpatt@microsoft.com>
Co-authored-by: wyunchi-ms <wang935863431@126.com>
Co-authored-by: wyunchi <yunwang@microsoft.com>
Co-authored-by: Wei Wei <weiwei@microsoft.com>
Co-authored-by: Amol Agarwal <amagarwa@microsoft.com>
Co-authored-by: dixue@microsoft.com <dixue@microsoft.com>
Co-authored-by: Kota Sudhakar Reddy <60102891+Kotasudhakarreddy@users.noreply.github.com>
Co-authored-by: msJinLei <lei.jin@microsoft.com>
Co-authored-by: Samir Solanki <samirsolanki@outlook.com>
Co-authored-by: Chris Stackhouse <cstack@microsoft.com>
Co-authored-by: ThejaChoudary <57453616+ThejaChoudary@users.noreply.github.com>
Co-authored-by: Sambit Rath <sarath@microsoft.com>
Co-authored-by: He Huang <heh@microsoft.com>
Co-authored-by: Emily Gu <emgu@microsoft.com>
Co-authored-by: sguitardude <sguitardude@gmail.com>
Co-authored-by: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com>
Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
Co-authored-by: gkostal <gkostal@microsoft.com>
Co-authored-by: ziwa-msft <ziwa@microsoft.com>
Co-authored-by: ancicovi <ancicovi@microsoft.com>
Co-authored-by: xaliciayang <59986952+xaliciayang@users.noreply.github.com>
Co-authored-by: Shawn Xiao (IM) <shawnxia@microsoft.com>
Co-authored-by: Hyonho Lee <Hyonho.Lee@microsoft.com>
Co-authored-by: Bo Wen <bowen@microsoft.com>
Co-authored-by: Bill Sproule <william.sproule@microsoft.com>
Co-authored-by: Yeming Liu <yeliu@microsoft.com>
Co-authored-by: msJinLei <leijin@microsoft.com>

* [IoT Hub] Invoke a query in an IoT hub. (Azure#11567)

* Invoke a query in an IoT hub.

* Support CosmosDb for PrivateEndpointConnection and PrivateLinkResource operations (Azure#11584)

* Add CosmosDB PrivateEndpointConnection, PrivateLinkResource

* new line at the end of file

* Use correct ProfileName in verbose message (Azure#11580)

Co-authored-by: Steve Strugnell <Steve.Strugnell@serko.com>

* [Blueprint] Add management group level assignment support (Azure#11582)

* Update Blueprint SDK to the latest version.

* Fix a parameter name.

* PSBlueprintAssignment.FromAssignment now takes scope from Assignment.

* Fix a parameter name.

* Add MG level assignment support to existing cmdlets.

* Update help docs.

* Remove netcoreapp2.1 from test target (Azure#11593)

* Remove netcoreapp2.1 from test target

* Remove alias of Resolve-AzError (Azure#11575)

* Remove alias and breaking change warning

* add exception for breaking change issues

* update changelog

* Aladdin generated examples for Accounts, KeyVault, Monitor, Storage (Azure#11569)

* Add new examples to Accounts, KeyVault, Monitor, Storage
	- Add new examples to the following modules:
		Accounts
		KeyVault
		Monitor
		Storage

* Add new examples to Accounts, KeyVault, Monitor, Storage
	- Add new examples to the following modules:
		Accounts
		KeyVault
		Monitor
		Storage

* Fix up the type name.

Co-authored-by: Maoliang Huang <mahuang@microsoft.com>

* use token to get changed files for one PR on macOS (Azure#11588)

* add property TargetModule to filter build/publish module (Azure#11601)

* Fixes Azure#11298 - Example works with multiple subnets (Azure#11599)

* Fixes Azure#11298 - Example works with multiple subnets

* Standardized values in code examples

* Fixes Azure#11300 - Example works with multiple subnets (Azure#11600)

* Update example 2 code snippet in Get-AzKeyVaultCertificate.md (Azure#11598)

Update example 2 code snippet in Get-AzKeyVaultCertificate.md (Azure#11598)

* Removed default population of access policies (Azure#11570)

* Fixed reported broken links (Azure#11612)

* Fixes Azure#10963 - Now reflects intended behavior (Azure#11614)

* Wrong cmdlet used to get the certifacte (Azure#11613)

The example is using Get-AzKeyVaultSecret to get the certificate from Key Vault, Get-AzKeyVaultCertificate is the correct cmdlet to use.

* Updating value of StorageKeyKind when storage account is under VNet. (Azure#11609)

* Add new value to StorageKeyType

* Fix Azure#11597 (Azure#11615)

* [KeyVault] Breaking changes: soft delete and more (Azure#11469)

Breaking changes: soft delete and more

* Merge release-2020-04-21 (Azure#11620)

* Update changelog (Azure#11573)

* Adding support for ForceFirewallPolicy association on Application Gateway

* updates ?

* CredScan suppression

* Publishing release version of Maintenance cmdlets for GA (Azure#11574)

Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>

* DPDTimeout core commits

* help files

* changelog

* add change log for azs release (Azure#11594)

* Remove netcoreapp2.1 from test target (Azure#11593)

* Remove netcoreapp2.1 from test target

* Make Maintenance to 1.0.0 GA (Azure#11578)

* update version to 1.0.0

* Remove netcoreapp2.1 from test target (Azure#11593)

* Remove netcoreapp2.1 from test target

Co-authored-by: wyunchi-ms <wang935863431@126.com>
Co-authored-by: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com>

* Check PS Version when importing Az.Storage which using Azure.Core (Azure#11576)

* azure api management breaking change notifications (Azure#11602)

* azure api management breaking change notifications

* notification param fixed

Co-authored-by: vfedonkin <vifedo@microsoft.com>

* release-2020-04-21 (Azure#11619)

Co-authored-by: Venkata Krishnan Anantha Raman <vekrishn@microsoft.com>
Co-authored-by: Anton Evseev <v-anevse@microsoft.com>
Co-authored-by: gautamd-ms <59714872+gautamd-ms@users.noreply.github.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
Co-authored-by: Henry Chen <henche@microsoft.com>
Co-authored-by: erich-wang <eriwan@microsoft.com>
Co-authored-by: wyunchi-ms <wang935863431@126.com>
Co-authored-by: Vitaliy Fedonkin <vitaliy.fedonkin@gmail.com>
Co-authored-by: vfedonkin <vifedo@microsoft.com>

* Update Get-AzAutomationJobOutputRecord.md (Azure#11621)

i am proposing to remove this line, as it is not how this cmdlet works. It only returns the first 55 characters, rather than the full summary.

* Add smoke test for set a resource tag case (Azure#11623)

* Add one smoke test for set a resource tag case.

* Implement test case function.

* Article is incorrect (Azure#11625)

This command cannot be used post VM creation.

* [Data Factory] Support CRUD of data flow runtime properties in Managed IR. (Azure#11626)

* support data flow properties in azure ir

* fix md

* [Iot Hub] Generate SAS token for Iot Hub, device or module (Azure#11628)

* Generate SAS token for Iot Hub, device or module

* record test session

* Enhance pefrormance of Data Classification Cmdlets. (Azure#11629)

* Enhance pefrormance of Data Classification Cmdlets.

* Update ChangeLog.md

* Add windows container support in AKS (Azure#11595)

* [AKS] Support creating Windows server container in AKS (Azure#11403)

* support using windows container to create AKS

* upload to signed AKS sdk

* update onlineversion for help of new cmdlets

* add missing dll in psd1

* disable test parallelization in Aks.Test

* update ContainerService SDK

* fix Start-AzAksDashboard and update help files

* update to official nuget package for containerservice

Co-authored-by: DavidMMaxwell <43347410+DavidMMaxwell@users.noreply.github.com>
Co-authored-by: Hamid Tirmizi <hamidt@microsoft.com>
Co-authored-by: Hamid T <hamidtirmizi@users.noreply.github.com>
Co-authored-by: Ran Wang <ranwang568@gmail.com>
Co-authored-by: Yabo Hu <yabhu@microsoft.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
Co-authored-by: Sapan Saxena <v-sapsax@microsoft.com>
Co-authored-by: xaliciayang <ayang@microsoft.com>
Co-authored-by: Daniel Orozco <Daniel.Orozco@microsoft.com>
Co-authored-by: Daniel Orozco <danybeam@gmail.com>
Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>
Co-authored-by: Yeming Liu <Yeming.Liu@microsoft.com>
Co-authored-by: Jeff Patterson <jeffpatt@microsoft.com>
Co-authored-by: wyunchi-ms <wang935863431@126.com>
Co-authored-by: wyunchi <yunwang@microsoft.com>
Co-authored-by: Wei Wei <weiwei@microsoft.com>
Co-authored-by: Amol Agarwal <amagarwa@microsoft.com>
Co-authored-by: dixue@microsoft.com <dixue@microsoft.com>
Co-authored-by: Kota Sudhakar Reddy <60102891+Kotasudhakarreddy@users.noreply.github.com>
Co-authored-by: msJinLei <lei.jin@microsoft.com>
Co-authored-by: Samir Solanki <samirsolanki@outlook.com>
Co-authored-by: Chris Stackhouse <cstack@microsoft.com>
Co-authored-by: ThejaChoudary <57453616+ThejaChoudary@users.noreply.github.com>
Co-authored-by: Sambit Rath <sarath@microsoft.com>
Co-authored-by: He Huang <heh@microsoft.com>
Co-authored-by: Emily Gu <emgu@microsoft.com>
Co-authored-by: sguitardude <sguitardude@gmail.com>
Co-authored-by: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com>
Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
Co-authored-by: gkostal <gkostal@microsoft.com>
Co-authored-by: ziwa-msft <ziwa@microsoft.com>
Co-authored-by: ancicovi <ancicovi@microsoft.com>
Co-authored-by: xaliciayang <59986952+xaliciayang@users.noreply.github.com>
Co-authored-by: Shawn Xiao (IM) <shawnxia@microsoft.com>
Co-authored-by: Hyonho Lee <Hyonho.Lee@microsoft.com>
Co-authored-by: Bo Wen <bowen@microsoft.com>
Co-authored-by: Bill Sproule <william.sproule@microsoft.com>
Co-authored-by: Yeming Liu <yeliu@microsoft.com>
Co-authored-by: msJinLei <leijin@microsoft.com>
Co-authored-by: Sapan Saxena <31940305+anusapan@users.noreply.github.com>
Co-authored-by: Soyoung Eom <soeom@microsoft.com>
Co-authored-by: Squigg <squigg@users.noreply.github.com>
Co-authored-by: Steve Strugnell <Steve.Strugnell@serko.com>
Co-authored-by: Shenglong Li <shenglong.li@outlook.com>
Co-authored-by: aladdindoc <62311067+aladdindoc@users.noreply.github.com>
Co-authored-by: Maoliang Huang <mahuang@microsoft.com>
Co-authored-by: erich-wang <eriwan@microsoft.com>
Co-authored-by: Mike F. Robbins <mike.robbins@microsoft.com>
Co-authored-by: Shantanu Chaudhary <shantanuchaudhary24@gmail.com>
Co-authored-by: Michael Hansen <cloudynerd@outlook.com>
Co-authored-by: Stefan Ivemo <stefan@ivemo.se>
Co-authored-by: bashahee <32364196+bashahee@users.noreply.github.com>
Co-authored-by: Venkata Krishnan Anantha Raman <vekrishn@microsoft.com>
Co-authored-by: gautamd-ms <59714872+gautamd-ms@users.noreply.github.com>
Co-authored-by: Henry Chen <henche@microsoft.com>
Co-authored-by: Vitaliy Fedonkin <vitaliy.fedonkin@gmail.com>
Co-authored-by: vfedonkin <vifedo@microsoft.com>
Co-authored-by: Lars Panzerbjørn <Panzerbjrn@users.noreply.github.com>
Co-authored-by: Daniel Sol <dannyboy_sol@hotmail.com>
Co-authored-by: Jack Ma <jikma@microsoft.com>

* Network SDK update (Azure#11769)

* Network SDK update

* More recording updates

* CredScan suppression

* Update for NW change

* Test fixes

* Use signed SDK

* Update ChangeLog.md in Network

* Update other RPs

* VirtualWan : Set default value of AllowVnetToVnetTraffic flag to true (Azure#11823)

* set default value to true

* upadate again

* Update after rebase

* Update recordings

* Update test recordings

* Revert recording changes in other RPs

Co-authored-by: Venkata Krishnan Anantha Raman <vekrishn@microsoft.com>
Co-authored-by: DavidMMaxwell <43347410+DavidMMaxwell@users.noreply.github.com>
Co-authored-by: Hamid Tirmizi <hamidt@microsoft.com>
Co-authored-by: Hamid T <hamidtirmizi@users.noreply.github.com>
Co-authored-by: Ran Wang <ranwang568@gmail.com>
Co-authored-by: Yabo Hu <yabhu@microsoft.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
Co-authored-by: Sapan Saxena <v-sapsax@microsoft.com>
Co-authored-by: xaliciayang <ayang@microsoft.com>
Co-authored-by: Daniel Orozco <Daniel.Orozco@microsoft.com>
Co-authored-by: Daniel Orozco <danybeam@gmail.com>
Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>
Co-authored-by: Yeming Liu <Yeming.Liu@microsoft.com>
Co-authored-by: Jeff Patterson <jeffpatt@microsoft.com>
Co-authored-by: wyunchi-ms <wang935863431@126.com>
Co-authored-by: wyunchi <yunwang@microsoft.com>
Co-authored-by: Wei Wei <weiwei@microsoft.com>
Co-authored-by: Amol Agarwal <amagarwa@microsoft.com>
Co-authored-by: dixue@microsoft.com <dixue@microsoft.com>
Co-authored-by: Kota Sudhakar Reddy <60102891+Kotasudhakarreddy@users.noreply.github.com>
Co-authored-by: msJinLei <lei.jin@microsoft.com>
Co-authored-by: Samir Solanki <samirsolanki@outlook.com>
Co-authored-by: Chris Stackhouse <cstack@microsoft.com>
Co-authored-by: ThejaChoudary <57453616+ThejaChoudary@users.noreply.github.com>
Co-authored-by: Sambit Rath <sarath@microsoft.com>
Co-authored-by: He Huang <heh@microsoft.com>
Co-authored-by: Emily Gu <emgu@microsoft.com>
Co-authored-by: sguitardude <sguitardude@gmail.com>
Co-authored-by: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com>
Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
Co-authored-by: gkostal <gkostal@microsoft.com>
Co-authored-by: ziwa-msft <ziwa@microsoft.com>
Co-authored-by: ancicovi <ancicovi@microsoft.com>
Co-authored-by: xaliciayang <59986952+xaliciayang@users.noreply.github.com>
Co-authored-by: Shawn Xiao (IM) <shawnxia@microsoft.com>
Co-authored-by: Hyonho Lee <Hyonho.Lee@microsoft.com>
Co-authored-by: Bo Wen <bowen@microsoft.com>
Co-authored-by: Bill Sproule <william.sproule@microsoft.com>
Co-authored-by: Yeming Liu <yeliu@microsoft.com>
Co-authored-by: msJinLei <leijin@microsoft.com>
Co-authored-by: Sapan Saxena <31940305+anusapan@users.noreply.github.com>
Co-authored-by: Soyoung Eom <soeom@microsoft.com>
Co-authored-by: Squigg <squigg@users.noreply.github.com>
Co-authored-by: Steve Strugnell <Steve.Strugnell@serko.com>
Co-authored-by: Shenglong Li <shenglong.li@outlook.com>
Co-authored-by: aladdindoc <62311067+aladdindoc@users.noreply.github.com>
Co-authored-by: Maoliang Huang <mahuang@microsoft.com>
Co-authored-by: erich-wang <eriwan@microsoft.com>
Co-authored-by: Mike F. Robbins <mike.robbins@microsoft.com>
Co-authored-by: Shantanu Chaudhary <shantanuchaudhary24@gmail.com>
Co-authored-by: Michael Hansen <cloudynerd@outlook.com>
Co-authored-by: Stefan Ivemo <stefan@ivemo.se>
Co-authored-by: bashahee <32364196+bashahee@users.noreply.github.com>
Co-authored-by: gautamd-ms <59714872+gautamd-ms@users.noreply.github.com>
Co-authored-by: Henry Chen <henche@microsoft.com>
Co-authored-by: Vitaliy Fedonkin <vitaliy.fedonkin@gmail.com>
Co-authored-by: vfedonkin <vifedo@microsoft.com>
Co-authored-by: Lars Panzerbjørn <Panzerbjrn@users.noreply.github.com>
Co-authored-by: Daniel Sol <dannyboy_sol@hotmail.com>
Co-authored-by: Jack Ma <jikma@microsoft.com>
Co-authored-by: Ritvika Reddy Nagula <rinagula@microsoft.com>
* Fixing a bug

* Update ChangeLog.md

* Add exception

* Update AzureEndpointsCommunicator.cs
…11841)

* Add Database and AppConfiguration

* Add Database and AppConfiguration
* Add AppConfiguration

* Remove accounts module

* Add Kusto generated module

* Update versions
* apply SDK back

* apply SDK back

* update parameter for new-azapplicationinsights and create cmdlet update-azapplicationsights

* create cmdlets for ApplicationInsightsLinkedStorageComponent

* typo fix

* export linkedStorageAccount cmdlets

* use RestException to catch 'NotFound' without response body

* add test case for ApplicationInsights CRUD

* add test cases for linked storage account

* generate help for new cmdlets

* update test cases

* update test cases and add record json

* update test cases and add record json

* upgrade applicationinsights SDK

* update test cases

* update help

* fix help

* add default parameter set for linked storage account related cmdlets

* update applicationinsight sdk reference in monitor

* re-record test cases

* update test cases

* update test case and record json

* update record json

* update help markdown

* Update Update-AzApplicationInsights.md

* Support Application Insights web test alert rules via PowerShell (Azure#11787)

* Support Application Insights web test alert rules via PowerShell

* Upgrade Microsoft.Azure.Management.Monitor nuget for Sql.Test

* Make WebTest switch parameter optional

* update record json

Co-authored-by: sivanguetta <46525261+sivanguetta@users.noreply.github.com>
* Add DnsZoneConfig cmdlets

* Add remove and new

* Add custom dns config

* update dns config

* Add set cmdlet

* Update doc and test

* Remove temp files

* Suppress signature issue

* Add PrivateDNS for test
* Add TimeSeriesInsights

* Suppress the credscan for two test related files in TSI (Azure#11844)

* Remove incorrect file

Co-authored-by: Xiaogang <xidi@microsoft.com>
Fix markdown section wrapper pattern matching error for example in help generation
…bsites (Azure#11819)

* Add new examples to DataFactory, RecoveryServices, Sql, Websites
	- Add new examples to the following modules:
		DataFactory
		RecoveryServices
		Sql
		Websites

* Improve the new example style

- Remove the parameter -Force.
- Remove extra space after switch parameters.

* Update New-AzDataFactoryV2LinkedServiceEncryptedCredential.md

* Update Remove-AzDataFactoryV2IntegrationRuntimeNode.md

* Update Sync-AzDataFactoryV2IntegrationRuntimeCredential.md

* Update Get-AzRecoveryServicesBackupStatus.md

* Update Start-AzRecoveryServicesAsrTestFailoverCleanupJob.md

* Update New-AzRecoveryServicesAsrProtectableItem.md

* Update Reset-AzWebAppPublishingProfile.md

* Update Get-AzSqlSyncAgentLinkedDatabase.md

* Update New-AzDataFactoryV2LinkedServiceEncryptedCredential.md

* Update Get-AzSqlSyncAgentLinkedDatabase.md

* Update Update-AzWebAppAccessRestrictionConfig.md

* Remove the example with conflict parameters

Co-authored-by: Maoliang Huang <mahuang@microsoft.com>
Co-authored-by: Mike F. Robbins <mike.robbins@microsoft.com>
dingmeng-xue and others added 19 commits May 9, 2020 19:56
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
* Add Portal and PostgreSQL

* Correct psd1 file
* remove redundant retentionpolicy

* update changelog.md

* rename Get-AzLog to Get-AzActivityLog

* update az.monitor.md

* merge change log from master

* add alias for get-azactivitylog

* export alias

* suppress breaking change issues

* add default parameter set for get-azactivitylog

* update default parameter set for get-azactivitylog

Co-authored-by: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com>
* move azure.core assemblies to az.accounts

* update changelog.md
Found a typo in mx record creation.
* Improve version controller and fix psd1 files

* Update tools-common.md

Co-authored-by: Yeming Liu <felix_liu@outlook.com>
Azure#11721)

* Update Batch DataPlane SDK reference

  - Add new CertificateKind parameter to New-AzBatchCertificate command.
  - Update models to support new options exposed in the data plane API.
  - Re-record tests using the new data plane API version.

* Update Batch Management Plane reference

  - Add new tests for the new cmdlets.
  - Re-record tests using the new management plane API version.

* Update help documentation

* Update Az.Batch changelog

* Fix storageUrlExpiry property of PSApplicationPackage

* Update BreakingChangeIssues

  - The breaking changes detected are expected because this is
    a breaking change release.

* Add Batch to generic networking cmdlets for PrivateLinkService

  - Also add a test in Batch.Tests

* Remove cmdlets which are not actually required

  - The networking team already wrote generic ones
* DNS Proxy support for Azure Firewall

* Changes based on PR comments

* PR Comments

Co-authored-by: Tejas Shah <tejas.shah@microsoft.com>
…zure#11830)

* apply SDK back

* apply SDK back

* add pre-generated SDK in LocalFeed

* use updated operationalinsights SDK

* remove deprecated classes

* remove deprecated cmdlets related classes

* remove deprecated cmdlets related methods

* apply new generated SDK

* add publicNetworkAccessForIngestion/publicNetworkAccessForQuery

* add cmdlets for linked storage account

* add cmdlets for linked storage accounts

* add test case for linked storage account related cmdlets

* add cmdlets for cluster

* update cluster

* update sdk version

* update cmdlets

* add update SDK to local feed

* add as job for long running operations

* remove unused cmdlet from Az.OperationalInsights.psd1

* remove nupkg from local feed

* update help markdown for new cmdlets

* add asjob for set-operationalinsightslinkedservice

* update help markdown

* add common method for scenario tests

* add test for new cmdlets

* fix signature issue

* suppress breaking change issues

* update operationalinsights sdk version for monitor test

* update operationalinsights sdk version for network test

* update operationalinsights sdk version for sql test

* update test for cluster

* add cluster test recorded json

* update privatelink scope resource record json

* upgrade operationalinsights sdk for hdinsight test

* add test recorded json

* skip test cases

* update test case name for linked storage account
…#11865)

* Improve version controller and fix psd1 files

* Update tools-common.md

* Update preview attributes in psd1

* Polish changelog.md files

Co-authored-by: Yeming Liu <felix_liu@outlook.com>
)

* [Storage] Update get copy status cmdlet output type in help

* fix CI failure
* Improve version controller and fix psd1 files

* Update tools-common.md

* Update preview attributes in psd1

* Polish changelog.md files

* Fix StackEdge release

Co-authored-by: Yeming Liu <felix_liu@outlook.com>
Co-authored-by: Filiz Topatan <lsefitopata@microsoft.com>
Case correction-  Otherwise you get the error "The argument "Udp" does not belong to the set "Any,TCP,UDP,ICMP" specified by the ValidateSet attribute"
@blueww blueww added the Do Not Squash 🚫 To prevent conflicts, this PR should not be squash merged. label May 12, 2020
@VeryEarly VeryEarly self-assigned this May 13, 2020
@VeryEarly
Copy link
Collaborator

Hi @blueww ,

there are test case failures, do you have storage SDK upgrade?
"Microsoft.Azure.Management.Storage" referenced by modules other than storage also need to upgraded. And related test cases need to be re-recorded.

@blueww
Copy link
Member Author

blueww commented May 13, 2020

@VeryEarly
Fixed. the CI pass now.

@VeryEarly VeryEarly merged commit e250838 into Azure:Az.Storage-preview May 14, 2020
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.