Skip to content

Commit 2d9a6c5

Browse files
authored
Merge pull request microsoft#91 from Azure/azapi-examples
Removed work around for registering Microsoft.LabServices provider
2 parents 9784b3a + dc8d94b commit 2d9a6c5

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

  • quickstart/101-azapi-lab-services
Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
resource "azurerm_resource_group" "qs101" {
22
name = "rg-qs101"
33
location = "westus2"
4-
5-
depends_on = [
6-
azurerm_resource_provider_registration.qs101
7-
]
8-
}
9-
10-
#
11-
resource "azurerm_resource_provider_registration" "qs101" {
12-
name = "Microsoft.LabServices"
134
}

0 commit comments

Comments
 (0)