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
* Fixed the authentication issue when using ''FederatedToken'' in Sovereign Clouds. [#23742]
198
+
* Added upcoming breaking change warning for deprecation of config parameter ''DisableErrorRecordsPersistence''.
199
+
200
+
Az.ApplicationInsights
201
+
* Enabled common parameter in get-azapplicationinsights
202
+
203
+
Az.Automation
204
+
* Updated Module operation cmdlets to support Powershell 7.2
205
+
196
206
Az.Compute
197
-
* Added new parameter ''-ElasticSanResourceId'' to ''New-AzSnapshotConfig'' cmdlet.
198
-
* Added new parameter ''-OptimizedForFrequentAttach'' to ''New-AzDiskConfig'' cmdlet.
199
-
* Added new examples in ''New-AzVM'' and ''New-AzVmss'' for TrustedLaunch default usage.
200
-
* Fixed the ''New-AzVM'' bug to avoid accessing the ''EncryptionAtHost'' property for subscriptions who cannot access it since it is behind a feature flag.
201
-
* Updated ''Get-AzVmExtension'' to return instanceView when used with ''-Status''.
202
-
* Reverted SSH Private Key File permission changes in ''New-AzVm''.
207
+
* Fixed ''New-AzVmss'' to correctly work when using ''-EdgeZone'' by creating the Load Balancer in the correct edge zone.
208
+
* Removed references to image aliases in ''New-AzVM'' and ''New-AzVmss'' to images that were removed.
209
+
* Az.Compute is updated to use the 2023-09-01 ComputeRP REST API calls.
203
210
204
-
Az.DataFactory
205
-
* Supported GoogleAds and LakeHouse in ADF
206
-
* Supported copyComputeScale and pipelineExternalComputeScale in ''Set-AzDataFactoryV2IntegrationRuntime'' Command
211
+
Az.ContainerRegistry
212
+
* Fixed bug in ''Get-AzContainerRegistryManifest'' returns only 100 results [#22922]
207
213
208
-
Az.KeyVault
209
-
* Removed redundant Microsoft Graph API calls for access policy in ''Get-AzKeyVault''.
214
+
Az.CosmosDB
215
+
* Introduced Restore-AzCosmosDBSqlDatabase, Restore-AzCosmosDBSqlContainer to restore deleted database and containers in the same account for SQL.
216
+
* Introduced Restore-AzCosmosDBMongoDBDatabase, Restore-AzCosmosDBMongoDBCollection to restore deleted database and collections in the same account for MongoDB.
217
+
* Introduced Restore-AzCosmosDBGremlinDatabase, Restore-AzCosmosDBGremlinGraph to restore deleted database and graph in the same account for Gremlin.
218
+
* Introduced Restore-AzCosmosDBTable to restore deleted table in the same account.
219
+
220
+
Az.DataProtection
221
+
* Added support for Cross region restore for Backup vaults
222
+
223
+
Az.DesktopVirtualization
224
+
* Removed AppAttach Cmdlets and ResetIcon parameter to Update-AzWvdApplication
* Added cross zonal restore for snapshot recovery point
234
251
235
252
Az.Resources
236
-
* Used utf8 encoding for reading stdout & stderr when invoking Bicep. [#23246]
237
-
* Fixed regression in ''Publish-AzBicepModule''[Azure/bicep/12461](https://github.com/Azure/bicep/issues/12461)
238
-
239
-
Az.Security
240
-
* Fixed bug for ''Set-AzSecurityPricing''
253
+
* Added AppRoleAssigment related commands for service principal. [#18412]
254
+
* Added ''-WithSource'' parameter to ''Publish-AzBicepModule''for publishing source with a module (currently experimental)
255
+
* Supported nullable Bicep parameters in Deployment cmdlets
256
+
* Updated Get-AzRoleDefinition to api-version ''2022-05-01-preview'' and returns ABAC condition information
257
+
* Added a couple missing validators and completers to Deployment Stack cmdlets.
241
258
242
259
Az.ServiceFabric
243
-
* Fixed a bug that Get commands do not return all resources.
244
-
* Updated SFMC to latest api preview version ''2023-11-01-preview''.
260
+
* Fixed Az.ServiceFabric cannot be imported in arm64 platform.
245
261
246
262
Az.Sql
247
-
* Added new parameters ''MaintenanceConfigurationId'', ''DnsZone'' to ''AzSqlInstancePool'' cmdlets
263
+
* Fixed ''Set-AzSqlDatabaseFailoverGroup'' when going from multi-secondary to single secondary
264
+
* Added ''SecondaryComputeModel'', ''AutoPauseDelayInMinutes'' and ''MinimumCapacity'' parameters within ''New-AzSqlDatabaseSecondary''
248
265
249
266
Az.Storage
250
-
* Updated error message when storage context is missing in a cmdlet input
267
+
* Defaults of AllowBlobPublicAccess and AllowCrossTenantReplication when creating a storage account were set to false by server changes. Please refer to https://techcommunity.microsoft.com/t5/azure-storage-blog/azure-storage-updating-some-default-security-settings-on-new/ba-p/3819554
268
+
- ''New-AzStorageAccount''
269
+
* Supprted filter when listing file shares with management plane cmdlet
270
+
- ''Get-AzRmStorageShare''
271
+
272
+
Az.StorageMover
273
+
* Renamed SmbFileShare endpoint cmdlets
274
+
275
+
Az.StorageSync
276
+
* Updated dataset limit from 5 Tb to 100 Tib.
277
+
278
+
Az.Synapse
279
+
* Updated Azure.Analytics.Synapse.Artifacts to 1.0.0-preview.19
280
+
* Added ActionOnExistingTargetTable property for Synapse Link Connection
0 commit comments