|
3 | 3 | #
|
4 | 4 | # Generated by: Microsoft Corporation
|
5 | 5 | #
|
6 |
| -# Generated on: 3/5/2019 |
| 6 | +# Generated on: 3/11/2019 |
7 | 7 | #
|
8 | 8 |
|
9 | 9 | @{
|
|
12 | 12 | # RootModule = ''
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| -ModuleVersion = '1.3.0' |
| 15 | +ModuleVersion = '1.4.0' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | CompatiblePSEditions = 'Core', 'Desktop'
|
@@ -159,7 +159,7 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate',
|
159 | 159 | 'New-AzApplicationGatewayRewriteRule',
|
160 | 160 | 'New-AzApplicationGatewayRewriteRuleActionSet',
|
161 | 161 | 'New-AzApplicationGatewayRewriteRuleHeaderConfiguration',
|
162 |
| - 'Get-AzApplicationGatewayAvailableServerVariableAndHeader', |
| 162 | + 'Get-AzApplicationGatewayAvailableServerVariableAndHeader', |
163 | 163 | 'Add-AzApplicationGatewayRedirectConfiguration',
|
164 | 164 | 'Get-AzApplicationGatewayRedirectConfiguration',
|
165 | 165 | 'New-AzApplicationGatewayRedirectConfiguration',
|
@@ -393,8 +393,8 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate',
|
393 | 393 | # 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.
|
394 | 394 | AliasesToExport = 'List-AzApplicationGatewayAvailableWafRuleSets',
|
395 | 395 | 'List-AzApplicationGatewayAvailableSslOptions',
|
396 |
| - 'List-AzApplicationGatewaySslPredefinedPolicy', |
397 |
| - 'List-AzApplicationGatewayAvailableServerVariableAndHeader' |
| 396 | + 'List-AzApplicationGatewaySslPredefinedPolicy', |
| 397 | + 'List-AzApplicationGatewayAvailableServerVariableAndHeader' |
398 | 398 |
|
399 | 399 | # DSC resources to export from this module
|
400 | 400 | # DscResourcesToExport = @()
|
@@ -423,7 +423,11 @@ PrivateData = @{
|
423 | 423 | # IconUri = ''
|
424 | 424 |
|
425 | 425 | # ReleaseNotes of this module
|
426 |
| - ReleaseNotes = '* Add wildcard support to Network cmdlets' |
| 426 | + ReleaseNotes = '* Add ResourceId parameter to Get-AzNetworkInterface |
| 427 | +* Improved error handling for Get-AzVpnClientRevokedCertificate, Get-AzVpnClientRootCertificate |
| 428 | +* Improved Subnet, Primary, PrivateIpAddressVersion parameters processing in |
| 429 | + - Add-AzNetworkInterfaceIpConfig |
| 430 | + - Set-AzNetworkInterfaceIpConfig' |
427 | 431 |
|
428 | 432 | # Prerelease string of this module
|
429 | 433 | # Prerelease = ''
|
|
0 commit comments