Skip to content

Conversation

@blueww
Copy link
Member

@blueww blueww commented Jun 2, 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 30 commits May 21, 2020 19:49
* fix Build_Date for docker images

* Update BuildImages.ps1
* Upgrade Microsoft.Azure.Management.MixedReality SDK

* Update test cases and recorded sessions

* Update help document

* Make ResourceId generic

* Correct and Add new help documents

* Make PSAccountKeys generic

* Add Remote Rendering Cmdlets

* Fix Cmdlet New-AzRemoteRenderingAccount and export Remote Rendering Cmdlets

* Upgrade module version and authoring test cases for Remote Rendering

* Add Static Analysis execeptions

* Suppress Security errors in recorded session JSON files

* rollback manual version bumping in psd1 and add change log.
…ministrator (Azure#11973)

* Add Guest user lookup and remove incorrect if statement.

* Add a few null checks for safely.

* update ChangeLog.md

Co-authored-by: Amol Agarwal <amagarwa@microsoft.com>
* Add DesktopVirtualization

* Update solution file

* Change copy configuration

* Update docs

* Correct psd1 file and remove asterisk
…ure#11966)

* Fixed an issue that may cause Az to skip logs in Azure Automation

* Update ChangeLog.md
* upgrade SDK and add parameters to saved searches

* fix parameter name

* upgrade operationalinsights SDK version for monitor test

* upgrade operationalinsights SDK for network/sql/HDInsight

* update change log
…e#11946)

* Added settings cmdlet

* Some fixes to tests

* Fixed SetSettings

* added sessionRecords

* Added session records

* Re-run jit tests

* enabling piping support in settings cmdlet

* Name fix

* updated help

* update settings help files

* Fix help

* deleting a test

* fixing help files

* flattening the set settings

* added a session record

* regenate help

* added new set parameter

* changed the test name

* regenerated help

* renaming tests

* fixing a type

* re-added a default parameter set

* regenerate help

* updated the change log

* Update Get-AzSecuritySetting.md

* Update ChangeLog.md

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

* Initial commit

* Change to add NSG to the subnet if there is no NSG assigned
Adding recording from one of the tests
* Add support for Tail and refactor code for new SDK version

* Added test cases

* Edited test cases

* Re-record test cases

* Modify help files

* Review fixes

* Fix CLI test case

* Fix missing file name in the message shown when file already exists - Save-AzDeploymentScriptLog cmdlet

* Change parameter name from DeploymentScriptInputObject to DeploymentScriptObject; Show Output property in cmdlet output

* Fix missing target name in what if result - Performing the operation Remove Deployment Script on target

* Format output property for cmdlet output

* Edit output formatting; newline character fix; Update changelog

* Add alias to avoid a breaking change

* Modify help files

* Update row format

* Use StringReader for newline formatting

* Update ChangeLog.md

Co-authored-by: Yabo Hu <yabhu@microsoft.com>
* Update Az.4.1.0-migration-guide.md

* Update Az.4.1.0-migration-guide.md
* Init for module: ImportExport and ImageBuilder (Azure#11986)

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

* Initial version of Blockchain

* update release files

* Inital version of Blockchain

* Fix Blockchain file names

Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
Co-authored-by: msJinLei <leijin@microsoft.com>
…Service registrations. (Azure#11979)

* Manage Registrations

* Update CredScan
* fixed tests and documentations.

* Fixed tests and help documents.

* copied wrong test records, fixed test records with correct output.

* removed incorrect write statement.

* changed the default parameterset to resource name

* fixed parameter set names

* add get azure received route

* updated api version

* Add received routes.

* added the correct test results

* removed unused help doc.

* fixed output type file.
…rectoryAdministrator (Azure#11964)

* Allow Azure Active Directory applications to be set as SQL Server Azure Active Directory admin.

* Remove IsAzureADOnlyAuthenticaion option from SetAzureSqlServerActiveDirectoryAdministrator command. We will be adding a new API to enable this option.

* Update ChangeLog.md

* Add Static analysis exception to exceptions file.

Co-authored-by: Amol Agarwal <amagarwa@microsoft.com>
* Add validation to the name field for ip groups

* Update ChangeLog.md

Co-authored-by: Yabo Hu <yabhu@microsoft.com>
* Fix bug that other psd1 file is not updated when current module version is changed

* Fix MSI version label
…ig to have another param AddressPrefixType to remove individual address family configs (Azure#12020)

* Remove-AzExpressRouteCircuitConnectionConfig to have another param AddressPrefixType to remove the IPv4 or IPv6 configuration.

* Updated ChangeLog.md
* adding SourceWebApp.Location details

* Update ChangeLog.md

Co-authored-by: Yabo Hu <yabhu@microsoft.com>
Example 2 has assigned variables, however the actual command doesn't use them but hardcoded values
* Add firewall rule related cmdlet.

* Fix comments.

* Update parameterset.

* Change startip/endip optional in update cmdlet.

* Update session record.

* Fix CI error.
)

* Add export settings

* Add support for MI

* Update version and changelog

* Update test

* Fix unit test and help docs

* Update session record
* Support modifying PublicNetworkAccess

* Address comments
There are now more bundles and the correct response is now included here.
dingmeng-xue and others added 6 commits June 1, 2020 13:51
* Fix issues on Get-AzADUser

* Update ChangeLog.md

* Fix test cases
…ure#12030)

* Replace usage of old accessProfile API for querying kubeconfig

* Updated changelog

* update test files for Aks

Co-authored-by: Erich(Renyong) Wang <eriwan@microsoft.com>
@blueww blueww requested a review from anton-evseev as a code owner June 2, 2020 08:54
@blueww blueww added the Do Not Squash 🚫 To prevent conflicts, this PR should not be squash merged. label Jun 2, 2020
@blueww blueww changed the title [Storage] Merge Master changes to storage preview branch [Do Not Squash][Storage] Merge Master changes to storage preview branch Jun 2, 2020
@VeryEarly VeryEarly self-assigned this Jun 2, 2020
@VeryEarly VeryEarly merged commit 0250bd1 into Azure:Az.Storage-preview Jun 3, 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.