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
* Added a preview feature to detect secrets and sensitive information from the output of Azure PowerShell cmdlets to prevent leakage. Enable it by ''Set-AzConfig -DisplaySecretsWarning True''. Learn more at https://go.microsoft.com/fwlink/?linkid=2258844
200
+
* Fixed ''CacheDirectory'' and ''CacheFile'' out-of-sync issue in AzureRmContextSettings.json and the customers are not allowed to change these 2 properties.
201
+
* Redirected device code login messages from warning stream to information stream if use device authentication in ''Connect-AzAccount''.
202
+
203
+
Az.Cdn
204
+
* Fixed the case sensitive issue when do preparing migration steps for ''Start-AzFrontDoorCdnProfilePrepareMigration''
205
+
206
+
Az.Compute
207
+
* Fixed ''New-AzVM'' when a source image is specified to avoid an error on the ''Version'' value.
208
+
209
+
Az.CosmosDB
210
+
* Fixed validation issues in same-account collection/container/graph and database/table/Gremlin restores, affecting the following cmdlets:
211
+
- Restore-AzCosmosDBSqlDatabase
212
+
- Restore-AzCosmosDBSqlContainer
213
+
- Restore-AzCosmosDBMongoDBDatabase
214
+
- Restore-AzCosmosDBMongoDBCollection
215
+
- Restore-AzCosmosDBGremlinDatabase
216
+
- Restore-AzCosmosDBGremlinGraph
217
+
- Restore-AzCosmosDBTable
218
+
* Upgraded SDK ''Azure.Security.KeyVault.Keys'' TO 4.6.0-beta.1.
219
+
* Added breaking change message for ListConnectionStrings changes
220
+
221
+
Az.DataFactory
222
+
* Supported Snowflake V2 in ADF
223
+
224
+
Az.KeyVault
225
+
* Supported ''HsmPlatform'' in ''KeyAttributes''.
226
+
227
+
Az.LogicApp
228
+
* Removed the *.deps.json file that caused false positive security alerts. [#23603]
229
+
230
+
Az.Monitor
231
+
* Added support for the Metric Data Plane
232
+
233
+
Az.RedisCache
234
+
* Upgraded API version to 2023-08-01
235
+
* Added support for flush operation
236
+
* Added support for update channels
237
+
* Added support for Microsoft Entra Authentication
238
+
198
239
Az.Resources
199
-
* Fixed deadlock in Bicep CLI execution. [#24133]
240
+
* Added breaking change warnings for Azure Policy cmdlets.
241
+
* Added ''AuxTenant'' parameter in ''New-AzResourceGroupDeployment''to support cross-tenant deployment.
242
+
* Fixed bug with custom types and deployments whatif. [#13245]
243
+
* Fixed bug with nullable array parameters & outputs.
244
+
* Fixed bug with TemplateParameterUri not downloading parameters correctly.
245
+
246
+
Az.Security
247
+
* Added new cmdlets for Security Connectors
248
+
* Added new cmdlets for ApiCollections Security
249
+
250
+
Az.StackHCI
251
+
* Updated ''Set-AzStackHCI'' to use HTTP PATCH for updating cluster resource instead of HTTP PUT and to only send updated properties.
252
+
253
+
Az.StackHCIVM
254
+
* Reported image download progress
255
+
256
+
Az.Storage
257
+
* Fixed parser logic when downloading blob from managed disk account with Sas Uri and bearer token on Linux and MacOS
258
+
- ''Get-AzStorageBlobContent''
259
+
* Added warning messages for upcoming breaking changes in Queue cmdlets for removing references to ''Microsoft.Azure.Storage.Queue''
260
+
- ''New-AzStorageQueue''
261
+
- ''Get-AzStorageQueue''
262
+
- ''New-AzStorageQueueSASToken''
263
+
* Added warning messages for an upcoming breaking change when uploading a file using SAS token without read permission
264
+
- ''Set-AzStorageFileContent''
265
+
* Added warning messages for an upcoming breaking change when upgrading a Storage account to StorageV2
0 commit comments