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: ChangeLog.md
+52-1Lines changed: 52 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,55 @@
1
1
## 2017.01.18 - Version 3.4.0
2
+
* AnalysisServices
3
+
* Added two new dataplane APIs in a separate module Azure.AnalysisServices.psd1
4
+
- This introduces two new APIs that enable customers to login to Azure Analysis Services servers and issue a restart command.
5
+
* Compute
6
+
* 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.
7
+
* New parameters in New-AzureRmVMSqlServerAutoBackupConfig cmdlet to support Auto Backup for SQL Server 2016 VMs.
8
+
- BackupSystemDbs : Specifies if system databases should be added to Sql Server Managed Backup.
9
+
- BackupScheduleType : Specifies the type of managed backup schedule, manual or automated. If it's manual, schedule settings need to be specified.
10
+
- FullBackupFrequency : Specifies the frequency of Full Backup, daily or weekly.
11
+
- FullBackupStartHour : Specifies the hour of the day when the Sql Server Full Backup should start.
12
+
- FullBackupWindowInHours : Specifies the window (in hours) when Sql Server Full Backup should occur.
13
+
- LogBackupFrequencyInMinutes : Specifies the frequency of Sql Server Log Backup.
14
+
* New-AzureVMSqlServer* cmdlets are renamed to New-AzureRmVMSqlServer* now. Old ones will continue to work however.
15
+
* DataLakeAnalytics
16
+
* Update Get-AdlJob to support Top parameter
17
+
* Update Get-AdlJob to return the list of jobs in order by most recently submitted
18
+
* Updated help for all cmdlets to include output as well as more descriptions of parameters and the inclusion of aliases.
19
+
* Update New-AdlAnalyticsAccount and Set-AdlAnalyticsAccount to support commitment tier options for the service.
20
+
* Added OutputType mismatch warnings to all cmdlets with incorrect OutputType attributes. These will be fixed in a future breaking change release.
21
+
* DataLakeStore
22
+
* Updated help for all cmdlets to include output as well as more descriptions of parameters and the inclusion of aliases.
23
+
* Update New-AdlStore and Set-AdlStore to support commitment tier options for the service.
24
+
* Added OutputType mismatch warnings to all cmdlets with incorrect OutputType attributes. These will be fixed in a future breaking change release.
25
+
* Add Diagnostic logging support to Import-AdlStoreItem and Export-AdlStoreItem. This can be enabled through the following parameters:
26
+
* -Debug, enables full diagnostic logging as well as debug logging to the PowerShell console. Most verbose options
27
+
* -DiagnosticLogLevel, allows finer control of the output than debug. If used with debug, this is ignored and debug logging is used.
28
+
* -DiagnosticLogPath, optionally specify the file to write diagnostic logs to. By default it is written to a file under %LOCALAPPDATA%\AdlDataTransfer
29
+
* Added support to New-AdlStore to explicitly opt-out of account encryption. To do so, create the account with the -DisableEncryption flag.
30
+
* OperationalInsights
31
+
* Get-AzureRmOperationalInsightsSearchResults no longer requires the Top parameter to retrieve results
32
+
* Resources
33
+
* Support Tag as parameters for Find-AzureRmResource
34
+
- Users can now use Tag parameter with Find-AzureRmResource
35
+
- 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.
36
+
* ServiceBus
37
+
* Add SkuCapacity parameter to Set-AzureRmServiceBusNamespace
38
+
- User will be able to update the SkuCapacity(Messaging units in case of a premium namespace) of the SeriveBus NameSpace
39
+
40
+
* 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
41
+
-The call remains the same, but the returned values NameSpace object will not have the ResourceGroupName property
42
+
* Sql
43
+
* Added new return parameter "AuditType" to Get-AzureRmSqlDatabaseAuditingPolicy and Get-AzureRmSqlServerAuditingPolicy returned object
44
+
- This parameter value indicates the returned auditing policy type - Table or Blob.
45
+
* ServiceManagement
46
+
* New parameters in New-AzureVMSqlServerAutoBackupConfig cmdlet to support Auto Backup for SQL Server 2016 VMs.
47
+
- BackupSystemDbs : Specifies if system databases should be added to Sql Server Managed Backup.
48
+
- BackupScheduleType : Specifies the type of managed backup schedule, manual or automated. If it's manual, schedule settings need to be specified.
49
+
- FullBackupFrequency : Specifies the frequency of Full Backup, daily or weekly.
50
+
- FullBackupStartHour : Specifies the hour of the day when the Sql Server Full Backup should start.
51
+
- FullBackupWindowInHours : Specifies the window (in hours) when Sql Server Full Backup should occur.
52
+
- LogBackupFrequencyInMinutes : Specifies the frequency of Sql Server Log Backup.
2
53
* Storage
3
54
* Fix Start-AzureStorageBlobCopy output might has wrong BlobType issue
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
72
+
FunctionsToExport=@()
73
+
74
+
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
86
100
PrivateData=@{
87
101
88
102
PSData=@{
89
103
90
104
# Tags applied to this module. These help with module discovery in online galleries.
Copy file name to clipboardExpand all lines: src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
#
1
+
#
2
2
# Module manifest for module 'PSGet_AzureRM.ApiManagement'
3
3
#
4
4
# Generated by: Microsoft Corporation
5
5
#
6
-
# Generated on: 12/13/2016
6
+
# Generated on: 1/17/2017
7
7
#
8
8
9
9
@{
@@ -179,15 +179,7 @@ PrivateData = @{
179
179
# IconUri = ''
180
180
181
181
# ReleaseNotes of this module
182
-
ReleaseNotes='* Added new cmdlets to manage external Identity Provider Configurations
183
-
- New-AzureRmApiManagementIdentityProvider
184
-
- Set-AzureRmApiManagementIdentityProvider
185
-
- Get-AzureRmApiManagementIdentityProvider
186
-
- Remove-AzureRmApiManagementIdentityProvider
187
-
* Updated the client to use .net client 3.2.0 AzureRm.ApiManagement which has RBAC support
188
-
* 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.
0 commit comments