generated from hashicorp/terraform-provider-scaffolding-framework
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi! The current syntax for query_parameters uses a "map of list of string". I know it's the same in AzAPI but I'm wondering if there really is a reason to use this complex format, or if you could reconsider this for msgraph and use a simple map instead? I pretty much always forget the brackets :(
It's also confusing because headers uses "map of string".
# Current syntax
query_parameters = {
"$select" = ["id,mailNickName"]
}
# Proposed syntax
query_parameters = {
"$select" = "id,mailNickName"
}cwe1ss
Metadata
Metadata
Assignees
Labels
No labels