Skip to content

Commit 3ea167d

Browse files
committed
changed examples format
1 parent b031475 commit 3ea167d

8 files changed

+0
-16
lines changed

src/OperationalInsights/OperationalInsights.Autorest/examples/Get-AzOperationalInsightsTable.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
## EXAMPLES
2-
31
### Example 1: List tables for a given workspace name
42
```powershell
53
Get-AzOperationalInsightsTable -ResourceGroupName {RG-Name} -WorkspaceName {WS-Name}

src/OperationalInsights/OperationalInsights.Autorest/examples/Get-AzOperationalInsightsWorkspace.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
## EXAMPLES
2-
31
### Example 1: Get a worksapce by resource group and worksapce name
42
```powershell
53
Get-AzOperationalInsightsWorkspace -name {WS_Name} -ResourceGroupName {RG_Name}

src/OperationalInsights/OperationalInsights.Autorest/examples/New-AzOperationalInsightsTableColumnObject.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
## EXAMPLES
2-
31
### Example 1: Create a new Column which is used for New-AzOperationalInsightsTable cmdlet
42
```powershell
53
PS C:\>

src/OperationalInsights/OperationalInsights.Autorest/examples/New-AzOperationalInsightsWorkspace.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
## EXAMPLES
2-
31
### Example 1: Create a new LogAnalytics workspace
42
```powershell
53
PS C:\> New-AzOperationalInsightsWorkspace -ResourceGroupName {RG-name} -Name {WS-name} -Location {Resource-location}

src/OperationalInsights/OperationalInsights.Autorest/examples/Remove-AzOperationalInsightsTable.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
## EXAMPLES
2-
31
### Example 1: Remove a table
42
```powershell
53
PS C:\> Remove-AzOperationalInsightsTable -ResourceGroupName {RG-name} -Name {Table-name} -WorkspaceName {WS-name}

src/OperationalInsights/OperationalInsights.Autorest/examples/Remove-AzOperationalInsightsWorkspace.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
## EXAMPLES
2-
31
### Example 1: Remove a workapce by resource group name and workspace name
42
```powershell
53
Remove-AzOperationalInsightsWorkspace -ResourceGroupName {RG-Name} -Name {WS-Name}

src/OperationalInsights/OperationalInsights.Autorest/examples/Update-AzOperationalInsightsTable.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
## EXAMPLES
2-
31
### Example 1: Update table's retention
42
```powershell
53
PS C:\> Update-AzOperationalInsightsTable -ResourceGroupName {RG-name} -WorkspaceName {WS-name} -Name {TableName_CL} -RetentionInDay 40

src/OperationalInsights/OperationalInsights.Autorest/examples/Update-AzOperationalInsightsWorkspace.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
## EXAMPLES
2-
31
### Example 1: Update an existing Worksapce retrntion
42
```powershell
53
PS C:\>$workspace = Update-AzOperationalInsightsWorkspace -ResourceGroupName {RG-name} -Name {WS-name} -RetentionInDay 42

0 commit comments

Comments
 (0)