Skip to content

Commit

Permalink
Update default branch to main (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite committed Aug 27, 2020
1 parent 974d96c commit 78abfd8
Show file tree
Hide file tree
Showing 17 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ name: $(version)-B$(date:yyMM)$(rev:rrr)
trigger:
branches:
include:
- 'master'
- 'main'
tags:
include:
- 'v0.*'

pr:
branches:
include:
- 'master'
- 'main'

stages:

Expand Down Expand Up @@ -187,7 +187,7 @@ stages:
action: edit
tag: '$(Build.SourceBranchName)'
releaseNotesSource: inline
releaseNotesInline: 'See [change log](https://github.com/Microsoft/PSRule.Rules.CAF/blob/master/CHANGELOG.md)'
releaseNotesInline: 'See [change log](https://github.com/Microsoft/PSRule.Rules.CAF/blob/main/CHANGELOG.md)'
assetUploadMode: replace
addChangeLog: false
isPreRelease: $(isPreRelease)
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
- **Code changes**
- [ ] Have unit tests created/ updated
- [ ] Link to a filed issue
- [ ] [Change log](https://github.com/Microsoft/PSRule.Rules.CAF/blob/master/CHANGELOG.md) has been updated with change under unreleased section
- [ ] [Change log](https://github.com/Microsoft/PSRule.Rules.CAF/blob/main/CHANGELOG.md) has been updated with change under unreleased section
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ The `PSRule.Rules.Azure` module is included as a dependency of `PSRule.Rules.CAF

For details of `PSRule.Rules.Azure` commands see:

- [Export-AzRuleData](https://github.com/BernieWhite/PSRule.Rules.Azure/blob/master/docs/commands/PSRule.Rules.Azure/en-US/Export-AzRuleData.md) - Export resource configuration data from Azure subscriptions.
- [Export-AzTemplateRuleData](https://github.com/BernieWhite/PSRule.Rules.Azure/blob/master/docs/commands/PSRule.Rules.Azure/en-US/Export-AzTemplateRuleData.md) - Export resource configuration data from Azure templates.
- [Export-AzRuleData](https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/commands/PSRule.Rules.Azure/en-US/Export-AzRuleData.md) - Export resource configuration data from Azure subscriptions.
- [Export-AzTemplateRuleData](https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/commands/PSRule.Rules.Azure/en-US/Export-AzTemplateRuleData.md) - Export resource configuration data from Azure templates.

## Changes and versioning

Expand Down Expand Up @@ -104,6 +104,6 @@ or contact [[email protected]](mailto:[email protected]) 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.Rules.CAF/_apis/build/status/PSRule.Rules.CAF-CI?branchName=master
[ci-badge]: https://dev.azure.com/bewhite/PSRule.Rules.CAF/_apis/build/status/PSRule.Rules.CAF-CI?branchName=main
[module]: https://www.powershellgallery.com/packages/PSRule.Rules.CAF
[engine]: https://github.com/Microsoft/PSRule
2 changes: 1 addition & 1 deletion docs/rules/en/CAF.Name.Connection.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Naming
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/master/docs/rules/en/CAF.Name.Connection.md
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/main/docs/rules/en/CAF.Name.Connection.md
---

# Use standard connection names
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/en/CAF.Name.LoadBalancer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Naming
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/master/docs/rules/en/CAF.Name.LoadBalancer.md
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/main/docs/rules/en/CAF.Name.LoadBalancer.md
---

# Use standard load balancer names
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/en/CAF.Name.NSG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Naming
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/master/docs/rules/en/CAF.Name.NSG.md
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/main/docs/rules/en/CAF.Name.NSG.md
---

# Use standard NSG names
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/en/CAF.Name.PublicIP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Naming
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/master/docs/rules/en/CAF.Name.PublicIP.md
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/main/docs/rules/en/CAF.Name.PublicIP.md
---

# Use standard public IP names
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/en/CAF.Name.RG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Naming
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/master/docs/rules/en/CAF.Name.RG.md
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/main/docs/rules/en/CAF.Name.RG.md
---

# Use standard resource group names
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/en/CAF.Name.Route.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Naming
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/master/docs/rules/en/CAF.Name.Route.md
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/main/docs/rules/en/CAF.Name.Route.md
---

# Use standard route table names
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/en/CAF.Name.Storage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Naming
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/master/docs/rules/en/CAF.Name.Storage.md
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/main/docs/rules/en/CAF.Name.Storage.md
---

# Use standard storage account names
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/en/CAF.Name.Subnet.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Naming
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/master/docs/rules/en/CAF.Name.Subnet.md
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/main/docs/rules/en/CAF.Name.Subnet.md
---

# Use standard subnet names
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/en/CAF.Name.VM.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Naming
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/master/docs/rules/en/CAF.Name.VM.md
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/main/docs/rules/en/CAF.Name.VM.md
---

# Use standard VM names
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/en/CAF.Name.VNET.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Naming
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/master/docs/rules/en/CAF.Name.VNET.md
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/main/docs/rules/en/CAF.Name.VNET.md
---

# Use standard VNET names
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/en/CAF.Name.VNG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Naming
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/master/docs/rules/en/CAF.Name.VNG.md
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/main/docs/rules/en/CAF.Name.VNG.md
---

# Use standard virtual network gateway names
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/en/CAF.Tag.Environment.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Tagging
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/master/docs/rules/en/CAF.Tag.Environment.md
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/main/docs/rules/en/CAF.Tag.Environment.md
---

# Use standard environments
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/en/CAF.Tag.Required.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Tagging
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/master/docs/rules/en/CAF.Tag.Required.md
online version: https://github.com/microsoft/PSRule.Rules.CAF/blob/main/docs/rules/en/CAF.Tag.Required.md
---

# Use mandatory tags
Expand Down
4 changes: 2 additions & 2 deletions src/PSRule.Rules.CAF/PSRule.Rules.CAF.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ PrivateData = @{
Tags = @('PSRule', 'PSRule-rules', 'Rule', 'Azure', 'CAF', 'Cloud')

# A URL to the license for this module.
LicenseUri = 'https://github.com/Microsoft/PSRule.Rules.CAF/blob/master/LICENSE'
LicenseUri = 'https://github.com/Microsoft/PSRule.Rules.CAF/blob/main/LICENSE'

# A URL to the main website for this project.
ProjectUri = 'https://github.com/Microsoft/PSRule.Rules.CAF'
Expand All @@ -109,7 +109,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = 'https://github.com/Microsoft/PSRule.Rules.CAF/blob/master/CHANGELOG.md'
ReleaseNotes = 'https://github.com/Microsoft/PSRule.Rules.CAF/blob/main/CHANGELOG.md'
} # End of PSData hashtable
PSRule = @{
Baseline = 'CAF.Strict'
Expand Down

0 comments on commit 78abfd8

Please sign in to comment.