12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.1 .0'
15
+ ModuleVersion = ' 0.5 .0'
16
16
17
17
# Supported PSEditions
18
- CompatiblePSEditions = ' Core'
18
+ CompatiblePSEditions = ' Core' , ' Desktop '
19
19
20
20
# ID used to uniquely identify this module
21
21
GUID = ' 91832aaa-dc11-4583-8239-adb7df531604'
@@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
30
30
Copyright = ' Microsoft Corporation. All rights reserved.'
31
31
32
32
# Description of the functionality provided by this module
33
- Description = ' [PowerShell .Net Core] Microsoft Azure PowerShell - Front Door service cmdlets for Azure Resource Manager'
33
+ Description = ' Microsoft Azure PowerShell - Front Door service cmdlets for Azure Resource Manager'
34
34
35
35
# Minimum version of the Windows PowerShell engine required by this module
36
36
PowerShellVersion = ' 5.1'
@@ -42,7 +42,7 @@ PowerShellVersion = '5.1'
42
42
# PowerShellHostVersion = ''
43
43
44
44
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
45
- # DotNetFrameworkVersion = ''
45
+ DotNetFrameworkVersion = ' 4.7.2 '
46
46
47
47
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
48
48
# CLRVersion = ''
@@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
51
51
# ProcessorArchitecture = ''
52
52
53
53
# Modules that must be imported into the global environment prior to importing this module
54
- RequiredModules = @ (@ {ModuleName = ' Az.Profile' ; ModuleVersion = ' 0.1 .0' ; })
54
+ RequiredModules = @ (@ {ModuleName = ' Az.Profile' ; ModuleVersion = ' 0.5 .0' ; })
55
55
56
56
# Assemblies that must be loaded prior to importing this module
57
57
RequiredAssemblies = ' .\Microsoft.Azure.Management.FrontDoor.dll'
@@ -78,7 +78,7 @@ CmdletsToExport = 'New-AzFrontDoor', 'Get-AzFrontDoor', 'Set-AzFrontDoor',
78
78
' New-AzFrontDoorHealthProbeSettingObject' , ' New-AzFrontDoorLoadBalancingSettingObject' ,
79
79
' New-AzFrontDoorMatchConditionObject' , ' New-AzFrontDoorCustomRuleObject' , ' New-AzFrontDoorManagedRuleObject' ,
80
80
' New-AzFrontDoorFireWallPolicy' , ' Get-AzFrontDoorFireWallPolicy' , ' Set-AzFrontDoorFireWallPolicy' ,
81
- ' Remove-AzFrontDoorFireWallPolicy' , ' New-AzFrontDoorRuleGroupOverrideObject' , ' Remove-AzFrontDoorContent''
81
+ ' Remove-AzFrontDoorFireWallPolicy' , ' New-AzFrontDoorRuleGroupOverrideObject' , ' Remove-AzFrontDoorContent'
82
82
83
83
# Variables to export from this module
84
84
# VariablesToExport = @()
0 commit comments