Merge pull request #91 from Azure/azapi-examples

Removed work around for registering Microsoft.LabServices provider
This commit is contained in:
Mark Gray (MSFT) 2022-04-11 18:09:14 -07:00 committed by GitHub
commit 2d9a6c5bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,4 @@
resource "azurerm_resource_group" "qs101" {
name = "rg-qs101"
location = "westus2"
depends_on = [
azurerm_resource_provider_registration.qs101
]
}
#
resource "azurerm_resource_provider_registration" "qs101" {
name = "Microsoft.LabServices"
}