Skip to content

Commit 8a7e15b

Browse files
author
Maddie Clayton
authored
Update Az.FrontDoor.psd1
1 parent 1de219e commit 8a7e15b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ResourceManager/FrontDoor/Commands.FrontDoor/Az.FrontDoor.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ModuleVersion = '0.1.0'
1616

1717
# Supported PSEditions
18-
CompatiblePSEditions = 'Core'
18+
CompatiblePSEditions = 'Core', 'Desktop'
1919

2020
# ID used to uniquely identify this module
2121
GUID = '91832aaa-dc11-4583-8239-adb7df531604'
@@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
3030
Copyright = 'Microsoft Corporation. All rights reserved.'
3131

3232
# 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'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
3636
PowerShellVersion = '5.1'
@@ -42,7 +42,7 @@ PowerShellVersion = '5.1'
4242
# PowerShellHostVersion = ''
4343

4444
# 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'
4646

4747
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
4848
# CLRVersion = ''

0 commit comments

Comments
 (0)