Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/Accounts/Accounts/Accounts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<Net45Assemblies Include="$(RepoSrc)lib\net45\*.dll" />
<Net46Assemblies Include="$(RepoSrc)lib\net46\*.dll" />
<Net461Assemblies Include="$(RepoSrc)lib\net461\*.dll" />
<Net462Assemblies Include="$(RepoSrc)lib\net462\*.dll" />
<Net47Assemblies Include="$(RepoSrc)lib\net47\*.dll" />
<NetStandardAssemblies Include="$(RepoSrc)lib\netstandard2.0\*.dll" />
<StorageDependencies Include="$(RepoSrc)lib\WindowsAzure.Storage\9.3.0\Microsoft.WindowsAzure.Storage.dll" />
Expand All @@ -28,7 +27,6 @@
<Copy SourceFiles="@(Net45Assemblies)" DestinationFolder="$(TargetDir)lib\net45" />
<Copy SourceFiles="@(Net46Assemblies)" DestinationFolder="$(TargetDir)lib\net46" />
<Copy SourceFiles="@(Net461Assemblies)" DestinationFolder="$(TargetDir)lib\net461" />
<Copy SourceFiles="@(Net462Assemblies)" DestinationFolder="$(TargetDir)lib\net462" />
<Copy SourceFiles="@(Net47Assemblies)" DestinationFolder="$(TargetDir)lib\net47" />
<Copy SourceFiles="@(NetStandardAssemblies)" DestinationFolder="$(TargetDir)lib\netstandard2.0" />
<Copy SourceFiles="@(StorageDependencies)" DestinationFolder="$(TargetDir)" />
Expand Down
1 change: 0 additions & 1 deletion src/Accounts/Accounts/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
-->

## Upcoming Release
* Updated Azure.Core from 1.45.0 to 1.47.3

## Version 5.3.0
* Updated `AuthenticationAssemblyLoadContext` project to deprecate .NET 6.0 and build on .NET 8.0.
Expand Down
14 changes: 7 additions & 7 deletions src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,32 +45,32 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
CreateAssembly("net45", "Newtonsoft.Json", "13.0.0.0").WithWindowsPowerShell(),
CreateAssembly("net46", "System.Numerics.Vectors", "4.1.4.0").WithWindowsPowerShell(),
CreateAssembly("net46", "System.Xml.ReaderWriter", "4.1.0.0").WithWindowsPowerShell(),
CreateAssembly("net461", "System.Diagnostics.DiagnosticSource", "6.0.0.1").WithWindowsPowerShell(),
CreateAssembly("net461", "System.Reflection.DispatchProxy", "4.0.4.0").WithWindowsPowerShell(),
CreateAssembly("net461", "System.Runtime.CompilerServices.Unsafe", "6.0.0.0").WithWindowsPowerShell(),
CreateAssembly("net461", "System.Security.Cryptography.ProtectedData", "4.0.3.0").WithWindowsPowerShell(),
CreateAssembly("net462", "System.Diagnostics.DiagnosticSource", "8.0.0.1").WithWindowsPowerShell(),
CreateAssembly("net462", "System.Text.Encodings.Web", "8.0.0.0").WithWindowsPowerShell(),
CreateAssembly("net461", "System.Text.Encodings.Web", "6.0.0.1").WithWindowsPowerShell(),
CreateAssembly("net47", "System.Security.Cryptography.Cng", "4.3.0.0").WithWindowsPowerShell(),
CreateAssembly("netstandard2.0", "Azure.Core", "1.47.3.0"),
CreateAssembly("netstandard2.0", "Azure.Core", "1.45.0.0"),
CreateAssembly("netstandard2.0", "Azure.Identity.Broker", "1.1.0.0"),
CreateAssembly("netstandard2.0", "Azure.Identity", "1.13.0.0"),
CreateAssembly("netstandard2.0", "Microsoft.Bcl.AsyncInterfaces", "8.0.0.0"),
CreateAssembly("netstandard2.0", "Microsoft.Bcl.AsyncInterfaces", "6.0.0.0"),
CreateAssembly("netstandard2.0", "Microsoft.Identity.Client.Broker", "4.65.0.0"),
CreateAssembly("netstandard2.0", "Microsoft.Identity.Client", "4.65.0.0"),
CreateAssembly("netstandard2.0", "Microsoft.Identity.Client.Extensions.Msal", "4.65.0.0"),
CreateAssembly("netstandard2.0", "Microsoft.Identity.Client.NativeInterop", "0.16.2.0"),
CreateAssembly("netstandard2.0", "Microsoft.IdentityModel.Abstractions", "6.35.0.0"),
CreateAssembly("netstandard2.0", "System.Buffers", "4.0.3.0").WithWindowsPowerShell(),
CreateAssembly("netstandard2.0", "System.ClientModel", "1.6.1.0"),
CreateAssembly("netstandard2.0", "System.Memory.Data", "8.0.0.1"),
CreateAssembly("netstandard2.0", "System.ClientModel", "1.2.1.0"),
CreateAssembly("netstandard2.0", "System.Memory.Data", "6.0.0.1"),
CreateAssembly("netstandard2.0", "System.Memory", "4.0.1.2").WithWindowsPowerShell(),
CreateAssembly("netstandard2.0", "System.Net.Http.WinHttpHandler", "4.0.4.0").WithWindowsPowerShell(),
CreateAssembly("netstandard2.0", "System.Private.ServiceModel", "4.7.0.0").WithWindowsPowerShell(),
CreateAssembly("netstandard2.0", "System.Security.AccessControl", "4.1.3.0").WithWindowsPowerShell(),
CreateAssembly("netstandard2.0", "System.Security.Permissions", "4.0.3.0").WithWindowsPowerShell(),
CreateAssembly("netstandard2.0", "System.Security.Principal.Windows", "4.1.3.0").WithWindowsPowerShell(),
CreateAssembly("netstandard2.0", "System.ServiceModel.Primitives", "4.7.0.0").WithWindowsPowerShell(),
CreateAssembly("netstandard2.0", "System.Text.Json", "8.0.0.0"),
CreateAssembly("netstandard2.0", "System.Text.Json", "6.0.0.0"),
CreateAssembly("netstandard2.0", "System.Threading.Tasks.Extensions", "4.2.0.1").WithWindowsPowerShell(),
#endregion
};
Expand Down
1 change: 0 additions & 1 deletion src/Compute/Compute/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

-->
## Upcoming Release
* Updated Azure.Core from 1.45.0 to 1.47.3
* Added `-Redeploy` switch parameter for `Update-AzHost` cmdlet to enable dedicated host redeployment.
* Added `-SupportedSecurityOption` parameter to `New-AzDiskConfig` cmdlet.
* ComputeRP related cmdlets will now use 2025-04-01 version of the ComputeRP API.
Expand Down
1 change: 0 additions & 1 deletion src/ContainerRegistry/ContainerRegistry/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
- Additional information about change #1
-->
## Upcoming Release
* Updated Azure.Core from 1.45.0 to 1.47.3

## Version 4.3.1
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
Expand Down
1 change: 0 additions & 1 deletion src/CosmosDB/CosmosDB/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
-->

## Upcoming Release
* Updated Azure.Core from 1.45.0 to 1.47.3

## Version 1.18.2
* Fixed issue where the restore command failed to detect the source account, even when it existed.
Expand Down
1 change: 0 additions & 1 deletion src/DataLakeStore/DataLakeStore/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
- Additional information about change #1
-->
## Upcoming Release
* Updated Azure.Core from 1.45.0 to 1.47.3

## Version 1.5.0
* Added a new cmdlet GetAzureDataLakeStoreDeletedItemWithtoken to support pagination in GetAzureDataLakeStoreDeletedItem
Expand Down
1 change: 0 additions & 1 deletion src/KeyVault/KeyVault/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
- Additional information about change #1
-->
## Upcoming Release
* Updated Azure.Core from 1.45.0 to 1.47.3

## Version 6.4.0
* Added Managed HSM network rule cmdlets mirroring existing Key Vault network rule management: `New-AzKeyVaultManagedHsmNetworkRuleSetObject`, `Add-AzKeyVaultManagedHsmNetworkRule`, `Remove-AzKeyVaultManagedHsmNetworkRule`, `Update-AzKeyVaultManagedHsmNetworkRuleSet`
Expand Down
1 change: 0 additions & 1 deletion src/NetAppFiles/NetAppFiles/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
- Additional information about change #1
-->
## Upcoming Release
* Updated Azure.Core from 1.45.0 to 1.47.3

## Version 0.25.0
* Updated to api-version 2025-06-01
Expand Down
1 change: 0 additions & 1 deletion src/PolicyInsights/PolicyInsights/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
- Additional information about change #1
-->
## Upcoming Release
* Updated Azure.Core from 1.45.0 to 1.47.3

## Version 1.7.1
* Removed "Microsoft.Azure.Management.PolicyInsights" Version "1.0.0" PackageReference
Expand Down
1 change: 0 additions & 1 deletion src/SignalR/SignalR/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
- Additional information about change #1
-->
## Upcoming Release
* Updated Azure.Core from 1.45.0 to 1.47.3
* Added cmdlets for managing replicas:
- Get-AzSignalRReplica: get replica(s) for SignalR
- New-AzSignalRReplica: create a new replica for SignalR
Expand Down
1 change: 0 additions & 1 deletion src/Storage/Storage.Management/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
- Additional information about change #1
-->
## Upcoming Release
* Updated Azure.Core from 1.45.0 to 1.47.3
* Supported Blob Geo Replication SLA on Storage accounts
- `New-AzStorageAccount`
- `Set-AzStorageAccount`
Expand Down
4 changes: 1 addition & 3 deletions src/Synapse/Synapse/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
-->

## Upcoming Release
* Updated Azure.Core from 1.45.0 to 1.47.3
* Updated Azure.Analytics.Synapse.Artifacts to 1.0.0-preview.22

## Version 3.2.2
* Fixed an error when remove artifact throw `ArgumentNullException`
Expand All @@ -34,7 +32,7 @@
* Updated Azure.Analytics.Synapse.Artifacts to 1.0.0-preview.21.

## Version 3.1.1
* Removed "Microsoft.Azure.Management.Synapse" Version "2.6.0-preview" package reference
* Removed "Microsoft.Azure.Management.Synapse" Version "2.6.0-preview" package reference

## Version 3.1.0
* Upgraded nuget package to signed package.
Expand Down
1 change: 0 additions & 1 deletion src/TrustedSigning/TrustedSigning/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
- Additional information about change #1
-->
## Upcoming Release
* Updated Azure.Core from 1.45.0 to 1.47.3

## Version 0.1.2
* Updated InvokeCIPolicySigning to support signing files with the .cip extension
Expand Down
4 changes: 1 addition & 3 deletions src/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

This directory contains common assemblies / libraries that Azure PowerShell modules depend on.

The assemblies will be copied to `artifacts/{Configuration}/Az.Accounts/` when building. See `Az.Accounts.csproj` for more information.

## How to use this directory

When making changes to the dependencies in this directory, please follow these steps:

1. Update `manifest.json` no matter if you are adding, removing or updating a dependency. This serves as the source of truth.
2. Run `Update-DevAssembly` found in the AzDev module. Follow the instructions necessary to [build and import the module](../../tools/AzDev/README.md) first.
2. Run `Update-DevDependency` found in the AzDev module. Follow the instructions necessary to [build and import the module](../../tools/AzDev/README.md) first.
28 changes: 14 additions & 14 deletions src/lib/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,35 +33,35 @@
"component": {
"type": "nuget",
"nuget": {
"name": "System.Reflection.DispatchProxy",
"version": "4.5.0"
"name": "System.Diagnostics.DiagnosticSource",
"version": "6.0.1"
}
}
},
{
"component": {
"type": "nuget",
"nuget": {
"name": "System.Runtime.CompilerServices.Unsafe",
"version": "6.0.0"
"name": "System.Reflection.DispatchProxy",
"version": "4.5.0"
}
}
},
{
"component": {
"type": "nuget",
"nuget": {
"name": "System.Security.Cryptography.ProtectedData",
"version": "4.5.0"
"name": "System.Runtime.CompilerServices.Unsafe",
"version": "6.0.0"
}
}
},
{
"component": {
"type": "nuget",
"nuget": {
"name": "System.Diagnostics.DiagnosticSource",
"version": "8.0.1"
"name": "System.Security.Cryptography.ProtectedData",
"version": "4.5.0"
}
}
},
Expand All @@ -70,7 +70,7 @@
"type": "nuget",
"nuget": {
"name": "System.Text.Encodings.Web",
"version": "8.0.0"
"version": "6.0.1"
}
}
},
Expand All @@ -88,7 +88,7 @@
"type": "nuget",
"nuget": {
"name": "Azure.Core",
"version": "1.47.3"
"version": "1.45.0"
}
}
},
Expand All @@ -115,7 +115,7 @@
"type": "nuget",
"nuget": {
"name": "Microsoft.Bcl.AsyncInterfaces",
"version": "8.0.0"
"version": "6.0.0"
}
}
},
Expand Down Expand Up @@ -178,7 +178,7 @@
"type": "nuget",
"nuget": {
"name": "System.ClientModel",
"version": "1.6.1"
"version": "1.2.1"
}
}
},
Expand All @@ -187,7 +187,7 @@
"type": "nuget",
"nuget": {
"name": "System.Memory.Data",
"version": "8.0.1"
"version": "6.0.1"
}
}
},
Expand Down Expand Up @@ -259,7 +259,7 @@
"type": "nuget",
"nuget": {
"name": "System.Text.Json",
"version": "8.0.6"
"version": "6.0.11"
}
}
},
Expand Down
18 changes: 9 additions & 9 deletions src/lib/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"PackageName": "Azure.Core",
"PackageVersion": "1.47.3",
"PackageVersion": "1.45.0",
"TargetFramework": "netstandard2.0",
"WindowsPowerShell": true,
"PowerShell7Plus": true
Expand All @@ -22,7 +22,7 @@
},
{
"PackageName": "Microsoft.Bcl.AsyncInterfaces",
"PackageVersion": "8.0.0",
"PackageVersion": "6.0.0",
"TargetFramework": "netstandard2.0",
"WindowsPowerShell": true,
"PowerShell7Plus": true
Expand Down Expand Up @@ -72,14 +72,14 @@
},
{
"PackageName": "System.ClientModel",
"PackageVersion": "1.6.1",
"PackageVersion": "1.2.1",
"TargetFramework": "netstandard2.0",
"WindowsPowerShell": true,
"PowerShell7Plus": true
},
{
"PackageName": "System.Memory.Data",
"PackageVersion": "8.0.1",
"PackageVersion": "6.0.1",
"TargetFramework": "netstandard2.0",
"WindowsPowerShell": true,
"PowerShell7Plus": true
Expand Down Expand Up @@ -135,7 +135,7 @@
},
{
"PackageName": "System.Text.Json",
"PackageVersion": "8.0.6",
"PackageVersion": "6.0.11",
"TargetFramework": "netstandard2.0",
"WindowsPowerShell": true,
"PowerShell7Plus": true
Expand All @@ -156,8 +156,8 @@
},
{
"PackageName": "System.Diagnostics.DiagnosticSource",
"PackageVersion": "8.0.1",
"TargetFramework": "net462",
"PackageVersion": "6.0.1",
"TargetFramework": "net461",
"WindowsPowerShell": true,
"PowerShell7Plus": false
},
Expand Down Expand Up @@ -198,8 +198,8 @@
},
{
"PackageName": "System.Text.Encodings.Web",
"PackageVersion": "8.0.0",
"TargetFramework": "net462",
"PackageVersion": "6.0.1",
"TargetFramework": "net461",
"WindowsPowerShell": true,
"PowerShell7Plus": false
},
Expand Down
Binary file not shown.
Binary file added src/lib/net461/System.Text.Encodings.Web.dll
Binary file not shown.
Binary file not shown.
Binary file removed src/lib/net462/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/Microsoft.Bcl.AsyncInterfaces.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.Text.Json.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions tools/AzDev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ Count Name Group

### Update Assemblies in `src/lib`

`Update-DevAssembly` is used to update the assemblies in the `src/lib` directory. This is useful because it saves you from having to manually download / extract / pick the correct one from the package.
`Update-DevDependency` is used to update the assemblies in the `src/lib` directory. This is useful because it saves you from having to manually download / extract / pick the correct one from the package.

```powershell
# Update the assembly manifest manually, then
Update-DevAssembly
Update-DevDependency
# Check in all the changes
```

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.47.3"/>
<PackageReference Include="Azure.Core" Version="1.45.0"/>
</ItemGroup>
<ItemGroup Condition="'$(IsTestProject)' != 'true'">
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.18.0">
Expand Down
Loading