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
+76-89Lines changed: 76 additions & 89 deletions
Original file line number
Diff line number
Diff line change
@@ -149,102 +149,89 @@ PrivateData = @{
149
149
# IconUri = ''
150
150
151
151
# ReleaseNotes of this module
152
-
ReleaseNotes='2016.12.14 - Version 3.3.0
153
-
* ApiManagement
154
-
* Added new cmdlets to manage external Identity Provider Configurations
155
-
- New-AzureRmApiManagementIdentityProvider
156
-
- Set-AzureRmApiManagementIdentityProvider
157
-
- Get-AzureRmApiManagementIdentityProvider
158
-
- Remove-AzureRmApiManagementIdentityProvider
159
-
* Updated the client to use .net client 3.2.0 AzureRm.ApiManagement which has RBAC support
160
-
* 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.
* Added two new dataplane APIs in a separate module Azure.AnalysisServices.psd1
155
+
- This introduces two new APIs that enable customers to login to Azure Analysis Services servers and issue a restart command.
162
156
* Compute
163
-
* Add Remove-AzureRmVMSecret cmdlet.
164
-
* 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.
165
-
* 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:
166
-
- `$vm.StorageProfile.DataDisks`
167
-
- `$vm.NetworkProfile.NetworkInterfaces`
168
-
* Updated Set-AzureRmVMChefExtension cmdlet to add following new options :
169
-
- 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"}}}''
170
-
- 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
157
+
* Fix Get-AzureRmVM with -Status issue: Get-AzureRmVM throws an exception when Get-AzureRmVM lists multiple VMs and some of the VMs are deleted during Get-AzureRmVM is performed.
158
+
* New parameters in New-AzureRmVMSqlServerAutoBackupConfig cmdlet to support Auto Backup for SQL Server 2016 VMs.
159
+
- BackupSystemDbs : Specifies if system databases should be added to Sql Server Managed Backup.
160
+
- BackupScheduleType : Specifies the type of managed backup schedule, manual or automated. If it''s manual, schedule settings need to be specified.
161
+
- FullBackupFrequency : Specifies the frequency of Full Backup, daily or weekly.
162
+
- FullBackupStartHour : Specifies the hour of the day when the Sql Server Full Backup should start.
163
+
- FullBackupWindowInHours : Specifies the window (in hours) when Sql Server Full Backup should occur.
164
+
- LogBackupFrequencyInMinutes : Specifies the frequency of Sql Server Log Backup.
165
+
* New-AzureVMSqlServer* cmdlets are renamed to New-AzureRmVMSqlServer* now. Old ones will continue to work however.
171
166
* DataLakeAnalytics
172
-
* Removal of unsupported parameters in Add and Set-AzureRMDataLakeAnalyticsDataSource (default for data lake store)
173
-
* Removed unsupported parameter in Set-AzureRMDataLakeAnalyticsAccount (default data lake store)
174
-
* 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.
175
-
* Added the ability to set MaxDegreeOfParallelism, MaxJobCount and QueryStoreRetention in New and Set-AzureRMDataLakeAnalyticsAccount
176
-
* Removed invalid return value from New-AzureRMDataLakeAnalyticsCatalogSecret
167
+
* Update Get-AdlJob to support Top parameter
168
+
* Update Get-AdlJob to return the list of jobs in order by most recently submitted
169
+
* Updated help for all cmdlets to include output as well as more descriptions of parameters and the inclusion of aliases.
170
+
* Update New-AdlAnalyticsAccount and Set-AdlAnalyticsAccount to support commitment tier options for the service.
171
+
* Added OutputType mismatch warnings to all cmdlets with incorrect OutputType attributes. These will be fixed in a future breaking change release.
177
172
* DataLakeStore
178
-
* 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.
179
-
* Removed the ability to set encryption in Set-AzureRMDataLakeStoreAccount (never was supported)
180
-
* Added ability to enable/disable firewall rules and the trusted id providers during Set-AzureRMDataLakeStoreAccount
181
-
* Added a new cmdlet: Set-AzureRMDataLakeStoreItemExpiry, which allows the user to set or remove the expiration for files (not folders) in their ADLS account.
182
-
* Small fix for friendly date properties to pivot off UTC time instead of local time, ensuring standard time reporting.
183
-
* EventHub
184
-
* Adds commandlets for the Azure EventHub
185
-
* Insights
186
-
* Parameter now accepts two more values in New-AzureRmAutoscaleRule
187
-
- Parameter ScaleType now accepts the previous ChangeCount (default) plus two more values PercentChangeCount, and ExactCount
188
-
- Add a warning message about this parameter accepting two more values
189
-
* Add parameter became optional in Add-AzureRmLogProfile
190
-
- Parameter StorageAccountId is now optional
191
-
* Minor changes to the output classes to expose more properties
192
-
- Before the user could see the properties because they were printed, but not access them programatically because they were protected for instance.
193
-
* IotHub
194
-
* Adds commandlets for the Azure IoT Hub
195
-
* MachineLearning
196
-
* Serialization and deserialization improvements for all cmdlets
197
-
* NotificationHubs
198
-
* Added the skuTier parameter to set the sky for namespace
199
-
- New-AzureRmNotificationHubsNamespace
200
-
- Set-AzureRmNotificationHubsNamespace
201
-
* RecoveryServices.Backup
202
-
* Migrated from Hyak based Azure SDK to Swagger based Azure SDK
173
+
* Updated help for all cmdlets to include output as well as more descriptions of parameters and the inclusion of aliases.
174
+
* Update New-AdlStore and Set-AdlStore to support commitment tier options for the service.
175
+
* Added OutputType mismatch warnings to all cmdlets with incorrect OutputType attributes. These will be fixed in a future breaking change release.
176
+
* Add Diagnostic logging support to Import-AdlStoreItem and Export-AdlStoreItem. This can be enabled through the following parameters:
177
+
* -Debug, enables full diagnostic logging as well as debug logging to the PowerShell console. Most verbose options
178
+
* -DiagnosticLogLevel, allows finer control of the output than debug. If used with debug, this is ignored and debug logging is used.
179
+
* -DiagnosticLogPath, optionally specify the file to write diagnostic logs to. By default it is written to a file under %LOCALAPPDATA%\AdlDataTransfer
180
+
* Added support to New-AdlStore to explicitly opt-out of account encryption. To do so, create the account with the -DisableEncryption flag.
181
+
* OperationalInsights
182
+
* Get-AzureRmOperationalInsightsSearchResults no longer requires the Top parameter to retrieve results
203
183
* Resources
204
-
* Support ResourceNameEquals and ResourceGroupNameEquals as parameters for Find-AzureRmResource
205
-
- Users can now use ResourceNameEquals and ResourceGroupNameEquals with Find-AzureRmResource
184
+
* Support Tag as parameters for Find-AzureRmResource
185
+
- Users can now use Tag parameter with Find-AzureRmResource
186
+
- Fixed the issue where illegal combinations of TagName, TagValue with other search parameters was allowed in Find-AzureRmResource and would result in users getting exception from the service by disallowing such combinations.
206
187
* ServiceBus
207
-
* Adds commandlets for the Azure ServiceBus
188
+
* Add SkuCapacity parameter to Set-AzureRmServiceBusNamespace
189
+
- User will be able to update the SkuCapacity(Messaging units in case of a premium namespace) of the SeriveBus NameSpace
190
+
191
+
* Future Breaking Change Notification: We''ve added a warning about removing property ''ResourceGroupName'' from the returned NamespceAttributes from cmdlets New-AzureRmServiceBusNamespace, Get-AzureRmServiceBusNamespace and Set-AzureRmServiceBusNamespace
192
+
-The call remains the same, but the returned values NameSpace object will not have the ResourceGroupName property
208
193
* Sql
209
-
* Added storage properties to cmdlets for Azure SQL threat detection policy management at database and server level
210
-
- StorageAccountName
211
-
- RetentionInDays
212
-
* Removed the unsupported param "AuditAction" from Set-AzureSqlDatabaseServerAuditingPolicy
213
-
* Added new param "AuditAction" to Set-AzureSqlDatabaseAuditingPolicy
214
-
* Fix for showing on GET and persisting Tags on SET (if not given) for Database, Server and Elastic Pool
215
-
- If Tags is used in command it will save tags, if not it will not wipe out tags on resource.
216
-
* Fix for showing on GET and persisting Tags on SET (if not given) for Database, Server and Elastic Pool
217
-
- If Tags is used in command it will save tags, if not it will not wipe out tags on resource.
218
-
* Changes for "New-AzureRmSqlDatabase", "Set-AzureRmSqlDatabase" and "Get-AzureRmSqlDatabase" cmdlets
219
-
- Adding a new parameter called "ReadScale" for the 3 cmdlets above.
220
-
- The "ReadScale" parameter has 2 possibl values: "Enabled" or "Disabled" to indicate whether the ReadScale option is turned on for the database.
221
-
* Functionality of ReadScale Feature.
222
-
- ReadScale is a new feature in SQL Database, which allows the user to enabled/disable routing read-only requests to Geo-secondary Premium databases.
223
-
- This feature allows the customer to scale up/down their read-only workload flexibly, and unlocked more DTUs for the premium database.
224
-
- To configure ReadScale, user simply specify "ReadScale" paramter with "Enabled/Disabled" at database creation with New-AzureRmSqlDatabase cmdlet,
225
-
* Websites
226
-
* Add: PerSiteScaling option on cmdlets New-AzureRmAppservicePlan and Set-AzureRmAppServicePlan
227
-
* Add: NumberOfWorkers option on cmdlets Set-AzureRmWebApp and Set-AzureRmWebAppSlot
228
-
* Add: Help documentation using platyPS
194
+
* Added new return parameter "AuditType" to Get-AzureRmSqlDatabaseAuditingPolicy and Get-AzureRmSqlServerAuditingPolicy returned object
195
+
- This parameter value indicates the returned auditing policy type - Table or Blob.
229
196
* ServiceManagement
230
-
* Updated Set-AzureVMChefExtension cmdlet to add following new options :
231
-
- 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"}}}''
232
-
- 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
233
-
* Updated New-AzureVirtualNetworkGatewayConnection cmdlet to add validation on acceptable input parameter:GatewayConnectionType values sets and it can be case insensitive:
234
-
- GatewayConnectionType : Added validation to accept only set of values:- ''ExpressRoute''/''IPsec''/''Vnet2Vnet''/''VPNClient'' and acceptable set of values can be passed in any casing.
235
-
* Updating Managed Cache warning message which notifies customer about service deprecation on the following cmdlets :
236
-
- Get-AzureManagedCache
237
-
- Get-AzureManagedCacheAccessKey
238
-
- Get-AzureManagedCacheLocation
239
-
- Get-AzureManagedCacheNamedCache
240
-
- New-AzureManagedCache
241
-
- New-AzureManagedCacheAccessKey
242
-
- New-AzureManagedCacheNamedCache
243
-
- Remove-AzureManagedCache
244
-
- Remove-AzureManagedCacheNamedCache
245
-
- Set-AzureManagedCache
246
-
- Set-AzureManagedCacheNamedCache
247
-
* For more information about Managed Cache service deprecation, see http://go.microsoft.com/fwlink/?LinkID=717458'
197
+
* New parameters in New-AzureVMSqlServerAutoBackupConfig cmdlet to support Auto Backup for SQL Server 2016 VMs.
198
+
- BackupSystemDbs : Specifies if system databases should be added to Sql Server Managed Backup.
199
+
- BackupScheduleType : Specifies the type of managed backup schedule, manual or automated. If it''s manual, schedule settings need to be specified.
200
+
- FullBackupFrequency : Specifies the frequency of Full Backup, daily or weekly.
201
+
- FullBackupStartHour : Specifies the hour of the day when the Sql Server Full Backup should start.
202
+
- FullBackupWindowInHours : Specifies the window (in hours) when Sql Server Full Backup should occur.
203
+
- LogBackupFrequencyInMinutes : Specifies the frequency of Sql Server Log Backup.
204
+
* Storage
205
+
* Fix Start-AzureStorageBlobCopy output might has wrong BlobType issue
206
+
- Start-AzureStorageBlobCopy
207
+
* Fix hang issue when running cmdlets from WPF/Winform context
0 commit comments