From 7362205f64cb3c7f1c2b2cb970d22c36aeaf6fa5 Mon Sep 17 00:00:00 2001 From: "dixue@microsoft.com" Date: Thu, 18 Jun 2020 17:54:51 +0800 Subject: [PATCH 1/3] Add preview message on module home page --- src/Databricks/help/Az.Databricks.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Databricks/help/Az.Databricks.md b/src/Databricks/help/Az.Databricks.md index 980a55e1365a..12d5aa0c1d96 100644 --- a/src/Databricks/help/Az.Databricks.md +++ b/src/Databricks/help/Az.Databricks.md @@ -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 +``` +Install-Module -Name Az.Databricks +``` + +Module contains preview features which may not be available in your region. Please try it after couple days. + ## Az.Databricks Cmdlets ### [Get-AzDatabricksWorkspace](Get-AzDatabricksWorkspace.md) Gets the workspace. From abbe7d05718d6e7dc1061608fef73b01a9c3ac6f Mon Sep 17 00:00:00 2001 From: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com> Date: Thu, 18 Jun 2020 22:15:31 +0800 Subject: [PATCH 2/3] Update Az.Databricks.md --- src/Databricks/help/Az.Databricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Databricks/help/Az.Databricks.md b/src/Databricks/help/Az.Databricks.md index 12d5aa0c1d96..33e6173c6e4b 100644 --- a/src/Databricks/help/Az.Databricks.md +++ b/src/Databricks/help/Az.Databricks.md @@ -15,7 +15,7 @@ This module is still in preview and must be installed separately using the follo Install-Module -Name Az.Databricks ``` -Module contains preview features which may not be available in your region. Please try it after couple days. +Module contains preview features which may not be available in your region. Please try it later. ## Az.Databricks Cmdlets ### [Get-AzDatabricksWorkspace](Get-AzDatabricksWorkspace.md) From 688ad962f25538814be601d781bf1eb9988d7f98 Mon Sep 17 00:00:00 2001 From: Dingmeng Xue <56333063+dingmeng-xue@users.noreply.github.com> Date: Thu, 18 Jun 2020 23:36:00 +0800 Subject: [PATCH 3/3] Update according to comment --- src/Databricks/help/Az.Databricks.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/Databricks/help/Az.Databricks.md b/src/Databricks/help/Az.Databricks.md index 33e6173c6e4b..154104b34619 100644 --- a/src/Databricks/help/Az.Databricks.md +++ b/src/Databricks/help/Az.Databricks.md @@ -10,12 +10,9 @@ Locale: en-US ## Description Microsoft Azure PowerShell: Databricks cmdlets -This module is still in preview and must be installed separately using the following command -``` -Install-Module -Name Az.Databricks -``` +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`. 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. -Module contains preview features which may not be available in your region. Please try it later. +This module allows the management of service features in preview which may not be available yet for your region or subscription. ## Az.Databricks Cmdlets ### [Get-AzDatabricksWorkspace](Get-AzDatabricksWorkspace.md)