Skip to content

Commit 98b80bd

Browse files
Merge remote-tracking branch 'upstream/master' into UpdateToSetChange
2 parents 8be2f55 + 19443a9 commit 98b80bd

File tree

288 files changed

+525357
-214869
lines changed

Some content is hidden

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

288 files changed

+525357
-214869
lines changed

ChangeLog.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
## 1.6.0 - March 2019
2+
### Highlights since the last major release
3+
* General availability of `Az` module
4+
* For more information about the `Az` module, please visit the following: https://aka.ms/azps-announce
5+
* Added Location, ResourceGroup, and ResourceName completers: https://azure.microsoft.com/en-us/blog/completers-in-azure-powershell/
6+
* Added wildcard support to Get cmdlets for Az.Compute and Az.Network
7+
* Added interactive and username/password authentication for Windows PowerShell 5.1 only
8+
* Added support for Python 2 runbooks in Az.Automation
9+
* Az.LogicApp: New cmdlets for Integration Account Assemblies and Batch Configuration
10+
11+
#### Az.Automation
12+
* Azure automation update management change to support the following new features :
13+
* Dynamic grouping
14+
* Pre-Post script
15+
* Reboot Setting
16+
17+
#### Az.Compute
18+
* Fix issue with path resolution in Get-AzVmBootDiagnosticsData
19+
* Update Compute client library to 25.0.0.
20+
21+
#### Az.KeyVault
22+
* Added wildcard support to KeyVault cmdlets
23+
24+
#### Az.Network
25+
* Add Threat Intelligence support for Azure Firewall
26+
* Add Application Gateway Firewall Policy top level resource and Custom Rules
27+
* Add Alert action type for Azure Firewall Network and Application Rule Collections
28+
* Added support for conditions in RewriteRules in the Application Gateway
29+
- New cmdlets added:
30+
- New-AzApplicationGatewayRewriteRuleCondition
31+
- Cmdlets updated with optional parameter - RuleSequence and Condition
32+
- New-AzApplicationGatewayRewriteRule
33+
34+
#### Az.RecoveryServices
35+
* Added SnapshotRetentionInDays in Azure VM policy to support Instant RP
36+
* Added pipe support for unregister container
37+
38+
#### Az.Resources
39+
* Update wildcard support for Get-AzResource and Get-AzResourceGroup
40+
* Update credentials used when making generic calls to ARM
41+
42+
#### Az.Sql
43+
* changed Threat Detection's cmdlets param (ExcludeDetectionType) from DetectionType to string[] to make it future proof when new DetectionTypes are added and to support autocomplete as well.
44+
* Add Vulnerability Assessment cmdlets on Server and Managed Instance
45+
46+
#### Az.Storage
47+
* Support Get/Set/Remove Management Policy on a Storage account
48+
- Set-AzStorageAccountManagementPolicy
49+
- Get-AzStorageAccountManagementPolicy
50+
- Remove-AzStorageAccountManagementPolicy
51+
- Add-AzStorageAccountManagementPolicyAction
52+
- New-AzStorageAccountManagementPolicyFilter
53+
- New-AzStorageAccountManagementPolicyRule
54+
55+
#### Az.Websites
56+
* Fix ARM template bug that breaks cloning all slots using 'New-AzWebApp -IncludeSourceWebAppSlots'
57+
158
## 1.5.0 - March 2019
259
### Highlights since the last major release
360
* General availability of `Az` module

documentation/development-docs/azure-powershell-developer-guide.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,9 @@ Please see our guide on [Using Azure TestFramework](../testing-docs/using-azure-
260260
- Use `Assert-NotNull object` to verify that an object is not null
261261
- Use `Assert-Exists path` to verify that a file exists
262262
- Use `Assert-AreEqualArray a1 a2` to verify that arrays are the same
263+
- Use `Assert-StartsWith s1 s2` to verify that the string `s2` starts with the string `s1`
264+
- Use `Assert-Match s1 s2` to verify that the string `s2` matches the regular expression `s1`
265+
- Use `Assert-NotMatch s1 s2` to verify that the string `s2` does not match the regular expression `s1`
263266

264267
### Using Active Directory
265268

src/Accounts/Accounts/AzureRmAlias/Mappings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,6 +1339,7 @@
13391339
"New-AzApplicationGatewayRewriteRule": "New-AzureRmApplicationGatewayRewriteRule",
13401340
"New-AzApplicationGatewayRewriteRuleActionSet": "New-AzureRmApplicationGatewayRewriteRuleActionSet",
13411341
"New-AzApplicationGatewayRewriteRuleHeaderConfiguration": "New-AzureRmApplicationGatewayRewriteRuleHeaderConfiguration",
1342+
"New-AzApplicationGatewayRewriteRuleCondition": "New-AzureRmApplicationGatewayRewriteRuleCondition",
13421343
"Add-AzApplicationGatewayRedirectConfiguration": "Add-AzureRmApplicationGatewayRedirectConfiguration",
13431344
"Get-AzApplicationGatewayRedirectConfiguration": "Get-AzureRmApplicationGatewayRedirectConfiguration",
13441345
"New-AzApplicationGatewayRedirectConfiguration": "New-AzureRmApplicationGatewayRedirectConfiguration",

src/Accounts/Accounts/ChangeLog.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Azure automation update management change to support the following new features :
22-
* Dynamic grouping
23-
* Pre-Post script
24-
* Reboot Setting
2521

2622
## Version 1.4.0
2723
* Add 'Register-AzModule' command to support AutoRest generated cmdlets

src/Automation/Automation/Az.Automation.psd1

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 3/5/2019
6+
# Generated on: 3/20/2019
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.1.2'
15+
ModuleVersion = '1.2.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -74,7 +74,6 @@ NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.Automation.dll')
7474
FunctionsToExport = @()
7575

7676
# 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.
77-
7877
CmdletsToExport = 'Get-AzAutomationHybridWorkerGroup',
7978
'Remove-AzAutomationHybridWorkerGroup',
8079
'Get-AzAutomationJobOutputRecord',
@@ -123,8 +122,8 @@ CmdletsToExport = 'Get-AzAutomationHybridWorkerGroup',
123122
'Stop-AzAutomationDscNodeConfigurationDeployment',
124123
'Get-AzAutomationDscNodeConfigurationDeploymentSchedule',
125124
'Get-AzAutomationDscNodeConfigurationDeployment',
126-
'New-AzAutomationSoftwareUpdateConfiguration',
127-
'New-AzAutomationUpdateManagementAzureQuery',
125+
'New-AzAutomationSoftwareUpdateConfiguration',
126+
'New-AzAutomationUpdateManagementAzureQuery',
128127
'Get-AzAutomationSoftwareUpdateConfiguration',
129128
'Remove-AzAutomationSoftwareUpdateConfiguration',
130129
'Get-AzAutomationSoftwareUpdateRun',
@@ -133,7 +132,7 @@ CmdletsToExport = 'Get-AzAutomationHybridWorkerGroup',
133132
'Remove-AzAutomationSourceControl',
134133
'Update-AzAutomationSourceControl',
135134
'Start-AzAutomationSourceControlSyncJob',
136-
'Get-AzAutomationSourceControlSyncJob',
135+
'Get-AzAutomationSourceControlSyncJob',
137136
'Get-AzAutomationSourceControlSyncJobOutput'
138137

139138
# Variables to export from this module
@@ -169,8 +168,10 @@ PrivateData = @{
169168
# IconUri = ''
170169

171170
# ReleaseNotes of this module
172-
ReleaseNotes = '* Fixed issue when retreiving certain monthly schedules in several Azure Automation cmdlets
173-
* Fix Get-AzAutomationDscNode returning just top 20 nodes. Now it returns all nodes'
171+
ReleaseNotes = '* Azure automation update management change to support the following new features :
172+
* Dynamic grouping
173+
* Pre-Post script
174+
* Reboot Setting'
174175

175176
# Prerelease string of this module
176177
# Prerelease = ''

src/Automation/Automation/ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
-->
2020
## Upcoming Release
2121

22+
## Version 1.2.0
23+
* Azure automation update management change to support the following new features :
24+
* Dynamic grouping
25+
* Pre-Post script
26+
* Reboot Setting
27+
2228
## Version 1.1.2
2329
* Fixed issue when retreiving certain monthly schedules in several Azure Automation cmdlets
2430
* Fix Get-AzAutomationDscNode returning just top 20 nodes. Now it returns all nodes

src/Automation/Automation/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
// You can specify all the values or you can default the Build and Revision Numbers
4444
// by using the '*' as shown below:
4545

46-
[assembly: AssemblyVersion("1.1.2")]
47-
[assembly: AssemblyFileVersion("1.1.2")]
46+
[assembly: AssemblyVersion("1.2.0")]
47+
[assembly: AssemblyFileVersion("1.2.0")]
4848
#if SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Automation.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
5050
#else

src/Compute/Compute.Test/Compute.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.Azure.Graph.RBAC" Version="3.4.0-preview" />
15-
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="24.1.0" />
15+
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="25.0.0" />
1616
<PackageReference Include="Microsoft.Azure.Management.KeyVault" Version="2.4.2" />
17-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.9.0-preview" />
17+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.10.0-preview" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

src/Compute/Compute.Test/ScenarioTests/DiskRPTests.cs

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,19 @@ public void TestSnapshot()
3737
{
3838
TestRunner.RunTestScript("Test-Snapshot");
3939
}
40+
41+
[Fact]
42+
[Trait(Category.AcceptanceType, Category.CheckIn)]
43+
public void TestDiskEncrypt()
44+
{
45+
TestRunner.RunTestScript("Test-DiskEncrypt");
46+
}
47+
48+
[Fact]
49+
[Trait(Category.AcceptanceType, Category.CheckIn)]
50+
public void TestSnapshotEncrypt()
51+
{
52+
TestRunner.RunTestScript("Test-SnapshotEncrypt");
53+
}
4054
}
4155
}

0 commit comments

Comments
 (0)