Describe the issue
As Azure Government regions do not support Unity Catalog yet, no cluster can be created with the SINGLE_USER access mode, only LEGACY_SINGLE_USER or LEGACY_SINGLE_USER_STANDARD.
Steps to reproduce the behavior
- Run
databricks ssh setup --name ...
- See error
Expected Behavior
An SSH tunnel should be configured for the specified cluster.
Actual Behavior
An error is displayed with the message Error: cluster '...' does not have dedicated access mode. Current access mode: LEGACY_SINGLE_USER_STANDARD. Please ensure the cluster is configured with dedicated access mode (single user)
OS and CLI version
CLI version: 0.283.0
OS: Windows
Is this a regression?
No, this has never worked before.