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

Corrected or removed broken urls #2619

Merged
merged 1 commit into from
Jun 22, 2023
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The **Invoke-AzOperationalInsightsQuery** cmdlet returns the search results base
You can access the status of the search in the Metadata property of the returned object.
If the status is Pending, then the search has not completed, and the results will be from the archive.
You can retrieve the results of the search from the Value property of the returned object.
Please check detail of general query limits here:
Please check detail of general query limits here:
https://learn.microsoft.com/azure/azure-monitor/service-limits#log-queries-and-language.

## EXAMPLES
Expand Down Expand Up @@ -75,8 +75,6 @@ $queryResults.Render
$queryResults.Statistics
```

See [https://dev.loganalytics.io/documentation/Using-the-API/RequestOptions](https://dev.loganalytics.io/documentation/Using-the-API/RequestOptions) for details on the render and statistics info.

## PARAMETERS

### -AsJob
Expand Down Expand Up @@ -171,7 +169,6 @@ Accept wildcard characters: False

### -Wait
Puts an upper bound on the amount of time the server will spend processing the query.
See: https://dev.loganalytics.io/documentation/Using-the-API/Timeouts

```yaml
Type: System.Nullable`1[System.Int32]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
external help file:
external help file:
Module Name: Az.Workloads
online version: https://learn.microsoft.com/powershell/module/az.workloads/new-azworkloadssapvirtualinstance
schema: 2.0.0
Expand Down Expand Up @@ -37,7 +37,7 @@ Creates a Virtual Instance for SAP solutions (VIS) resource

## EXAMPLES

### Example 1: Deploy infrastructure for a three-tier distributed SAP system using Virtual Instances for SAP solutions
### Example 1: Deploy infrastructure for a three-tier distributed SAP system using Virtual Instances for SAP solutions
```powershell
New-AzWorkloadsSapVirtualInstance -ResourceGroupName 'PowerShell-CLI-TestRG' -Name L46 -Location eastus -Environment 'NonProd' -SapProduct 'S4HANA' -Configuration .\CreatePayload.json -Tag @{k1 = "v1"; k2 = "v2"} -IdentityType 'UserAssigned' -ManagedResourceGroupName "L46-rg" -UserAssignedIdentity @{'/subscriptions/49d64d54-e966-4c46-a868-1999802b762c/resourcegroups/SAP-E2ETest-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/E2E-RBAC-MSI'= @{}}
```
Expand Down Expand Up @@ -65,7 +65,7 @@ L46 PowerShell-CLI-TestRG NonProd Succeeded S4HANA Regis
In this example, you Install the SAP software on the deployed infrastructure for a three tier Non-High Availability distributed SAP system.
A sample json payload is a linked here:https://go.microsoft.com/fwlink/?linkid=2230167

### Example 3: Deploy infrastructure for a three-tier distributed Highly Available (HA) SAP system using Virtual Instances for SAP solutions
### Example 3: Deploy infrastructure for a three-tier distributed Highly Available (HA) SAP system using Virtual Instances for SAP solutions
```powershell
New-AzWorkloadsSapVirtualInstance -ResourceGroupName 'PowerShell-CLI-TestRG' -Name SK1 -Location eastus -Environment 'NonProd' -SapProduct 'S4HANA' -Configuration .\CreatePayloadHACustomNames.json -IdentityType 'UserAssigned' -ManagedResourceGroupName "acss-mrg1" -UserAssignedIdentity @{'/subscriptions/49d64d54-e966-4c46-a868-1999802b762c/resourcegroups/SAP-E2ETest-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/E2E-RBAC-MSI'= @{}}
```
Expand All @@ -77,7 +77,6 @@ SK1 PowerShell-CLI-TestRG NonProd Succeeded S4HANA Softw
```

In this example, you Deploy the infrastructure for a three tier distributed Highly Available (HA) SAP system.
A sample json payload to use in this command is linked here: https://go.microsoft.com/fwlink/?linkid=2230402

### Example 4: Install SAP software on the infrastructure deployed for the three-tier distributed Highly Available (HA) SAP system using Virtual Instances for SAP solutions
```powershell
Expand All @@ -91,7 +90,6 @@ SK1 PowerShell-CLI-TestRG NonProd Succeeded S4HANA Regis
```

In this example, you Install the SAP software on the deployed infrastructure for a three tier distributed Highly Availabile SAP system with Transport directory and customized resource naming.
A sample json payload to use in this command is linked here: https://go.microsoft.com/fwlink/?linkid=2230340

### Example 5: Register an existing SAP system as a VIS
```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The **Invoke-AzOperationalInsightsQuery** cmdlet returns the search results base
You can access the status of the search in the Metadata property of the returned object.
If the status is Pending, then the search has not completed, and the results will be from the archive.
You can retrieve the results of the search from the Value property of the returned object.
Please check detail of general query limits here:
Please check detail of general query limits here:
https://learn.microsoft.com/azure/azure-monitor/service-limits#log-queries-and-language.

## EXAMPLES
Expand Down Expand Up @@ -75,8 +75,6 @@ $queryResults.Render
$queryResults.Statistics
```

See [https://dev.loganalytics.io/documentation/Using-the-API/RequestOptions](https://dev.loganalytics.io/documentation/Using-the-API/RequestOptions) for details on the render and statistics info.

## PARAMETERS

### -AsJob
Expand Down Expand Up @@ -171,7 +169,6 @@ Accept wildcard characters: False

### -Wait
Puts an upper bound on the amount of time the server will spend processing the query.
See: https://dev.loganalytics.io/documentation/Using-the-API/Timeouts

```yaml
Type: System.Nullable`1[System.Int32]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
external help file:
external help file:
Module Name: Az.Workloads
online version: https://learn.microsoft.com/powershell/module/az.workloads/new-azworkloadssapvirtualinstance
schema: 2.0.0
Expand Down Expand Up @@ -37,7 +37,7 @@ Creates a Virtual Instance for SAP solutions (VIS) resource

## EXAMPLES

### Example 1: Deploy infrastructure for a three-tier distributed SAP system using Virtual Instances for SAP solutions
### Example 1: Deploy infrastructure for a three-tier distributed SAP system using Virtual Instances for SAP solutions
```powershell
New-AzWorkloadsSapVirtualInstance -ResourceGroupName 'PowerShell-CLI-TestRG' -Name L46 -Location eastus -Environment 'NonProd' -SapProduct 'S4HANA' -Configuration .\CreatePayload.json -Tag @{k1 = "v1"; k2 = "v2"} -IdentityType 'UserAssigned' -ManagedResourceGroupName "L46-rg" -UserAssignedIdentity @{'/subscriptions/49d64d54-e966-4c46-a868-1999802b762c/resourcegroups/SAP-E2ETest-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/E2E-RBAC-MSI'= @{}}
```
Expand Down Expand Up @@ -65,7 +65,7 @@ L46 PowerShell-CLI-TestRG NonProd Succeeded S4HANA Regis
In this example, you Install the SAP software on the deployed infrastructure for a three tier Non-High Availability distributed SAP system.
A sample json payload is a linked here:https://go.microsoft.com/fwlink/?linkid=2230167

### Example 3: Deploy infrastructure for a three-tier distributed Highly Available (HA) SAP system using Virtual Instances for SAP solutions
### Example 3: Deploy infrastructure for a three-tier distributed Highly Available (HA) SAP system using Virtual Instances for SAP solutions
```powershell
New-AzWorkloadsSapVirtualInstance -ResourceGroupName 'PowerShell-CLI-TestRG' -Name SK1 -Location eastus -Environment 'NonProd' -SapProduct 'S4HANA' -Configuration .\CreatePayloadHACustomNames.json -IdentityType 'UserAssigned' -ManagedResourceGroupName "acss-mrg1" -UserAssignedIdentity @{'/subscriptions/49d64d54-e966-4c46-a868-1999802b762c/resourcegroups/SAP-E2ETest-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/E2E-RBAC-MSI'= @{}}
```
Expand All @@ -77,7 +77,6 @@ SK1 PowerShell-CLI-TestRG NonProd Succeeded S4HANA Softw
```

In this example, you Deploy the infrastructure for a three tier distributed Highly Available (HA) SAP system.
A sample json payload to use in this command is linked here: https://go.microsoft.com/fwlink/?linkid=2230402

### Example 4: Install SAP software on the infrastructure deployed for the three-tier distributed Highly Available (HA) SAP system using Virtual Instances for SAP solutions
```powershell
Expand All @@ -91,7 +90,6 @@ SK1 PowerShell-CLI-TestRG NonProd Succeeded S4HANA Regis
```

In this example, you Install the SAP software on the deployed infrastructure for a three tier distributed Highly Availabile SAP system with Transport directory and customized resource naming.
A sample json payload to use in this command is linked here: https://go.microsoft.com/fwlink/?linkid=2230340

### Example 5: Register an existing SAP system as a VIS
```powershell
Expand Down