Skip to content

Commit 2708bb9

Browse files
Update Unregister-AzProviderFeature.md
1 parent 0617f61 commit 2708bb9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/Resources/Resources/help/Unregister-AzProviderFeature.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.ResourceManager.dll-Help.xml
33
Module Name: Az.Resources
44
online version:
5+
https://docs.microsoft.com/en-us/powershell/module/az.resources/unregister-azproviderfeature
56
schema: 2.0.0
67
---
78

89
# Unregister-AzProviderFeature
910

1011
## SYNOPSIS
11-
{{ Fill in the Synopsis }}
12+
Unregisters an Azure provider feature in your account.
1213

1314
## SYNTAX
1415

@@ -18,16 +19,16 @@ Unregister-AzProviderFeature -FeatureName <String> -ProviderNamespace <String>
1819
```
1920

2021
## DESCRIPTION
21-
{{ Fill in the Description }}
22+
The **Unregister-AzProviderFeature** cmdlet unregisters an Azure provider feature in your account.
2223

2324
## EXAMPLES
2425

25-
### Example 1
26-
```powershell
27-
PS C:\> {{ Add example code here }}
26+
### Example 1: Unregister a feature
27+
```
28+
PS C:\>Unregister-AzProviderFeature -FeatureName AllowApplicationSecurityGroups -ProviderNamespace Microsoft.Network
2829
```
2930

30-
{{ Add example description here }}
31+
This unregisters the AllowApplicationSecurityGroups feature for Microsoft.Network from your account.
3132

3233
## PARAMETERS
3334

0 commit comments

Comments
 (0)