Skip to content

Commit 7128793

Browse files
authored
[Storage] Sync main to Storage preivew
Merge pull request #27246 from Azure/share/sync-storage-preview
2 parents 81a6320 + c7d7c1f commit 7128793

File tree

3,539 files changed

+333326
-290142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,539 files changed

+333326
-290142
lines changed

.azure-pipelines/azure-powershell-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ jobs:
110110
Get-FilesChangedFromCommit -CommitId $_ | Foreach-Object { $filesChanged += $_ }
111111
}
112112
} elseif ("$(Build.reason)" -eq 'Manual') {
113-
$filesChanged += Get-OutdatedModuleFromTargetModule -RepoRoot "$(Working_Directory)" -TargetModule "${{ parameters.TargetModule }}" -ForceRegenerate $forceRegenerate
113+
$filesChanged += Get-OutdatedModuleFromTargetModule -RepoRoot "$(Working_Directory)" -TargetModule "${{ parameters.TargetModule }}" -ForceRegenerate $forceRegenerate | ForEach-Object { 'src/' + $_ }
114114
} elseif ("$(Build.reason)" -eq 'Schedule') {
115-
$filesChanged += Get-OutdatedModuleFromTargetModule -RepoRoot "$(Working_Directory)" -TargetModule "${{ parameters.TargetModule }}" -ForceRegenerate $forceRegenerate
115+
$filesChanged += Get-OutdatedModuleFromTargetModule -RepoRoot "$(Working_Directory)" -TargetModule "${{ parameters.TargetModule }}" -ForceRegenerate $forceRegenerate | ForEach-Object { 'src/' + $_ }
116116
} else {
117117
Write-Host "##vso[task.logissue type=error]Invalid trigger: $(Build.reason)."
118118
exit 1

.github/policies/resourceManagement.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2152,6 +2152,7 @@ configuration:
21522152
mentionees:
21532153
- dkershaw10
21542154
- baywet
2155+
- SteveMutungi254
21552156
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
21562157
assignMentionees: False
21572158
- if:

documentation/azure-powershell-modules.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
| Content Delivery Network | `Az.Cdn` | [![Cdn]][CdnGallery] | [Changelog][CdnChangeLog] |
3939
| Change Analysis | `Az.ChangeAnalysis` | [![ChangeAnalysis]][ChangeAnalysisGallery] | [Changelog][ChangeAnalysisChangeLog] |
4040
| Cloud Service | `Az.CloudService` | [![CloudService]][CloudServiceGallery] | [Changelog][CloudServiceChangeLog] |
41-
| CodeSigning | `Az.CodeSigning` | [![CodeSigning]][CodeSigningGallery] | [Changelog][CodeSigningChangeLog] |
4241
| Cognitive Services | `Az.CognitiveServices` | [![CognitiveServices]][CognitiveServicesGallery] | [Changelog][CognitiveServicesChangeLog] |
4342
| Communication | `Az.Communication` | [![Communication]][CommunicationGallery] | [Changelog][CommunicationChangeLog] |
4443
| Compute | `Az.Compute` | [![Compute]][ComputeGallery] | [Changelog][ComputeChangeLog] |
@@ -109,8 +108,7 @@
109108
| Kusto | `Az.Kusto` | [![Kusto]][KustoGallery] | [Changelog][KustoChangeLog] |
110109
| Lab Services | `Az.LabServices` | [![LabServices]][LabServicesGallery] | [Changelog][LabServicesChangeLog] |
111110
| Load Testing | `Az.LoadTesting` | [![LoadTesting]][LoadTestingGallery] | [Changelog][LoadTestingChangeLog] |
112-
| Logic App | `Az.LogicApp` | [![LogicApp]][LogicAppGallery] | [Changelog][LogicAppChangeLog] |
113-
| Logz.io | `Az.Logz` | [![Logz]][LogzGallery] | [Changelog][LogzChangeLog] |
111+
| Logic App | `Az.LogicApp` | [![LogicApp]][LogicAppGallery] | [Changelog][LogicAppChangeLog] | |
114112
| Machine Learning | `Az.MachineLearning` | [![MachineLearning]][MachineLearningGallery] | [Changelog][MachineLearningChangeLog] |
115113
| Machine Learning Services | `Az.MachineLearningServices` | [![MachineLearningServices]][MachineLearningServicesGallery] | [Changelog][MachineLearningServicesChangeLog] |
116114
| Maintenance | `Az.Maintenance` | [![Maintenance]][MaintenanceGallery] | [Changelog][MaintenanceChangeLog] |
@@ -226,7 +224,6 @@
226224
[Cdn]: https://img.shields.io/powershellgallery/v/Az.Cdn.svg?style=flat-square&label=Az.Cdn
227225
[ChangeAnalysis]: https://img.shields.io/powershellgallery/v/Az.ChangeAnalysis.svg?style=flat-square&label=Az.ChangeAnalysis
228226
[CloudService]: https://img.shields.io/powershellgallery/v/Az.CloudService.svg?style=flat-square&label=Az.CloudService
229-
[CodeSigning]: https://img.shields.io/powershellgallery/v/Az.CodeSigning.svg?style=flat-square&label=Az.CodeSigning
230227
[CognitiveServices]: https://img.shields.io/powershellgallery/v/Az.CognitiveServices.svg?style=flat-square&label=Az.CognitiveServices
231228
[Communication]: https://img.shields.io/powershellgallery/v/Az.Communication.svg?style=flat-square&label=Az.Communication
232229
[Compute]: https://img.shields.io/powershellgallery/v/Az.Compute.svg?style=flat-square&label=Az.Compute
@@ -298,7 +295,6 @@
298295
[LabServices]: https://img.shields.io/powershellgallery/v/Az.LabServices.svg?style=flat-square&label=Az.LabServices
299296
[LoadTesting]: https://img.shields.io/powershellgallery/v/Az.LoadTesting.svg?style=flat-square&label=Az.LoadTesting
300297
[LogicApp]: https://img.shields.io/powershellgallery/v/Az.LogicApp.svg?style=flat-square&label=Az.LogicApp
301-
[Logz]: https://img.shields.io/powershellgallery/v/Az.Logz.svg?style=flat-square&label=Az.Logz
302298
[MachineLearning]: https://img.shields.io/powershellgallery/v/Az.MachineLearning.svg?style=flat-square&label=Az.MachineLearning
303299
[MachineLearningServices]: https://img.shields.io/powershellgallery/v/Az.MachineLearningServices.svg?style=flat-square&label=Az.MachineLearningServices
304300
[Maintenance]: https://img.shields.io/powershellgallery/v/Az.Maintenance.svg?style=flat-square&label=Az.Maintenance
@@ -410,7 +406,6 @@
410406
[CdnGallery]: https://www.powershellgallery.com/packages/Az.Cdn/
411407
[ChangeAnalysisGallery]: https://www.powershellgallery.com/packages/Az.ChangeAnalysis/
412408
[CloudServiceGallery]: https://www.powershellgallery.com/packages/Az.CloudService/
413-
[CodeSigningGallery]: https://www.powershellgallery.com/packages/Az.CodeSigning/
414409
[CognitiveServicesGallery]: https://www.powershellgallery.com/packages/Az.CognitiveServices/
415410
[CommunicationGallery]: https://www.powershellgallery.com/packages/Az.Communication/
416411
[ComputeGallery]: https://www.powershellgallery.com/packages/Az.Compute/
@@ -482,7 +477,6 @@
482477
[LabServicesGallery]: https://www.powershellgallery.com/packages/Az.LabServices/
483478
[LoadTestingGallery]: https://www.powershellgallery.com/packages/Az.LoadTesting/
484479
[LogicAppGallery]: https://www.powershellgallery.com/packages/Az.LogicApp/
485-
[LogzGallery]: https://www.powershellgallery.com/packages/Az.Logz/
486480
[MachineLearningGallery]: https://www.powershellgallery.com/packages/Az.MachineLearning/
487481
[MachineLearningServicesGallery]: https://www.powershellgallery.com/packages/Az.MachineLearningServices/
488482
[MaintenanceGallery]: https://www.powershellgallery.com/packages/Az.Maintenance/
@@ -592,7 +586,6 @@
592586
[CdnChangeLog]: ../src/Cdn/Cdn/ChangeLog.md
593587
[ChangeAnalysisChangeLog]: ../src/ChangeAnalysis/ChangeAnalysis/ChangeLog.md
594588
[CloudServiceChangeLog]: ../src/CloudService/CloudService/ChangeLog.md
595-
[CodeSigningChangeLog]: ../src/CodeSigning/CodeSigning/ChangeLog.md
596589
[CognitiveServicesChangeLog]: ../src/CognitiveServices/CognitiveServices/ChangeLog.md
597590
[CommunicationChangeLog]: ../src/Communication/Communication/ChangeLog.md
598591
[ComputeChangeLog]: ../src/Compute/Compute/ChangeLog.md
@@ -664,7 +657,6 @@
664657
[LabServicesChangeLog]: ../src/LabServices/LabServices/ChangeLog.md
665658
[LoadTestingChangeLog]: ../src/LoadTesting/LoadTesting/ChangeLog.md
666659
[LogicAppChangeLog]: ../src/LogicApp/LogicApp/ChangeLog.md
667-
[LogzChangeLog]: ../src/Logz/Logz/ChangeLog.md
668660
[MachineLearningChangeLog]: ../src/MachineLearning/MachineLearning/ChangeLog.md
669661
[MachineLearningServicesChangeLog]: ../src/MachineLearningServices/MachineLearningServices/ChangeLog.md
670662
[MaintenanceChangeLog]: ../src/Maintenance/Maintenance/ChangeLog.md

generated/Logz/Logz.Autorest/Az.Logz.csproj

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)