Open
Description
Looking at the content for DevTest Lab. It is missing the latest Preview API 2018-10-15-preview
that includes a lot more features than the latest 2018-09-15
version. Example properties:
- Support for system assigned managed identities.
- Use existing storage account for the Lab Artifacts instead of the default.
- Encryption using Customer managed keys using the Disk Encryption set.
- Browser Connect via Azure Bastion.
- Specifying a custom resource group for VM Creation.
- Isolation of lab resources. This changes the Storage accounts and key vaults to 'Selected networks only'
- Disabling auto upgrade of custom script extension.
This causes the following warning when developing Bicep module for DTL:
Warning BCP081: Resource type "Microsoft.DevTestLab/labs@2018-10-15-preview" does not have types available.
However, the latest API 2018-10-15-preview
is used when managing DTL from the Azure Portal and is referenced in the Resource Provider blade
Also, in Resource Explorer
And when querying the RP via PowerShell:
In addition: Both Template Documentation and the API Documentation are missing the latest API 2018-10-15-preview
and parameter usage guidance.