Skip to content

Commit 7ee2301

Browse files
committed
Update hdinsight-migrate-granular-access-cluster-configurations.md
1 parent f844621 commit 7ee2301

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/hdinsight/hdinsight-migrate-granular-access-cluster-configurations.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ For information on how to add the HDInsight Cluster Operator role assignment to
3737
The following entities and scenarios are affected:
3838

3939
- [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.
4343
- [SDK for .NET](#sdk-for-net)
4444
- [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.
4949

5050
See the below sections (or use the above links) to see the migration steps for your scenario.
5151

@@ -80,11 +80,11 @@ https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{reso
8080

8181
### Azure HDInsight Tools for Visual Studio Code
8282

83-
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.
8484

8585
### Azure Toolkit for IntelliJ
8686

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.
8888

8989
### Azure Toolkit for Eclipse
9090

0 commit comments

Comments
 (0)