You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Batch/Batch/ChangeLog.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
+
* Updated Azure.Core from 1.47.3 to 1.50.0
21
22
* Updated the implementation of 'New-AzBatchApplicationPackage' cmdlet to not call 'Get-AzBatchApplicationPackage' to retrieve storage keys for security improvements. No behavior changes to the cmdlet.
22
23
23
24
## Version 4.0.0
@@ -28,7 +29,7 @@
28
29
29
30
## Version 3.7.0
30
31
* Upgraded nuget package to signed package.
31
-
* Fixed 'Object reference not set to an instance of an object' error when setting null values inside job `CommonEnvironmentSettings` property.
32
+
* Fixed 'Object reference not set to an instance of an object' error when setting null values inside job `CommonEnvironmentSettings` property.
Copy file name to clipboardExpand all lines: src/ContainerRegistry/ContainerRegistry/ChangeLog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
+
* Updated Azure.Core from 1.47.3 to 1.50.0
21
22
22
23
## Version 5.0.0
23
24
* Improved user experience and consistency. This may introduce breaking changes. Please refer to [here](https://go.microsoft.com/fwlink/?linkid=2340249).
Copy file name to clipboardExpand all lines: src/KeyVault/KeyVault/ChangeLog.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
+
* Updated Azure.Core from 1.47.3 to 1.50.0
21
22
22
23
## Version 6.4.1
23
24
* Updated Azure.Core from 1.45.0 to 1.47.3
@@ -52,13 +53,13 @@
52
53
*[Breaking change] Removed parameter `Value` from `Invoke-AzKeyVaultKeyOperation`.
53
54
*[Breaking change] Removed property `Result` from the output type `PSKeyOperationResult` of `Invoke-AzKeyVaultKeyOperation`.
54
55
*[Breaking Change] Replaced parameter `EnableRbacAuthorization` by `DisableRbacAuthorization` in `New-AzKeyVault` and `Update-AzKeyVault`.
55
-
- RBAC will be enabled by default during the process of key vault creation.
56
-
56
+
- RBAC will be enabled by default during the process of key vault creation.
57
+
57
58
## Version 5.3.0
58
59
* Introduced secrets detection feature to safeguard sensitive data.
59
60
*[Upcoming Breaking Change] Added breaking change warning message for parameter `UseDefaultCVMPolicy` of `Add-AzKeyVaultKey`.
60
61
- The offline fallback policy will be removed. Key creation will fail if unable to get regional default CVM SKR policy from MAA Service Discovery API.
61
-
* Added parameter `PolicyPath` in `Add-AzKeyVaultCertificate` to support custom policy in the process of certificate enrollment.
62
+
* Added parameter `PolicyPath` in `Add-AzKeyVaultCertificate` to support custom policy in the process of certificate enrollment.
62
63
* Upgraded the API version of merging certificate to 7.5. [#24323]
63
64
64
65
## Version 5.2.2
@@ -78,11 +79,11 @@
78
79
79
80
## Version 5.1.0
80
81
* Added parameter `ByteArrayValue` in `Invoke-AzKeyVaultKeyOperation` to support operating byte array without conversion to secure string.
81
-
* Added Property `RawResult` in the output type `PSKeyOperationResult` of `Invoke-AzKeyVaultKeyOperation`.
82
-
*[Upcoming Breaking Change] Added breaking change warning message for parameter `Value` in `Invoke-AzKeyVaultKeyOperation`.
82
+
* Added Property `RawResult` in the output type `PSKeyOperationResult` of `Invoke-AzKeyVaultKeyOperation`.
83
+
*[Upcoming Breaking Change] Added breaking change warning message for parameter `Value` in `Invoke-AzKeyVaultKeyOperation`.
83
84
- Parameter `Value` is expected to be removed in Az.KeyVault 6.0.0
84
85
-`ByteArrayValue` is the alternative of parameter `Value` in byte array format
85
-
*[Upcoming Breaking Change] Added breaking change warning message for the output type `PSKeyOperationResult` of `Invoke-AzKeyVaultKeyOperation`.
86
+
*[Upcoming Breaking Change] Added breaking change warning message for the output type `PSKeyOperationResult` of `Invoke-AzKeyVaultKeyOperation`.
86
87
- Property `Result` is expected to be removed in Az.KeyVault 6.0.0
87
88
- Property `RawResult` is the alternative of parameter `Result` in byte array format
88
89
@@ -91,7 +92,7 @@
91
92
92
93
## Version 5.0.0
93
94
* Removed non-core types creation in PowerShell scripts to be compatible in constrained language mode.
94
-
* Supported user assigned identity for Managed HSM in `New/Update-AzKeyVaultManagedHsm`
95
+
* Supported user assigned identity for Managed HSM in `New/Update-AzKeyVaultManagedHsm`
95
96
*[Breaking Change] Changed parameter `SoftDeleteRetentionInDays` in `New-AzKeyVaultManagedHsm` to mandatory.
96
97
* Upgraded Azure.Core to 1.35.0.
97
98
@@ -123,7 +124,7 @@
123
124
* Added parameter `PolicyPath` and `PolicyObject` in `Import-AzKeyVaultCertificate` to support custom policy [#20780]
124
125
125
126
## Version 4.9.3
126
-
* Added breaking change announcement for `Invoke-AzKeyVaultKeyOperation`. The encoded/decoded way between string and bytes in `Invoke-AzKeyVaultKeyOperation` will change to UTF8.
127
+
* Added breaking change announcement for `Invoke-AzKeyVaultKeyOperation`. The encoded/decoded way between string and bytes in `Invoke-AzKeyVaultKeyOperation` will change to UTF8.
127
128
- This change will take effect on 5/23/2023
128
129
- The change is expected to take effect from the version 5.0.0
0 commit comments