Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
d46712c
test all md's
ahmadabdalla Dec 5, 2021
149a45a
Merge branch 'users/ahmad/linkCheck' of https://github.com/Azure/Reso…
ahmadabdalla Dec 6, 2021
72f6350
reverted
ahmadabdalla Dec 6, 2021
40af98d
Merging from Fork to Branch (#745)
ahmadabdalla Dec 6, 2021
04b2889
Merge from Fork (Ahmad) (#758)
ahmadabdalla Dec 7, 2021
17c08d6
Merge branch 'main' into users/ahmad/linkCheck
ahmadabdalla Dec 7, 2021
0e73e6a
removed ignore file
ahmadabdalla Dec 7, 2021
e412239
Merge remote-tracking branch 'upstream/main'
ahmadabdalla Dec 7, 2021
bbe54a6
Users/ahmad/links (#15)
ahmadabdalla Dec 7, 2021
11d50ba
Users/ahmad/links (#16)
ahmadabdalla Dec 7, 2021
95d0f4f
Merge remote-tracking branch 'origin/main' into users/ahmad/linkCheck
ahmadabdalla Dec 8, 2021
9a0bd41
Merge from Fork (Link Check) (#764)
ahmadabdalla Dec 8, 2021
1d0cf25
Merge remote-tracking branch 'upstream/main' into users/ahmad/linkCheck
ahmadabdalla Dec 8, 2021
06eef61
Merge remote-tracking branch 'upstream/main'
ahmadabdalla Dec 8, 2021
8e272a1
Merge remote-tracking branch 'origin/main' into users/ahmad/linkCheck
ahmadabdalla Dec 8, 2021
6caab06
Users/ahmad/links (#18)
ahmadabdalla Dec 9, 2021
00243e2
Merge remote-tracking branch 'upstream/main'
ahmadabdalla Dec 9, 2021
a4c573d
Merge branch 'main' into users/ahmad/linkCheck
ahmadabdalla Dec 9, 2021
d92d7b4
changed set read me script
ahmadabdalla Dec 9, 2021
f502c89
test doco change on PR
ahmadabdalla Dec 9, 2021
3831a75
Merge remote-tracking branch 'upstream/users/ahmad/links' into users/…
ahmadabdalla Dec 9, 2021
ba97f6d
Merge remote-tracking branch 'origin/main' into users/ahmad/linkCheck
ahmadabdalla Dec 10, 2021
349f1dd
sync
ahmadabdalla Dec 11, 2021
4468a87
Merge remote-tracking branch 'origin/main' into users/ahmad/linkCheck
ahmadabdalla Dec 11, 2021
c61bac3
Merge remote-tracking branch 'origin/main' into users/ahmad/linkCheck
ahmadabdalla Dec 12, 2021
b4d73a9
Updated Set module readme based on feedback
ahmadabdalla Dec 12, 2021
3413cc4
Updated virtual network readme
ahmadabdalla Dec 12, 2021
7abefdf
Merge remote-tracking branch 'origin/main' into users/ahmad/linkCheck
ahmadabdalla Dec 13, 2021
d1f4d64
Fixed GitHub doco Secret Broken URL
ahmadabdalla Dec 13, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .github/workflows/platform.linkcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: '.Platform: Broken Links Check'

on:
workflow_dispatch:
pull_request:
branches:
- main
paths:
- '**/*.md'

jobs:
build:
name: Broken Links Check
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0

- name: Check Broken Links
if: always()
id: checker
uses: lycheeverse/lychee-action@v1.1.1
with:
args: --verbose --no-progress **/*.md --accept 200,201,403,429,401 --exclude-file .lycheeignore
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Publish Results
if: always()
run: exit ${{ steps.checker.outputs.exit_code }}
9 changes: 9 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
https://foo.psd1/
file:///github
https://mystorageaccount.blob.core.windows.net
https://mykeyvault.vault.azure.net
https://www.powershellgallery.com
https://github.com/myProject
http://validurltoconfiglocation/
https://mycustomdependencylocation/
http://tools.ietf.org/html/rfc6749#section-3.2
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ This module deploys API Management Service Portal Setting.

## Template references

- [Service/Portalsettings](https://docs.microsoft.com/en-us/azure/templates/Microsoft.ApiManagement/2019-12-01/service/portalsettings)
- ['service/portalsettings' Parent Documentation](https://docs.microsoft.com/en-us/azure/templates/Microsoft.ApiManagement/service)
8 changes: 4 additions & 4 deletions arm/Microsoft.ApiManagement/service/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ You can specify multiple user assigned identities to a resource by providing add

## Template references

- ['service/portalsettings' Parent Documentation](https://docs.microsoft.com/en-us/azure/templates/Microsoft.ApiManagement/service)
- [Diagnosticsettings](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Insights/2021-05-01-preview/diagnosticSettings)
- [Locks](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2016-09-01/locks)
- [Roleassignments](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2020-04-01-preview/roleAssignments)
- [Service](https://docs.microsoft.com/en-us/azure/templates/Microsoft.ApiManagement/2020-12-01/service)
- [Service/Apis](https://docs.microsoft.com/en-us/azure/templates/Microsoft.ApiManagement/2020-06-01-preview/service/apis)
- [Service/Apis/Policies](https://docs.microsoft.com/en-us/azure/templates/Microsoft.ApiManagement/2020-06-01-preview/service/apis/policies)
Expand All @@ -161,11 +165,7 @@ You can specify multiple user assigned identities to a resource by providing add
- [Service/Identityproviders](https://docs.microsoft.com/en-us/azure/templates/Microsoft.ApiManagement/2020-06-01-preview/service/identityProviders)
- [Service/Namedvalues](https://docs.microsoft.com/en-us/azure/templates/Microsoft.ApiManagement/2020-06-01-preview/service/namedValues)
- [Service/Policies](https://docs.microsoft.com/en-us/azure/templates/Microsoft.ApiManagement/2020-06-01-preview/service/policies)
- [Service/Portalsettings](https://docs.microsoft.com/en-us/azure/templates/Microsoft.ApiManagement/2019-12-01/service/portalsettings)
- [Service/Products](https://docs.microsoft.com/en-us/azure/templates/Microsoft.ApiManagement/2020-06-01-preview/service/products)
- [Service/Products/Apis](https://docs.microsoft.com/en-us/azure/templates/Microsoft.ApiManagement/2020-06-01-preview/service/products/apis)
- [Service/Products/Groups](https://docs.microsoft.com/en-us/azure/templates/Microsoft.ApiManagement/2020-06-01-preview/service/products/groups)
- [Service/Subscriptions](https://docs.microsoft.com/en-us/azure/templates/Microsoft.ApiManagement/2020-06-01-preview/service/subscriptions)
- [Locks](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2016-09-01/locks)
- [Roleassignments](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2020-04-01-preview/roleAssignments)
- [Diagnosticsettings](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Insights/2021-05-01-preview/diagnosticSettings)
3 changes: 1 addition & 2 deletions arm/Microsoft.Automanage/accounts/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ This module deploys an Automanage account and associates VM with it.

## Template references

- [Roleassignments](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2020-04-01-preview/roleAssignments)
- [Accounts](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Automanage/2020-06-30-preview/accounts)
- [Define resources with Bicep and ARM templates](https://docs.microsoft.com/en-us/azure/templates)
6 changes: 3 additions & 3 deletions arm/Microsoft.CognitiveServices/accounts/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ You can specify multiple user assigned identities to a resource by providing add

## Template references

- [Locks](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2016-09-01/locks)
- [Roleassignments](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2020-04-01-preview/roleAssignments)
- [Accounts](https://docs.microsoft.com/en-us/azure/templates/Microsoft.CognitiveServices/2017-04-18/accounts)
- [Diagnosticsettings](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Insights/2021-05-01-preview/diagnosticSettings)
- [Privateendpoints](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Network/2021-05-01/privateEndpoints)
- [Locks](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2016-09-01/locks)
- [Privateendpoints](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Network/privateEndpoints)
- [Privateendpoints/Privatednszonegroups](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Network/2021-02-01/privateEndpoints/privateDnsZoneGroups)
- [Roleassignments](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2020-04-01-preview/roleAssignments)
33 changes: 12 additions & 21 deletions arm/Microsoft.Compute/virtualMachineScaleSets/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,25 +197,16 @@ The following resources are required to be able to deploy this resource.


```json
"extensionDomainJoinConfig": {
"value": {
"settings": {
"Name": "<domain>.onmicrosoft.com",
"User": "domainJoinUser02@<domain>.onmicrosoft.com",
"OUPath": "OU=Template-Test; DC=<domain>; DC=onmicrosoft; DC=com",
"Restart": true,
"Options": ""
}
}
}
```

Should be configured alongside:
```json
"extensionDomainJoinPassword": {
"reference": {
"keyVault": {
"id": "/subscriptions/<<subscriptionId>>/resourceGroups/validation-rg/providers/Microsoft.KeyVault/vaults/<keyVault>"
"windowsScriptExtensionFileData": {
"value": [
//storage accounts with SAS token requirement
{
"uri": "https://mystorageAccount.blob.core.windows.net/avdscripts/File1.ps1",
"storageAccountId": "/subscriptions/12345678-1234-1234-1234-123456789012/resourceGroups/rgName/providers/Microsoft.Storage/storageAccounts/storageAccountName"
},
{
"uri": "https://mystorageAccount.blob.core.windows.net/avdscripts/File2.ps1",
"storageAccountId": "/subscriptions/12345678-1234-1234-1234-123456789012/resourceGroups/rgName/providers/Microsoft.Storage/storageAccounts/storageAccountName"
},
"secretName": "domainJoinUser-Password"
}
Expand Down Expand Up @@ -267,9 +258,9 @@ Only for OSType Windows
"enabled": true,
"settings": {
"EncryptionOperation": "EnableEncryption",
"KeyVaultURL": "https://devopsbaseline.vault.azure.net/",
"KeyVaultURL": "https://mykeyvault.vault.azure.net/",
"KeyVaultResourceId": "/subscriptions/<<subscriptionId>>/resourceGroups/validation-rg/providers/Microsoft.KeyVault/vaults/adp-sxx-az-kv-x-001",
"KeyEncryptionKeyURL": "https://devopsbaseline.vault.azure.net/keys/keyEncryptionKey/3e13110def0d4a26ac38341c73c059bb",
"KeyEncryptionKeyURL": "https://mykeyvault.vault.azure.net/keys/keyEncryptionKey/3e13110def0d4a26ac38341c73c059bb",
"KekVaultResourceId": "/subscriptions/<<subscriptionId>>/resourceGroups/validation-rg/providers/Microsoft.KeyVault/vaults/adp-sxx-az-kv-x-001",
"KeyEncryptionAlgorithm": "RSA-OAEP",
"VolumeType": "All",
Expand Down
12 changes: 6 additions & 6 deletions arm/Microsoft.Compute/virtualMachines/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ The field `nicSuffix` and `subnetId` are mandatory. If `enablePublicIP` is set t
"domainJoinSettings": {
"value": {
"domainName": "contoso.com",
"domainJoinUser": "domainJoinUser@contoso.com",
"domainJoinUser": "test.user@testcompany.com",
"domainJoinOU": "OU=testOU; DC=contoso; DC=com",
"domainJoinRestart": true,
"domainJoinOptions": 3
Expand Down Expand Up @@ -343,9 +343,9 @@ Only for OSType Windows
"diskEncryptionSettings": {
"value": {
"EncryptionOperation": "EnableEncryption",
"KeyVaultURL": "https://adp-sxx-az-kv-x-001.vault.azure.net/",
"KeyVaultURL": "https://mykeyvault.vault.azure.net/",
"KeyVaultResourceId": "/subscriptions/<<subscriptionId>>/resourceGroups/validation-rg/providers/Microsoft.KeyVault/vaults/adp-sxx-az-kv-x-001",
"KeyEncryptionKeyURL": "https://adp-sxx-az-kv-x-001.vault.azure.net/keys/keyEncryptionKey/685153483a1140e3856f004a753e1ab4",
"KeyEncryptionKeyURL": "https://mykeyvault.vault.azure.net/keys/keyEncryptionKey/685153483a1140e3856f004a753e1ab4",
"KekVaultResourceId": "/subscriptions/<<subscriptionId>>/resourceGroups/validation-rg/providers/Microsoft.KeyVault/vaults/adp-sxx-az-kv-x-001",
"KeyEncryptionAlgorithm": "RSA-OAEP", //'RSA-OAEP'/'RSA-OAEP-256'/'RSA1_5'
"VolumeType": "All", //'OS'/'Data'/'All'
Expand Down Expand Up @@ -409,11 +409,11 @@ Only for OSType Windows
"value": [
//storage accounts with SAS token requirement
{
"uri": "https://storageAccount.blob.core.windows.net/avdscripts/File1.ps1",
"uri": "https://mystorageaccount.blob.core.windows.net/avdscripts/File1.ps1",
"storageAccountId": "/subscriptions/12345678-1234-1234-1234-123456789012/resourceGroups/rgName/providers/Microsoft.Storage/storageAccounts/storageAccountName"
},
{
"uri": "https://storageAccount.blob.core.windows.net/avdscripts/File2.ps1",
"uri": "https://mystorageaccount.blob.core.windows.net/avdscripts/File2.ps1",
"storageAccountId": "/subscriptions/12345678-1234-1234-1234-123456789012/resourceGroups/rgName/providers/Microsoft.Storage/storageAccounts/storageAccountName"
},
//storage account with public container (no SAS token is required) OR other public URL (not a storage account)
Expand Down Expand Up @@ -512,7 +512,7 @@ You can specify multiple user assigned identities to a resource by providing add

## Template references

- [Locks](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2017-04-01/locks)
- [Locks ](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2017-04-01/locks)
- [Roleassignments](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2020-04-01-preview/roleAssignments)
- [Virtualmachines](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Compute/2021-07-01/virtualMachines)
- [Virtualmachines/Extensions](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Compute/2021-07-01/virtualMachines/extensions)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ For available properties check <https://docs.microsoft.com/en-us/azure/templates
"mode": "System",
"vnetSubnetID": "/subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/myRg/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubnet",
"tags": {
"Owner": "abc.def@contoso.com",
"Owner": "test.user@testcompany.com",
"BusinessUnit": "IaCs",
"Environment": "PROD",
"Region": "USEast"
Expand Down
4 changes: 2 additions & 2 deletions arm/Microsoft.ContainerService/managedClusters/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ For available properties check <https://docs.microsoft.com/en-us/azure/templates
"mode": "System",
"vnetSubnetID": "/subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/myRg/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubnet",
"tags": {
"Owner": "abc.def@contoso.com",
"Owner": "test.user@testcompany.com",
"BusinessUnit": "IaCs",
"Environment": "PROD",
"Region": "USEast"
Expand Down Expand Up @@ -215,7 +215,7 @@ For available properties check <https://docs.microsoft.com/en-us/azure/templates
"mode": "System",
"vnetSubnetID": "/subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/myRg/providers/Microsoft.Network/virtualNetworks/myVnet/subnets/mySubnet",
"tags": {
"Owner": "abc.def@contoso.com",
"Owner": "test.user@testcompany.com",
"BusinessUnit": "IaCs",
"Environment": "PROD",
"Region": "USEast"
Expand Down
6 changes: 3 additions & 3 deletions arm/Microsoft.EventGrid/topics/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ Tag names and tag values can be provided as needed. A tag can be left without a

## Template references

- [Diagnosticsettings](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Insights/2021-05-01-preview/diagnosticSettings)
- [Locks](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2016-09-01/locks)
- [Privateendpoints](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Network/privateEndpoints)
- [Privateendpoints/Privatednszonegroups](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Network/2021-02-01/privateEndpoints/privateDnsZoneGroups)
- [Roleassignments](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2020-04-01-preview/roleAssignments)
- [Topics](https://docs.microsoft.com/en-us/azure/templates/Microsoft.EventGrid/2020-06-01/topics)
- [Diagnosticsettings](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Insights/2021-05-01-preview/diagnosticSettings)
- [Privateendpoints](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Network/2021-05-01/privateEndpoints)
- [Privateendpoints/Privatednszonegroups](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Network/2021-02-01/privateEndpoints/privateDnsZoneGroups)
2 changes: 1 addition & 1 deletion arm/Microsoft.HealthBot/healthBots/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ Tag names and tag values can be provided as needed. A tag can be left without a

## Template references

- [Define resources with Bicep and ARM templates](https://docs.microsoft.com/en-us/azure/templates)
- [Locks](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2016-09-01/locks)
- [Roleassignments](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2020-04-01-preview/roleAssignments)
- [Healthbots](https://docs.microsoft.com/en-us/azure/templates/Microsoft.HealthBot/2020-12-08/healthBots)
6 changes: 3 additions & 3 deletions arm/Microsoft.KeyVault/vaults/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,12 @@ To use Private Endpoint the following dependencies must be deployed:

## Template references

- [Diagnosticsettings](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Insights/2021-05-01-preview/diagnosticSettings)
- [Locks](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2016-09-01/locks)
- [Privateendpoints](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Network/privateEndpoints)
- [Privateendpoints/Privatednszonegroups](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Network/2021-02-01/privateEndpoints/privateDnsZoneGroups)
- [Roleassignments](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2020-04-01-preview/roleAssignments)
- [Diagnosticsettings](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Insights/2021-05-01-preview/diagnosticSettings)
- [Vaults](https://docs.microsoft.com/en-us/azure/templates/Microsoft.KeyVault/2019-09-01/vaults)
- [Vaults/Accesspolicies](https://docs.microsoft.com/en-us/azure/templates/Microsoft.KeyVault/2021-06-01-preview/vaults/accessPolicies)
- [Vaults/Keys](https://docs.microsoft.com/en-us/azure/templates/Microsoft.KeyVault/2019-09-01/vaults/keys)
- [Vaults/Secrets](https://docs.microsoft.com/en-us/azure/templates/Microsoft.KeyVault/2019-09-01/vaults/secrets)
- [Privateendpoints](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Network/2021-05-01/privateEndpoints)
- [Privateendpoints/Privatednszonegroups](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Network/2021-02-01/privateEndpoints/privateDnsZoneGroups)
6 changes: 3 additions & 3 deletions arm/Microsoft.MachineLearningServices/workspaces/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ To use Private Endpoint the following dependencies must be deployed:

## Template references

- [Diagnosticsettings](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Insights/2021-05-01-preview/diagnosticSettings)
- [Locks](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2016-09-01/locks)
- [Privateendpoints](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Network/privateEndpoints)
- [Privateendpoints/Privatednszonegroups](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Network/2021-02-01/privateEndpoints/privateDnsZoneGroups)
- [Roleassignments](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2020-04-01-preview/roleAssignments)
- [Diagnosticsettings](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Insights/2021-05-01-preview/diagnosticSettings)
- [Workspaces](https://docs.microsoft.com/en-us/azure/templates/Microsoft.MachineLearningServices/2021-04-01/workspaces)
- [Privateendpoints](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Network/2021-05-01/privateEndpoints)
- [Privateendpoints/Privatednszonegroups](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Network/2021-02-01/privateEndpoints/privateDnsZoneGroups)
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,4 @@ There are a couple of limitations that you should be aware of with Lighthouse:

## Template references

- [Registrationassignments](https://docs.microsoft.com/en-us/azure/templates/Microsoft.ManagedServices/2019-09-01/registrationAssignments)
- [Registrationdefinitions](https://docs.microsoft.com/en-us/azure/templates/Microsoft.ManagedServices/2019-09-01/registrationDefinitions)
- [Define resources with Bicep and ARM templates](https://docs.microsoft.com/en-us/azure/templates)
6 changes: 3 additions & 3 deletions arm/Microsoft.Network/virtualNetworks/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This template deploys a virtual network (vNet).
| `Microsoft.Authorization/locks` | 2016-09-01 |
| `Microsoft.Authorization/roleAssignments` | 2020-04-01-preview |
| `Microsoft.Insights/diagnosticSettings` | 2021-05-01-preview |
| `Microsoft.Network/virtualNetworks` | 2021-05-01 |
| `Microsoft.Network/virtualNetworks` | 2021-03-01 |
| `Microsoft.Network/virtualNetworks/subnets` | 2021-03-01 |
| `Microsoft.Network/virtualNetworks/virtualNetworkPeerings` | 2021-02-01 |

Expand Down Expand Up @@ -119,9 +119,9 @@ The network security group and route table resources must reside in the same res

## Template references

- [Diagnosticsettings](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Insights/2021-05-01-preview/diagnosticSettings)
- [Locks](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2016-09-01/locks)
- [Roleassignments](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Authorization/2020-04-01-preview/roleAssignments)
- [Diagnosticsettings](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Insights/2021-05-01-preview/diagnosticSettings)
- [Virtualnetworks](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Network/2021-05-01/virtualNetworks)
- [Virtualnetworks](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Network/2021-03-01/virtualNetworks)
- [Virtualnetworks/Subnets](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Network/2021-03-01/virtualNetworks/subnets)
- [Virtualnetworks/Virtualnetworkpeerings](https://docs.microsoft.com/en-us/azure/templates/Microsoft.Network/2021-02-01/virtualNetworks/virtualNetworkPeerings)
Loading