We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft.Synapse workspaces/privateEndpointConnections
2021-06-01
Missing property(s)
Confused about this type. The document and available properties are incomplete to create the necessary privateEndpointConnection (https://learn.microsoft.com/en-us/azure/templates/microsoft.synapse/2021-06-01/workspaces/privateendpointconnections?pivots=deployment-language-bicep) compare to manual portal or az cli. (https://learn.microsoft.com/en-us/cli/azure/synapse/managed-private-endpoints?view=azure-cli-latest#az-synapse-managed-private-endpoints-create)
// Example from: https://learn.microsoft.com/en-us/azure/templates/microsoft.synapse/2021-06-01/workspaces/privateendpointconnections?pivots=deployment-language-bicep resource symbolicname 'Microsoft.Synapse/workspaces/privateEndpointConnections@2021-06-01' = { parent: resourceSymbolicName name: 'string' properties: { privateEndpoint: {} privateLinkServiceConnectionState: { description: 'string' status: 'string' } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Resource Type
Microsoft.Synapse workspaces/privateEndpointConnections
Api Version
2021-06-01
Issue Type
Missing property(s)
Other Notes
Confused about this type. The document and available properties are incomplete to create the necessary privateEndpointConnection (https://learn.microsoft.com/en-us/azure/templates/microsoft.synapse/2021-06-01/workspaces/privateendpointconnections?pivots=deployment-language-bicep) compare to manual portal or az cli. (https://learn.microsoft.com/en-us/cli/azure/synapse/managed-private-endpoints?view=azure-cli-latest#az-synapse-managed-private-endpoints-create)
Bicep Repro
Confirm
The text was updated successfully, but these errors were encountered: