Skip to content

Commit

Permalink
Move Workloads to main (#26050)
Browse files Browse the repository at this point in the history
Co-authored-by: azure-powershell-bot <[email protected]>
  • Loading branch information
1 parent bc49638 commit 3b1553e
Show file tree
Hide file tree
Showing 39 changed files with 110 additions and 107 deletions.
2 changes: 1 addition & 1 deletion src/Workloads/Workloads/Az.Workloads.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 9/3/2024
# Generated on: 9/9/2024
#

@{
Expand Down
4 changes: 2 additions & 2 deletions src/Workloads/Workloads/help/Get-AzWorkloadsMonitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Get-AzWorkloadsMonitor -ResourceGroupName <String> [-SubscriptionId <String[]>]

### GetViaIdentity
```
Get-AzWorkloadsMonitor -InputObject <IWorkloadsIdentity> [-DefaultProfile <PSObject>]
Get-AzWorkloadsMonitor -InputObject <IMonitorsIdentity> [-DefaultProfile <PSObject>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
```

Expand Down Expand Up @@ -121,7 +121,7 @@ Identity Parameter
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.IWorkloadsIdentity
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.IMonitorsIdentity
Parameter Sets: GetViaIdentity
Aliases:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Get-AzWorkloadsProviderInstance -MonitorName <String> -Name <String> -ResourceGr

### GetViaIdentity
```
Get-AzWorkloadsProviderInstance -InputObject <IWorkloadsIdentity> [-DefaultProfile <PSObject>]
Get-AzWorkloadsProviderInstance -InputObject <IMonitorsIdentity> [-DefaultProfile <PSObject>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
```

Expand Down Expand Up @@ -106,7 +106,7 @@ Identity Parameter
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.IWorkloadsIdentity
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.IMonitorsIdentity
Parameter Sets: GetViaIdentity
Aliases:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Get-AzWorkloadsSapApplicationInstance -Name <String> -ResourceGroupName <String>

### GetViaIdentity
```
Get-AzWorkloadsSapApplicationInstance -InputObject <IWorkloadsIdentity> [-DefaultProfile <PSObject>]
Get-AzWorkloadsSapApplicationInstance -InputObject <ISapVirtualInstanceIdentity> [-DefaultProfile <PSObject>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
```

Expand Down Expand Up @@ -99,7 +99,7 @@ Identity Parameter
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.IWorkloadsIdentity
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapVirtualInstanceIdentity
Parameter Sets: GetViaIdentity
Aliases:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Get-AzWorkloadsSapCentralInstance -Name <String> -ResourceGroupName <String> -Sa

### GetViaIdentity
```
Get-AzWorkloadsSapCentralInstance -InputObject <IWorkloadsIdentity> [-DefaultProfile <PSObject>]
Get-AzWorkloadsSapCentralInstance -InputObject <ISapVirtualInstanceIdentity> [-DefaultProfile <PSObject>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
```

Expand Down Expand Up @@ -86,7 +86,7 @@ Identity Parameter
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.IWorkloadsIdentity
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapVirtualInstanceIdentity
Parameter Sets: GetViaIdentity
Aliases:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Get-AzWorkloadsSapDatabaseInstance -Name <String> -ResourceGroupName <String> -S

### GetViaIdentity
```
Get-AzWorkloadsSapDatabaseInstance -InputObject <IWorkloadsIdentity> [-DefaultProfile <PSObject>]
Get-AzWorkloadsSapDatabaseInstance -InputObject <ISapVirtualInstanceIdentity> [-DefaultProfile <PSObject>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
```

Expand Down Expand Up @@ -86,7 +86,7 @@ Identity Parameter
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.IWorkloadsIdentity
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapVirtualInstanceIdentity
Parameter Sets: GetViaIdentity
Aliases:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Get-AzWorkloadsSapLandscapeMonitor -MonitorName <String> -ResourceGroupName <Str

### GetViaIdentity
```
Get-AzWorkloadsSapLandscapeMonitor -InputObject <IWorkloadsIdentity> [-DefaultProfile <PSObject>]
Get-AzWorkloadsSapLandscapeMonitor -InputObject <IMonitorsIdentity> [-DefaultProfile <PSObject>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
```

Expand Down Expand Up @@ -123,7 +123,7 @@ Identity Parameter
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.IWorkloadsIdentity
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.IMonitorsIdentity
Parameter Sets: GetViaIdentity
Aliases:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Get-AzWorkloadsSapVirtualInstance -ResourceGroupName <String> [-SubscriptionId <

### GetViaIdentity
```
Get-AzWorkloadsSapVirtualInstance -InputObject <IWorkloadsIdentity> [-DefaultProfile <PSObject>]
Get-AzWorkloadsSapVirtualInstance -InputObject <ISapVirtualInstanceIdentity> [-DefaultProfile <PSObject>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
```

Expand Down Expand Up @@ -105,7 +105,7 @@ Identity Parameter
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.IWorkloadsIdentity
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapVirtualInstanceIdentity
Parameter Sets: GetViaIdentity
Aliases:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Invoke-AzWorkloadsSapDiskConfiguration -Location <String> [-SubscriptionId <Stri

### SapViaIdentityExpanded
```
Invoke-AzWorkloadsSapDiskConfiguration -InputObject <IWorkloadsIdentity> -AppLocation <String>
Invoke-AzWorkloadsSapDiskConfiguration -InputObject <ISapVirtualInstanceIdentity> -AppLocation <String>
-DatabaseType <SapDatabaseType> -DbVMSku <String> -DeploymentType <SapDeploymentType>
-Environment <SapEnvironmentType> -SapProduct <SapProductType> [-DefaultProfile <PSObject>]
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
Expand Down Expand Up @@ -89,7 +89,7 @@ The database type.
Eg: HANA, DB2, etc
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapDatabaseType
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapDatabaseType
Parameter Sets: (All)
Aliases:

Expand Down Expand Up @@ -136,7 +136,7 @@ The deployment type.
Eg: SingleServer/ThreeTier
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapDeploymentType
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapDeploymentType
Parameter Sets: (All)
Aliases:

Expand All @@ -151,7 +151,7 @@ Accept wildcard characters: False
Defines the environment type - Production/Non Production.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapEnvironmentType
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapEnvironmentType
Parameter Sets: (All)
Aliases:

Expand All @@ -167,7 +167,7 @@ Identity Parameter
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.IWorkloadsIdentity
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapVirtualInstanceIdentity
Parameter Sets: SapViaIdentityExpanded
Aliases:

Expand Down Expand Up @@ -212,7 +212,7 @@ Accept wildcard characters: False
Defines the SAP Product type.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapProductType
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapProductType
Parameter Sets: (All)
Aliases:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Invoke-AzWorkloadsSapSizingRecommendation -Location <String> [-SubscriptionId <S

### SapViaIdentityExpanded
```
Invoke-AzWorkloadsSapSizingRecommendation -InputObject <IWorkloadsIdentity> -AppLocation <String>
Invoke-AzWorkloadsSapSizingRecommendation -InputObject <ISapVirtualInstanceIdentity> -AppLocation <String>
-DatabaseType <SapDatabaseType> -DbMemory <Int64> -DeploymentType <SapDeploymentType>
-Environment <SapEnvironmentType> -Sap <Int64> -SapProduct <SapProductType>
[-DbScaleMethod <SapDatabaseScaleMethod>] [-HighAvailabilityType <SapHighAvailabilityType>]
Expand Down Expand Up @@ -69,7 +69,7 @@ Accept wildcard characters: False
The database type.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapDatabaseType
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapDatabaseType
Parameter Sets: (All)
Aliases:

Expand Down Expand Up @@ -99,7 +99,7 @@ Accept wildcard characters: False
The DB scale method.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapDatabaseScaleMethod
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapDatabaseScaleMethod
Parameter Sets: (All)
Aliases:

Expand Down Expand Up @@ -131,7 +131,7 @@ The deployment type.
Eg: SingleServer/ThreeTier
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapDeploymentType
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapDeploymentType
Parameter Sets: (All)
Aliases:

Expand All @@ -146,7 +146,7 @@ Accept wildcard characters: False
Defines the environment type - Production/Non Production.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapEnvironmentType
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapEnvironmentType
Parameter Sets: (All)
Aliases:

Expand All @@ -161,7 +161,7 @@ Accept wildcard characters: False
The high availability type.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapHighAvailabilityType
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapHighAvailabilityType
Parameter Sets: (All)
Aliases:

Expand All @@ -177,7 +177,7 @@ Identity Parameter
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.IWorkloadsIdentity
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapVirtualInstanceIdentity
Parameter Sets: SapViaIdentityExpanded
Aliases:

Expand Down Expand Up @@ -237,7 +237,7 @@ Accept wildcard characters: False
Defines the SAP Product type.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapProductType
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapProductType
Parameter Sets: (All)
Aliases:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Invoke-AzWorkloadsSapSupportedSku -Location <String> [-SubscriptionId <String>]

### SapViaIdentityExpanded
```
Invoke-AzWorkloadsSapSupportedSku -InputObject <IWorkloadsIdentity> -AppLocation <String>
Invoke-AzWorkloadsSapSupportedSku -InputObject <ISapVirtualInstanceIdentity> -AppLocation <String>
-DatabaseType <SapDatabaseType> -DeploymentType <SapDeploymentType> -Environment <SapEnvironmentType>
-SapProduct <SapProductType> [-HighAvailabilityType <SapHighAvailabilityType>] [-DefaultProfile <PSObject>]
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
Expand Down Expand Up @@ -73,7 +73,7 @@ The database type.
Eg: HANA, DB2, etc
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapDatabaseType
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapDatabaseType
Parameter Sets: (All)
Aliases:

Expand Down Expand Up @@ -105,7 +105,7 @@ The deployment type.
Eg: SingleServer/ThreeTier
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapDeploymentType
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapDeploymentType
Parameter Sets: (All)
Aliases:

Expand All @@ -120,7 +120,7 @@ Accept wildcard characters: False
Defines the environment type - Production/Non Production.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapEnvironmentType
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapEnvironmentType
Parameter Sets: (All)
Aliases:

Expand All @@ -135,7 +135,7 @@ Accept wildcard characters: False
The high availability type.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapHighAvailabilityType
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapHighAvailabilityType
Parameter Sets: (All)
Aliases:

Expand All @@ -151,7 +151,7 @@ Identity Parameter
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.IWorkloadsIdentity
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapVirtualInstanceIdentity
Parameter Sets: SapViaIdentityExpanded
Aliases:

Expand Down Expand Up @@ -196,7 +196,7 @@ Accept wildcard characters: False
Defines the SAP Product type.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapProductType
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapProductType
Parameter Sets: (All)
Aliases:

Expand Down
4 changes: 2 additions & 2 deletions src/Workloads/Workloads/help/New-AzWorkloadsMonitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Accept wildcard characters: False
Type of manage identity
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.ManagedServiceIdentityType
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Support.ManagedServiceIdentityType
Parameter Sets: (All)
Aliases:

Expand Down Expand Up @@ -229,7 +229,7 @@ Sets the routing preference of the SAP monitor.
By default only RFC1918 traffic is routed to the customer VNET.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.RoutingPreference
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Support.RoutingPreference
Parameter Sets: (All)
Aliases:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Accept wildcard characters: False
Gets or sets certificate preference if secure communication is enabled.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SslPreference
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Support.SslPreference
Parameter Sets: (All)
Aliases:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Accept wildcard characters: False
Gets or sets certificate preference if secure communication is enabled.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SslPreference
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Support.SslPreference
Parameter Sets: (All)
Aliases:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Accept wildcard characters: False
Type of manage identity
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.ManagedServiceIdentityType
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Support.ManagedServiceIdentityType
Parameter Sets: (All)
Aliases:

Expand Down Expand Up @@ -182,7 +182,7 @@ Defines the provider specific properties.
To construct, see NOTES section for PROVIDERSETTING properties and create a hash table.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IProviderSpecificProperties
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.IProviderSpecificProperties
Parameter Sets: (All)
Aliases:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Accept wildcard characters: False
Gets or sets certificate preference if secure communication is enabled.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SslPreference
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Support.SslPreference
Parameter Sets: (All)
Aliases:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Accept wildcard characters: False
Gets or sets certificate preference if secure communication is enabled.
```yaml
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SslPreference
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Support.SslPreference
Parameter Sets: (All)
Aliases:

Expand Down
Loading

0 comments on commit 3b1553e

Please sign in to comment.