Skip to content

Commit 3ba28f0

Browse files
authored
Add baseline module versions to docs (Azure#2753)
* Added module version to docs * Add module version reference * Bump change log
1 parent eba9677 commit 3ba28f0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+243
-140
lines changed

docs/CHANGELOG-v1.md

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ What's changed since v1.34.2:
3737
- New features:
3838
- Added WAF pillar specific baselines by @BernieWhite.
3939
[#1633](https://github.com/Azure/PSRule.Rules.Azure/issues/1633)
40+
[#2752](https://github.com/Azure/PSRule.Rules.Azure/issues/2752)
4041
- Use pillar specific baselines to target a specific area of the Azure Well-Architected Framework.
4142
- The following baselines have been added:
4243
- `Azure.Pillar.CostOptimization`

docs/en/baselines/Azure.All.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Includes all Azure rules.
44

55
## Rules
66

7-
The following rules are included within the `Azure.All` baseline. This baseline includes a total of 411 rules.
7+
The following rules are included within the `Azure.All` baseline.
8+
9+
This baseline includes a total of 411 rules.
810

911
Name | Synopsis | Severity
1012
---- | -------- | --------
@@ -307,14 +309,14 @@ Name | Synopsis | Severity
307309
[Azure.Search.QuerySLA](../rules/Azure.Search.QuerySLA.md) | Use a minimum of 2 replicas to receive an SLA for index queries. | Important
308310
[Azure.Search.SKU](../rules/Azure.Search.SKU.md) | Use the basic and standard tiers for entry level workloads. | Critical
309311
[Azure.ServiceBus.AuditLogs](../rules/Azure.ServiceBus.AuditLogs.md) | Ensure namespaces audit diagnostic logs are enabled. | Important
310-
[Azure.ServiceBus.DisableLocalAuth](../rules/Azure.ServiceBus.DisableLocalAuth.md) | Authenticate Service Bus publishers and consumers with Azure AD identities. | Important
311-
[Azure.ServiceBus.MinTLS](../rules/Azure.ServiceBus.MinTLS.md) | Enforce namespaces to require that clients send and receive data with TLS 1.2 version. | Important
312+
[Azure.ServiceBus.DisableLocalAuth](../rules/Azure.ServiceBus.DisableLocalAuth.md) | Authenticate Service Bus publishers and consumers with Entra ID identities. | Important
313+
[Azure.ServiceBus.MinTLS](../rules/Azure.ServiceBus.MinTLS.md) | Service Bus namespaces should reject TLS versions older than 1.2. | Important
312314
[Azure.ServiceBus.Usage](../rules/Azure.ServiceBus.Usage.md) | Regularly remove unused resources to reduce costs. | Important
313315
[Azure.ServiceFabric.AAD](../rules/Azure.ServiceFabric.AAD.md) | Use Azure Active Directory (AAD) client authentication for Service Fabric clusters. | Critical
314316
[Azure.SignalR.ManagedIdentity](../rules/Azure.SignalR.ManagedIdentity.md) | Configure SignalR Services to use managed identities to access Azure resources securely. | Important
315317
[Azure.SignalR.Name](../rules/Azure.SignalR.Name.md) | SignalR service instance names should meet naming requirements. | Awareness
316318
[Azure.SignalR.SLA](../rules/Azure.SignalR.SLA.md) | Use SKUs that include an SLA when configuring SignalR Services. | Important
317-
[Azure.SQL.AAD](../rules/Azure.SQL.AAD.md) | Use Azure Active Directory (AAD) authentication with Azure SQL databases. | Critical
319+
[Azure.SQL.AAD](../rules/Azure.SQL.AAD.md) | Use Entra ID authentication with Azure SQL databases. | Critical
318320
[Azure.SQL.AADOnly](../rules/Azure.SQL.AADOnly.md) | Ensure Azure AD-only authentication is enabled with Azure SQL Database. | Important
319321
[Azure.SQL.AllowAzureAccess](../rules/Azure.SQL.AllowAzureAccess.md) | Determine if access from Azure services is required. | Important
320322
[Azure.SQL.Auditing](../rules/Azure.SQL.Auditing.md) | Enable auditing for Azure SQL logical server. | Important

docs/en/baselines/Azure.Default.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Default baseline for Azure rules.
44

55
## Rules
66

7-
The following rules are included within the `Azure.Default` baseline. This baseline includes a total of 402 rules.
7+
The following rules are included within the `Azure.Default` baseline.
8+
9+
This baseline includes a total of 402 rules.
810

911
Name | Synopsis | Severity
1012
---- | -------- | --------
@@ -300,14 +302,14 @@ Name | Synopsis | Severity
300302
[Azure.Search.QuerySLA](../rules/Azure.Search.QuerySLA.md) | Use a minimum of 2 replicas to receive an SLA for index queries. | Important
301303
[Azure.Search.SKU](../rules/Azure.Search.SKU.md) | Use the basic and standard tiers for entry level workloads. | Critical
302304
[Azure.ServiceBus.AuditLogs](../rules/Azure.ServiceBus.AuditLogs.md) | Ensure namespaces audit diagnostic logs are enabled. | Important
303-
[Azure.ServiceBus.DisableLocalAuth](../rules/Azure.ServiceBus.DisableLocalAuth.md) | Authenticate Service Bus publishers and consumers with Azure AD identities. | Important
304-
[Azure.ServiceBus.MinTLS](../rules/Azure.ServiceBus.MinTLS.md) | Enforce namespaces to require that clients send and receive data with TLS 1.2 version. | Important
305+
[Azure.ServiceBus.DisableLocalAuth](../rules/Azure.ServiceBus.DisableLocalAuth.md) | Authenticate Service Bus publishers and consumers with Entra ID identities. | Important
306+
[Azure.ServiceBus.MinTLS](../rules/Azure.ServiceBus.MinTLS.md) | Service Bus namespaces should reject TLS versions older than 1.2. | Important
305307
[Azure.ServiceBus.Usage](../rules/Azure.ServiceBus.Usage.md) | Regularly remove unused resources to reduce costs. | Important
306308
[Azure.ServiceFabric.AAD](../rules/Azure.ServiceFabric.AAD.md) | Use Azure Active Directory (AAD) client authentication for Service Fabric clusters. | Critical
307309
[Azure.SignalR.ManagedIdentity](../rules/Azure.SignalR.ManagedIdentity.md) | Configure SignalR Services to use managed identities to access Azure resources securely. | Important
308310
[Azure.SignalR.Name](../rules/Azure.SignalR.Name.md) | SignalR service instance names should meet naming requirements. | Awareness
309311
[Azure.SignalR.SLA](../rules/Azure.SignalR.SLA.md) | Use SKUs that include an SLA when configuring SignalR Services. | Important
310-
[Azure.SQL.AAD](../rules/Azure.SQL.AAD.md) | Use Azure Active Directory (AAD) authentication with Azure SQL databases. | Critical
312+
[Azure.SQL.AAD](../rules/Azure.SQL.AAD.md) | Use Entra ID authentication with Azure SQL databases. | Critical
311313
[Azure.SQL.AADOnly](../rules/Azure.SQL.AADOnly.md) | Ensure Azure AD-only authentication is enabled with Azure SQL Database. | Important
312314
[Azure.SQL.AllowAzureAccess](../rules/Azure.SQL.AllowAzureAccess.md) | Determine if access from Azure services is required. | Important
313315
[Azure.SQL.Auditing](../rules/Azure.SQL.Auditing.md) | Enable auditing for Azure SQL logical server. | Important

docs/en/baselines/Azure.GA_2020_06.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Include rules released June 2020 or prior for Azure GA features.
1010

1111
## Rules
1212

13-
The following rules are included within the `Azure.GA_2020_06` baseline. This baseline includes a total of 136 rules.
13+
The following rules are included within the `Azure.GA_2020_06` baseline.
14+
15+
This baseline includes a total of 136 rules.
1416

1517
Name | Synopsis | Severity
1618
---- | -------- | --------
@@ -101,7 +103,7 @@ Name | Synopsis | Severity
101103
[Azure.ResourceGroup.Name](../rules/Azure.ResourceGroup.Name.md) | Resource Group names should meet naming requirements. | Awareness
102104
[Azure.Route.Name](../rules/Azure.Route.Name.md) | Route table names should meet naming requirements. | Awareness
103105
[Azure.SignalR.Name](../rules/Azure.SignalR.Name.md) | SignalR service instance names should meet naming requirements. | Awareness
104-
[Azure.SQL.AAD](../rules/Azure.SQL.AAD.md) | Use Azure Active Directory (AAD) authentication with Azure SQL databases. | Critical
106+
[Azure.SQL.AAD](../rules/Azure.SQL.AAD.md) | Use Entra ID authentication with Azure SQL databases. | Critical
105107
[Azure.SQL.AllowAzureAccess](../rules/Azure.SQL.AllowAzureAccess.md) | Determine if access from Azure services is required. | Important
106108
[Azure.SQL.Auditing](../rules/Azure.SQL.Auditing.md) | Enable auditing for Azure SQL logical server. | Important
107109
[Azure.SQL.DefenderCloud](../rules/Azure.SQL.DefenderCloud.md) | Enable Microsoft Defender for Azure SQL logical server. | Important

docs/en/baselines/Azure.GA_2020_09.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Include rules released September 2020 or prior for Azure GA features.
1010

1111
## Rules
1212

13-
The following rules are included within the `Azure.GA_2020_09` baseline. This baseline includes a total of 152 rules.
13+
The following rules are included within the `Azure.GA_2020_09` baseline.
14+
15+
This baseline includes a total of 152 rules.
1416

1517
Name | Synopsis | Severity
1618
---- | -------- | --------
@@ -110,7 +112,7 @@ Name | Synopsis | Severity
110112
[Azure.ResourceGroup.Name](../rules/Azure.ResourceGroup.Name.md) | Resource Group names should meet naming requirements. | Awareness
111113
[Azure.Route.Name](../rules/Azure.Route.Name.md) | Route table names should meet naming requirements. | Awareness
112114
[Azure.SignalR.Name](../rules/Azure.SignalR.Name.md) | SignalR service instance names should meet naming requirements. | Awareness
113-
[Azure.SQL.AAD](../rules/Azure.SQL.AAD.md) | Use Azure Active Directory (AAD) authentication with Azure SQL databases. | Critical
115+
[Azure.SQL.AAD](../rules/Azure.SQL.AAD.md) | Use Entra ID authentication with Azure SQL databases. | Critical
114116
[Azure.SQL.AllowAzureAccess](../rules/Azure.SQL.AllowAzureAccess.md) | Determine if access from Azure services is required. | Important
115117
[Azure.SQL.Auditing](../rules/Azure.SQL.Auditing.md) | Enable auditing for Azure SQL logical server. | Important
116118
[Azure.SQL.DefenderCloud](../rules/Azure.SQL.DefenderCloud.md) | Enable Microsoft Defender for Azure SQL logical server. | Important

docs/en/baselines/Azure.GA_2020_12.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Include rules released December 2020 or prior for Azure GA features.
1010

1111
## Rules
1212

13-
The following rules are included within the `Azure.GA_2020_12` baseline. This baseline includes a total of 176 rules.
13+
The following rules are included within the `Azure.GA_2020_12` baseline.
14+
15+
This baseline includes a total of 176 rules.
1416

1517
Name | Synopsis | Severity
1618
---- | -------- | --------
@@ -130,7 +132,7 @@ Name | Synopsis | Severity
130132
[Azure.ResourceGroup.Name](../rules/Azure.ResourceGroup.Name.md) | Resource Group names should meet naming requirements. | Awareness
131133
[Azure.Route.Name](../rules/Azure.Route.Name.md) | Route table names should meet naming requirements. | Awareness
132134
[Azure.SignalR.Name](../rules/Azure.SignalR.Name.md) | SignalR service instance names should meet naming requirements. | Awareness
133-
[Azure.SQL.AAD](../rules/Azure.SQL.AAD.md) | Use Azure Active Directory (AAD) authentication with Azure SQL databases. | Critical
135+
[Azure.SQL.AAD](../rules/Azure.SQL.AAD.md) | Use Entra ID authentication with Azure SQL databases. | Critical
134136
[Azure.SQL.AllowAzureAccess](../rules/Azure.SQL.AllowAzureAccess.md) | Determine if access from Azure services is required. | Important
135137
[Azure.SQL.Auditing](../rules/Azure.SQL.Auditing.md) | Enable auditing for Azure SQL logical server. | Important
136138
[Azure.SQL.DBName](../rules/Azure.SQL.DBName.md) | Azure SQL Database names should meet naming requirements. | Awareness

docs/en/baselines/Azure.GA_2021_03.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Include rules released March 2021 or prior for Azure GA features.
1010

1111
## Rules
1212

13-
The following rules are included within the `Azure.GA_2021_03` baseline. This baseline includes a total of 191 rules.
13+
The following rules are included within the `Azure.GA_2021_03` baseline.
14+
15+
This baseline includes a total of 191 rules.
1416

1517
Name | Synopsis | Severity
1618
---- | -------- | --------
@@ -137,7 +139,7 @@ Name | Synopsis | Severity
137139
[Azure.Route.Name](../rules/Azure.Route.Name.md) | Route table names should meet naming requirements. | Awareness
138140
[Azure.ServiceFabric.AAD](../rules/Azure.ServiceFabric.AAD.md) | Use Azure Active Directory (AAD) client authentication for Service Fabric clusters. | Critical
139141
[Azure.SignalR.Name](../rules/Azure.SignalR.Name.md) | SignalR service instance names should meet naming requirements. | Awareness
140-
[Azure.SQL.AAD](../rules/Azure.SQL.AAD.md) | Use Azure Active Directory (AAD) authentication with Azure SQL databases. | Critical
142+
[Azure.SQL.AAD](../rules/Azure.SQL.AAD.md) | Use Entra ID authentication with Azure SQL databases. | Critical
141143
[Azure.SQL.AllowAzureAccess](../rules/Azure.SQL.AllowAzureAccess.md) | Determine if access from Azure services is required. | Important
142144
[Azure.SQL.Auditing](../rules/Azure.SQL.Auditing.md) | Enable auditing for Azure SQL logical server. | Important
143145
[Azure.SQL.DBName](../rules/Azure.SQL.DBName.md) | Azure SQL Database names should meet naming requirements. | Awareness

docs/en/baselines/Azure.GA_2021_06.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Include rules released June 2021 or prior for Azure GA features.
1010

1111
## Rules
1212

13-
The following rules are included within the `Azure.GA_2021_06` baseline. This baseline includes a total of 205 rules.
13+
The following rules are included within the `Azure.GA_2021_06` baseline.
14+
15+
This baseline includes a total of 205 rules.
1416

1517
Name | Synopsis | Severity
1618
---- | -------- | --------
@@ -151,7 +153,7 @@ Name | Synopsis | Severity
151153
[Azure.Search.SKU](../rules/Azure.Search.SKU.md) | Use the basic and standard tiers for entry level workloads. | Critical
152154
[Azure.ServiceFabric.AAD](../rules/Azure.ServiceFabric.AAD.md) | Use Azure Active Directory (AAD) client authentication for Service Fabric clusters. | Critical
153155
[Azure.SignalR.Name](../rules/Azure.SignalR.Name.md) | SignalR service instance names should meet naming requirements. | Awareness
154-
[Azure.SQL.AAD](../rules/Azure.SQL.AAD.md) | Use Azure Active Directory (AAD) authentication with Azure SQL databases. | Critical
156+
[Azure.SQL.AAD](../rules/Azure.SQL.AAD.md) | Use Entra ID authentication with Azure SQL databases. | Critical
155157
[Azure.SQL.AllowAzureAccess](../rules/Azure.SQL.AllowAzureAccess.md) | Determine if access from Azure services is required. | Important
156158
[Azure.SQL.Auditing](../rules/Azure.SQL.Auditing.md) | Enable auditing for Azure SQL logical server. | Important
157159
[Azure.SQL.DBName](../rules/Azure.SQL.DBName.md) | Azure SQL Database names should meet naming requirements. | Awareness

docs/en/baselines/Azure.GA_2021_09.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Include rules released September 2021 or prior for Azure GA features.
1010

1111
## Rules
1212

13-
The following rules are included within the `Azure.GA_2021_09` baseline. This baseline includes a total of 224 rules.
13+
The following rules are included within the `Azure.GA_2021_09` baseline.
14+
15+
This baseline includes a total of 224 rules.
1416

1517
Name | Synopsis | Severity
1618
---- | -------- | --------
@@ -163,7 +165,7 @@ Name | Synopsis | Severity
163165
[Azure.Search.SKU](../rules/Azure.Search.SKU.md) | Use the basic and standard tiers for entry level workloads. | Critical
164166
[Azure.ServiceFabric.AAD](../rules/Azure.ServiceFabric.AAD.md) | Use Azure Active Directory (AAD) client authentication for Service Fabric clusters. | Critical
165167
[Azure.SignalR.Name](../rules/Azure.SignalR.Name.md) | SignalR service instance names should meet naming requirements. | Awareness
166-
[Azure.SQL.AAD](../rules/Azure.SQL.AAD.md) | Use Azure Active Directory (AAD) authentication with Azure SQL databases. | Critical
168+
[Azure.SQL.AAD](../rules/Azure.SQL.AAD.md) | Use Entra ID authentication with Azure SQL databases. | Critical
167169
[Azure.SQL.AllowAzureAccess](../rules/Azure.SQL.AllowAzureAccess.md) | Determine if access from Azure services is required. | Important
168170
[Azure.SQL.Auditing](../rules/Azure.SQL.Auditing.md) | Enable auditing for Azure SQL logical server. | Important
169171
[Azure.SQL.DBName](../rules/Azure.SQL.DBName.md) | Azure SQL Database names should meet naming requirements. | Awareness

docs/en/baselines/Azure.GA_2021_12.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Include rules released December 2021 or prior for Azure GA features.
1010

1111
## Rules
1212

13-
The following rules are included within the `Azure.GA_2021_12` baseline. This baseline includes a total of 250 rules.
13+
The following rules are included within the `Azure.GA_2021_12` baseline.
14+
15+
This baseline includes a total of 250 rules.
1416

1517
Name | Synopsis | Severity
1618
---- | -------- | --------
@@ -182,7 +184,7 @@ Name | Synopsis | Severity
182184
[Azure.Search.SKU](../rules/Azure.Search.SKU.md) | Use the basic and standard tiers for entry level workloads. | Critical
183185
[Azure.ServiceFabric.AAD](../rules/Azure.ServiceFabric.AAD.md) | Use Azure Active Directory (AAD) client authentication for Service Fabric clusters. | Critical
184186
[Azure.SignalR.Name](../rules/Azure.SignalR.Name.md) | SignalR service instance names should meet naming requirements. | Awareness
185-
[Azure.SQL.AAD](../rules/Azure.SQL.AAD.md) | Use Azure Active Directory (AAD) authentication with Azure SQL databases. | Critical
187+
[Azure.SQL.AAD](../rules/Azure.SQL.AAD.md) | Use Entra ID authentication with Azure SQL databases. | Critical
186188
[Azure.SQL.AllowAzureAccess](../rules/Azure.SQL.AllowAzureAccess.md) | Determine if access from Azure services is required. | Important
187189
[Azure.SQL.Auditing](../rules/Azure.SQL.Auditing.md) | Enable auditing for Azure SQL logical server. | Important
188190
[Azure.SQL.DBName](../rules/Azure.SQL.DBName.md) | Azure SQL Database names should meet naming requirements. | Awareness

docs/en/baselines/Azure.GA_2022_03.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Include rules released March 2022 or prior for Azure GA features.
1010

1111
## Rules
1212

13-
The following rules are included within the `Azure.GA_2022_03` baseline. This baseline includes a total of 266 rules.
13+
The following rules are included within the `Azure.GA_2022_03` baseline.
14+
15+
This baseline includes a total of 266 rules.
1416

1517
Name | Synopsis | Severity
1618
---- | -------- | --------
@@ -190,13 +192,13 @@ Name | Synopsis | Severity
190192
[Azure.Search.Name](../rules/Azure.Search.Name.md) | Azure Cognitive Search service names should meet naming requirements. | Awareness
191193
[Azure.Search.QuerySLA](../rules/Azure.Search.QuerySLA.md) | Use a minimum of 2 replicas to receive an SLA for index queries. | Important
192194
[Azure.Search.SKU](../rules/Azure.Search.SKU.md) | Use the basic and standard tiers for entry level workloads. | Critical
193-
[Azure.ServiceBus.DisableLocalAuth](../rules/Azure.ServiceBus.DisableLocalAuth.md) | Authenticate Service Bus publishers and consumers with Azure AD identities. | Important
195+
[Azure.ServiceBus.DisableLocalAuth](../rules/Azure.ServiceBus.DisableLocalAuth.md) | Authenticate Service Bus publishers and consumers with Entra ID identities. | Important
194196
[Azure.ServiceBus.Usage](../rules/Azure.ServiceBus.Usage.md) | Regularly remove unused resources to reduce costs. | Important
195197
[Azure.ServiceFabric.AAD](../rules/Azure.ServiceFabric.AAD.md) | Use Azure Active Directory (AAD) client authentication for Service Fabric clusters. | Critical
196198
[Azure.SignalR.ManagedIdentity](../rules/Azure.SignalR.ManagedIdentity.md) | Configure SignalR Services to use managed identities to access Azure resources securely. | Important
197199
[Azure.SignalR.Name](../rules/Azure.SignalR.Name.md) | SignalR service instance names should meet naming requirements. | Awareness
198200
[Azure.SignalR.SLA](../rules/Azure.SignalR.SLA.md) | Use SKUs that include an SLA when configuring SignalR Services. | Important
199-
[Azure.SQL.AAD](../rules/Azure.SQL.AAD.md) | Use Azure Active Directory (AAD) authentication with Azure SQL databases. | Critical
201+
[Azure.SQL.AAD](../rules/Azure.SQL.AAD.md) | Use Entra ID authentication with Azure SQL databases. | Critical
200202
[Azure.SQL.AllowAzureAccess](../rules/Azure.SQL.AllowAzureAccess.md) | Determine if access from Azure services is required. | Important
201203
[Azure.SQL.Auditing](../rules/Azure.SQL.Auditing.md) | Enable auditing for Azure SQL logical server. | Important
202204
[Azure.SQL.DBName](../rules/Azure.SQL.DBName.md) | Azure SQL Database names should meet naming requirements. | Awareness

0 commit comments

Comments
 (0)