Skip to content

Commit eac0ffd

Browse files
committed
Rename helper module to match new module name
1 parent afb305f commit eac0ffd

12 files changed

Lines changed: 15 additions & 13 deletions

File tree

source/DSCResources/DSC_Cluster/DSC_Cluster.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$script:resourceHelperModulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\..\Modules\DscResource.Common'
2-
$script:failoverClusterHelperModulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\..\Modules\FailoverCluster.Common'
2+
$script:failoverClusterHelperModulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\..\Modules\FailoverClusterDsc.Common'
33

44
Import-Module -Name $script:resourceHelperModulePath
55
Import-Module -Name $script:failoverClusterHelperModulePath

source/DSCResources/DSC_ClusterDisk/DSC_ClusterDisk.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$script:resourceHelperModulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\..\Modules\DscResource.Common'
2-
$script:failoverClusterHelperModulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\..\Modules\FailoverCluster.Common'
2+
$script:failoverClusterHelperModulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\..\Modules\FailoverClusterDsc.Common'
33

44
Import-Module -Name $script:resourceHelperModulePath
55
Import-Module -Name $script:failoverClusterHelperModulePath

source/DSCResources/DSC_ClusterNetwork/DSC_ClusterNetwork.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$script:resourceHelperModulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\..\Modules\DscResource.Common'
2-
$script:failoverClusterHelperModulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\..\Modules\FailoverCluster.Common'
2+
$script:failoverClusterHelperModulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\..\Modules\FailoverClusterDsc.Common'
33

44
Import-Module -Name $script:resourceHelperModulePath
55
Import-Module -Name $script:failoverClusterHelperModulePath

source/DSCResources/DSC_ClusterPreferredOwner/DSC_ClusterPreferredOwner.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$script:resourceHelperModulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\..\Modules\DscResource.Common'
2-
$script:failoverClusterHelperModulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\..\Modules\FailoverCluster.Common'
2+
$script:failoverClusterHelperModulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\..\Modules\FailoverClusterDsc.Common'
33

44
Import-Module -Name $script:resourceHelperModulePath
55
Import-Module -Name $script:failoverClusterHelperModulePath

source/DSCResources/DSC_ClusterProperty/DSC_ClusterProperty.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$script:resourceHelperModulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\..\Modules\DscResource.Common'
2-
$script:failoverClusterHelperModulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\..\Modules\FailoverCluster.Common'
2+
$script:failoverClusterHelperModulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\..\Modules\FailoverClusterDsc.Common'
33

44
Import-Module -Name $script:resourceHelperModulePath
55
Import-Module -Name $script:failoverClusterHelperModulePath

source/DSCResources/DSC_ClusterQuorum/DSC_ClusterQuorum.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$script:resourceHelperModulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\..\Modules\DscResource.Common'
2-
$script:failoverClusterHelperModulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\..\Modules\FailoverCluster.Common'
2+
$script:failoverClusterHelperModulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\..\Modules\FailoverClusterDsc.Common'
33

44
Import-Module -Name $script:resourceHelperModulePath
55
Import-Module -Name $script:failoverClusterHelperModulePath

source/DSCResources/DSC_WaitForCluster/DSC_WaitForCluster.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$script:resourceHelperModulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\..\Modules\DscResource.Common'
2-
$script:failoverClusterHelperModulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\..\Modules\FailoverCluster.Common'
2+
$script:failoverClusterHelperModulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\..\Modules\FailoverClusterDsc.Common'
33

44
Import-Module -Name $script:resourceHelperModulePath
55
Import-Module -Name $script:failoverClusterHelperModulePath

source/FailoverClusterDsc.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
moduleVersion = '1.17.0'
2+
moduleVersion = '0.0.1'
33

44
GUID = '026e7fd8-06dd-41bc-b373-59366ab18679'
55

@@ -38,10 +38,10 @@
3838
Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource')
3939

4040
# A URL to the license for this module.
41-
LicenseUri = 'https://github.com/dsccommunity/xFailOverCluster/blob/main/LICENSE'
41+
LicenseUri = 'https://github.com/dsccommunity/FailOverClusterDsc/blob/main/LICENSE'
4242

4343
# A URL to the main website for this project.
44-
ProjectUri = 'https://github.com/dsccommunity/xFailOverCluster'
44+
ProjectUri = 'https://github.com/dsccommunity/FailOverClusterDsc'
4545

4646
# A URL to an icon representing this module.
4747
IconUri = 'https://dsccommunity.org/images/DSC_Logo_300p.png'

source/Modules/FailoverCluster.Common/en-US/FailoverCluster.Common.strings.psd1

Lines changed: 0 additions & 1 deletion
This file was deleted.

source/Modules/FailoverCluster.Common/FailoverCluster.Common.psd1 renamed to source/Modules/FailoverClusterDsc.Common/FailoverClusterDsc.Common.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
# Script module or binary module file associated with this manifest.
3-
RootModule = 'FailoverCluster.Common.psm1'
3+
RootModule = 'FailoverClusterDsc.Common.psm1'
44

55
# Version number of this module.
66
ModuleVersion = '1.0.0'
@@ -18,7 +18,7 @@
1818
Copyright = 'Copyright the DSC Community contributors. All rights reserved.'
1919

2020
# Description of the functionality provided by this module
21-
Description = 'Functions used by the DSC resources in xFailoverCluster.'
21+
Description = 'Functions used by the DSC resources in FailoverClusterDsc.'
2222

2323
# Functions 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 functions to export.
2424
FunctionsToExport = @(

0 commit comments

Comments
 (0)