Skip to content

Commit 19443a9

Browse files
Merge pull request #8831 from Azure/release-2019-03-26
Release-2019-03-26 -> master
2 parents e4414ed + afee036 commit 19443a9

File tree

192 files changed

+504942
-205563
lines changed

Some content is hidden

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

192 files changed

+504942
-205563
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

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.Azure.Graph.RBAC" Version="3.4.0-preview" />
1515
<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/Az.Compute.psd1

Lines changed: 4 additions & 3 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.5.0'
15+
ModuleVersion = '1.6.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -197,7 +197,8 @@ PrivateData = @{
197197
# IconUri = ''
198198

199199
# ReleaseNotes of this module
200-
ReleaseNotes = '* Add wildcard support to Get cmdlets'
200+
ReleaseNotes = '* Fix issue with path resolution in Get-AzVmBootDiagnosticsData
201+
* Update Compute client library to 25.0.0.'
201202

202203
# Prerelease string of this module
203204
# Prerelease = ''

src/Compute/Compute/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
- Additional information about change #1
2020
-->
2121
## Upcoming Release
22+
23+
## Version 1.6.0
2224
* Fix issue with path resolution in Get-AzVmBootDiagnosticsData
2325
* Update Compute client library to 25.0.0.
2426
* Add new parameter sets to Set-AzVMCustomScriptExtension

src/Compute/Compute/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")]
28-
[assembly: AssemblyVersion("1.5.0")]
29-
[assembly: AssemblyFileVersion("1.5.0")]
28+
[assembly: AssemblyVersion("1.6.0")]
29+
[assembly: AssemblyFileVersion("1.6.0")]
3030
#if SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
3232
#else

src/DataLakeStore/DataLakeStore.Test/DataLakeStore.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.Azure.Management.DataLake.Store" Version="2.4.2-preview" />
15-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.9.0-preview" />
15+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.10.0-preview" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

src/Dns/Dns.Test/Dns.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.Azure.Management.Dns" Version="3.0.1" />
15-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.9.0-preview" />
15+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.10.0-preview" />
1616
</ItemGroup>
1717

1818
</Project>

src/FrontDoor/FrontDoor/Az.FrontDoor.psd1

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# Module manifest for module 'Az.FrontDoor'
2+
# Module manifest for module 'PSGet_Az.FrontDoor'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 12/12/2018
6+
# Generated on: 3/20/2019
77
#
88

99
@{
@@ -86,8 +86,8 @@ CmdletsToExport = 'New-AzFrontDoor', 'Get-AzFrontDoor', 'Set-AzFrontDoor',
8686
'Get-AzFrontDoorFireWallPolicy', 'Set-AzFrontDoorFireWallPolicy',
8787
'Remove-AzFrontDoorFireWallPolicy',
8888
'New-AzFrontDoorRuleGroupOverrideObject',
89-
'Remove-AzFrontDoorContent',
90-
'Enable-AzFrontDoorCustomDomainHttps','Disable-AzFrontDoorCustomDomainHttps',
89+
'Remove-AzFrontDoorContent', 'Enable-AzFrontDoorCustomDomainHttps',
90+
'Disable-AzFrontDoorCustomDomainHttps',
9191
'Get-AzFrontDoorFrontendEndpoint'
9292

9393
# Variables to export from this module
@@ -123,7 +123,8 @@ PrivateData = @{
123123
# IconUri = ''
124124

125125
# ReleaseNotes of this module
126-
ReleaseNotes = 'Initial Release'
126+
ReleaseNotes = '* Add new cmdlets to enable/disable HTTPS for a custom domain
127+
* Add new cmdlet to get frontend endpoint'
127128

128129
# Prerelease string of this module
129130
# Prerelease = ''

src/FrontDoor/FrontDoor/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 0.7.1
2123
* Add new cmdlets to enable/disable HTTPS for a custom domain
2224
* Add new cmdlet to get frontend endpoint

src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1

Lines changed: 3 additions & 4 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/18/2019
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '0.10.3'
15+
ModuleVersion = '0.10.4'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -107,8 +107,7 @@ PrivateData = @{
107107
# IconUri = ''
108108

109109
# ReleaseNotes of this module
110-
ReleaseNotes = '- Support Custom policy reports retrieval through the cmd-lets
111-
- Add versioning information to the reports'
110+
ReleaseNotes = '* Fix cmdlets failure when an initiative definition in subscription does not have category set.'
112111

113112
# Prerelease string of this module
114113
# Prerelease = ''

src/GuestConfiguration/GuestConfiguration/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 0.10.4
2123
* Fix cmdlets failure when an initiative definition in subscription does not have category set.
2224

2325
## Version 0.10.3

src/GuestConfiguration/GuestConfiguration/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("d28548d3-2673-4508-a28b-a69e0470faf7")]
2727

28-
[assembly: AssemblyVersion("0.10.3")]
29-
[assembly: AssemblyFileVersion("0.10.3")]
28+
[assembly: AssemblyVersion("0.10.4")]
29+
[assembly: AssemblyFileVersion("0.10.4")]

src/KeyVault/KeyVault.Test/KeyVault.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.Azure.KeyVault" Version="3.0.1" />
1515
<PackageReference Include="Microsoft.Azure.KeyVault.WebKey" Version="3.0.1" />
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/KeyVault/KeyVault/Az.KeyVault.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 1/23/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.0.2'
15+
ModuleVersion = '1.1.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -150,7 +150,7 @@ PrivateData = @{
150150
# IconUri = ''
151151

152152
# ReleaseNotes of this module
153-
ReleaseNotes = '* Fix tagging on Set-AzKeyVaultSecret'
153+
ReleaseNotes = '* Added wildcard support to KeyVault cmdlets'
154154

155155
# Prerelease string of this module
156156
# Prerelease = ''

src/KeyVault/KeyVault/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 1.1.0
2123
* Added wildcard support to KeyVault cmdlets
2224

2325
## Version 1.0.2

src/KeyVault/KeyVault/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
[assembly: CLSCompliant(false)]
3030

3131
[assembly: Guid("2994548F-69B9-4DC2-8D19-52CC0C0C85BC")]
32-
[assembly: AssemblyVersion("1.0.2")]
33-
[assembly: AssemblyFileVersion("1.0.2")]
32+
[assembly: AssemblyVersion("1.1.0")]
33+
[assembly: AssemblyFileVersion("1.1.0")]
3434
#if SIGN
3535
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
3636
#else

src/Network/Network.Test/Network.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<ItemGroup>
1616
<PackageReference Include="Microsoft.Azure.Graph.RBAC" Version="3.4.0-preview" />
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
<PackageReference Include="Microsoft.Azure.Insights" Version="0.16.0-preview" />
1919
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="25.0.0" />
2020
<PackageReference Include="Microsoft.Azure.Management.ContainerInstance" Version="2.0.0" />

0 commit comments

Comments
 (0)