Skip to content

Commit 801e0f9

Browse files
authored
Update AzPreview.psd1.template
1 parent a627656 commit 801e0f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/AzPreview/AzPreview.psd1.template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Module manifest for module 'Az'
2+
# Module manifest for module 'AzPreview'
33
#
44
# Generated by: Microsoft Corporation
55
#
@@ -18,7 +18,7 @@ ModuleVersion = 'x.x.x'
1818
CompatiblePSEditions = 'Core', 'Desktop'
1919

2020
# ID used to uniquely identify this module
21-
GUID = 'd48d710e-85cb-46a1-990f-22dae76f6b5f'
21+
GUID = '5052d1e8-69f1-4f91-8433-5400429b2db9'
2222

2323
# Author of this module
2424
Author = 'Microsoft Corporation'
@@ -30,8 +30,8 @@ CompanyName = 'Microsoft Corporation'
3030
Copyright = 'Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
33-
Description = 'Microsoft Azure PowerShell - Cmdlets to manage resources in Azure. This module is compatible with WindowsPowerShell and PowerShell Core.
34-
For more information about the Az module, please visit the following: https://docs.microsoft.com/en-us/powershell/azure/'
33+
Description = 'Microsoft Azure PowerShell - Including stable version and preview version of Azure PowerShell modules. This module is compatible with WindowsPowerShell and PowerShell Core.
34+
For more information about the AzPreview module, please visit the following: https://docs.microsoft.com/en-us/powershell/azure/'
3535

3636
# Minimum version of the PowerShell engine required by this module
3737
PowerShellVersion = '5.1'

0 commit comments

Comments
 (0)