Skip to content

Commit a04ba59

Browse files
authored
Revert "Update Azure Core and Synapse SDK" (#28768)
1 parent 21f3dc6 commit a04ba59

File tree

28 files changed

+35
-52
lines changed

28 files changed

+35
-52
lines changed

src/Accounts/Accounts/Accounts.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<Net45Assemblies Include="$(RepoSrc)lib\net45\*.dll" />
1515
<Net46Assemblies Include="$(RepoSrc)lib\net46\*.dll" />
1616
<Net461Assemblies Include="$(RepoSrc)lib\net461\*.dll" />
17-
<Net462Assemblies Include="$(RepoSrc)lib\net462\*.dll" />
1817
<Net47Assemblies Include="$(RepoSrc)lib\net47\*.dll" />
1918
<NetStandardAssemblies Include="$(RepoSrc)lib\netstandard2.0\*.dll" />
2019
<StorageDependencies Include="$(RepoSrc)lib\WindowsAzure.Storage\9.3.0\Microsoft.WindowsAzure.Storage.dll" />
@@ -28,7 +27,6 @@
2827
<Copy SourceFiles="@(Net45Assemblies)" DestinationFolder="$(TargetDir)lib\net45" />
2928
<Copy SourceFiles="@(Net46Assemblies)" DestinationFolder="$(TargetDir)lib\net46" />
3029
<Copy SourceFiles="@(Net461Assemblies)" DestinationFolder="$(TargetDir)lib\net461" />
31-
<Copy SourceFiles="@(Net462Assemblies)" DestinationFolder="$(TargetDir)lib\net462" />
3230
<Copy SourceFiles="@(Net47Assemblies)" DestinationFolder="$(TargetDir)lib\net47" />
3331
<Copy SourceFiles="@(NetStandardAssemblies)" DestinationFolder="$(TargetDir)lib\netstandard2.0" />
3432
<Copy SourceFiles="@(StorageDependencies)" DestinationFolder="$(TargetDir)" />

src/Accounts/Accounts/ChangeLog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
-->
2020

2121
## Upcoming Release
22-
* Updated Azure.Core from 1.45.0 to 1.47.3
2322

2423
## Version 5.3.0
2524
* Updated `AuthenticationAssemblyLoadContext` project to deprecate .NET 6.0 and build on .NET 8.0.

src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,32 +45,32 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
4545
CreateAssembly("net45", "Newtonsoft.Json", "13.0.0.0").WithWindowsPowerShell(),
4646
CreateAssembly("net46", "System.Numerics.Vectors", "4.1.4.0").WithWindowsPowerShell(),
4747
CreateAssembly("net46", "System.Xml.ReaderWriter", "4.1.0.0").WithWindowsPowerShell(),
48+
CreateAssembly("net461", "System.Diagnostics.DiagnosticSource", "6.0.0.1").WithWindowsPowerShell(),
4849
CreateAssembly("net461", "System.Reflection.DispatchProxy", "4.0.4.0").WithWindowsPowerShell(),
4950
CreateAssembly("net461", "System.Runtime.CompilerServices.Unsafe", "6.0.0.0").WithWindowsPowerShell(),
5051
CreateAssembly("net461", "System.Security.Cryptography.ProtectedData", "4.0.3.0").WithWindowsPowerShell(),
51-
CreateAssembly("net462", "System.Diagnostics.DiagnosticSource", "8.0.0.1").WithWindowsPowerShell(),
52-
CreateAssembly("net462", "System.Text.Encodings.Web", "8.0.0.0").WithWindowsPowerShell(),
52+
CreateAssembly("net461", "System.Text.Encodings.Web", "6.0.0.1").WithWindowsPowerShell(),
5353
CreateAssembly("net47", "System.Security.Cryptography.Cng", "4.3.0.0").WithWindowsPowerShell(),
54-
CreateAssembly("netstandard2.0", "Azure.Core", "1.47.3.0"),
54+
CreateAssembly("netstandard2.0", "Azure.Core", "1.45.0.0"),
5555
CreateAssembly("netstandard2.0", "Azure.Identity.Broker", "1.1.0.0"),
5656
CreateAssembly("netstandard2.0", "Azure.Identity", "1.13.0.0"),
57-
CreateAssembly("netstandard2.0", "Microsoft.Bcl.AsyncInterfaces", "8.0.0.0"),
57+
CreateAssembly("netstandard2.0", "Microsoft.Bcl.AsyncInterfaces", "6.0.0.0"),
5858
CreateAssembly("netstandard2.0", "Microsoft.Identity.Client.Broker", "4.65.0.0"),
5959
CreateAssembly("netstandard2.0", "Microsoft.Identity.Client", "4.65.0.0"),
6060
CreateAssembly("netstandard2.0", "Microsoft.Identity.Client.Extensions.Msal", "4.65.0.0"),
6161
CreateAssembly("netstandard2.0", "Microsoft.Identity.Client.NativeInterop", "0.16.2.0"),
6262
CreateAssembly("netstandard2.0", "Microsoft.IdentityModel.Abstractions", "6.35.0.0"),
6363
CreateAssembly("netstandard2.0", "System.Buffers", "4.0.3.0").WithWindowsPowerShell(),
64-
CreateAssembly("netstandard2.0", "System.ClientModel", "1.6.1.0"),
65-
CreateAssembly("netstandard2.0", "System.Memory.Data", "8.0.0.1"),
64+
CreateAssembly("netstandard2.0", "System.ClientModel", "1.2.1.0"),
65+
CreateAssembly("netstandard2.0", "System.Memory.Data", "6.0.0.1"),
6666
CreateAssembly("netstandard2.0", "System.Memory", "4.0.1.2").WithWindowsPowerShell(),
6767
CreateAssembly("netstandard2.0", "System.Net.Http.WinHttpHandler", "4.0.4.0").WithWindowsPowerShell(),
6868
CreateAssembly("netstandard2.0", "System.Private.ServiceModel", "4.7.0.0").WithWindowsPowerShell(),
6969
CreateAssembly("netstandard2.0", "System.Security.AccessControl", "4.1.3.0").WithWindowsPowerShell(),
7070
CreateAssembly("netstandard2.0", "System.Security.Permissions", "4.0.3.0").WithWindowsPowerShell(),
7171
CreateAssembly("netstandard2.0", "System.Security.Principal.Windows", "4.1.3.0").WithWindowsPowerShell(),
7272
CreateAssembly("netstandard2.0", "System.ServiceModel.Primitives", "4.7.0.0").WithWindowsPowerShell(),
73-
CreateAssembly("netstandard2.0", "System.Text.Json", "8.0.0.0"),
73+
CreateAssembly("netstandard2.0", "System.Text.Json", "6.0.0.0"),
7474
CreateAssembly("netstandard2.0", "System.Threading.Tasks.Extensions", "4.2.0.1").WithWindowsPowerShell(),
7575
#endregion
7676
};

src/Compute/Compute/ChangeLog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
2121
-->
2222
## Upcoming Release
23-
* Updated Azure.Core from 1.45.0 to 1.47.3
2423
* Added `-Redeploy` switch parameter for `Update-AzHost` cmdlet to enable dedicated host redeployment.
2524
* Added `-SupportedSecurityOption` parameter to `New-AzDiskConfig` cmdlet.
2625
* ComputeRP related cmdlets will now use 2025-04-01 version of the ComputeRP API.

src/ContainerRegistry/ContainerRegistry/ChangeLog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Updated Azure.Core from 1.45.0 to 1.47.3
2221

2322
## Version 4.3.1
2423
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229

src/CosmosDB/CosmosDB/ChangeLog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
-->
2020

2121
## Upcoming Release
22-
* Updated Azure.Core from 1.45.0 to 1.47.3
2322

2423
## Version 1.18.2
2524
* Fixed issue where the restore command failed to detect the source account, even when it existed.

src/DataLakeStore/DataLakeStore/ChangeLog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Updated Azure.Core from 1.45.0 to 1.47.3
2221

2322
## Version 1.5.0
2423
* Added a new cmdlet GetAzureDataLakeStoreDeletedItemWithtoken to support pagination in GetAzureDataLakeStoreDeletedItem

src/KeyVault/KeyVault/ChangeLog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Updated Azure.Core from 1.45.0 to 1.47.3
2221

2322
## Version 6.4.0
2423
* Added Managed HSM network rule cmdlets mirroring existing Key Vault network rule management: `New-AzKeyVaultManagedHsmNetworkRuleSetObject`, `Add-AzKeyVaultManagedHsmNetworkRule`, `Remove-AzKeyVaultManagedHsmNetworkRule`, `Update-AzKeyVaultManagedHsmNetworkRuleSet`

src/NetAppFiles/NetAppFiles/ChangeLog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Updated Azure.Core from 1.45.0 to 1.47.3
2221

2322
## Version 0.25.0
2423
* Updated to api-version 2025-06-01

src/PolicyInsights/PolicyInsights/ChangeLog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Updated Azure.Core from 1.45.0 to 1.47.3
2221

2322
## Version 1.7.1
2423
* Removed "Microsoft.Azure.Management.PolicyInsights" Version "1.0.0" PackageReference

0 commit comments

Comments
 (0)