Skip to content

Commit 1abd906

Browse files
authored
Merge pull request #5127 from Azure/master
[5.1.1] Merge master --> preview
2 parents 339519b + 1a09e42 commit 1abd906

File tree

674 files changed

+1230098
-512178
lines changed

Some content is hidden

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

674 files changed

+1230098
-512178
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,5 @@ FakesAssemblies/
211211
/tools/*.dll
212212
*.GhostDoc.xml
213213
pingme.txt
214-
groupMapping*.json
214+
groupMapping*.json
215+
.vscode/

ChangeLog.md

Lines changed: 93 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,96 @@
1-
## 2017.11.10 Version 5.0.1
1+
## 2017.12.8 Version 5.1.1
2+
* AnalysisServices
3+
- Change validate set of location to dynamic lookup so that all clouds are supported.
4+
* Automation
5+
- Update to Import-AzureRMAutomationRunbook
6+
- Support is now being provided for Python2 runbooks
7+
* Batch
8+
- Fixed a bug where account operations without a resource group failed to auto-detect the resource group
9+
* Compute
10+
- Get-AzureRmComputeResourceSku shows zone information.
11+
- Update Disable-AzureRmVmssDiskEncryption to fix issue https://github.com/Azure/azure-powershell/issues/5038
12+
- Added -AsJob support for long-running Compute cmdlets. Allows selected cmdlets to run in the background and return a job to track and control progress.
13+
- Affected cmdlets include: New-, Update-, Set-, Remove-, Start-, Restart-, Stop- cmdlets for Virtual Machines and Virtual Machine Scale Sets
14+
- Added simplified parameter set to New-AzureRmVM, which creates a Virtual Machine and all required resources using smart defaults
15+
* ContainerInstance
16+
- Apply Azure Container Instance SDK 2017-10-01
17+
- Support container run-to-completion
18+
- Support Azure File volume mount
19+
- Support opening multiple ports for public IP
20+
* ContainerRegistry
21+
- New cmdlets for geo-replication and webhooks
22+
- Get/New/Remove-AzureRmContainerRegistryReplication
23+
- Get/New/Remove/Test/Update-AzureRmContainerRegistryWebhook
24+
* DataFactories
25+
- Credential encryption functionality now works with both "Remote Access" enabled (Over Network) and "Remote Access" disabled (Local Machine).
26+
* DataFactoryV2
27+
- Added two new cmdlets: Update-AzureRmDataFactoryV2 and Stop-AzureRmDataFactoryV2PipelineRun
28+
* DataLakeAnalytics
29+
- Added a parameter called ScriptParameter to Submit-AzureRmDataLakeAnalyticsJob
30+
- Detailed information about ScriptParameter can be found using Get-Help on Submit-AzureRmDataLakeAnalyticsJob
31+
- For New-AzureRmDataLakeAnalyticsAccount, changed the parameter MaxDegreeOfParallelism to MaxAnalyticsUnits
32+
- Added an alias for the parameter MaxAnalyticsUnits: MaxDegreeOfParallelism
33+
- For New-AzureRmDataLakeAnalyticsComputePolicy, changed the parameter MaxDegreeOfParallelismPerJob to MaxAnalyticsUnitsPerJob
34+
- Added an alias for the parameter MaxAnalyticsUnitsPerJob: MaxDegreeOfParallelismPerJob
35+
- For Set-AzureRmDataLakeAnalyticsAccount, changed the parameter MaxDegreeOfParallelism to MaxAnalyticsUnits
36+
- Added an alias for the parameter MaxAnalyticsUnits: MaxDegreeOfParallelism
37+
- For Submit-AzureRmDataLakeAnalyticsJob, changed the parameter DegreeOfParallelism to AnalyticsUnits
38+
- Added an alias for the parameter AnalyticsUnits: DegreeOfParallelism
39+
- For Update-AzureRmDataLakeAnalyticsComputePolicy, changed the parameter MaxDegreeOfParallelismPerJob to MaxAnalyticsUnitsPerJob
40+
- Added an alias for the parameter MaxAnalyticsUnitsPerJob: MaxDegreeOfParallelismPerJob
41+
* MachineLearningCompute
42+
- Add Set-AzureRmMlOpCluster
43+
- Update a cluster's agent count or SSL configuration
44+
- Orchestrator properties are optional
45+
- The service will create a service principal if not provided, so the orchestrator
46+
properties are now optional
47+
* PowerBIEmbedded
48+
- Add support for Power BI Embedded Capacity cmdlets
49+
- New Cmdlet Get-AzureRmPowerBIEmbeddedCapacity - Gets the details of a PowerBI Embedded Capacity.
50+
- New Cmdlet New-AzureRmPowerBIEmbeddedCapacity - Creates a new PowerBI Embedded Capacity
51+
- New Cmdlet Remove-AzureRmPowerBIEmbeddedCapacity - Deletes an instance of PowerBI Embedded Capacity
52+
- New Cmdlet Resume-AzureRmPowerBIEmbeddedCapacity - Resumes an instance of PowerBI Embedded Capacity
53+
- New Cmdlet Suspend-AzureRmPowerBIEmbeddedCapacity - Suspends an instance of PowerBI Embedded Capacity
54+
- New Cmdlet Test-AzureRmPowerBIEmbeddedCapacity - Tests the existence of an instance of PowerBI Embedded Capacity
55+
- New Cmdlet Update-AzureRmPowerBIEmbeddedCapacity - Modifies an instance of PowerBI Embedded Capacity
56+
* Profile
57+
- Updated USGovernmentActiveDirectoryEndpoint to https://login.microsoftonline.us/
58+
- For more information about the Azure Government endpoint mappings, please see the following: https://docs.microsoft.com/en-us/azure/azure-government/documentation-government-developer-guide#endpoint-mapping
59+
- Added -AsJob support for cmdlets, enabling selected cmdlets to execute in the background and return a job to track and control progress
60+
- Added -AsJob parameter to Get-AzureRmSubscription cmdlet
61+
* RecoveryServices.Backup
62+
- Fixed bug - Get-AzureRmRecoveryServicesBackupItem should do case insensitive comparison for container name filter.
63+
- Fixed bug - AzureVmItem now has a property that shows the last time a backup operation has happened - LastBackupTime.
64+
* Resources
65+
- Fixed issue where Get-AzureRMRoleAssignment would result in a assignments without roledefiniton name for custom roles
66+
- Users can now use Get-AzureRMRoleAssignment with assignments having roledefinition names irrespective of the type of role
67+
- Fixed issue where Set-AzureRMRoleRoleDefinition used to throw RD not found error when there was a new scope in assignablescopes
68+
- Users can now use Set-AzureRMRoleRoleDefinition with assignable scopes including new scopes irrespective of the position of the scope
69+
- Allow scopes to end with "/"
70+
- Users can now use RoleDefinition and RoleAssignment commandlets with scopes ending with "/" ,consistent with API and CLI
71+
- Allow users to create RoleAssignment using delegation flag
72+
- Users can now use New-AzureRMRoleAssignment with an option of adding the delegation flag
73+
- Fix RoleAssignment get to respect the scope parameter
74+
- Add an alias for ServicePrincipalName in the New-AzureRmRoleAssignment Commandlet
75+
- Users can now use the ApplicationId instead of the ServicePrincipalName when using the New-AzureRmRoleAssignment commandlet
76+
* SiteRecovery
77+
- Add deprecation warnings for all cmdlets in this module in preparation for the next breaking change release.
78+
- Please see the upcoming breaking changes guide for more information on how to migrate your cmdlets from AzureRM.
79+
* Sql
80+
- Added ability to rename database using Set-AzureRmSqlDatabase
81+
- Fixed issue https://github.com/Azure/azure-powershell/issues/4974
82+
- Providing invalid AUDIT_CHANGED_GROUP value for auditing cmdlets no longer throws an error and will be removed in an upcoming release.
83+
- Fixed issue https://github.com/Azure/azure-powershell/issues/5046
84+
- AuditAction parameter in auditing cmdlets is no longer being ignored
85+
- Fixed an issue in Auditing cmdlets when 'Secondary' StorageKeyType is provided
86+
- When setting blob auditing, the primary storage account key was used instead of the secondary key when providing 'Secondary' value for StorageKeyType parameter.
87+
- Changing the wording for confirmation message from Set-AzureRmSqlServerTransparentDataEncryptionProtector
88+
* Azure (RDFE)
89+
- Removed all RemoteApp Cmdles
90+
* Azure.Storage
91+
- Upgrade to Azure Storage Client Library 8.6.0 and Azure Storage DataMovement Library 0.6.5
92+
93+
## 2017.11.10 Version 5.0.1
294
* Fixed assembly loading issue that caused some cmdlets to fail when executing in the following modules:
395
- AzureRM.ApiManagement
496
- AzureRM.Backup

TestMappings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@
101101
"src/ResourceManager/Resources/": [
102102
".\\src\\ResourceManager\\Resources\\Commands.Resources.Test\\bin\\Debug\\Microsoft.Azure.Commands.Resources.Test.dll"
103103
],
104+
"src/ResourceManager/Reservations/": [
105+
".\\src\\ResourceManager\\Reservations\\Commands.Reservations.Test\\bin\\Debug\\Microsoft.Azure.Commands.Reservations.Test.dll"
106+
],
104107
"src/ResourceManager/Scheduler/": [
105108
".\\src\\ResourceManager\\Scheduler\\Commands.Scheduler.Test\\bin\\Debug\\Microsoft.Azure.Commands.Scheduler.Test.dll"
106109
],

setup/azurecmd.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
33

4-
<?define productName="Microsoft Azure PowerShell - November 2017" ?>
4+
<?define productName="Microsoft Azure PowerShell - December 2017" ?>
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

8-
<?define version="5.0.0" ?>
8+
<?define version="5.1.1" ?>
99

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

0 commit comments

Comments
 (0)