Skip to content

Commit 75daf85

Browse files
author
Maddie Clayton
authored
Merge pull request #8140 from markcowl/ikev2
Correct Phase1/Phase2 designations for IKE settings
2 parents 34e27c7 + 4b1a3ef commit 75daf85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ResourceManager/Network/Commands.Network/help/New-AzIpsecPolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Accept wildcard characters: False
6565
```
6666
6767
### -IkeEncryption
68-
The IKE encryption algorithm (IKE Phase 2)
68+
The IKE encryption algorithm (IKE Phase 1)
6969
7070
```yaml
7171
Type: System.String
@@ -81,7 +81,7 @@ Accept wildcard characters: False
8181
```
8282
8383
### -IkeIntegrity
84-
The IKE integrity algorithm (IKE Phase 2)
84+
The IKE integrity algorithm (IKE Phase 1)
8585
8686
```yaml
8787
Type: System.String
@@ -97,7 +97,7 @@ Accept wildcard characters: False
9797
```
9898
9999
### -IpsecEncryption
100-
The IPSec encryption algorithm (IKE Phase 1)
100+
The IPSec encryption algorithm (IKE Phase 2)
101101
102102
```yaml
103103
Type: System.String
@@ -113,7 +113,7 @@ Accept wildcard characters: False
113113
```
114114
115115
### -IpsecIntegrity
116-
The IPSec integrity algorithm (IKE Phase 1)
116+
The IPSec integrity algorithm (IKE Phase 2)
117117
118118
```yaml
119119
Type: System.String

0 commit comments

Comments
 (0)