Skip to content

Commit

Permalink
Fix documentation - Microsoft.Network Perimeter (#27026)
Browse files Browse the repository at this point in the history
* Add directive to ignore reconcile api

* Fix nsp docs

---------

Co-authored-by: Karthik Gumpu (from Dev Box) <karthikgumpu@microsoft.com>
  • Loading branch information
karthik-gumpu and Karthik Gumpu (from Dev Box) authored Jan 21, 2025
1 parent 9fe7881 commit 62ce140
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ create NSP logging configuration.

### Example 1: Create network security perimeter logging configuration
```powershell
New-AzNetworkSecurityPerimeterLoggingConfiguration -ResourceGroupName psrg_ex -SecurityPerimeterName ext-nsp6
-EnabledLogCategory NspPublicOutboundPerimeterRulesAllowed
New-AzNetworkSecurityPerimeterLoggingConfiguration -ResourceGroupName psrg_ex -SecurityPerimeterName ext-nsp6 -EnabledLogCategory NspPublicOutboundPerimeterRulesAllowed
```

```output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ Updates a NSP Logging Configuration

### Example 1: Update network security perimeter logging configuration
```powershell
Update-AzNetworkSecurityPerimeterLoggingConfiguration -ResourceGroupName psrg_ex -SecurityPerimeterName ext-nsp6
-EnabledLogCategory NspPublicOutboundPerimeterRulesAllowed
Update-AzNetworkSecurityPerimeterLoggingConfiguration -ResourceGroupName psrg_ex -SecurityPerimeterName ext-nsp6 -EnabledLogCategory NspPublicOutboundPerimeterRulesAllowed
```

```output
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
### Example 1: Create network security perimeter logging configuration
```powershell
New-AzNetworkSecurityPerimeterLoggingConfiguration -ResourceGroupName psrg_ex -SecurityPerimeterName ext-nsp6
-EnabledLogCategory NspPublicOutboundPerimeterRulesAllowed
New-AzNetworkSecurityPerimeterLoggingConfiguration -ResourceGroupName psrg_ex -SecurityPerimeterName ext-nsp6 -EnabledLogCategory NspPublicOutboundPerimeterRulesAllowed
```

```output
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
### Example 1: Update network security perimeter logging configuration
```powershell
Update-AzNetworkSecurityPerimeterLoggingConfiguration -ResourceGroupName psrg_ex -SecurityPerimeterName ext-nsp6
-EnabledLogCategory NspPublicOutboundPerimeterRulesAllowed
Update-AzNetworkSecurityPerimeterLoggingConfiguration -ResourceGroupName psrg_ex -SecurityPerimeterName ext-nsp6 -EnabledLogCategory NspPublicOutboundPerimeterRulesAllowed
```

```output
Expand Down

0 comments on commit 62ce140

Please sign in to comment.