Skip to content

Commit

Permalink
Update links with Azure org #800 (#804)
Browse files Browse the repository at this point in the history
- Update links with Azure org #800
- Update codeowners and dependabot
  • Loading branch information
BernieWhite authored Jun 17, 2021
1 parent 65255bb commit 8dfcffc
Show file tree
Hide file tree
Showing 231 changed files with 875 additions and 865 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ stages:
action: edit
tag: '$(Build.SourceBranchName)'
releaseNotesSource: inline
releaseNotesInline: 'See [change log](https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/CHANGELOG.md)'
releaseNotesInline: 'See [change log](https://github.com/Azure/PSRule.Rules.Azure/blob/main/CHANGELOG.md)'
assetUploadMode: replace
addChangeLog: false
isPreRelease: $(isPreRelease)
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# https://help.github.com/articles/about-codeowners/
* @microsoft/psrule-rules-azure
* @azure/psrule-rules-azure
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ We use Issues as an issue tracker; for help, discussion, and support questions,

Thanks! 😁.

- https://github.com/microsoft/PSRule.Rules.Azure/discussions
- https://github.com/Azure/PSRule.Rules.Azure/discussions
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
- [ ] Unit tests created/ updated
- [ ] Rule documentation created/ updated
- [ ] Link to a filed issue
- [ ] [Change log](https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/CHANGELOG-v1.md) has been updated with change under unreleased section
- [ ] [Change log](https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/CHANGELOG-v1.md) has been updated with change under unreleased section
- **Other code changes**
- [ ] Unit tests created/ updated
- [ ] Link to a filed issue
- [ ] [Change log](https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/CHANGELOG-v1.md) has been updated with change under unreleased section
- [ ] [Change log](https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/CHANGELOG-v1.md) has been updated with change under unreleased section
14 changes: 12 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ updates:
labels:
- 'dependencies'
reviewers:
- 'microsoft/psrule-rules-azure'
- 'azure/psrule-rules-azure'
ignore:
# Ignore upgrades to PS 7.1 for tool chain components at this time
# Testing against PS 7.1 is already completed
Expand All @@ -30,4 +30,14 @@ updates:
labels:
- 'ci-quality'
reviewers:
- 'microsoft/psrule-rules-azure'
- 'azure/psrule-rules-azure'

# Maintain dependencies for Python
- package-ecosystem: 'pip'
directory: '/'
schedule:
interval: 'daily'
labels:
- 'ci-quality'
reviewers:
- 'azure/psrule-rules-azure'
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ Thank you for taking the time to contribute.
[github-pr-create]: https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork
[build]: docs/install-instructions.md#building-from-source
[vscode]: https://code.visualstudio.com/
[issues]: https://github.com/Microsoft/PSRule.Rules.Azure/issues
[issues]: https://github.com/Azure/PSRule.Rules.Azure/issues
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ or contact [[email protected]](mailto:[email protected]) with any addi

This project is [licensed under the MIT License](LICENSE).

[issue]: https://github.com/microsoft/PSRule.Rules.Azure/issues
[discussion]: https://github.com/microsoft/PSRule.Rules.Azure/discussions
[issue]: https://github.com/Azure/PSRule.Rules.Azure/issues
[discussion]: https://github.com/Azure/PSRule.Rules.Azure/discussions
[install]: docs/install-instructions.md
[ci-badge]: https://dev.azure.com/bewhite/PSRule.Rules.Azure/_apis/build/status/PSRule.Rules.Azure-CI?branchName=main
[module]: https://www.powershellgallery.com/packages/PSRule.Rules.Azure
Expand Down
2 changes: 1 addition & 1 deletion RuleHelp.Doc.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Document 'RuleHelp' {
}

if (!$annotations.Contains('online version')) {
$annotations['online version'] = "https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/rules/en/$($rule.Name).md";
$annotations['online version'] = "https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/rules/en/$($rule.Name).md";
}

Metadata $annotations;
Expand Down
976 changes: 488 additions & 488 deletions docs/CHANGELOG-v0.md

Large diffs are not rendered by default.

278 changes: 139 additions & 139 deletions docs/CHANGELOG-v1.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/commands/Export-AzRuleData.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: PSRule.Rules.Azure-help.xml
Module Name: PSRule.Rules.Azure
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/commands/Export-AzRuleData.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/commands/Export-AzRuleData.md
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/Export-AzRuleTemplateData.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: PSRule.Rules.Azure-help.xml
Module Name: PSRule.Rules.Azure
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/commands/Export-AzRuleTemplateData.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/commands/Export-AzRuleTemplateData.md
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/Get-AzRuleTemplateLink.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: PSRule.Rules.Azure-help.xml
Module Name: PSRule.Rules.Azure
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/commands/Get-AzRuleTemplateLink.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/commands/Get-AzRuleTemplateLink.md
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/PSRule.Rules.Azure.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Module Name: PSRule.Rules.Azure
Module Guid: bce66f73-3809-4740-b3c3-f52958e7ab51
Download Help Link: https://github.com/Microsoft/PSRule.Rules.Azure
Download Help Link: https://github.com/Azure/PSRule.Rules.Azure
Help Version: 0.1.0.0
Locale: en-US
---
Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/about_PSRule_Azure_Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ Example:

## NOTE

An online version of this document is available at https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/concepts/about_PSRule_Azure_Configuration.md.
An online version of this document is available at https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/concepts/about_PSRule_Azure_Configuration.md.

## KEYWORDS

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/about_PSRule_Azure_Metadata_Link.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ For example:

## NOTE

An online version of this document is available at https://github.com/microsoft/PSRule.Rules.Azure/blob/main/docs/concepts/about_PSRule_Azure_Metadata_Link.md.
An online version of this document is available at https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/concepts/about_PSRule_Azure_Metadata_Link.md.

## SEE ALSO

- [Get-AzRuleTemplateLink](https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/commands/Get-AzRuleTemplateLink.md)
- [Get-AzRuleTemplateLink](https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/commands/Get-AzRuleTemplateLink.md)

## KEYWORDS

Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.ACR.AdminUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Critical
pillar: Security
category: Identity and access management
resource: Container Registry
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.ACR.AdminUser.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.ACR.AdminUser.md
ms-content-id: bbf194a7-6ca3-4b1d-9170-6217eb26620d
---

Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.ACR.ContainerScan.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Critical
pillar: Security
category: Applications and services
resource: Container Registry
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.ACR.ContainerScan.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.ACR.ContainerScan.md
---

# Scan ACR container images
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.ACR.ContentTrust.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Important
pillar: Security
category: Encryption
resource: Container Registry
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.ACR.ContentTrust.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.ACR.ContentTrust.md
---

# Use trusted container images
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.ACR.GeoReplica.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Important
pillar: Reliability
category: Data management
resource: Container Registry
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.ACR.GeoReplica.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.ACR.GeoReplica.md
---

# Geo-replicate container images
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.ACR.ImageHealth.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Critical
pillar: Security
category: Applications and services
resource: Container Registry
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.ACR.ImageHealth.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.ACR.ImageHealth.md
---

# Remove vulnerable container images
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.ACR.MinSku.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Important
pillar: Operational Excellence
category: Deployment
resource: Container Registry
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.ACR.MinSku.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.ACR.MinSku.md
ms-content-id: a70d16d4-3717-4eef-b588-8a0204860d6e
---

Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.ACR.Name.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Awareness
pillar: Operational Excellence
category: Tagging and resource naming
resource: Container Registry
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.ACR.Name.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.ACR.Name.md
---

# Use valid registry names
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.ACR.Quarantine.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Important
pillar: Security
category: Applications and services
resource: Container Registry
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.ACR.Quarantine.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.ACR.Quarantine.md
---

# Use container image quarantine
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.ACR.Retention.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Important
pillar: Cost Optimization
category: Resource usage
resource: Container Registry
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.ACR.Retention.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.ACR.Retention.md
---

# Configure ACR retention policies
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.ACR.Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Important
pillar: Cost Optimization
category: Resource usage
resource: Container Registry
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.ACR.Usage.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.ACR.Usage.md
---

# Container registry storage usage
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.AKS.AuthorizedIPs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Important
pillar: Security
category: Design
resource: Azure Kubernetes Service
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.AuthorizedIPs.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.AuthorizedIPs.md
---

# Restrict access to AKS API server endpoints
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.AKS.AutoUpgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pillar: Reliability
category: Design
resource: Azure Kubernetes Service
preview: true
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.AutoUpgrade.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.AutoUpgrade.md
---

# Set AKS auto-upgrade channel
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.AKS.AzurePolicyAddOn.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Important
pillar: Security
category: Optimize
resource: Azure Kubernetes Service
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.AzurePolicyAddOn.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.AzurePolicyAddOn.md
---

# Use Azure Policy Add-on with AKS clusters
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.AKS.AzureRBAC.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Important
pillar: Security
category: Identity and access management
resource: Azure Kubernetes Service
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.AzureRBAC.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.AzureRBAC.md
---

# Use Azure RBAC for Kubernetes Authorization
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.AKS.DNSPrefix.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Awareness
pillar: Operational Excellence
category: Tagging and resource naming
resource: Azure Kubernetes Service
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.DNSPrefix.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.DNSPrefix.md
---

# Use valid AKS cluster DNS prefix
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.AKS.LocalAccounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Important
pillar: Security
category: Identity and access management
resource: Azure Kubernetes Service
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.LocalAccounts.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.LocalAccounts.md
---

# Disable AKS local accounts
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.AKS.ManagedAAD.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Important
pillar: Security
category: Identity and access management
resource: Azure Kubernetes Service
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.ManagedAAD.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.ManagedAAD.md
---

# Enable AKS-managed Azure AD
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.AKS.ManagedIdentity.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Important
pillar: Operational Excellence
category: Configuration
resource: Azure Kubernetes Service
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.ManagedIdentity.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.ManagedIdentity.md
---

# Use managed identities for AKS cluster authentication
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.AKS.MinNodeCount.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Important
pillar: Reliability
category: Load balancing and failover
resource: Azure Kubernetes Service
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.MinNodeCount.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.MinNodeCount.md
ms-content-id: 320afea5-5c19-45ad-b9a5-c1a63ae6e114
---

Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.AKS.Name.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Awareness
pillar: Operational Excellence
category: Tagging and resource naming
resource: Azure Kubernetes Service
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.Name.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.Name.md
---

# Use valid AKS cluster names
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.AKS.NetworkPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Important
pillar: Security
category: Network security and containment
resource: Azure Kubernetes Service
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.NetworkPolicy.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.NetworkPolicy.md
---

# AKS clusters use Azure Network Policies
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.AKS.NodeMinPods.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Important
pillar: Performance Efficiency
category: Capacity planning
resource: Azure Kubernetes Service
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.NodeMinPods.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.NodeMinPods.md
---

# Nodes use a minimum number of pods
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.AKS.PoolScaleSet.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Important
pillar: Performance Efficiency
category: Capacity planning
resource: Azure Kubernetes Service
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.PoolScaleSet.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.PoolScaleSet.md
---

# AKS clusters use VM scale sets
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.AKS.PoolVersion.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Important
pillar: Reliability
category: Design
resource: Azure Kubernetes Service
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.PoolVersion.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.PoolVersion.md
---

# Upgrade AKS node pool version
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.AKS.StandardLB.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Important
pillar: Performance Efficiency
category: Capacity planning
resource: Azure Kubernetes Service
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.StandardLB.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.StandardLB.md
---

# Use the Standard load balancer SKU
Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.AKS.UseRBAC.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Important
pillar: Security
category: Identity and access management
resource: Azure Kubernetes Service
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.UseRBAC.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.UseRBAC.md
ms-content-id: 61ff3a23-9bfd-4e91-8959-798b43237775
---

Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.AKS.Version.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Important
pillar: Reliability
category: Design
resource: Azure Kubernetes Service
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.Version.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.AKS.Version.md
ms-content-id: b0bd4e66-af2f-4d0a-82ae-e4738418bb7e
---

Expand Down
2 changes: 1 addition & 1 deletion docs/en/rules/Azure.APIM.APIDescriptors.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ severity: Awareness
pillar: Operational Excellence
category: Tagging and resource naming
resource: API Management
online version: https://github.com/Microsoft/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.APIM.APIDescriptors.md
online version: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/en/rules/Azure.APIM.APIDescriptors.md
---

# Use API descriptors
Expand Down
Loading

0 comments on commit 8dfcffc

Please sign in to comment.