File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
src/Resources/Resources/help Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
external help file : Microsoft.Azure.PowerShell.Cmdlets.ResourceManager.dll-Help.xml
3
3
Module Name : Az.Resources
4
4
online version :
5
+ https://docs.microsoft.com/en-us/powershell/module/az.resources/unregister-azproviderfeature
5
6
schema : 2.0.0
6
7
---
7
8
8
9
# Unregister-AzProviderFeature
9
10
10
11
## SYNOPSIS
11
- {{ Fill in the Synopsis }}
12
+ Unregisters an Azure provider feature in your account.
12
13
13
14
## SYNTAX
14
15
@@ -18,16 +19,16 @@ Unregister-AzProviderFeature -FeatureName <String> -ProviderNamespace <String>
18
19
```
19
20
20
21
## DESCRIPTION
21
- {{ Fill in the Description }}
22
+ The ** Unregister-AzProviderFeature ** cmdlet unregisters an Azure provider feature in your account.
22
23
23
24
## EXAMPLES
24
25
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
28
29
```
29
30
30
- {{ Add example description here }}
31
+ This unregisters the AllowApplicationSecurityGroups feature for Microsoft.Network from your account.
31
32
32
33
## PARAMETERS
33
34
You can’t perform that action at this time.
0 commit comments