Skip to content

Commit cb4b372

Browse files
author
Will Ehrich
committed
Update Set-AzureRmNetworkSecurityGroup help file
1 parent 6b46f52 commit cb4b372

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/ResourceManager/Network/Commands.Network/help/Set-AzureRmNetworkSecurityGroup.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The command persists the modified Azure network security group using **Set-Azure
3737
Run cmdlet in the background
3838

3939
```yaml
40-
Type: SwitchParameter
40+
Type: System.Management.Automation.SwitchParameter
4141
Parameter Sets: (All)
4242
Aliases:
4343

@@ -52,7 +52,7 @@ Accept wildcard characters: False
5252
The credentials, account, tenant, and subscription used for communication with azure.
5353
5454
```yaml
55-
Type: IAzureContextContainer
55+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
5656
Parameter Sets: (All)
5757
Aliases: AzureRmContext, AzureCredential
5858

@@ -67,7 +67,7 @@ Accept wildcard characters: False
6767
A network security group object representing the goal state to which the cmdlet sets the network security group.
6868
6969
```yaml
70-
Type: PSNetworkSecurityGroup
70+
Type: Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup
7171
Parameter Sets: (All)
7272
Aliases:
7373

@@ -82,7 +82,7 @@ Accept wildcard characters: False
8282
Prompts you for confirmation before running the cmdlet.
8383
8484
```yaml
85-
Type: SwitchParameter
85+
Type: System.Management.Automation.SwitchParameter
8686
Parameter Sets: (All)
8787
Aliases: cf
8888

@@ -97,7 +97,7 @@ Accept wildcard characters: False
9797
Shows what would happen if the cmdlet runs. The cmdlet is not run.
9898
9999
```yaml
100-
Type: SwitchParameter
100+
Type: System.Management.Automation.SwitchParameter
101101
Parameter Sets: (All)
102102
Aliases: wi
103103

0 commit comments

Comments
 (0)