Skip to content

Commit c463245

Browse files
authored
Corrected broken links (Azure#19361)
* Corrected broken links * Changed url back to fqdn for get-help Co-authored-by: Mike F. Robbins <[email protected]>
1 parent f6d0d8c commit c463245

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

src/Monitor/Monitor/help/Remove-AzDataCollectionRule.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Delete a data collection rule.
1515
### ByName (Default)
1616
```
1717
Remove-AzDataCollectionRule
18-
-ResourceGroupName <string>
19-
-RuleName <string>
18+
-ResourceGroupName <string>
19+
-RuleName <string>
2020
[-PassThru]
2121
[-DefaultProfile <IAzureContextContainer>]
2222
[-WhatIf]
@@ -49,13 +49,13 @@ Remove-AzDataCollectionRule
4949
## DESCRIPTION
5050
The **Remove-AzDataCollectionRule** cmdlet delete a data collection rule.
5151

52-
Data Collection Rules (DCR) define data coming into Azure Monitor and specify where that data should be sent or stored. Here is the complete [DCR overview article](https://docs.microsoft.com/azure/azure-monitor/platform/data-collection-rule-overview).
52+
Data Collection Rules (DCR) define data coming into Azure Monitor and specify where that data should be sent or stored. Here is the complete [DCR overview article](https://docs.microsoft.com/azure/azure-monitor/essentials/data-collection-rule-overview).
5353

5454
## EXAMPLES
5555

5656
### Example 1: Delete data collection rule with name and resource group parameters
5757
```powershell
58-
Remove-AzDataCollectionRule -ResourceGroupName "testgroup" -RuleName "testDcr"
58+
Remove-AzDataCollectionRule -ResourceGroupName "testgroup" -RuleName "testDcr"
5959
```
6060

6161
### Example 2: Delete data collection rule with name and resource group return bool

src/Monitor/Monitor/help/Set-AzDataCollectionRule.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Updates (full replacement) a data collection rule.
1414

1515
### ByName (Default)
1616
```
17-
Set-AzDataCollectionRule
17+
Set-AzDataCollectionRule
1818
-Location <string>
1919
-ResourceGroupName <string>
2020
-RuleName <string>
@@ -29,7 +29,7 @@ Set-AzDataCollectionRule
2929

3030
### ByResourceId
3131
```
32-
Set-AzDataCollectionRule
32+
Set-AzDataCollectionRule
3333
-Location <string>
3434
-RuleId <string>
3535
-RuleFile <string>
@@ -43,8 +43,8 @@ Set-AzDataCollectionRule
4343

4444
### ByInputObject
4545
```
46-
Set-AzDataCollectionRule
47-
-InputObject <PSDataCollectionRuleResource>
46+
Set-AzDataCollectionRule
47+
-InputObject <PSDataCollectionRuleResource>
4848
[-DefaultProfile <IAzureContextContainer>]
4949
[-WhatIf]
5050
[-Confirm]
@@ -54,7 +54,7 @@ Set-AzDataCollectionRule
5454
## DESCRIPTION
5555
The **Set-AzDataCollectionRule** cmdlet replaces an existing data collection rule.
5656

57-
Data Collection Rules (DCR) define data coming into Azure Monitor and specify where that data should be sent or stored. Here is the complete [DCR overview article](https://docs.microsoft.com/azure/azure-monitor/platform/data-collection-rule-overview).
57+
Data Collection Rules (DCR) define data coming into Azure Monitor and specify where that data should be sent or stored. Here is the complete [DCR overview article](https://docs.microsoft.com/azure/azure-monitor/essentials/data-collection-rule-overview).
5858

5959
To use the -RuleFile parameter, construct a json file containing three properties: dataSources, destinations, dataFlows (see Example #1).
6060

src/Monitor/Monitor/help/Update-AzDataCollectionRule.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,32 @@ Updates a data collection rule tags property.
1414

1515
### ByName (Default)
1616
```
17-
Update-AzDataCollectionRule
18-
-ResourceGroupName <string>
19-
-RuleName <string>
20-
[-Tag <hashtable>]
21-
[-DefaultProfile <IAzureContextContainer>]
22-
[-WhatIf]
17+
Update-AzDataCollectionRule
18+
-ResourceGroupName <string>
19+
-RuleName <string>
20+
[-Tag <hashtable>]
21+
[-DefaultProfile <IAzureContextContainer>]
22+
[-WhatIf]
2323
[-Confirm]
2424
[<CommonParameters>]
2525
```
2626

2727
### ByResourceId
2828
```
29-
Update-AzDataCollectionRule
30-
-RuleId <string>
31-
[-Tag <hashtable>]
32-
[-DefaultProfile <IAzureContextContainer>]
33-
[-WhatIf]
29+
Update-AzDataCollectionRule
30+
-RuleId <string>
31+
[-Tag <hashtable>]
32+
[-DefaultProfile <IAzureContextContainer>]
33+
[-WhatIf]
3434
[-Confirm]
3535
[<CommonParameters>]
3636
```
3737

3838
### ByInputObject
3939
```
40-
Update-AzDataCollectionRule
41-
-InputObject <PSDataCollectionRuleResource>
42-
[-Tag <hashtable>]
40+
Update-AzDataCollectionRule
41+
-InputObject <PSDataCollectionRuleResource>
42+
[-Tag <hashtable>]
4343
[-DefaultProfile <IAzureContextContainer>]
4444
[-WhatIf]
4545
[-Confirm]
@@ -49,7 +49,7 @@ Update-AzDataCollectionRule
4949
## DESCRIPTION
5050
The **Update-AzDataCollectionRule** cmdlet updates a data collection rule Tags property.
5151

52-
Data Collection Rules (DCR) define data coming into Azure Monitor and specify where that data should be sent or stored. Here is the complete [DCR overview article](https://docs.microsoft.com/azure/azure-monitor/platform/data-collection-rule-overview).
52+
Data Collection Rules (DCR) define data coming into Azure Monitor and specify where that data should be sent or stored. Here is the complete [DCR overview article](https://docs.microsoft.com/azure/azure-monitor/essentials/data-collection-rule-overview).
5353

5454
## EXAMPLES
5555

@@ -61,7 +61,7 @@ Update-AzDataCollectionRule -RuleName 'newDcr' `
6161
```
6262

6363
```output
64-
Description :
64+
Description :
6565
DataSources : Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDataSources
6666
Destinations : Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDestinations
6767
DataFlows : {Microsoft.Azure.Commands.Insights.OutputClasses.PSDataFlow}
@@ -83,7 +83,7 @@ Update-AzDataCollectionRule -RuleId '/subscriptions/{subId}/resourceGroups/testd
8383
```
8484

8585
```output
86-
Description :
86+
Description :
8787
DataSources : Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDataSources
8888
Destinations : Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDestinations
8989
DataFlows : {Microsoft.Azure.Commands.Insights.OutputClasses.PSDataFlow}
@@ -105,7 +105,7 @@ $dcr | Update-AzDataCollectionRule -Tag @{"tag1"="value1"; "tag2"="value2"}
105105
```
106106

107107
```output
108-
Description :
108+
Description :
109109
DataSources : Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDataSources
110110
Destinations : Microsoft.Azure.Commands.Insights.OutputClasses.PSDataCollectionRuleDestinations
111111
DataFlows : {Microsoft.Azure.Commands.Insights.OutputClasses.PSDataFlow}

0 commit comments

Comments
 (0)