Skip to content

Commit a5a1ab6

Browse files
authored
update azure core to 1.33.0 (Azure#22396)
* update azure core to 1.33.0 * update changelog for updating azure core
1 parent c8e54e2 commit a5a1ab6

File tree

13 files changed

+20
-8
lines changed

13 files changed

+20
-8
lines changed

src/Accounts/Accounts/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* Changed output stream from debug stream to warning stream for `CmdletPreviewAttribute`
2323
* Decreased the prompted frequency of preview warning message to once per cmdlet in one session
2424
* Reworded default preview message and added estimated GA date for `CmdletPreviewAttribute`
25+
* Updated Azure.Core to 1.33.0
2526

2627
## Version 2.12.4
2728
* Changed `gallery` property to be optional in ARM metadata of `Set-AzEnvironment` and `Add-AzEnvironment`[#22037].

src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
4242
// todo: add a tool to update assembly versions after replacing the assemblies. (Can it support newly introduced assemblies?)
4343
// todo: consider moving the list to a standalone config file
4444
#region AssemblyList
45-
CreateAssembly("netcoreapp2.1", "Azure.Core", "1.31.0.0").WithPowerShellCore(),
45+
CreateAssembly("netcoreapp2.1", "Azure.Core", "1.33.0.0").WithPowerShellCore(),
4646
CreateAssembly("netcoreapp2.1", "Microsoft.Identity.Client", "4.49.1.0").WithPowerShellCore(),
4747
CreateAssembly("netcoreapp3.1", "Microsoft.Identity.Client.Extensions.Msal", "2.23.0.0").WithPowerShellCore(),
4848

@@ -64,7 +64,7 @@ public static void Initialize(string rootPath, IConditionalAssemblyContext conte
6464
CreateAssembly("netstandard2.0", "System.ServiceModel.Primitives", "4.7.0.0").WithWindowsPowerShell(),
6565
CreateAssembly("netstandard2.0", "System.Threading.Tasks.Extensions", "4.2.0.1").WithWindowsPowerShell(),
6666

67-
CreateAssembly("netfx", "Azure.Core", "1.31.0.0").WithWindowsPowerShell(),
67+
CreateAssembly("netfx", "Azure.Core", "1.33.0.0").WithWindowsPowerShell(),
6868
CreateAssembly("netfx", "Microsoft.Identity.Client", "4.49.1.0").WithWindowsPowerShell(),
6969
CreateAssembly("netfx", "Microsoft.Identity.Client.Extensions.Msal", "2.23.0.0").WithWindowsPowerShell(),
7070
CreateAssembly("netfx", "Newtonsoft.Json", "13.0.0.0").WithWindowsPowerShell(),

src/Compute/Compute/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
## Upcoming Release
2323
* Fixed the `Update-AzVmss` cmdlet so the `AutomaticRepairGracePeriod`, `AutomaticRepairAction`, and `EnableAutomaticRepair` parameters function correctly.
2424
* Updated help doc for `New-AzVM`, `New-AzVMConfig`, `New-AzVmss`, `New-AzVmssConfig`, `Update-AzVM`, and `Update-AzVmss` to include parameters that were previously added for Trusted Launch features.
25+
* Updated Azure.Core to 1.33.0.
2526

2627
## Version 6.1.0
2728
* Added useful examples to the `New-AzVMConfig` help doc.

src/ContainerRegistry/ContainerRegistry/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Updated Azure.Core to 1.33.0.
2122
* Added new cmdlet `New-AzContainerRegistryCredentials`
23+
2224
## Version 4.0.0
2325
* Updated module to autorest based
2426
## Version 3.0.4

src/CosmosDB/CosmosDB/ChangeLog.md

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

2121
## Upcoming Release
22+
* Updated Azure.Core to 1.33.0.
2223

2324
## Version 1.11.1
2425
* Locations showed in response included status, isSubscriptionRegionAccessAllowedForRegular and isSubscriptionRegionAccessAllowedForAz properties

src/KeyVault/KeyVault/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020
## Upcoming Release
2121
* Removed maximum number for `IpAddressRange` and `VirtualNetworkResourceId` in `*-AzKeyVaultNetworkRuleSet*` from client side. [#22137]
22+
* Updated Azure.Core to 1.33.0.
2223

2324
## Version 4.10.0
2425
* Added breaking change announcement for parameter `SoftDeleteRetentionInDays` in `New-AzKeyVaultManagedHsm`. The parameter `SoftDeleteRetentionInDays` is becoming mandatory

src/NetAppFiles/NetAppFiles/ChangeLog.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Updated to api-version 2022-11-01
22-
* Added `Identity` to NetAppAccountPatch
23-
* Added `ActualThroughputMibps` and `OriginatingResourceId`
24-
* Added `SnapshotDirectoryVisible` to Update-AzNetAppFilesVolume
25-
- If enabled (true) the volume will contain a read-only .snapshot directory which provides access to each of the volume's snapshots (default to true)
21+
* Updated to api-version 2022-11-01
22+
* Added `Identity` to NetAppAccountPatch
23+
* Added `ActualThroughputMibps` and `OriginatingResourceId`
24+
* Added `SnapshotDirectoryVisible` to Update-AzNetAppFilesVolume
25+
- If enabled (true) the volume will contain a read-only .snapshot directory which provides access to each of the volume's snapshots (default to true)
26+
* Updated Azure.Core to 1.33.0.
27+
2628

2729
## Version 0.12.0
2830
* Updated Azure.Core to 1.31.0.

src/PolicyInsights/PolicyInsights/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Updated Azure.Core to 1.33.0.
2122

2223
## Version 1.6.1
2324
* Updated Azure.Core to 1.31.0.

src/Storage/Storage.Management/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
- `Close-AzStorageFileHandle`
3434
* Supported get a file share object without get share properties. For pipeline to file/directory cmdlets with OAuth authentication.
3535
- `Get-AzStorageShare`
36+
* Updated Azure.Core to 1.33.0.
37+
3638

3739
## Version 5.8.0
3840
* Supported TierToCold and TierToHot in Storage account management policy

src/Synapse/Synapse/ChangeLog.md

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

2121
## Upcoming Release
22+
* Updated Azure.Core to 1.33.0.
2223

2324
## Version 3.0.1
2425
* Fixed the issue for "Start-AzSynapseTrigger/Stop-AzSynapseTrigger" to not throw exception when Request Status is 202

0 commit comments

Comments
 (0)