-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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>
Release 2025-02-11
…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>
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: 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
…to yabo/shared/StorageSync
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.