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: tools/AzureRM/AzureRM.psd1
+246-7Lines changed: 246 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -148,13 +148,252 @@ PrivateData = @{
148
148
# IconUri = ''
149
149
150
150
# ReleaseNotes of this module
151
-
ReleaseNotes='2016.11.14 - Version 3.2.0
152
-
* Network
153
-
* Get-AzureRmVirtualNetworkGatewayConnection
154
-
- Added new param :- TunnelConnectionStatus in output Connection object to show per tunnel connection health status.
155
-
* Reset-AzureRmVirtualNetworkGateway
156
-
- Added optional input param:- gatewayVip to pass gateway vip for ResetGateway API in case of Active-Active feature enabled gateways.
157
-
- Gateway Vip can be retrieved from PublicIPs refered in VirtualNetworkGateway object.'
151
+
ReleaseNotes='2016.12.14 - Version 3.3.0
152
+
* ApiManagement
153
+
* Added new cmdlets to manage external Identity Provider Configurations
154
+
- New-AzureRmApiManagementIdentityProvider
155
+
- Set-AzureRmApiManagementIdentityProvider
156
+
- Get-AzureRmApiManagementIdentityProvider
157
+
- Remove-AzureRmApiManagementIdentityProvider
158
+
* Updated the client to use .net client 3.2.0 AzureRm.ApiManagement which has RBAC support
159
+
* Updated cmdlet Import-AzureRmApiManagementApi to allow importing an Wsdl type API as either Soap Pass Through (ApiType = Http) or Soap To Rest (ApiType = Soap). Default is Soap Pass Through.
* Based on user feedback (https://github.com/Azure/azure-powershell/issues/1384), we''ve added a DisplayHint property to VM object to enable Compact and Expand display modes. This is similar to `Get -Date - DisplayHint Date` cmdlet. By default, the return of `Get-AzureRmVm -ResourceGroupName <rg-name> -Name <vm-name>` will be compact. You can expand the output using `-DisplayHint Expand` parameter.
164
+
* UPCOMING BREAKING CHANGE Notification: We''ve added a warning about removing ` DataDiskNames` and ` NetworkInterfaceIDs` properties from the returned VM object from `Get-AzureRmVm -ResourceGroupName <rg-name> -Name <vm-name` cmdlet. Please update your scripts to access these properties in the following way:
165
+
- `$vm.StorageProfile.DataDisks`
166
+
- `$vm.NetworkProfile.NetworkInterfaces`
167
+
* Updated Set-AzureRmVMChefExtension cmdlet to add following new options :
168
+
- JsonAttribute : A JSON string to be added to the first run of chef-client. e.g. -JsonAttribute ''{"container_service": {"chef-init-test": {"command": "C:\\opscode\\chef\\bin"}}}''
169
+
- ChefServiceInterval : Specifies the frequency (in minutes) at which the chef-service runs. If in case you don''t want the chef-service to be installed on the Azure VM then set value as 0 in this field. e.g. -ChefServiceInterval 45
170
+
* DataLakeAnalytics
171
+
* Removal of unsupported parameters in Add and Set-AzureRMDataLakeAnalyticsDataSource (default for data lake store)
172
+
* Removed unsupported parameter in Set-AzureRMDataLakeAnalyticsAccount (default data lake store)
173
+
* Introduction of deprecation warning for nested properties for all ARM resources. Nested properties will be removed in a future release and all properties will be moved one level up.
174
+
* Added the ability to set MaxDegreeOfParallelism, MaxJobCount and QueryStoreRetention in New and Set-AzureRMDataLakeAnalyticsAccount
175
+
* Removed invalid return value from New-AzureRMDataLakeAnalyticsCatalogSecret
176
+
* DataLakeStore
177
+
* Introduction of deprecation warning for nested properties for all ARM resources. Nested properties will be removed in a future release and all properties will be moved one level up.
178
+
* Removed the ability to set encryption in Set-AzureRMDataLakeStoreAccount (never was supported)
179
+
* Added ability to enable/disable firewall rules and the trusted id providers during Set-AzureRMDataLakeStoreAccount
180
+
* Added a new cmdlet: Set-AzureRMDataLakeStoreItemExpiry, which allows the user to set or remove the expiration for files (not folders) in their ADLS account.
181
+
* Small fix for friendly date properties to pivot off UTC time instead of local time, ensuring standard time reporting.
182
+
* EventHub
183
+
* Adds commandlets for the Azure EventHub
184
+
- New-AzureRmEventHubNamespace
185
+
- Adds a New EventHub NameSpace in the existing Resource Group.
186
+
- Get-AzureRmEventHubNamespace
187
+
- Gets Eventhub NameSpace/list of NameSpaces of existing Resource Group.
188
+
- Set-AzureRmEventHubNamespace
189
+
- Updates properties of existing EventHub NameSpace.
190
+
- Remove-AzureRmEventHubNamespace
191
+
- Deletes the existing EventHub NameSpace.
192
+
- New-AzureRmEventHubNamespaceAuthorizationRule
193
+
- Adds a new AuthorizationRule to the existing EventHub NameSpace.
194
+
- Get-AzureRmEventHubNamespaceAuthorizationRule
195
+
- Gets AuthorizationRule / List of AuthorizationRules for the existing EventHub NameSpace.
196
+
- Set-AzureRmEventHubNamespaceAuthorizationRule
197
+
- Updates properties of existing AuthorizationRule of EventHub NameSpace.
198
+
- New-AzureRmEventHubNamespaceKey
199
+
- Generates a new Primary/Secondary Key for AuthorizationRule of existing EventHub NameSpace.
200
+
- Get-AzureRmEventHubNamespaceKey
201
+
- Gets Primary/Secondary Key for AuthorizationRule of existing EventHub NameSpace.
- Deletes the existing AuthorizationRule of ServiceBus NameSpace.
309
+
- New-AzureRmServiceBusQueue
310
+
- Adds a new Queue to the existing ServiceBus NameSpace.
311
+
- Get-AzureRmServiceBusQueue
312
+
- Gets existing Queue/ List of Queues of the existing ServiceBus NameSpace.
313
+
- Set-AzureRmServiceBusQueue
314
+
- Updates properties of existing Queue of ServiceBus NameSpace.
315
+
- Remove-AzureRmServiceBusQueue
316
+
- Deletes existing Queue of ServiceBus NameSpace.
317
+
- New-AzureRmServiceBusQueueAuthorizationRule
318
+
- Adds a new AuthorizationRule to the existing Queue of ServiceBus NameSpace.
319
+
- Get-AzureRmServiceBusQueueAuthorizationRule
320
+
- Gets the AuthorizationRule / List of AuthorizationRules of the Queue
321
+
- Set-AzureRmServiceBusQueueAuthorizationRule
322
+
- Updates the AuthorizationRule of the Queue.
323
+
- New-AzureRmServiceBusQueueKey
324
+
- Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus Queue.
325
+
- Get-AzureRmServiceBusQueueKey
326
+
- Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus Queue.
327
+
- Remove-AzureRmServiceBusQueueAuthorizationRule
328
+
- Deletes the existing AuthorizationRule of ServiceBus Queue.
329
+
- New-AzureRmServiceBusTopic
330
+
- Adds a new Topic to the existing ServiceBus NameSpace.
331
+
- Get-AzureRmServiceBusTopic
332
+
- Gets existing Topic/ List of Topics of the existing ServiceBus NameSpace.
333
+
- Set-AzureRmServiceBusTopic
334
+
- Updates properties of existing Topic of ServiceBus NameSpace.
335
+
- Remove-AzureRmServiceBusTopic
336
+
- Deletes existing Topic of ServiceBus NameSpace.
337
+
- New-AzureRmServiceBusTopicAuthorizationRule
338
+
- Adds a new AuthorizationRule to the existing Topic of ServiceBus NameSpace.
339
+
- Get-AzureRmServiceBusTopicAuthorizationRule
340
+
- Gets the AuthorizationRule / List of AuthorizationRules of the Topic.
341
+
- Set-AzureRmServiceBusTopicAuthorizationRule
342
+
- Updates the AuthorizationRule of the Topic.
343
+
- New-AzureRmServiceBusTopicKey
344
+
- Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus Topic.
345
+
- Get-AzureRmServiceBusTopicKey
346
+
- Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus Topic.
347
+
- Remove-AzureRmServiceBusTopicAuthorizationRule
348
+
- Deletes the existing AuthorizationRule of ServiceBus Topic.
349
+
- New-AzureRmServiceBusSubscription
350
+
- Adds a new Subscription to the existing ServiceBus Topic.
351
+
- Get-AzureRmServiceBusSubscription
352
+
- Gets existing Subscription/ List of Subscriptions of the existing ServiceBus Topic.
353
+
- Set-AzureRmServiceBusSubscription
354
+
- Updates properties of existing Subscription of ServiceBus Topic.
355
+
- Remove-AzureRmServiceBusSubscription
356
+
- Deletes existing Subscription of ServiceBus Topic.
357
+
* Sql
358
+
* Added storage properties to cmdlets for Azure SQL threat detection policy management at database and server level
359
+
- StorageAccountName
360
+
- RetentionInDays
361
+
* Removed the unsupported param "AuditAction" from Set-AzureSqlDatabaseServerAuditingPolicy
362
+
* Added new param "AuditAction" to Set-AzureSqlDatabaseAuditingPolicy
363
+
* Fix for showing on GET and persisting Tags on SET (if not given) for Database, Server and Elastic Pool
364
+
- If Tags is used in command it will save tags, if not it will not wipe out tags on resource.
365
+
* Fix for showing on GET and persisting Tags on SET (if not given) for Database, Server and Elastic Pool
366
+
- If Tags is used in command it will save tags, if not it will not wipe out tags on resource.
367
+
* Changes for "New-AzureRmSqlDatabase", "Set-AzureRmSqlDatabase" and "Get-AzureRmSqlDatabase" cmdlets
368
+
- Adding a new parameter called "ReadScale" for the 3 cmdlets above.
369
+
- The "ReadScale" parameter has 2 possibl values: "Enabled" or "Disabled" to indicate whether the ReadScale option is turned on for the database.
370
+
* Functionality of ReadScale Feature.
371
+
- ReadScale is a new feature in SQL Database, which allows the user to enabled/disable routing read-only requests to Geo-secondary Premium databases.
372
+
- This feature allows the customer to scale up/down their read-only workload flexibly, and unlocked more DTUs for the premium database.
373
+
- To configure ReadScale, user simply specify "ReadScale" paramter with "Enabled/Disabled" at database creation with New-AzureRmSqlDatabase cmdlet,
374
+
* Websites
375
+
* Add: PerSiteScaling option on cmdlets New-AzureRmAppservicePlan and Set-AzureRmAppServicePlan
376
+
* Add: NumberOfWorkers option on cmdlets Set-AzureRmWebApp and Set-AzureRmWebAppSlot
377
+
* Add: Help documentation using platyPS
378
+
* ServiceManagement
379
+
* Updated Set-AzureVMChefExtension cmdlet to add following new options :
380
+
- JsonAttribute : A JSON string to be added to the first run of chef-client. e.g. -JsonAttribute ''{"container_service": {"chef-init-test": {"command": "C:\\opscode\\chef\\bin"}}}''
381
+
- ChefServiceInterval : Specifies the frequency (in minutes) at which the chef-service runs. If in case you don''t want the chef-service to be installed on the Azure VM then set value as 0 in this field. e.g. -ChefServiceInterval 45
382
+
* Updated New-AzureVirtualNetworkGatewayConnection cmdlet to add validation on acceptable input parameter:GatewayConnectionType values sets and it can be case insensitive:
383
+
- GatewayConnectionType : Added validation to accept only set of values:- ''ExpressRoute''/''IPsec''/''Vnet2Vnet''/''VPNClient'' and acceptable set of values can be passed in any casing.
384
+
* Updating Managed Cache warning message which notifies customer about service deprecation on the following cmdlets :
385
+
- Get-AzureManagedCache
386
+
- Get-AzureManagedCacheAccessKey
387
+
- Get-AzureManagedCacheLocation
388
+
- Get-AzureManagedCacheNamedCache
389
+
- New-AzureManagedCache
390
+
- New-AzureManagedCacheAccessKey
391
+
- New-AzureManagedCacheNamedCache
392
+
- Remove-AzureManagedCache
393
+
- Remove-AzureManagedCacheNamedCache
394
+
- Set-AzureManagedCache
395
+
- Set-AzureManagedCacheNamedCache
396
+
* For more information about Managed Cache service deprecation, see http://go.microsoft.com/fwlink/?LinkID=717458'
0 commit comments