Skip to content
Merged
Changes from 2 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
7 changes: 7 additions & 0 deletions src/Databricks/help/Az.Databricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ Locale: en-US
## Description
Microsoft Azure PowerShell: Databricks cmdlets

This module is still in preview and must be installed separately using the following command
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does it need to be installed separately from? I used the following message in the quickstart for Databricks that I wrote:

"While the Az.Databricks PowerShell module is in preview, you must install it separately from the Az PowerShell module using the following command: Install-Module -Name Az.Databricks -AllowPrerelease. Once the Az.Databricks PowerShell module is generally available, it becomes part of future Az PowerShell module releases and available natively from within Azure Cloud Shell."

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just copy/past your content, except -AllowPrerelease is not required according to my test.

```
Install-Module -Name Az.Databricks
```

Module contains preview features which may not be available in your region. Please try it later.

## Az.Databricks Cmdlets
### [Get-AzDatabricksWorkspace](Get-AzDatabricksWorkspace.md)
Gets the workspace.
Expand Down