diff --git a/.azure-pipelines/azure-pipelines.yaml b/.azure-pipelines/azure-pipelines.yaml index b735218..cd7de41 100644 --- a/.azure-pipelines/azure-pipelines.yaml +++ b/.azure-pipelines/azure-pipelines.yaml @@ -12,7 +12,7 @@ name: $(version)-B$(date:yyMM)$(rev:rrr) trigger: branches: include: - - 'master' + - 'main' tags: include: - 'v0.*' @@ -20,7 +20,7 @@ trigger: pr: branches: include: - - 'master' + - 'main' stages: @@ -178,7 +178,7 @@ stages: action: edit tag: '$(Build.SourceBranchName)' releaseNotesSource: input - releaseNotes: 'See [change log](https://github.com/BernieWhite/PSRule.Monitor/blob/master/CHANGELOG.md)' + releaseNotes: 'See [change log](https://github.com/BernieWhite/PSRule.Monitor/blob/main/CHANGELOG.md)' assetUploadMode: replace addChangeLog: false isPreRelease: $(isPreRelease) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b6d9036..7ac47e7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,4 +11,4 @@ - **Code changes** - [ ] Have unit tests created/ updated - [ ] Link to a filed issue - - [ ] [Change log](https://github.com/Microsoft/PSRule.Monitor/blob/master/CHANGELOG.md) has been updated with change under unreleased section + - [ ] [Change log](https://github.com/Microsoft/PSRule.Monitor/blob/main/CHANGELOG.md) has been updated with change under unreleased section diff --git a/.github/workflows/analyze.yaml b/.github/workflows/analyze.yaml index 5f79f43..8f44970 100644 --- a/.github/workflows/analyze.yaml +++ b/.github/workflows/analyze.yaml @@ -14,4 +14,4 @@ jobs: uses: actions/checkout@v2 - name: Run PSRule analysis - uses: Microsoft/ps-rule@master + uses: Microsoft/ps-rule@main diff --git a/README.md b/README.md index 9b03ba5..26b40bb 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any addi This project is [licensed under the MIT License](LICENSE). [install]: docs/scenarios/install-instructions.md -[ci-badge]: https://dev.azure.com/bewhite/PSRule.Monitor/_apis/build/status/PSRule.Monitor-CI?branchName=master +[ci-badge]: https://dev.azure.com/bewhite/PSRule.Monitor/_apis/build/status/PSRule.Monitor-CI?branchName=main [module]: https://www.powershellgallery.com/packages/PSRule.Monitor [engine]: https://github.com/Microsoft/PSRule [issue]: https://github.com/Microsoft/PSRule.Monitor/issues diff --git a/docs/commands/PSRule.Monitor/en-US/Send-PSRuleMonitorRecord.md b/docs/commands/PSRule.Monitor/en-US/Send-PSRuleMonitorRecord.md index 30bdefc..e6a2bba 100644 --- a/docs/commands/PSRule.Monitor/en-US/Send-PSRuleMonitorRecord.md +++ b/docs/commands/PSRule.Monitor/en-US/Send-PSRuleMonitorRecord.md @@ -1,7 +1,7 @@ --- external help file: PSRule.Monitor-help.xml Module Name: PSRule.Monitor -online version: https://github.com/Microsoft/PSRule.Monitor/blob/master/docs/commands/PSRule.Monitor/en-US/Send-PSRuleMonitorRecord.md +online version: https://github.com/Microsoft/PSRule.Monitor/blob/main/docs/commands/PSRule.Monitor/en-US/Send-PSRuleMonitorRecord.md schema: 2.0.0 --- diff --git a/src/PSRule.Monitor/PSRule.Monitor.csproj b/src/PSRule.Monitor/PSRule.Monitor.csproj index 3df95ae..1f3cbd5 100644 --- a/src/PSRule.Monitor/PSRule.Monitor.csproj +++ b/src/PSRule.Monitor/PSRule.Monitor.csproj @@ -12,7 +12,7 @@ Bernie White PSRule.Monitor https://github.com/Microsoft/PSRule.Monitor - https://github.com/Microsoft/PSRule.Monitor/blob/master/LICENSE + https://github.com/Microsoft/PSRule.Monitor/blob/main/LICENSE 0.0.1 Copyright (c) Microsoft Corporation. Licensed under the MIT License. Log PSRule analysis results to Azure Monitor. diff --git a/src/PSRule.Monitor/PSRule.Monitor.psd1 b/src/PSRule.Monitor/PSRule.Monitor.psd1 index 4ed8c05..5854659 100644 --- a/src/PSRule.Monitor/PSRule.Monitor.psd1 +++ b/src/PSRule.Monitor/PSRule.Monitor.psd1 @@ -101,7 +101,7 @@ PrivateData = @{ Tags = @('Azure', 'Monitor', 'PSRule') # A URL to the license for this module. - LicenseUri = 'https://github.com/Microsoft/PSRule.Monitor/blob/master/LICENSE' + LicenseUri = 'https://github.com/Microsoft/PSRule.Monitor/blob/main/LICENSE' # A URL to the main website for this project. ProjectUri = 'https://github.com/Microsoft/PSRule.Monitor' @@ -110,7 +110,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = 'https://github.com/Microsoft/PSRule.Monitor/blob/master/CHANGELOG.md' + ReleaseNotes = 'https://github.com/Microsoft/PSRule.Monitor/blob/main/CHANGELOG.md' } # End of PSData hashtable } # End of PrivateData hashtable