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
Copy file name to clipboardExpand all lines: articles/hdinsight/hdinsight-migrate-granular-access-cluster-configurations.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,15 +37,15 @@ For information on how to add the HDInsight Cluster Operator role assignment to
37
37
The following entities and scenarios are affected:
38
38
39
39
-[API](#api): Users using the `/configurations` or `/configurations/{configurationName}` endpoints.
40
-
-[Azure HDInsight Tools for Visual Studio Code](#azure-hdinsight-tools-for-visual-studio-code) version ___ and below.
41
-
-[Azure Toolkit for IntelliJ](#azure-toolkit-for-intellij) version __ and below.
42
-
-[Azure Toolkit for Eclipse](#azure-toolkit-for-eclipse)version __ and below.
40
+
-[Azure HDInsight Tools for Visual Studio Code](#azure-hdinsight-tools-for-visual-studio-code) version 1.1.1 or below.
41
+
-[Azure Toolkit for IntelliJ](#azure-toolkit-for-intellij) version 3.21.0 or below.
42
+
-[Azure Toolkit for Eclipse](#azure-toolkit-for-eclipse)2019-03-29 release or older.
43
43
-[SDK for .NET](#sdk-for-net)
44
44
-[versions 1.x or 2.x](#versions-1x-and-2x): Users using the `GetClusterConfigurations`, `GetConnectivitySettings`, `ConfigureHttpSettings`, `EnableHttp` or `DisableHttp` methods from the ConfigurationsOperationsExtensions class.
45
-
-[versions 3.x and up](#versions-3x-and-up): Users using the `EnableHttp`, `DisableHttp`, `Update`, or `Get` methods from the `ConfigurationsOperationsExtensions` class.
46
-
-[SDK for Python](#sdk-for-python): Users using the `get` or `update` methods from the ConfigurationsOperations class.
47
-
-[SDK for Java](#sdk-for-java): Users using the `update` or `get` methods from the ConfigurationsInner class.
48
-
-[SDK for Go](#sdk-for-go): Users using the `Get` or `Update` methods from the ConfigurationsClient struct.
45
+
-[versions 3.x and up](#versions-3x-and-up): Users using the `Get`, `Update`, `EnableHttp`, or `DisableHttp` methods from the `ConfigurationsOperationsExtensions` class.
46
+
-[SDK for Python](#sdk-for-python): Users using the `get` or `update` methods from the `ConfigurationsOperations` class.
47
+
-[SDK for Java](#sdk-for-java): Users using the `update` or `get` methods from the `ConfigurationsInner` class.
48
+
-[SDK for Go](#sdk-for-go): Users using the `Get` or `Update` methods from the `ConfigurationsClient` struct.
49
49
50
50
See the below sections (or use the above links) to see the migration steps for your scenario.
If you are using version 1.1.1 or older, please update to the [latest version of Azure HDInsight Tools for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=mshdinsight.azure-hdinsight&ssr=false) to avoid interruptions.
83
+
If you are using version 1.1.1 or below, please update to the [latest version of Azure HDInsight Tools for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=mshdinsight.azure-hdinsight&ssr=false) to avoid interruptions.
84
84
85
85
### Azure Toolkit for IntelliJ
86
86
87
-
If you are using version 3.21.0 or older, please update to the [latest version of the Azure Toolkit for IntelliJ plugin](https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij) to avoid interruptions.
87
+
If you are using version 3.21.0 or below, please update to the [latest version of the Azure Toolkit for IntelliJ plugin](https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij) to avoid interruptions.
0 commit comments