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

azurerm_synapse_workspace naming is incorrect #234

Open
JasonKoch opened this issue Apr 13, 2023 · 0 comments
Open

azurerm_synapse_workspace naming is incorrect #234

JasonKoch opened this issue Apr 13, 2023 · 0 comments

Comments

@JasonKoch
Copy link

The project's current model does not allow hyphens and only 45 characters in a Synapse Workspace name. The current published rules say hyphens are allowed and the name may be up to 50 characters. Here is the relevant entry in models_generated.go:

"azurerm_synapse_workspace": { "azurerm_synapse_workspace", "syws", 1, 45, true, "[^0-9a-z]", "^[0-9a-z]{1,45}$", false, "resourceGroup" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant