Skip to content

Commit e401f1d

Browse files
committed
Updating versions for hotfix
1 parent 77a56a9 commit e401f1d

File tree

253 files changed

+1274
-538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+1274
-538
lines changed

ChangeLog.md

Lines changed: 105 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,108 @@
1-
## 2017.08.07 - Version 4.3.0
1+
## 2017.08.10 - Version 4.3.1
2+
* AnalysisServices
3+
* Fixed bug in Set-AzureRmAnalysisServciesServer
4+
- When admin was not provided, the admin will be removed.
5+
* Added BackupBlobContainerUri in New-AzureRmAnalysisServicesServer and Set-AzureRmAnalysisServicesServer
6+
- Enable to set/disable backup blob container for backup/restore Azure Analysis Services Server
7+
* Updated Sku lookup in New-AzureRmAnalysisServicesServer and Set-AzureRmAnalysisServicesServer
8+
- Changed hard coded Sku into dynamic lookup.
9+
* Add-AzureAnalysisServicesAccount to support login with Service Principal
10+
* Automation
11+
* Made changes to AutomationDSC* cmdlets to pull more than 100 records
12+
* Resolved the issue where the Verbose streams stop working after calling some Automation cmdlets (for example Get-AzureRmAutomationVariable, Get-AzureRmAutomationJob).
13+
* Support for NodeConfiguration Build versioning added in StartAzureAutomationDscCompilationJob and ImportAzureAutomationDscNodeConfiguration.
14+
* Bug fixes for existing issues - Fixes the alias issue is #3775 and the runOn alias and support for HybridWorkers.
15+
* Compute
16+
* Set-AzureRmVMAEMExtension: Add support for new Premium Disk sizes
17+
* Set-AzureRmVMAEMExtension: Add support for M series
18+
* Add ForceUpdateTag parameter to Add-AzureRmVmssExtension
19+
* Add Primary parameter to New-AzureRmVmssIpConfig
20+
* Add EnableAcceleratedNetworking parameter to Add-AzureRmVmssNetworkInterfaceConfig
21+
* Add InstanceId to Set-AzureRmVmss
22+
* Expose MaintenanceRedeployStatus to Get-AzureRmVM -Status output
23+
* Expose Restriction and Capability to the table format of Get-AzureRmComputeResourceSku
24+
* DataLakeStore
25+
* Fix for issue: https://github.com/Azure/azure-powershell/issues/4323
26+
* EventHub
27+
* added ResourceGroup property to NamespaceAttributes
28+
- 'ResourceGroup' Gets the name of the resource group the Namespace is in
29+
* updated commandlets with new parameter and parameter alias
30+
- below cmdlets updated with Parametersets for Namespace and EventHub for operation of AuthorizationRule
31+
- New-AzureRmEventHubAuthorizationRule
32+
+ Adds a new AuthorizationRule to the existing NameSpace or EventHub.
33+
- Get-AzureRmEventHubAuthorizationRule
34+
+ Gets AuthorizationRule / List of AuthorizationRules for the existing NameSpace or EventHub.
35+
- Set-AzureRmEventHubAuthorizationRule
36+
+ Updates properties of existing AuthorizationRule of EventHub NameSpace.
37+
- Remove-AzureRmEventHubAuthorizationRule
38+
+ Deletes the existing AuthorizationRule of existing NameSpace or EventHub.
39+
- New-AzureRmEventHubKey
40+
+ Generates a new Primary/Secondary Key for AuthorizationRule of existing NameSpace or EventHub.
41+
- Get-AzureRmEventHubKey
42+
+ Gets Primary/Secondary Key for AuthorizationRule of existing NameSpace or EventHub.
43+
* Network
44+
* New-AzureRmExpressRouteCircuitPeeringConfig: Added IPv6 support. New optional parameter added
45+
- PeerAddressType
46+
* Set-AzureRmExpressRouteCircuitPeeringConfig: Added IPv6 support. New optional parameter added
47+
- PeerAddressType
48+
* Remove-AzureRmExpressRouteCircuitPeeringConfig: Added IPv6 support. New optional parameter added
49+
- PeerAddressType
50+
* Marked parameter -ProbeEnabled as obsolete
51+
- Add-AzureRmApplicationGatewayBackendHttpSettings
52+
- New-AzureRmApplicationGatewayBackendHttpSettings
53+
- Set-AzureRmApplicationGatewayBackendHttpSettings
54+
* Profile
55+
* Data collection has been enabled by default. Usage data is collected by Microsoft in order to improve the user experience. The data is anonymous and does not include command-line argument values.
56+
- Use the Disable-AzureRmDataCollection cmdlet to turn the feature off
57+
- Use the Enable-AzureRmDataCollection cmdlet to turn this feature on
58+
* Resources
59+
* Add Support for validation of scopes for the following roledefinition and roleassignment commandlets before sending the request to ARM
60+
- Get-AzureRMRoleAssignment
61+
- New-AzureRMRoleAssignment
62+
- Remove-AzureRMRoleAssignment
63+
- Get-AzureRMRoleDefinition
64+
- New-AzureRMRoleDefinition
65+
- Remove-AzureRMRoleDefinition
66+
- Set-AzureRMRoleDefinition
67+
* ServiceBus
68+
* Added below new commandlets for AuthorizationRules for NameSpace, Queue and Topic. according to parameter set the authorization rule orperations are perfomed.
69+
- New-AzureRmServiceBusAuthorizationRule
70+
- Adds a new AuthorizationRule to the existing ServiceBus NameSpace/Queue/Topic.
71+
- Get-AzureRmServiceBusAuthorizationRule
72+
- Gets AuthorizationRule / List of AuthorizationRules for the existing ServiceBus NameSpace/Queue/Topic.
73+
- Set-AzureRmServiceBusAuthorizationRule
74+
- Updates properties of existing AuthorizationRule of Servicebus NameSpace/Queue/Topic.
75+
- New-AzureRmServiceBusKey
76+
- Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace/Queue/Topic.
77+
- Get-AzureRmServiceBusKey
78+
- Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace/Queue/Topic.
79+
- Remove-AzureRmServiceBusNamespaceAuthorizationRule
80+
- Deletes the existing AuthorizationRule of ServiceBus NameSpace/Queue/Topic.
81+
* Added Resource Group property to NamespceAttributes
82+
* Sql
83+
* Updating Set-AzureRmSqlServerTransparentDataEncryptionProtector to display a warning and require confirmation if the Encryption Protector Type is being set to AzureKeyVault
84+
* Adding new updated cmdlets for Auditing settings
85+
- Adding Get-AzureRmSqlDatabaseAuditing cmdlet which gets the auditing settings of an Azure SQL database.
86+
- Adding Get-AzureRmSqlServerAuditing cmdlet which gets the auditing settings of an Azure SQL server.
87+
- Adding Set-AzureRmSqlDatabaseAuditing cmdlet which changes the auditing settings for an Azure SQL database.
88+
- Adding Set-AzureRmSqlServerAuditing cmdlet which changes the auditing settings of an Azure SQL server.
89+
* Deprecating the existing Auditing policy cmdlets
90+
- Deprecating Get-AzureRmSqlDatabaseAuditingPolicy
91+
- Deprecating Get-AzureRmSqlServerAuditingPolicy
92+
- Deprecating Set-AzureRmSqlDatabaseAuditingPolicy
93+
- Deprecating Set-AzureRmSqlServerAuditingPolicy
94+
- Deprecating Use-AzureRmSqlServerAuditingPolicy
95+
- Deprecating Remove-AzureRmSqlDatabaseAuditing
96+
- Deprecating Remove-AzureRmSqlServerAuditing
97+
* Schema file parsing for Update-AzureRmSqlSyncGroup is now case insensitive.
98+
* Storage
99+
* Add NeworkRule support to resource mode storage account cmdlets
100+
- New-AzureRmStorageAccount
101+
- Set-AzureRmStorageAccount
102+
- Get-AzureRmStorageAccountNetworkRuleSet
103+
- Update-AzureRmStorageAccountNetworkRuleSet
104+
- Add-AzureRmStorageAccountNetworkRule
105+
- Remove-AzureRmStorageAccountNetworkRule## 2017.08.07 - Version 4.3.0
2106
* AnalysisServices
3107
* Fixed bug in Set-AzureRmAnalysisServciesServer
4108
- When admin was not provided, the admin will be removed.

setup/azurecmd.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

8-
<?define version="4.3.0" ?>
8+
<?define version="4.3.1" ?>
99

1010
<Product Id="*"
1111
Name="$(var.productName)"

0 commit comments

Comments
 (0)