From ea5b79b998ddd69ee4ec08f5e61ff2cfd95f0714 Mon Sep 17 00:00:00 2001 From: Daniel Scott-Raynsford Date: Wed, 30 Dec 2020 18:57:58 +1300 Subject: [PATCH] Updated pipeline files to support change of master to main --- CHANGELOG.md | 1 + GitVersion.yml | 6 +++--- HighQualityResourceModulePlan.md | 6 +++--- README.md | 8 ++++---- azure-pipelines.yml | 8 ++++++-- build.yaml | 1 + source/Examples/Sample_xDscWebServiceRegistration.ps1 | 4 ++-- ...DscWebServiceRegistrationWithSecurityBestPractices.ps1 | 4 ++-- .../Sample_xDscWebServiceRegistration_UseSQLProvider.ps1 | 4 ++-- source/Examples/Sample_xDscWebService_Client.ps1 | 4 ++-- source/Examples/Sample_xDscWebService_Preferred.ps1 | 4 ++-- .../xArchive_ExpandArchiveChecksumAndForceConfig.ps1 | 4 ++-- ...chive_ExpandArchiveDefaultValidationAndForceConfig.ps1 | 4 ++-- .../Examples/xArchive_ExpandArchiveNoValidationConfig.ps1 | 4 ++-- ...xArchive_ExpandArchiveNoValidationCredentialConfig.ps1 | 4 ++-- source/Examples/xArchive_RemoveArchiveChecksumConfig.ps1 | 4 ++-- .../Examples/xArchive_RemoveArchiveNoValidationConfig.ps1 | 4 ++-- source/Examples/xEnvironment_AddMultiplePathsConfig.ps1 | 4 ++-- .../Examples/xEnvironment_CreateNonPathVariableConfig.ps1 | 4 ++-- .../Examples/xEnvironment_RemoveMultiplePathsConfig.ps1 | 4 ++-- source/Examples/xEnvironment_RemoveVariableConfig.ps1 | 4 ++-- source/Examples/xFileUpload_UploadToSMBShareConfig.ps1 | 4 ++-- source/Examples/xGroupSet_AddMembersConfig.ps1 | 4 ++-- source/Examples/xGroup_RemoveMembersConfig.ps1 | 4 ++-- source/Examples/xGroup_SetMembersConfig.ps1 | 4 ++-- source/Examples/xMsiPackage_InstallPackageConfig.ps1 | 4 ++-- .../xMsiPackage_UninstallPackageFromFileConfig.ps1 | 4 ++-- .../xMsiPackage_UninstallPackageFromHttpsConfig.ps1 | 4 ++-- source/Examples/xPSEndpoint_NewConfig.ps1 | 4 ++-- source/Examples/xPSEndpoint_NewCustomConfig.ps1 | 4 ++-- source/Examples/xPSEndpoint_NewWithDefaultsConfig.ps1 | 4 ++-- source/Examples/xPSEndpoint_RemoveConfig.ps1 | 4 ++-- ...ackage_InstallExeUsingCredentialsAndRegistryConfig.ps1 | 4 ++-- .../xPackage_InstallExeUsingCredentialsConfig.ps1 | 4 ++-- source/Examples/xPackage_InstallMsiConfig.ps1 | 4 ++-- .../Examples/xPackage_InstallMsiUsingProductIdConfig.ps1 | 4 ++-- source/Examples/xProcessSet_StartProcessConfig.ps1 | 4 ++-- source/Examples/xProcessSet_StopProcessConfig.ps1 | 4 ++-- source/Examples/xRegistryResource_AddKeyConfig.ps1 | 4 ++-- .../Examples/xRegistryResource_AddOrModifyValueConfig.ps1 | 4 ++-- source/Examples/xRegistryResource_RemoveKeyConfig.ps1 | 4 ++-- source/Examples/xRegistryResource_RemoveValueConfig.ps1 | 4 ++-- source/Examples/xRemoteFile_DownloadFileConfig.ps1 | 4 ++-- .../Examples/xRemoteFile_DownloadFileUsingProxyConfig.ps1 | 4 ++-- .../xRemoteFile_DownloadFileWithChecksumConfig.ps1 | 4 ++-- source/Examples/xScript_WatchFileContentConfig.ps1 | 4 ++-- .../Examples/xServiceSet_EnsureBuiltInAccountConfig.ps1 | 4 ++-- source/Examples/xServiceSet_StartServicesConfig.ps1 | 4 ++-- source/Examples/xService_ChangeServiceStateConfig.ps1 | 4 ++-- source/Examples/xService_CreateServiceConfig.ps1 | 4 ++-- ...vice_CreateServiceConfigGroupManagedServiceAccount.ps1 | 4 ++-- source/Examples/xService_RemoveServiceConfig.ps1 | 4 ++-- .../xService_UpdateStartupTypeIgnoreStateConfig.ps1 | 4 ++-- source/Examples/xUser_CreateUserConfig.ps1 | 4 ++-- source/Examples/xUser_CreateUserDetailedConfig.ps1 | 4 ++-- source/Examples/xUser_RemoveUserConfig.ps1 | 4 ++-- source/Examples/xWindowsFeatureSet_AddFeaturesConfig.ps1 | 4 ++-- .../Examples/xWindowsFeatureSet_RemoveFeaturesConfig.ps1 | 4 ++-- source/Examples/xWindowsFeature_AddFeatureConfig.ps1 | 4 ++-- .../xWindowsFeature_AddFeatureUsingCredentialConfig.ps1 | 4 ++-- .../xWindowsFeature_AddFeatureWithLogPathConfig.ps1 | 4 ++-- source/Examples/xWindowsFeature_RemoveFeatureConfig.ps1 | 4 ++-- .../Examples/xWindowsOptionalFeatureSet_DisableConfig.ps1 | 4 ++-- .../Examples/xWindowsOptionalFeatureSet_EnableConfig.ps1 | 4 ++-- source/Examples/xWindowsOptionalFeature_DisableConfig.ps1 | 4 ++-- source/Examples/xWindowsOptionalFeature_EnableConfig.ps1 | 4 ++-- .../Examples/xWindowsPackageCab_InstallPackageConfig.ps1 | 4 ++-- source/Examples/xWindowsProcess_StartProcessConfig.ps1 | 4 ++-- .../xWindowsProcess_StartProcessUnderUserConfig.ps1 | 4 ++-- source/Examples/xWindowsProcess_StopProcessConfig.ps1 | 4 ++-- .../xWindowsProcess_StopProcessUnderUserConfig.ps1 | 4 ++-- .../xPSDesiredStateConfiguration.Common.psd1 | 2 +- .../xPSDesiredStateConfiguration.Firewall.psd1 | 2 +- .../xPSDesiredStateConfiguration.PSWSIIS.psd1 | 2 +- .../xPSDesiredStateConfiguration.Security.psd1 | 2 +- source/xPSDesiredStateConfiguration.psd1 | 2 +- .../Integration/DSC_xWindowsProcess.Integration.Tests.ps1 | 4 ++-- 77 files changed, 155 insertions(+), 149 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85cd61b13..7ca1ee1d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - xDSCWebService: - Moved strings into localization file - Fixes [Issue #622](https://github.com/dsccommunity/xPSDesiredStateConfiguration/issues/622). - Corrected case of `CertificateThumbPrint` to `CertificateThumbprint`. +- Renamed `master` branch to `main` - Fixes [Issue #696](https://github.com/dsccommunity/xPSDesiredStateConfiguration/issues/696). ## [9.1.0] - 2020-02-19 diff --git a/GitVersion.yml b/GitVersion.yml index da1e068e9..f0999f4ef 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -8,19 +8,19 @@ assembly-informational-format: '{NuGetVersionV2}+Sha.{Sha}.Date.{CommitDate}' branches: master: tag: preview + regex: ^main$ pull-request: tag: PR feature: tag: useBranchName increment: Minor regex: f(eature(s)?)?[\/-] - source-branches: ['master'] + source-branches: ['main'] hotfix: tag: fix increment: Patch regex: (hot)?fix(es)?[\/-] - source-branches: ['master'] - + source-branches: ['main'] ignore: sha: [] merge-message-formats: {} diff --git a/HighQualityResourceModulePlan.md b/HighQualityResourceModulePlan.md index 2a1d76128..dde325446 100644 --- a/HighQualityResourceModulePlan.md +++ b/HighQualityResourceModulePlan.md @@ -1,7 +1,7 @@ # PSDesiredStateConfiguration High Quality Resource Module Plan Any comments or questions about this plan can be submitted under issue -[#160](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/160) +[#160](https://github.com/dsccommunity/xPSDesiredStateConfiguration/issues/160) ## Goals @@ -231,9 +231,9 @@ if-statements will make the resources difficult to maintain. We will update the resouces, tests, exmaples, and documentation to ensure that the xPSDesiredStateConfiguration resource module meets the requirements to be a High Quality Resource Module (HQRM). These requirements can be found in the DSC -Resource Kit High Quality Plan (not yet published publicly, sorry). +Resource Kit High Quality Plan (not yet published publicly, sorry). -Here are the basic steps we will have to take based on this plan: +Here are the basic steps we will have to take based on this plan: 1. Fix PSSA issues per the DSC Resource Kit PSSA Rule Severity List (not yet published publicly, sorry). diff --git a/README.md b/README.md index 450a890df..7e4fca1ec 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # xPSDesiredStateConfiguration -[![Build Status](https://dev.azure.com/dsccommunity/xPSDesiredStateConfiguration/_apis/build/status/dsccommunity.xPSDesiredStateConfiguration?branchName=master)](https://dev.azure.com/dsccommunity/xPSDesiredStateConfiguration/_build/latest?definitionId=8&branchName=master) -![Code Coverage](https://img.shields.io/azure-devops/coverage/dsccommunity/xPSDesiredStateConfiguration/8/master) -[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/dsccommunity/xPSDesiredStateConfiguration/8/master)](https://dsccommunity.visualstudio.com/xPSDesiredStateConfiguration/_test/analytics?definitionId=8&contextType=build) +[![Build Status](https://dev.azure.com/dsccommunity/xPSDesiredStateConfiguration/_apis/build/status/dsccommunity.xPSDesiredStateConfiguration?branchName=main)](https://dev.azure.com/dsccommunity/xPSDesiredStateConfiguration/_build/latest?definitionId=8&branchName=main) +![Code Coverage](https://img.shields.io/azure-devops/coverage/dsccommunity/xPSDesiredStateConfiguration/8/main) +[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/dsccommunity/xPSDesiredStateConfiguration/8/main)](https://dsccommunity.visualstudio.com/xPSDesiredStateConfiguration/_test/analytics?definitionId=8&contextType=build) [![PowerShell Gallery (with prereleases)](https://img.shields.io/powershellgallery/vpre/xPSDesiredStateConfiguration?label=xPSDesiredStateConfiguration%20Preview)](https://www.powershellgallery.com/packages/xPSDesiredStateConfiguration/) [![PowerShell Gallery](https://img.shields.io/powershellgallery/v/xPSDesiredStateConfiguration?label=xPSDesiredStateConfiguration)](https://www.powershellgallery.com/packages/xPSDesiredStateConfiguration/) @@ -26,7 +26,7 @@ This project has adopted [this code of conduct](CODE_OF_CONDUCT.md). ## Releases -For each merge to the branch `master` a preview release will be +For each merge to the branch `main` a preview release will be deployed to [PowerShell Gallery](https://www.powershellgallery.com/). Periodically a release version tag will be pushed which will deploy a full release to [PowerShell Gallery](https://www.powershellgallery.com/). diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1bc8e37bc..1926a09d3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,7 @@ trigger: branches: include: - - master + - main paths: include: - source/* @@ -248,7 +248,7 @@ stages: and( succeeded(), or( - eq(variables['Build.SourceBranch'], 'refs/heads/master'), + eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'], 'refs/tags/') ), contains(variables['System.TeamFoundationCollectionUri'], 'dsccommunity') @@ -277,6 +277,8 @@ stages: env: GitHubToken: $(GitHubToken) GalleryApiToken: $(GalleryApiToken) + ReleaseBranch: main + MainGitBranch: main - task: PowerShell@2 name: sendChangelogPR @@ -287,3 +289,5 @@ stages: pwsh: true env: GitHubToken: $(GitHubToken) + ReleaseBranch: main + MainGitBranch: main diff --git a/build.yaml b/build.yaml index c9cc600d9..cff97256b 100644 --- a/build.yaml +++ b/build.yaml @@ -74,6 +74,7 @@ DscTest: - output ExcludeModuleFile: - Modules/DscResource.Common + MainGitBranch: main Resolve-Dependency: Gallery: 'PSGallery' diff --git a/source/Examples/Sample_xDscWebServiceRegistration.ps1 b/source/Examples/Sample_xDscWebServiceRegistration.ps1 index f9c5b0df6..11b8d2629 100644 --- a/source/Examples/Sample_xDscWebServiceRegistration.ps1 +++ b/source/Examples/Sample_xDscWebServiceRegistration.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfigurationon .ICONURI .EXTERNALMODULEDEPENDENCIES NetworkingDsc, xPSDesiredStateConfiguration .REQUIREDSCRIPTS diff --git a/source/Examples/Sample_xDscWebServiceRegistrationWithSecurityBestPractices.ps1 b/source/Examples/Sample_xDscWebServiceRegistrationWithSecurityBestPractices.ps1 index 72ed31f7b..3ae40448c 100644 --- a/source/Examples/Sample_xDscWebServiceRegistrationWithSecurityBestPractices.ps1 +++ b/source/Examples/Sample_xDscWebServiceRegistrationWithSecurityBestPractices.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfigurationon .ICONURI .EXTERNALMODULEDEPENDENCIES NetworkingDsc, xPSDesiredStateConfiguration .REQUIREDSCRIPTS diff --git a/source/Examples/Sample_xDscWebServiceRegistration_UseSQLProvider.ps1 b/source/Examples/Sample_xDscWebServiceRegistration_UseSQLProvider.ps1 index 48009094b..2ac3807e0 100644 --- a/source/Examples/Sample_xDscWebServiceRegistration_UseSQLProvider.ps1 +++ b/source/Examples/Sample_xDscWebServiceRegistration_UseSQLProvider.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES NetworkingDsc, xPSDesiredStateConfiguration .REQUIREDSCRIPTS diff --git a/source/Examples/Sample_xDscWebService_Client.ps1 b/source/Examples/Sample_xDscWebService_Client.ps1 index 733d270dd..837c14cdf 100644 --- a/source/Examples/Sample_xDscWebService_Client.ps1 +++ b/source/Examples/Sample_xDscWebService_Client.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/Sample_xDscWebService_Preferred.ps1 b/source/Examples/Sample_xDscWebService_Preferred.ps1 index fdc86780c..1cf230181 100644 --- a/source/Examples/Sample_xDscWebService_Preferred.ps1 +++ b/source/Examples/Sample_xDscWebService_Preferred.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES NetworkingDsc, xPSDesiredStateConfiguration, xWebAdministration .REQUIREDSCRIPTS diff --git a/source/Examples/xArchive_ExpandArchiveChecksumAndForceConfig.ps1 b/source/Examples/xArchive_ExpandArchiveChecksumAndForceConfig.ps1 index f1f36a58a..8bd946483 100644 --- a/source/Examples/xArchive_ExpandArchiveChecksumAndForceConfig.ps1 +++ b/source/Examples/xArchive_ExpandArchiveChecksumAndForceConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xArchive_ExpandArchiveDefaultValidationAndForceConfig.ps1 b/source/Examples/xArchive_ExpandArchiveDefaultValidationAndForceConfig.ps1 index f9ce08113..64a4f85b9 100644 --- a/source/Examples/xArchive_ExpandArchiveDefaultValidationAndForceConfig.ps1 +++ b/source/Examples/xArchive_ExpandArchiveDefaultValidationAndForceConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xArchive_ExpandArchiveNoValidationConfig.ps1 b/source/Examples/xArchive_ExpandArchiveNoValidationConfig.ps1 index 1a0f93129..b7eb0b042 100644 --- a/source/Examples/xArchive_ExpandArchiveNoValidationConfig.ps1 +++ b/source/Examples/xArchive_ExpandArchiveNoValidationConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xArchive_ExpandArchiveNoValidationCredentialConfig.ps1 b/source/Examples/xArchive_ExpandArchiveNoValidationCredentialConfig.ps1 index d8508d322..e44f4b5ba 100644 --- a/source/Examples/xArchive_ExpandArchiveNoValidationCredentialConfig.ps1 +++ b/source/Examples/xArchive_ExpandArchiveNoValidationCredentialConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xArchive_RemoveArchiveChecksumConfig.ps1 b/source/Examples/xArchive_RemoveArchiveChecksumConfig.ps1 index 0d21185eb..5e42430ac 100644 --- a/source/Examples/xArchive_RemoveArchiveChecksumConfig.ps1 +++ b/source/Examples/xArchive_RemoveArchiveChecksumConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xArchive_RemoveArchiveNoValidationConfig.ps1 b/source/Examples/xArchive_RemoveArchiveNoValidationConfig.ps1 index ca7f49108..9a8716a97 100644 --- a/source/Examples/xArchive_RemoveArchiveNoValidationConfig.ps1 +++ b/source/Examples/xArchive_RemoveArchiveNoValidationConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xEnvironment_AddMultiplePathsConfig.ps1 b/source/Examples/xEnvironment_AddMultiplePathsConfig.ps1 index 21987bc83..947213b77 100644 --- a/source/Examples/xEnvironment_AddMultiplePathsConfig.ps1 +++ b/source/Examples/xEnvironment_AddMultiplePathsConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xEnvironment_CreateNonPathVariableConfig.ps1 b/source/Examples/xEnvironment_CreateNonPathVariableConfig.ps1 index 921325bf0..7e2ccffc3 100644 --- a/source/Examples/xEnvironment_CreateNonPathVariableConfig.ps1 +++ b/source/Examples/xEnvironment_CreateNonPathVariableConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xEnvironment_RemoveMultiplePathsConfig.ps1 b/source/Examples/xEnvironment_RemoveMultiplePathsConfig.ps1 index a1a91a178..85a6e2ca3 100644 --- a/source/Examples/xEnvironment_RemoveMultiplePathsConfig.ps1 +++ b/source/Examples/xEnvironment_RemoveMultiplePathsConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xEnvironment_RemoveVariableConfig.ps1 b/source/Examples/xEnvironment_RemoveVariableConfig.ps1 index 8226f5232..f01ccc9f9 100644 --- a/source/Examples/xEnvironment_RemoveVariableConfig.ps1 +++ b/source/Examples/xEnvironment_RemoveVariableConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xFileUpload_UploadToSMBShareConfig.ps1 b/source/Examples/xFileUpload_UploadToSMBShareConfig.ps1 index 3732e6833..454517205 100644 --- a/source/Examples/xFileUpload_UploadToSMBShareConfig.ps1 +++ b/source/Examples/xFileUpload_UploadToSMBShareConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xGroupSet_AddMembersConfig.ps1 b/source/Examples/xGroupSet_AddMembersConfig.ps1 index 1a5b2cd25..b39a80ef0 100644 --- a/source/Examples/xGroupSet_AddMembersConfig.ps1 +++ b/source/Examples/xGroupSet_AddMembersConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xGroup_RemoveMembersConfig.ps1 b/source/Examples/xGroup_RemoveMembersConfig.ps1 index b3c154649..0847122ea 100644 --- a/source/Examples/xGroup_RemoveMembersConfig.ps1 +++ b/source/Examples/xGroup_RemoveMembersConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xGroup_SetMembersConfig.ps1 b/source/Examples/xGroup_SetMembersConfig.ps1 index 9b9bb53fb..0d9c56a0d 100644 --- a/source/Examples/xGroup_SetMembersConfig.ps1 +++ b/source/Examples/xGroup_SetMembersConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xMsiPackage_InstallPackageConfig.ps1 b/source/Examples/xMsiPackage_InstallPackageConfig.ps1 index 8977fcdb1..6dc546d16 100644 --- a/source/Examples/xMsiPackage_InstallPackageConfig.ps1 +++ b/source/Examples/xMsiPackage_InstallPackageConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xMsiPackage_UninstallPackageFromFileConfig.ps1 b/source/Examples/xMsiPackage_UninstallPackageFromFileConfig.ps1 index d6ae5aa16..b434468a6 100644 --- a/source/Examples/xMsiPackage_UninstallPackageFromFileConfig.ps1 +++ b/source/Examples/xMsiPackage_UninstallPackageFromFileConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xMsiPackage_UninstallPackageFromHttpsConfig.ps1 b/source/Examples/xMsiPackage_UninstallPackageFromHttpsConfig.ps1 index 0994ae977..a73435d55 100644 --- a/source/Examples/xMsiPackage_UninstallPackageFromHttpsConfig.ps1 +++ b/source/Examples/xMsiPackage_UninstallPackageFromHttpsConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xPSEndpoint_NewConfig.ps1 b/source/Examples/xPSEndpoint_NewConfig.ps1 index 5522f8923..5dbf1cee2 100644 --- a/source/Examples/xPSEndpoint_NewConfig.ps1 +++ b/source/Examples/xPSEndpoint_NewConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xPSEndpoint_NewCustomConfig.ps1 b/source/Examples/xPSEndpoint_NewCustomConfig.ps1 index 01eb9a185..2b55d867b 100644 --- a/source/Examples/xPSEndpoint_NewCustomConfig.ps1 +++ b/source/Examples/xPSEndpoint_NewCustomConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xPSEndpoint_NewWithDefaultsConfig.ps1 b/source/Examples/xPSEndpoint_NewWithDefaultsConfig.ps1 index d53873d33..fc4d339b3 100644 --- a/source/Examples/xPSEndpoint_NewWithDefaultsConfig.ps1 +++ b/source/Examples/xPSEndpoint_NewWithDefaultsConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xPSEndpoint_RemoveConfig.ps1 b/source/Examples/xPSEndpoint_RemoveConfig.ps1 index 61c22b05d..55af9f1e8 100644 --- a/source/Examples/xPSEndpoint_RemoveConfig.ps1 +++ b/source/Examples/xPSEndpoint_RemoveConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xPackage_InstallExeUsingCredentialsAndRegistryConfig.ps1 b/source/Examples/xPackage_InstallExeUsingCredentialsAndRegistryConfig.ps1 index 709afaf3b..616c7fcb6 100644 --- a/source/Examples/xPackage_InstallExeUsingCredentialsAndRegistryConfig.ps1 +++ b/source/Examples/xPackage_InstallExeUsingCredentialsAndRegistryConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xPackage_InstallExeUsingCredentialsConfig.ps1 b/source/Examples/xPackage_InstallExeUsingCredentialsConfig.ps1 index f801046b7..ba3865a2a 100644 --- a/source/Examples/xPackage_InstallExeUsingCredentialsConfig.ps1 +++ b/source/Examples/xPackage_InstallExeUsingCredentialsConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xPackage_InstallMsiConfig.ps1 b/source/Examples/xPackage_InstallMsiConfig.ps1 index 9fc408630..83e7e72f5 100644 --- a/source/Examples/xPackage_InstallMsiConfig.ps1 +++ b/source/Examples/xPackage_InstallMsiConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xPackage_InstallMsiUsingProductIdConfig.ps1 b/source/Examples/xPackage_InstallMsiUsingProductIdConfig.ps1 index b1f420a5a..0e1d21f5f 100644 --- a/source/Examples/xPackage_InstallMsiUsingProductIdConfig.ps1 +++ b/source/Examples/xPackage_InstallMsiUsingProductIdConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xProcessSet_StartProcessConfig.ps1 b/source/Examples/xProcessSet_StartProcessConfig.ps1 index b6581c1c1..af634cd59 100644 --- a/source/Examples/xProcessSet_StartProcessConfig.ps1 +++ b/source/Examples/xProcessSet_StartProcessConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xProcessSet_StopProcessConfig.ps1 b/source/Examples/xProcessSet_StopProcessConfig.ps1 index ecfa4a41d..96f7db4d8 100644 --- a/source/Examples/xProcessSet_StopProcessConfig.ps1 +++ b/source/Examples/xProcessSet_StopProcessConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xRegistryResource_AddKeyConfig.ps1 b/source/Examples/xRegistryResource_AddKeyConfig.ps1 index 5b2f70057..089a3ae06 100644 --- a/source/Examples/xRegistryResource_AddKeyConfig.ps1 +++ b/source/Examples/xRegistryResource_AddKeyConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xRegistryResource_AddOrModifyValueConfig.ps1 b/source/Examples/xRegistryResource_AddOrModifyValueConfig.ps1 index 42a0839be..efee96fda 100644 --- a/source/Examples/xRegistryResource_AddOrModifyValueConfig.ps1 +++ b/source/Examples/xRegistryResource_AddOrModifyValueConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xRegistryResource_RemoveKeyConfig.ps1 b/source/Examples/xRegistryResource_RemoveKeyConfig.ps1 index 46b4367af..04da81d01 100644 --- a/source/Examples/xRegistryResource_RemoveKeyConfig.ps1 +++ b/source/Examples/xRegistryResource_RemoveKeyConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xRegistryResource_RemoveValueConfig.ps1 b/source/Examples/xRegistryResource_RemoveValueConfig.ps1 index ab71213f9..017b4d228 100644 --- a/source/Examples/xRegistryResource_RemoveValueConfig.ps1 +++ b/source/Examples/xRegistryResource_RemoveValueConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xRemoteFile_DownloadFileConfig.ps1 b/source/Examples/xRemoteFile_DownloadFileConfig.ps1 index 87a27393c..0c85e177e 100644 --- a/source/Examples/xRemoteFile_DownloadFileConfig.ps1 +++ b/source/Examples/xRemoteFile_DownloadFileConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xRemoteFile_DownloadFileUsingProxyConfig.ps1 b/source/Examples/xRemoteFile_DownloadFileUsingProxyConfig.ps1 index a2c8aea2c..50252e530 100644 --- a/source/Examples/xRemoteFile_DownloadFileUsingProxyConfig.ps1 +++ b/source/Examples/xRemoteFile_DownloadFileUsingProxyConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xRemoteFile_DownloadFileWithChecksumConfig.ps1 b/source/Examples/xRemoteFile_DownloadFileWithChecksumConfig.ps1 index 213f16396..62e269a7e 100644 --- a/source/Examples/xRemoteFile_DownloadFileWithChecksumConfig.ps1 +++ b/source/Examples/xRemoteFile_DownloadFileWithChecksumConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xScript_WatchFileContentConfig.ps1 b/source/Examples/xScript_WatchFileContentConfig.ps1 index dbe7b640b..634badf58 100644 --- a/source/Examples/xScript_WatchFileContentConfig.ps1 +++ b/source/Examples/xScript_WatchFileContentConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xServiceSet_EnsureBuiltInAccountConfig.ps1 b/source/Examples/xServiceSet_EnsureBuiltInAccountConfig.ps1 index d60001c33..6c3c87cd9 100644 --- a/source/Examples/xServiceSet_EnsureBuiltInAccountConfig.ps1 +++ b/source/Examples/xServiceSet_EnsureBuiltInAccountConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xServiceSet_StartServicesConfig.ps1 b/source/Examples/xServiceSet_StartServicesConfig.ps1 index 64af10b1c..aae4b7491 100644 --- a/source/Examples/xServiceSet_StartServicesConfig.ps1 +++ b/source/Examples/xServiceSet_StartServicesConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xService_ChangeServiceStateConfig.ps1 b/source/Examples/xService_ChangeServiceStateConfig.ps1 index 5361fc53f..bf7cf2b80 100644 --- a/source/Examples/xService_ChangeServiceStateConfig.ps1 +++ b/source/Examples/xService_ChangeServiceStateConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xService_CreateServiceConfig.ps1 b/source/Examples/xService_CreateServiceConfig.ps1 index 5ead3f333..a967c4455 100644 --- a/source/Examples/xService_CreateServiceConfig.ps1 +++ b/source/Examples/xService_CreateServiceConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xService_CreateServiceConfigGroupManagedServiceAccount.ps1 b/source/Examples/xService_CreateServiceConfigGroupManagedServiceAccount.ps1 index 09f33a345..34412d167 100644 --- a/source/Examples/xService_CreateServiceConfigGroupManagedServiceAccount.ps1 +++ b/source/Examples/xService_CreateServiceConfigGroupManagedServiceAccount.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xService_RemoveServiceConfig.ps1 b/source/Examples/xService_RemoveServiceConfig.ps1 index 89a62b1f8..c51f553f1 100644 --- a/source/Examples/xService_RemoveServiceConfig.ps1 +++ b/source/Examples/xService_RemoveServiceConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xService_UpdateStartupTypeIgnoreStateConfig.ps1 b/source/Examples/xService_UpdateStartupTypeIgnoreStateConfig.ps1 index 4133c6f10..2371399ef 100644 --- a/source/Examples/xService_UpdateStartupTypeIgnoreStateConfig.ps1 +++ b/source/Examples/xService_UpdateStartupTypeIgnoreStateConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xUser_CreateUserConfig.ps1 b/source/Examples/xUser_CreateUserConfig.ps1 index 206fe83af..7c9c97419 100644 --- a/source/Examples/xUser_CreateUserConfig.ps1 +++ b/source/Examples/xUser_CreateUserConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xUser_CreateUserDetailedConfig.ps1 b/source/Examples/xUser_CreateUserDetailedConfig.ps1 index 50ccfb43d..f0d94e174 100644 --- a/source/Examples/xUser_CreateUserDetailedConfig.ps1 +++ b/source/Examples/xUser_CreateUserDetailedConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xUser_RemoveUserConfig.ps1 b/source/Examples/xUser_RemoveUserConfig.ps1 index 66294b234..722367c59 100644 --- a/source/Examples/xUser_RemoveUserConfig.ps1 +++ b/source/Examples/xUser_RemoveUserConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xWindowsFeatureSet_AddFeaturesConfig.ps1 b/source/Examples/xWindowsFeatureSet_AddFeaturesConfig.ps1 index 4b09b80d2..b9e934ff6 100644 --- a/source/Examples/xWindowsFeatureSet_AddFeaturesConfig.ps1 +++ b/source/Examples/xWindowsFeatureSet_AddFeaturesConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xWindowsFeatureSet_RemoveFeaturesConfig.ps1 b/source/Examples/xWindowsFeatureSet_RemoveFeaturesConfig.ps1 index 0a4f76f4b..fc17d1d39 100644 --- a/source/Examples/xWindowsFeatureSet_RemoveFeaturesConfig.ps1 +++ b/source/Examples/xWindowsFeatureSet_RemoveFeaturesConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xWindowsFeature_AddFeatureConfig.ps1 b/source/Examples/xWindowsFeature_AddFeatureConfig.ps1 index 9636f2086..001cdabc8 100644 --- a/source/Examples/xWindowsFeature_AddFeatureConfig.ps1 +++ b/source/Examples/xWindowsFeature_AddFeatureConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xWindowsFeature_AddFeatureUsingCredentialConfig.ps1 b/source/Examples/xWindowsFeature_AddFeatureUsingCredentialConfig.ps1 index 77900e462..c49e1dc16 100644 --- a/source/Examples/xWindowsFeature_AddFeatureUsingCredentialConfig.ps1 +++ b/source/Examples/xWindowsFeature_AddFeatureUsingCredentialConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xWindowsFeature_AddFeatureWithLogPathConfig.ps1 b/source/Examples/xWindowsFeature_AddFeatureWithLogPathConfig.ps1 index 7606c552f..f6afd39f3 100644 --- a/source/Examples/xWindowsFeature_AddFeatureWithLogPathConfig.ps1 +++ b/source/Examples/xWindowsFeature_AddFeatureWithLogPathConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xWindowsFeature_RemoveFeatureConfig.ps1 b/source/Examples/xWindowsFeature_RemoveFeatureConfig.ps1 index ce55ba98e..0bdf78378 100644 --- a/source/Examples/xWindowsFeature_RemoveFeatureConfig.ps1 +++ b/source/Examples/xWindowsFeature_RemoveFeatureConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xWindowsOptionalFeatureSet_DisableConfig.ps1 b/source/Examples/xWindowsOptionalFeatureSet_DisableConfig.ps1 index 8a3c0f2d1..611635333 100644 --- a/source/Examples/xWindowsOptionalFeatureSet_DisableConfig.ps1 +++ b/source/Examples/xWindowsOptionalFeatureSet_DisableConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xWindowsOptionalFeatureSet_EnableConfig.ps1 b/source/Examples/xWindowsOptionalFeatureSet_EnableConfig.ps1 index 01ffdce22..d2024765c 100644 --- a/source/Examples/xWindowsOptionalFeatureSet_EnableConfig.ps1 +++ b/source/Examples/xWindowsOptionalFeatureSet_EnableConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xWindowsOptionalFeature_DisableConfig.ps1 b/source/Examples/xWindowsOptionalFeature_DisableConfig.ps1 index 9f4977343..3e8557159 100644 --- a/source/Examples/xWindowsOptionalFeature_DisableConfig.ps1 +++ b/source/Examples/xWindowsOptionalFeature_DisableConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xWindowsOptionalFeature_EnableConfig.ps1 b/source/Examples/xWindowsOptionalFeature_EnableConfig.ps1 index fd9c4841b..fca03e03b 100644 --- a/source/Examples/xWindowsOptionalFeature_EnableConfig.ps1 +++ b/source/Examples/xWindowsOptionalFeature_EnableConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xWindowsPackageCab_InstallPackageConfig.ps1 b/source/Examples/xWindowsPackageCab_InstallPackageConfig.ps1 index 5ef4c1157..67a46e626 100644 --- a/source/Examples/xWindowsPackageCab_InstallPackageConfig.ps1 +++ b/source/Examples/xWindowsPackageCab_InstallPackageConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xWindowsProcess_StartProcessConfig.ps1 b/source/Examples/xWindowsProcess_StartProcessConfig.ps1 index 602f0548c..3ca87652f 100644 --- a/source/Examples/xWindowsProcess_StartProcessConfig.ps1 +++ b/source/Examples/xWindowsProcess_StartProcessConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xWindowsProcess_StartProcessUnderUserConfig.ps1 b/source/Examples/xWindowsProcess_StartProcessUnderUserConfig.ps1 index 69c530b79..de933c336 100644 --- a/source/Examples/xWindowsProcess_StartProcessUnderUserConfig.ps1 +++ b/source/Examples/xWindowsProcess_StartProcessUnderUserConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xWindowsProcess_StopProcessConfig.ps1 b/source/Examples/xWindowsProcess_StopProcessConfig.ps1 index d1d63b286..b1ec5df60 100644 --- a/source/Examples/xWindowsProcess_StopProcessConfig.ps1 +++ b/source/Examples/xWindowsProcess_StopProcessConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Examples/xWindowsProcess_StopProcessUnderUserConfig.ps1 b/source/Examples/xWindowsProcess_StopProcessUnderUserConfig.ps1 index 1a2216713..2ff1a6163 100644 --- a/source/Examples/xWindowsProcess_StopProcessUnderUserConfig.ps1 +++ b/source/Examples/xWindowsProcess_StopProcessUnderUserConfig.ps1 @@ -5,8 +5,8 @@ .COMPANYNAME Microsoft Corporation .COPYRIGHT .TAGS DSCConfiguration -.LICENSEURI https://github.com/PowerShell/xPSDesiredStateConfiguration/blob/master/LICENSE -.PROJECTURI https://github.com/PowerShell/xPSDesiredStateConfiguration +.LICENSEURI https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE +.PROJECTURI https://github.com/dsccommunity/xPSDesiredStateConfiguration .ICONURI .EXTERNALMODULEDEPENDENCIES .REQUIREDSCRIPTS diff --git a/source/Modules/xPSDesiredStateConfiguration.Common/xPSDesiredStateConfiguration.Common.psd1 b/source/Modules/xPSDesiredStateConfiguration.Common/xPSDesiredStateConfiguration.Common.psd1 index fea3f5a76..0661604ee 100644 --- a/source/Modules/xPSDesiredStateConfiguration.Common/xPSDesiredStateConfiguration.Common.psd1 +++ b/source/Modules/xPSDesiredStateConfiguration.Common/xPSDesiredStateConfiguration.Common.psd1 @@ -44,7 +44,7 @@ Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource') # A URL to the license for this module. - LicenseUri = 'https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/master/LICENSE' + LicenseUri = 'https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE' # A URL to the main website for this project. ProjectUri = 'https://github.com/dsccommunity/xPSDesiredStateConfiguration' diff --git a/source/Modules/xPSDesiredStateConfiguration.Firewall/xPSDesiredStateConfiguration.Firewall.psd1 b/source/Modules/xPSDesiredStateConfiguration.Firewall/xPSDesiredStateConfiguration.Firewall.psd1 index d04f3d113..d7b79a529 100644 --- a/source/Modules/xPSDesiredStateConfiguration.Firewall/xPSDesiredStateConfiguration.Firewall.psd1 +++ b/source/Modules/xPSDesiredStateConfiguration.Firewall/xPSDesiredStateConfiguration.Firewall.psd1 @@ -44,7 +44,7 @@ Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource') # A URL to the license for this module. - LicenseUri = 'https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/master/LICENSE' + LicenseUri = 'https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE' # A URL to the main website for this project. ProjectUri = 'https://github.com/dsccommunity/xPSDesiredStateConfiguration' diff --git a/source/Modules/xPSDesiredStateConfiguration.PSWSIIS/xPSDesiredStateConfiguration.PSWSIIS.psd1 b/source/Modules/xPSDesiredStateConfiguration.PSWSIIS/xPSDesiredStateConfiguration.PSWSIIS.psd1 index 43c362ae7..2d4ae099a 100644 --- a/source/Modules/xPSDesiredStateConfiguration.PSWSIIS/xPSDesiredStateConfiguration.PSWSIIS.psd1 +++ b/source/Modules/xPSDesiredStateConfiguration.PSWSIIS/xPSDesiredStateConfiguration.PSWSIIS.psd1 @@ -48,7 +48,7 @@ Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource') # A URL to the license for this module. - LicenseUri = 'https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/master/LICENSE' + LicenseUri = 'https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE' # A URL to the main website for this project. ProjectUri = 'https://github.com/dsccommunity/xPSDesiredStateConfiguration' diff --git a/source/Modules/xPSDesiredStateConfiguration.Security/xPSDesiredStateConfiguration.Security.psd1 b/source/Modules/xPSDesiredStateConfiguration.Security/xPSDesiredStateConfiguration.Security.psd1 index d8a96814a..faa53678f 100644 --- a/source/Modules/xPSDesiredStateConfiguration.Security/xPSDesiredStateConfiguration.Security.psd1 +++ b/source/Modules/xPSDesiredStateConfiguration.Security/xPSDesiredStateConfiguration.Security.psd1 @@ -43,7 +43,7 @@ Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource') # A URL to the license for this module. - LicenseUri = 'https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/master/LICENSE' + LicenseUri = 'https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE' # A URL to the main website for this project. ProjectUri = 'https://github.com/dsccommunity/xPSDesiredStateConfiguration' diff --git a/source/xPSDesiredStateConfiguration.psd1 b/source/xPSDesiredStateConfiguration.psd1 index 79559ca0b..d6c03fc18 100644 --- a/source/xPSDesiredStateConfiguration.psd1 +++ b/source/xPSDesiredStateConfiguration.psd1 @@ -63,7 +63,7 @@ Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource') # A URL to the license for this module. - LicenseUri = 'https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/master/LICENSE' + LicenseUri = 'https://github.com/dsccommunity/xPSDesiredStateConfiguration/blob/main/LICENSE' # A URL to the main website for this project. ProjectUri = 'https://github.com/dsccommunity/xPSDesiredStateConfiguration' diff --git a/tests/Integration/DSC_xWindowsProcess.Integration.Tests.ps1 b/tests/Integration/DSC_xWindowsProcess.Integration.Tests.ps1 index 95ace572e..bedf6f6e5 100644 --- a/tests/Integration/DSC_xWindowsProcess.Integration.Tests.ps1 +++ b/tests/Integration/DSC_xWindowsProcess.Integration.Tests.ps1 @@ -540,7 +540,7 @@ try @{ Description = 'Process Path With Spaces, Arguments Without Spaces' Path = $iexplorerExePath - Arguments = 'https://github.com/PowerShell/xPSDesiredStateConfiguration' + Arguments = 'https://github.com/dsccommunity/xPSDesiredStateConfiguration' } @{ @@ -552,7 +552,7 @@ try @{ Description = 'Process Path With Spaces, Arguments With Spaces' Path = $iexplorerExePath - Arguments = "https://github.com/PowerShell/xPSDesiredStateConfiguration with spaces" + Arguments = "https://github.com/dsccommunity/xPSDesiredStateConfiguration with spaces" } )