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

[StorageSync] sync main to shared/StorageSync #27196

Merged
merged 65 commits into from
Feb 21, 2025

Conversation

VeryEarly
Copy link
Collaborator

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • For SDK-based development mode, update 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.
    • For autorest-based development mode, include the changelog in the PR description.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

dantedallag and others added 30 commits January 17, 2025 15:51
* Deprecate the Blueprints cmdlets.

* Update Blueprint cmdlets deprecation messages and changelog.

* Changing the deprecation message.

* Update deprecation version.

* Update blueprint version deprecation.

---------

Co-authored-by: Dante DG <test>
* Move DataProtection to main

* Update ChangeLog.md

---------

Co-authored-by: Yan Xu <yanxu1@microsoft.com>
* generate Synapse SDK by autorest csharp

* batch sql gen 3 20200401preview

* generate Synapse by autorest powershell and fix naming

* Update ChangeLog.md

* fix naming

* Update README.md

* add batch tag

* delete KustoPool.json

* Update README.md

* update test

* Update restore pool example by Q&A 2047354

* Credential Scanner Error fix

* undo skip test case

* generate Synapse SDK by autorest csharp

* batch sql gen 3 20200401preview

* generate Synapse by autorest powershell and fix naming

* Update ChangeLog.md

* fix naming

* Update README.md

* add batch tag

* delete KustoPool.json

* Update README.md

* update test

* Update restore pool example by Q&A 2047354

* Credential Scanner Error fix

* undo skip test case

* Update ChangeLog.md

* Revert "Merge branch 'joyer/Synapse-sdk-migration' of /~https://github.com/Azure/azure-powershell into joyer/Synapse-sdk-migration"

This reverts commit 89d95f2, reversing
changes made to 1cdf198.

* Update WorkspaceTests.ps1

* use common function to wait

* format fix

* format fix 2
* Move EventHub to main

* Update ChangeLog.md

* Update ChangeLog.md

---------

Co-authored-by: Yan Xu <yanxu1@microsoft.com>
…ult the `PolicySubType` to `Enhanced` for AzureVM. (#27039)

* Set default policy for IaaSVM as enhanced policy

* update Test-AzureVMEnhancedPolicyAsDefault

* update in logic and readme

* Update in readme
There was a typo in the Example 3 heading
…container and other fixes (#26872)

* modified policy limit
added support for undelete container

* Added test case

* re-recorded failed tests

* updated help

* Updated Where-Object to camel case

* Updated changeLog
* Add changes

* Update changes

* fix comments

* Add changes in Changelog

* Remove unwanted changes

* fix unwanted changes

* build test cases

* Remove unwanted changes

* fix password hardcoded case

* Change positioning

* Addressed comments

* Remove unwanted line

---------

Co-authored-by: Anshul Jain <anshjain@microsoft.com>
* Move Portal to main

* Update ChangeLog.md

---------

Co-authored-by: Yash <55773468+notyashhh@users.noreply.github.com>
…ameter (#26891)

* Update Get-AzRoleAssignment.md

Adding examples of how to use the 'ServicePrincipalName' parameter.

* Removing example 6

Removed example 6 as it was very similiar to example 5.
* Build and Bump Version

* fix an matching error in ExpandModules.ps1
…ecation of Api-version 2018-06-01-preview (#27012)

* Update md

* Update link

* Update des

---------

Co-authored-by: v-yuchenli <v-yuchenli@microsoft.com>
* Update CMS Version to 1 for CodeSigningCIPolicySigning

* Set CMSVersion to 1 always

* updated release notes

---------

Co-authored-by: dhjoshi <dhjoshi@microsoft.com>
* Fixing issue #12417

* Updating changelog

* Update src/Sql/Sql/ChangeLog.md

---------

Co-authored-by: Yan Xu <yanxu1@microsoft.com>
…one. (#27052)

* Support for NoZone as targetZone for RestoreAzureRmRecoveryServicesBackupItem

* Update in readme

* minor change

* Update ChangeLog for upcoming release changes

---------

Co-authored-by: NoriZC <110961157+NoriZC@users.noreply.github.com>
* Move ServiceBus to main

* Update ChangeLog.md

---------

Co-authored-by: NoriZC <110961157+NoriZC@users.noreply.github.com>
* Fix access token cache issue

* Update doc and script
* Move ResourceGraph to main

* Update ChangeLog.md

* Update API version to 2024-04-01

---------

Co-authored-by: NoriZC <110961157+NoriZC@users.noreply.github.com>
mikefrobbins and others added 24 commits February 17, 2025 12:20
Co-authored-by: Mike F. Robbins <mikefrobbins@users.noreply.github.com>
…erShell (#27145)

* migrate Maintenance SDK from autorest csharp to autorest powershell

* Migrated the Maintenance SDK for Autorest from C# to PowerShell

* Add autorest reset command to README

* Update ChangeLog for SDK migration

---------

Co-authored-by: NoriZC <110961157+NoriZC@users.noreply.github.com>
* Remove Az.Codesigning module

* Update AzPreview.psd1

---------

Co-authored-by: Janiel Martell Colon <janielm@microsoft.com>
Co-authored-by: NoriZC <110961157+NoriZC@users.noreply.github.com>
…eatingMappings, SerializedCmdlets and StaticAnalysis (#27163)

* Update CreateMappings_rules.json

* Delete tools/Tools.Common/SerializedCmdlets/Az.CodeSigning.json

* Update azure-powershell-modules.md

* Delete tools/StaticAnalysis/Exceptions/Az.CodeSigning directory
* deprecate logz

* deprecate logz under generated
* output modified modules

* output target modules instead

* fix

* try lowercases artifacts
* Add comment for label Legacy

* fix indentation
* enable main to be CIed by default

* Remove empty line
* Add File Porvision V2 change

* Update test and chagnelog

* Fix the duplicated parameter section in Set-AzStorageAccountManagementPolicy help

* Fix CR failure
Co-authored-by: azure-powershell-bot <65331932+azure-powershell-bot@users.noreply.github.com>
Co-authored-by: Mike F. Robbins <mikefrobbins@users.noreply.github.com>
* generate PolicyInsights SDK

* update

* Autorest powershell generate and migration, test case fix and playback

* updated some tests and validated changes

* modified comments

* add license

* Update AttestationTests.ps1

* sync latest autorest generated code

---------

Co-authored-by: Ryan Dunn <dunnryan@microsoft.com>
* generate DataShare autorest csharp

* generate DataShare autorest powershell

* Update ChangeLog.md

* Update AdlsGen1Tests.cs

* Fix typo in AdlsGen1Tests comment

* migrate use autorest powershell naming rule

* Merge branch 'main' into joyer/datashare-sdk-migrate

---------

Co-authored-by: NoriZC <110961157+NoriZC@users.noreply.github.com>
* update websites.helper generated code

* update changelog

* Remove handwritten annotation content

* update

* Update ChangeLog for Websites.Helper migration

---------

Co-authored-by: NoriZC <110961157+NoriZC@users.noreply.github.com>
…leAssignment cmdlets (#26890)

* Update RemoveAzureRoleAssignmentCommand.cs

Adding ApplicationId parameter, with aliases; 
- SPN
- ServicePrincipalName

* Update GetAzureRoleAssignmentCommand.cs

Adding ApplicationId parameter, with aliases; 
- SPN
- ServicePrincipalName

* adding Applicaiton Id as Alias and remaning SerivcePrincipalName as param name

---------

Co-authored-by: sebastian claesson <sebastian.claesson@fora.se>
* update changelog and help

* update changelog and help

* update help
* generate DataBoxEdge, add Microsoft.Azure.PowerShell.DataBoxEdge.Management.Sdk

* generate DataBoxEdge by autorest powershell

* Update ChangeLog.md

* fix payload-flattening-threshold

* Update ChangeLog.md

* test record and case change type

* Update TestCreateEdgeStorageContainer.json

* add license
@VeryEarly VeryEarly added the Do Not Squash 🚫 To prevent conflicts, this PR should not be squash merged. label Feb 21, 2025
@VeryEarly VeryEarly requested a review from isra-fel as a code owner February 21, 2025 08:37
Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

Copy link

‼️ Do NOT use squash to merge this pull request. All the commits must be merged to the target branch.
‼️ Enable "Allow merge commits" in the pull request settings. Select "Merge Commits" to merge the PR. Then go back to settings and disable the option.

@VeryEarly VeryEarly merged commit 8469959 into shared/StorageSync Feb 21, 2025
4 checks passed
@VeryEarly VeryEarly deleted the yabo/shared/StorageSync branch February 21, 2025 08:39
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.