Azure / Azure/terraform-provider-azapi

azapi_resource doesnt support Microsoft.DevOpsInfrastructure managedDevOpsPools quotas

Open
#1,041 4 comments 0 reactions 0 assignees View on GitHub
triaged upstream-api
Dominant language
Go
Stars
244
Forks
97
Avg merge
5d 9h
Merged PRs (30d)
9

Description

resource "azapi_resource" "quotas" {
body = {
properties = {
limit = {
limitObjectType = "LimitValue"
limitType = ""
value = 35
}
name = {
value = "standardDADSv5Family"
}
resourceType = "managedDevOpsPools"
}
}
id = (known after apply)
ignore_casing = false
ignore_missing_property = true
name = "standardDADSv5Family"
output = (known after apply)
parent_id = "/subscriptions/xxxxx-xxxx-xxxx-xxx/providers/Microsoft.DevOpsInfrastructure/locations/germanywestcentral"
schema_validation_enabled = true
type = "Microsoft.Quota/quotas@2025-03-01"
}

Contributor guide

Open the contributing guide

Research direction

The issue provides an azapi_resource configuration for Microsoft.DevOpsInfrastructure managedDevOpsPools quotas but names no repository files, tests, or entry points. Start by reproducing the configuration and tracing the provider's quota resource handling; done should mean this configuration is accepted and works as intended.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, go, terraform
Domain
cloud
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.