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

[module-prefix-S/generation-helpurl]replace docs help url. #20133

Merged
merged 1 commit into from
Nov 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion src/SecurityInsights/custom/New-AzSentinelAlertRule.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Creates or updates the alert rule.
Creates or updates the alert rule.

.Link
https://docs.microsoft.com/powershell/module/az.securityinsights/new-azsentinelalertrule
https://learn.microsoft.com/powershell/module/az.securityinsights/new-azsentinelalertrule
#>
function New-AzSentinelAlertRule {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AlertRule])]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Creates or updates the data connector.
Creates or updates the data connector.

.Link
https://docs.microsoft.com/powershell/module/az.securityinsights/new-azsentineldataconnector
https://learn.microsoft.com/powershell/module/az.securityinsights/new-azsentineldataconnector
#>
function New-AzSentinelDataConnector {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.DataConnector])]
Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/custom/New-AzSentinelEntityQuery.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Creates or updates the entity query.
Creates or updates the entity query.

.Link
https://docs.microsoft.com/powershell/module/az.securityinsights/new-azsentinelentityquery
https://learn.microsoft.com/powershell/module/az.securityinsights/new-azsentinelentityquery
#>
function New-AzSentinelEntityQuery {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.CustomEntityQuery])]
Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/custom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ These provide functionality to our HTTP pipeline and other useful features. In s
### Attributes
For processing the cmdlets, we've created some additional attributes:
- `Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.DescriptionAttribute`
- Used in C# cmdlets to provide a high-level description of the cmdlet. This is propagated to reference documentation via [help comments](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comment_based_help) in the exported scripts.
- Used in C# cmdlets to provide a high-level description of the cmdlet. This is propagated to reference documentation via [help comments](https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comment_based_help) in the exported scripts.
- `Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.DoNotExportAttribute`
- Used in C# and script cmdlets to suppress creating an exported cmdlet at build-time. These cmdlets will *not be exposed* by `Az.SecurityInsights`.
- `Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.InternalExportAttribute`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Get requirements state for a data connector type.
Get requirements state for a data connector type.

.Link
https://docs.microsoft.com/powershell/module/az.securityinsights/test-azsentineldataconnectorcheckrequirement
https://learn.microsoft.com/powershell/module/az.securityinsights/test-azsentineldataconnectorcheckrequirement
#>
function Test-AzSentinelDataConnectorCheckRequirement {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.DataConnectorsCheckRequirements])]
Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/custom/Update-AzSentinelAlertRule.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Updates the alert rule.
Updates the alert rule.

.Link
https://docs.microsoft.com/powershell/module/az.securityinsights/Update-azsentinelalertrule
https://learn.microsoft.com/powershell/module/az.securityinsights/Update-azsentinelalertrule
#>
function Update-AzSentinelAlertRule {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AlertRule])]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Updates the data connector.
Updates the data connector.

.Link
https://docs.microsoft.com/powershell/module/az.securityinsights/update-azsentineldataconnector
https://learn.microsoft.com/powershell/module/az.securityinsights/update-azsentineldataconnector
#>
function Update-AzSentinelDataConnector {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.DataConnector])]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Updates the entity query.
Updates the entity query.

.Link
https://docs.microsoft.com/powershell/module/az.securityinsights/update-azsentinelentityquery
https://learn.microsoft.com/powershell/module/az.securityinsights/update-azsentinelentityquery
#>
function Update-AzSentinelEntityQuery {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.CustomEntityQuery])]
Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/custom/Update-AzSentinelSetting.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Updates setting.
Updates setting.

.Link
https://docs.microsoft.com/powershell/module/az.securityinsights/update-azsentinelsetting
https://learn.microsoft.com/powershell/module/az.securityinsights/update-azsentinelsetting
#>
function Update-AzSentinelSetting {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.Settings])]
Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/Az.SecurityInsights.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Module Name: Az.SecurityInsights
Module Guid: 3a0e09d6-7b89-4078-a565-5db26e7455b8
Download Help Link: https://docs.microsoft.com/powershell/module/az.securityinsights
Download Help Link: https://learn.microsoft.com/powershell/module/az.securityinsights
Help Version: 1.0.0.0
Locale: en-US
---
Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/Get-AzSentinelAlertRule.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelalertrule
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelalertrule
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/Get-AzSentinelAlertRuleAction.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelalertruleaction
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelalertruleaction
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelalertruletemplate
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelalertruletemplate
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/Get-AzSentinelAutomationRule.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelautomationrule
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelautomationrule
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/Get-AzSentinelBookmark.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelbookmark
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelbookmark
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelbookmarkrelation
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelbookmarkrelation
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/Get-AzSentinelDataConnector.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentineldataconnector
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentineldataconnector
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/Get-AzSentinelEnrichment.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelenrichment
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelenrichment
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/Get-AzSentinelEntity.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelentity
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelentity
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/Get-AzSentinelEntityActivity.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelentityactivity
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelentityactivity
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/Get-AzSentinelEntityInsight.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelentityinsight
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelentityinsight
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/Get-AzSentinelEntityQuery.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelentityquery
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelentityquery
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelentityquerytemplate
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelentityquerytemplate
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/Get-AzSentinelEntityRelation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelentityrelation
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelentityrelation
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/Get-AzSentinelEntityTimeline.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelentitytimeline
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelentitytimeline
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/Get-AzSentinelIncident.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelincident
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelincident
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/Get-AzSentinelIncidentAlert.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelincidentalert
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelincidentalert
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelincidentbookmark
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelincidentbookmark
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/Get-AzSentinelIncidentComment.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelincidentcomment
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelincidentcomment
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/Get-AzSentinelIncidentEntity.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelincidententity
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelincidententity
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelincidentrelation
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelincidentrelation
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/Get-AzSentinelMetadata.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelmetadata
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelmetadata
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/Get-AzSentinelOnboardingState.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelonboardingstate
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelonboardingstate
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/Get-AzSentinelSetting.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelsetting
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelsetting
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelthreatintelligenceindicator
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelthreatintelligenceindicator
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/get-azsentinelthreatintelligenceindicatormetric
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/get-azsentinelthreatintelligenceindicatormetric
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/invoke-azsentinelthreatintelligenceindicatorquery
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/invoke-azsentinelthreatintelligenceindicatorquery
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/New-AzSentinelAlertRule.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/new-azsentinelalertrule
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/new-azsentinelalertrule
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/New-AzSentinelAlertRuleAction.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/new-azsentinelalertruleaction
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/new-azsentinelalertruleaction
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/New-AzSentinelAutomationRule.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/new-azsentinelautomationrule
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/new-azsentinelautomationrule
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/New-AzSentinelBookmark.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/new-azsentinelbookmark
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/new-azsentinelbookmark
schema: 2.0.0
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/new-azsentinelbookmarkrelation
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/new-azsentinelbookmarkrelation
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/New-AzSentinelDataConnector.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/new-azsentineldataconnector
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/new-azsentineldataconnector
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion src/SecurityInsights/docs/New-AzSentinelEntityQuery.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file:
Module Name: Az.SecurityInsights
online version: https://docs.microsoft.com/powershell/module/az.securityinsights/new-azsentinelentityquery
online version: https://learn.microsoft.com/powershell/module/az.securityinsights/new-azsentinelentityquery
schema: 2.0.0
---

Expand Down
Loading