Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Textual modifications to SecurityJitNetworkAccessPolicy help file #13761

Merged
merged 50 commits into from
Dec 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
484612b
Introducing SecurityTopologies cmdlets
Jun 17, 2020
cb03750
Update ChangeLog.md
VeryEarly Jun 18, 2020
77a928e
Update ChangeLog.md
VeryEarly Jun 18, 2020
cc2c194
Change cmdlet name to Get-AzSecurityTopology
Jun 18, 2020
3ee5195
Get-AzSecurityTopologies -> Get-AzSecurityTopology
Jun 18, 2020
a570040
remove AllowedConnections
Jun 21, 2020
fc08b95
change name
Jun 21, 2020
92f5240
Merge pull request #1 from ariklin/SecurityTopology
ariklin Jun 21, 2020
bf053d0
fix conflicy
Jun 21, 2020
3390a06
fix conflict
Jun 21, 2020
9c8dc01
Merge pull request #2 from ariklin/SecurityTopology
ariklin Jun 21, 2020
7a8c2cf
Merge branch 'master' into master
ariklin Jun 21, 2020
2bd9630
Update ChangeLog.md
VeryEarly Jun 22, 2020
be52d8b
Introducing Az.Security AllowedConnections cmdlets
Jun 22, 2020
a8194bc
merge
Jun 22, 2020
6ac13e2
update change.log
Jun 22, 2020
a87bbb2
remove SecurityTopology
Jun 22, 2020
5c3a232
fix version
Jun 22, 2020
4c92e11
Merge branch 'master' into master
ariklin Jun 22, 2020
c299db3
Fix comments
Jun 23, 2020
29c4b1e
fix location
Jun 28, 2020
9c22a4a
fix comment
Jun 29, 2020
38f54fe
fix comment
Jun 30, 2020
1bfd865
fix version number
Jul 2, 2020
37d8307
Create Adaptive Application Control API cmdlets
Jul 13, 2020
fb42f87
Create Adaptive Application Control API cmdlets
Jul 13, 2020
6aa8da4
Merge branch 'master' into master
ariklin Jul 13, 2020
cec29b8
fix1
Jul 13, 2020
1264f40
fix2
Jul 13, 2020
4b2f053
Add back comment end token
wyunchi-ms Jul 14, 2020
d3ac16a
Introducing ScurityAdaptiveNetworkHardening cmdlets
Jul 14, 2020
2ce14c0
Update Security.csproj
wyunchi-ms Jul 15, 2020
40cfcb9
Update ChangeLog.md
wyunchi-ms Jul 15, 2020
80bdf73
1
Jul 16, 2020
6316fa4
Merge branch 'master' into SecurityTopology
ariklin Jul 16, 2020
ee49fbf
Merge pull request #3 from ariklin/SecurityTopology
ariklin Jul 16, 2020
b12717d
Introducing Az.Security AdaptiveNetworkHardening cmdlets
Jul 22, 2020
97457d4
Introducing Az.Security AdaptiveNetworkHardening cmdlets
Jul 22, 2020
0a311a3
Merge branch 'master' into master
ariklin Jul 22, 2020
cb78655
change to a singular noun for the parameter name
Jul 26, 2020
7d3fa0e
Merge branch 'master' of https://github.com/ariklin/azure-powershell-1
Jul 26, 2020
adc9e18
change to a singular noun for the parameter name
Jul 27, 2020
b0127dd
change to a singular noun for the parameter name2
Jul 27, 2020
27b422d
implement ShouldProcess
Jul 27, 2020
37f91d0
fix1
Jul 27, 2020
70f5c67
Merge remote-tracking branch 'upstream/master'
Dec 2, 2020
ff7ffde
Merge branch 'master' of https://github.com/Azure/azure-powershell
Dec 16, 2020
10cc134
Update JIT help
Dec 16, 2020
5fa29b8
remove files
Dec 16, 2020
adaea93
revert ChangeLog.md
Dec 16, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Security/Security/help/Get-AzJitNetworkAccessPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Accept wildcard characters: False
```

### -ResourceId
Resource ID.
The resource id of the jit Network Access Policy resource.

```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Accept wildcard characters: False
```

### -ResourceId
Resource ID.
The resource id of the jit Network Access Policy resource.

```yaml
Type: System.String
Expand Down
2 changes: 1 addition & 1 deletion src/Security/Security/help/Set-AzJitNetworkAccessPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Accept wildcard characters: False
```

### -Kind
Kind.
Jit Network Access Policy Kind.

```yaml
Type: System.String
Expand Down