You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploying a bundle in dev mode uses the long client ID instead of the service principal display name, which is annoying because it's so long it hides what your jobs are called.
The text was updated successfully, but these errors were encountered:
This PR will address the issue by allowing configurable prefix #1490
Hi @andrewnester, just tried the newly released name_prefix preset in v2.227.0, but get the following error if I don't include the username in the name_prefix: Error: prefix should contain the current username or ${workspace.current_user.short_name} to ensure uniqueness when using 'mode: development'
This means that the service principal ID must be always in the name_prefix leading still to long resource names in development mode.
Would be great if this would be addressed in a future release!
Describe the issue
Deploying a bundle in dev mode uses the long client ID instead of the service principal display name, which is annoying because it's so long it hides what your jobs are called.
The text was updated successfully, but these errors were encountered: