Skip to content

Commit 20185ec

Browse files
committed
Update hdinsight-migrate-granular-access-cluster-configurations.md
1 parent d62c739 commit 20185ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,11 @@ Update to [version 27.1.0](https://github.com/Azure/azure-sdk-for-go/tree/master
146146

147147
### Az.HDInsight PowerShell
148148
Update to [Az PowerShell version 2.0.0](https://www.powershellgallery.com/packages/Az) or later to avoid interruptions. Minimal code modifications may be required if you are using a method affected by these changes.
149-
- `Grant-AzHDInsightHttpServicesAccess` and `Revoke-AzHDInsightHttpServicesAccess` are now deprecated. HTTP is now always enabled, so these cmdlets are no longer needed.
150149
- `Grant-AzHDInsightHttpServicesAccess` is now deprecated and has been replaced by the new `Set-AzHDInsightGatewayCredential` cmdlet.
151150
- `Get-AzHDInsightJobOutput` has been updated to support granular role-based access to the storage key.
152151
- Users with HDInsight Cluster Operator, Contributor, or Owner roles will not be affected.
153152
- Users with only the Reader role will need to specify the `DefaultStorageAccountKey` parameter explicitly.
154-
153+
- `Revoke-AzHDInsightHttpServicesAccess` is now deprecated. HTTP is now always enabled, so this cmdlet is no longer needed.
155154
See the [az.HDInsight migration guide](https://github.com/Azure/azure-powershell/blob/master/documentation/migration-guides/Az.2.0.0-migration-guide.md#azhdinsight) for more details.
156155

157156
## Add the HDInsight Cluster Operator role assignment to a user

0 commit comments

Comments
 (0)