Skip to content

Commit b2d9d0b

Browse files
authored
Merge pull request #194927 from b-hchen/patch-44
GA of built-in administrators / Administrators privilege users (remov…
2 parents 97699a5 + ad10b58 commit b2d9d0b

File tree

2 files changed

+9
-20
lines changed

2 files changed

+9
-20
lines changed

articles/azure-netapp-files/create-active-directory-connections.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: how-to
15-
ms.date: 03/15/2022
15+
ms.date: 04/12/2022
1616
ms.author: anfdocs
1717
---
1818
# Create and manage Active Directory connections for Azure NetApp Files
@@ -257,7 +257,7 @@ This setting is configured in the **Active Directory Connections** under **NetAp
257257
258258
![Active Directory backup policy users](../media/azure-netapp-files/active-directory-backup-policy-users.png)
259259
260-
* **Administrators privilege users**
260+
* <a name="administrators-privilege-users"></a>**Administrators privilege users**
261261
262262
You can grant additional security privileges to AD users or groups that require even more elevated privileges to access the Azure NetApp Files volumes. The specified accounts will have further elevated permissions at the file or folder level.
263263
@@ -273,23 +273,6 @@ This setting is configured in the **Active Directory Connections** under **NetAp
273273
| `SeChangeNotifyPrivilege` | Bypass traverse checking. <br> Users with this privilege are not required to have traverse (`x`) permissions to traverse folders or symlinks. |
274274
275275
![Screenshot that shows the Administrators box of Active Directory connections window.](../media/azure-netapp-files/active-directory-administrators.png)
276-
277-
The **Administrators** feature is currently in preview. If this is your first time using this feature, register the feature before using it:
278-
279-
```azurepowershell-interactive
280-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFAdAdministrators
281-
```
282-
283-
Check the status of the feature registration:
284-
285-
> [!NOTE]
286-
> The **RegistrationState** may be in the `Registering` state for up to 60 minutes before changing to`Registered`. Wait until the status is `Registered` before continuing.
287-
288-
```azurepowershell-interactive
289-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFAdAdministrators
290-
```
291-
292-
You can also use [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
293276
294277
* Credentials, including your **username** and **password**
295278

articles/azure-netapp-files/whats-new.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,20 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: overview
15-
ms.date: 03/17/2022
15+
ms.date: 04/12/2022
1616
ms.author: anfdocs
1717
---
1818

1919
# What's new in Azure NetApp Files
2020

2121
Azure NetApp Files is updated regularly. This article provides a summary about the latest new features and enhancements.
2222

23+
## April 2022
24+
25+
* The [Administrators privilege users](create-active-directory-connections.md#administrators-privilege-users) feature is now generally available (GA).
26+
27+
You no longer need to register this feature before using it.
28+
2329
## March 2022
2430

2531
* Features that are now generally available (GA)

0 commit comments

Comments
 (0)