Skip to content
New issue

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]: Synapse PrivateEndpointConnections seems incomplete #2439

Open
1 task done
softnado opened this issue Feb 19, 2025 · 0 comments

Comments

@softnado
Copy link

softnado commented Feb 19, 2025

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

// 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'
    }
  }
}

Confirm

  • I have read the troubleshooting guide and looked for duplicates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant