Skip to content

Microsoft.Web/connections missing parameterValueType #20851

Open
@Dyhr

Description

@Dyhr

According to these docs on Managed Identity and API Connections (https://learn.microsoft.com/en-us/azure/logic-apps/create-managed-service-identity?tabs=consumption#single-authentication) there should be a property parameterValueType on Microsoft.Web/connections, but it appears to be missing from this spec

"ApiConnectionDefinition": {
"description": "API connection",
"type": "object",
"additionalProperties": false,
"properties": {
"properties": {
"properties": {
"displayName": {
"description": "Display name",
"type": "string"
},
"statuses": {
"description": "Status of the connection",
"type": "array",
"items": {
"$ref": "#/definitions/ConnectionStatusDefinition"
}
},
"parameterValues": {
"description": "Dictionary of parameter values",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"customParameterValues": {
"description": "Dictionary of custom parameter values",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"nonSecretParameterValues": {
"description": "Dictionary of nonsecret parameter values",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"createdTime": {
"format": "date-time",
"description": "Timestamp of the connection creation",
"type": "string"
},
"changedTime": {
"format": "date-time",
"description": "Timestamp of last connection change",
"type": "string"
},
"api": {
"$ref": "#/definitions/ApiReference"
},
"testLinks": {
"description": "Links to test the API connection",
"type": "array",
"items": {
"$ref": "#/definitions/ApiConnectionTestLink"
}
}
}
}
},

I need this downstream to eventually be available in the Hashicorp's Terraform provider.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Logic AppService AttentionWorkflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions