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

[Do not squash][Storage] merge main change to storage preview branch by blueww #27223

Merged
merged 24 commits into from
Feb 28, 2025

Conversation

blueww
Copy link
Member

@blueww blueww commented Feb 25, 2025

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

NoriZC and others added 23 commits February 19, 2025 12:11
…eatingMappings, SerializedCmdlets and StaticAnalysis (Azure#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
* 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 (Azure#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
Updated Exmaple 4: The variable "$SpecialVM.Id" in the "New-AzPolicyExemption" command is not existing. Instead, script is using "$VM" to store the output of "Get-AzVM".
* Update New-AzDataMigrationSqlServerSchema.ps1

* Update URL for console app version check

* Update ChangeLog.md
…zure#27207)

* Update data-replication API version to 2024-09-01

* Azure local rebranding

* Test recodings

* More test recording

* Added examples

* Including document

* Pushed help folder

* Replaced path to online repo

* Updated autorest readme

* Rebranding

* Added ChangeLog

* Rebranding

* Changelog

* Update ChangeLog formatting and entries

* Run some tests liveonly

* Create BreakingChangeIssues.csv

---------

Co-authored-by: Helen Afework <helenafework@microsoft.com>
Co-authored-by: Yabo Hu <yabhu@microsoft.com>
…01 api (Azure#27209)

* Merge remote-tracking branch 'Azure/legacy-main-tools-2025-02-14' into workloadsapi20240901

* Add GA PowerShell module for Workloads's 2024-09-01 API to ChangeLog

* Remove locations.json file from SAP Virtual Instance Autorest

---------

Co-authored-by: Jaskirat Singh <jasksingh@microsoft.com>
* Update MinimalVersion.csv

* Update ChangeLog.md

* Update Az.psd1
Co-authored-by: azure-powershell-bot <65331932+azure-powershell-bot@users.noreply.github.com>
Co-authored-by: azure-powershell-bot <65331932+azure-powershell-bot@users.noreply.github.com>
@blueww blueww added the Do Not Squash 🚫 To prevent conflicts, this PR should not be squash merged. label Feb 25, 2025
@blueww blueww requested a review from isra-fel as a code owner February 25, 2025 09:12
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.

@blueww
Copy link
Member Author

blueww commented Feb 26, 2025

@VeryEarly

The PR build failed with following error, any idea?

Get-ChildItem : Cannot find path 'D:\a\_work\1\s\src\Logz' because it does not exist.
At D:\a\_work\1\s\tools\BuildScripts\FilesChangedScript.psm1:8 char:24
+ … oduleSource = Get-ChildItem -Path $SourceDirectory -Directory | Forea …
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : ObjectNotFound: (D:\a\_work\1\s\src\Logz:String) [Get-ChildItem], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand

@VeryEarly VeryEarly changed the base branch from Az.Storage-preview to share/sync-storage-preview February 28, 2025 06:45
@VeryEarly VeryEarly merged commit c7d7c1f into Azure:share/sync-storage-preview Feb 28, 2025
3 of 8 checks passed
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.