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

Cleanup install documentation #951

Merged
merged 2 commits into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ For questions, troubleshooting or bug fixes, please see your Databricks account
#### Install Databricks CLI on macOS
![macos_install_databricks](docs/macos_1_databrickslabsmac_installdatabricks.gif)

#### Install Databricks CLI via curl on Windows
![winos_install_databricks](docs/winos_1_databrickslabsmac_installdatabricks.gif)
#### Install Databricks CLI on Windows
![windows_install_databricks.png](docs/windows_install_databricks.png)

### Download & Install

Expand Down
Binary file removed docs/ucx-install.gif
Binary file not shown.
Binary file added docs/windows_install_databricks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
6 changes: 0 additions & 6 deletions tests/integration/azure/test_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,3 @@ def test_save_spn_permissions_local(ws, sql_backend, inventory_schema, make_rand
az_res_perm = AzureResourcePermissions(installation, ws, AzureResources(ws, include_subscriptions=""), location)
path = az_res_perm.save_spn_permissions()
assert ws.workspace.get_status(path)


def test_cli(ws):
from databricks.labs.ucx.cli import save_storage_and_principal

save_storage_and_principal(ws)
Loading