Skip to content

Commit

Permalink
Sync tools folder from main branch to generation branch (#26502)
Browse files Browse the repository at this point in the history
Co-authored-by: azurepowershell <[email protected]>
  • Loading branch information
azure-powershell-bot and azurepowershell authored Oct 29, 2024
1 parent 79391b3 commit 3fe9183
Show file tree
Hide file tree
Showing 19 changed files with 1,865 additions and 1,858 deletions.
2 changes: 2 additions & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@
<clear />
</disabledPackageSources>
</configuration>


Binary file modified src/lib/netfx/System.Text.Encodings.Web.dll
Binary file not shown.
Binary file modified src/lib/netstandard2.0/Azure.Core.dll
Binary file not shown.
Binary file modified src/lib/netstandard2.0/Azure.Identity.dll
Binary file not shown.
Binary file modified src/lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll
Binary file not shown.
Binary file modified src/lib/netstandard2.0/System.Buffers.dll
Binary file not shown.
Binary file modified src/lib/netstandard2.0/System.ClientModel.dll
Binary file not shown.
Binary file modified src/lib/netstandard2.0/System.Memory.Data.dll
Binary file not shown.
Binary file modified src/lib/netstandard2.0/System.Memory.dll
Binary file not shown.
Binary file modified src/lib/netstandard2.0/System.Text.Json.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/Az/Az.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
@{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.3.2'; },
@{ModuleName = 'Az.DataProtection'; RequiredVersion = '2.4.0'; },
@{ModuleName = 'Az.DataShare'; RequiredVersion = '1.0.2'; },
@{ModuleName = 'Az.DesktopVirtualization'; RequiredVersion = '4.3.1'; },
@{ModuleName = 'Az.DesktopVirtualization'; RequiredVersion = '4.3.2'; },
@{ModuleName = 'Az.DevCenter'; RequiredVersion = '1.2.0'; },
@{ModuleName = 'Az.DevTestLabs'; RequiredVersion = '1.0.3'; },
@{ModuleName = 'Az.Dns'; RequiredVersion = '1.2.1'; },
Expand Down
2 changes: 1 addition & 1 deletion tools/AzPreview/AzPreview.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
@{ModuleName = 'Az.DataProtection'; RequiredVersion = '2.4.0'; },
@{ModuleName = 'Az.DataShare'; RequiredVersion = '1.0.2'; },
@{ModuleName = 'Az.DedicatedHsm'; RequiredVersion = '0.3.1'; },
@{ModuleName = 'Az.DesktopVirtualization'; RequiredVersion = '4.3.1'; },
@{ModuleName = 'Az.DesktopVirtualization'; RequiredVersion = '4.3.2'; },
@{ModuleName = 'Az.DevCenter'; RequiredVersion = '1.2.0'; },
@{ModuleName = 'Az.DeviceProvisioningServices'; RequiredVersion = '0.10.2'; },
@{ModuleName = 'Az.DeviceUpdate'; RequiredVersion = '0.1.1'; },
Expand Down
2 changes: 1 addition & 1 deletion tools/Common.Netcore.Dependencies.targets
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Azure.Core" Version="1.44.1"/>
<PackageReference Include="Azure.Core" Version="1.41.0"/>
</ItemGroup>
<ItemGroup Condition="'$(IsTestProject)' != 'true'">
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.18.0">
Expand Down
2 changes: 1 addition & 1 deletion tools/Docs/az-ps-latest-1.csv
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pac52,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea
pac53,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataProtection.2.4.0.zip;sourceType=sa]Az.DataProtection,2.4.0
pac54,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataShare.1.0.2.zip;sourceType=sa]Az.DataShare,1.0.2
pac55,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DedicatedHsm.0.3.1.zip;sourceType=sa]Az.DedicatedHsm,0.3.1
pac56,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DesktopVirtualization.4.3.1.zip;sourceType=sa]Az.DesktopVirtualization,4.3.1
pac56,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DesktopVirtualization.4.3.2.zip;sourceType=sa]Az.DesktopVirtualization,4.3.2
pac57,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DevCenter.1.2.0.zip;sourceType=sa]Az.DevCenter,1.2.0
pac58,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DeviceProvisioningServices.0.10.2.zip;sourceType=sa]Az.DeviceProvisioningServices,0.10.2
pac59,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DeviceUpdate.0.1.1.zip;sourceType=sa]Az.DeviceUpdate,0.1.1
Expand Down
3 changes: 2 additions & 1 deletion tools/NugetAuth/OneBranchNuget.Config
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>
</configuration>

2 changes: 1 addition & 1 deletion tools/NugetAuth/ReplaceOneBranchConfig.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ $oneBranchContent = Get-Content $oneBranchConfigPath -Raw
$devContent = Get-Content $devConfigPath -Raw

$oneBranchContent | Set-Content $devConfigPath -Force
$devContent | Set-Content oneBranchConfigPath -Force
$devContent | Set-Content $oneBranchConfigPath -Force
4 changes: 4 additions & 0 deletions tools/StaticAnalysis/UXMetadataAnalyzer/UXMetadataAnalyzer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ private void ValidateMetadata(IssueLoggerContext context, string UXMetadataConte

private void ValidateExample(IssueLoggerContext context, UXMetadataCommand command, CmdletMetadata cmdletMetadata, UXMetadataCommandExample example, ReportLogger<UXMetadataIssue> issueLogger)
{
if (example.Parameters == null)
{
return;
}
List<string> parameterListConvertedFromAlias = example.Parameters.Select(x =>
{
string parameterNameInExample = x.Name.Trim('-');
Expand Down
3,702 changes: 1,851 additions & 1,851 deletions tools/Tools.Common/SerializedCmdlets/Az.DesktopVirtualization.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/VersionController/MinimalVersion.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"Module","Minimal Version"
"Az.ConnectedMachine","1.0.0"
"Az.ConnectedMachine","1.0.0"

0 comments on commit 3fe9183

Please sign in to comment.