Skip to content

Commit f7054b5

Browse files
[skip ci] Archive dc7fdb0 (#27215)
Co-authored-by: azure-powershell-bot <[email protected]>
1 parent a642b46 commit f7054b5

File tree

586 files changed

+16830
-13047
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

586 files changed

+16830
-13047
lines changed

generated/Workloads/SapVirtualInstance.Autorest/Az.SapVirtualInstance.format.ps1xml

Lines changed: 254 additions & 244 deletions
Large diffs are not rendered by default.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0 (the ""License"");
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// http://www.apache.org/licenses/LICENSE-2.0
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an ""AS IS"" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
12+
// is regenerated.
13+
14+
using System;
15+
using System.Reflection;
16+
using System.Runtime.CompilerServices;
17+
using System.Runtime.InteropServices;
18+
19+
[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
20+
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
21+
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
22+
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - SapVirtualInstance")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.4.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("0.4.0")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]

generated/Workloads/SapVirtualInstance.Autorest/exports/Get-AzWorkloadsSapApplicationInstance.ps1

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Get-AzWorkloadsSapApplicationInstance -InputObject /subscriptions/49d64d54-e966-
2929
.Inputs
3030
Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapVirtualInstanceIdentity
3131
.Outputs
32-
Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ISapApplicationServerInstance
32+
Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20240901.ISapApplicationServerInstance
3333
.Notes
3434
COMPLEX PARAMETER PROPERTIES
3535
@@ -40,16 +40,16 @@ INPUTOBJECT <ISapVirtualInstanceIdentity>: Identity Parameter
4040
[CentralInstanceName <String>]: Central Services Instance resource name string modeled as parameter for auto generation to work correctly.
4141
[DatabaseInstanceName <String>]: Database resource name string modeled as parameter for auto generation to work correctly.
4242
[Id <String>]: Resource identity path
43-
[Location <String>]: The name of Azure region.
43+
[Location <String>]: The name of the Azure region.
4444
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
4545
[SapVirtualInstanceName <String>]: The name of the Virtual Instances for SAP solutions resource
46-
[SubscriptionId <String>]: The ID of the target subscription.
46+
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
4747
.Link
4848
https://learn.microsoft.com/powershell/module/az.workloads/get-azworkloadssapapplicationinstance
4949
#>
5050
function Get-AzWorkloadsSapApplicationInstance {
5151
[Alias('Get-AzVISApplicationInstance')]
52-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ISapApplicationServerInstance])]
52+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20240901.ISapApplicationServerInstance])]
5353
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
5454
param(
5555
[Parameter(ParameterSetName='Get', Mandatory)]
@@ -79,6 +79,7 @@ param(
7979
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')]
8080
[System.String[]]
8181
# The ID of the target subscription.
82+
# The value must be an UUID.
8283
${SubscriptionId},
8384

8485
[Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)]

generated/Workloads/SapVirtualInstance.Autorest/exports/Get-AzWorkloadsSapCentralInstance.ps1

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Get-AzWorkloadsSapCentralInstance -InputObject /subscriptions/49d64d54-e966-4c46
2727
.Inputs
2828
Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapVirtualInstanceIdentity
2929
.Outputs
30-
Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ISapCentralServerInstance
30+
Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20240901.ISapCentralServerInstance
3131
.Notes
3232
COMPLEX PARAMETER PROPERTIES
3333
@@ -38,16 +38,16 @@ INPUTOBJECT <ISapVirtualInstanceIdentity>: Identity Parameter
3838
[CentralInstanceName <String>]: Central Services Instance resource name string modeled as parameter for auto generation to work correctly.
3939
[DatabaseInstanceName <String>]: Database resource name string modeled as parameter for auto generation to work correctly.
4040
[Id <String>]: Resource identity path
41-
[Location <String>]: The name of Azure region.
41+
[Location <String>]: The name of the Azure region.
4242
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
4343
[SapVirtualInstanceName <String>]: The name of the Virtual Instances for SAP solutions resource
44-
[SubscriptionId <String>]: The ID of the target subscription.
44+
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
4545
.Link
4646
https://learn.microsoft.com/powershell/module/az.workloads/get-azworkloadssapcentralinstance
4747
#>
4848
function Get-AzWorkloadsSapCentralInstance {
4949
[Alias('Get-AzVISCentralInstance')]
50-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ISapCentralServerInstance])]
50+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20240901.ISapCentralServerInstance])]
5151
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
5252
param(
5353
[Parameter(ParameterSetName='Get', Mandatory)]
@@ -77,6 +77,7 @@ param(
7777
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')]
7878
[System.String[]]
7979
# The ID of the target subscription.
80+
# The value must be an UUID.
8081
${SubscriptionId},
8182

8283
[Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)]

generated/Workloads/SapVirtualInstance.Autorest/exports/Get-AzWorkloadsSapDatabaseInstance.ps1

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Get-AzWorkloadsSapDatabaseInstance -InputObject /subscriptions/49d64d54-e966-4c4
2727
.Inputs
2828
Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapVirtualInstanceIdentity
2929
.Outputs
30-
Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ISapDatabaseInstance
30+
Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20240901.ISapDatabaseInstance
3131
.Notes
3232
COMPLEX PARAMETER PROPERTIES
3333
@@ -38,16 +38,16 @@ INPUTOBJECT <ISapVirtualInstanceIdentity>: Identity Parameter
3838
[CentralInstanceName <String>]: Central Services Instance resource name string modeled as parameter for auto generation to work correctly.
3939
[DatabaseInstanceName <String>]: Database resource name string modeled as parameter for auto generation to work correctly.
4040
[Id <String>]: Resource identity path
41-
[Location <String>]: The name of Azure region.
41+
[Location <String>]: The name of the Azure region.
4242
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
4343
[SapVirtualInstanceName <String>]: The name of the Virtual Instances for SAP solutions resource
44-
[SubscriptionId <String>]: The ID of the target subscription.
44+
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
4545
.Link
4646
https://learn.microsoft.com/powershell/module/az.workloads/get-azworkloadssapdatabaseinstance
4747
#>
4848
function Get-AzWorkloadsSapDatabaseInstance {
4949
[Alias('Get-AzVISDatabaseInstance')]
50-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ISapDatabaseInstance])]
50+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20240901.ISapDatabaseInstance])]
5151
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
5252
param(
5353
[Parameter(ParameterSetName='Get', Mandatory)]
@@ -77,6 +77,7 @@ param(
7777
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')]
7878
[System.String[]]
7979
# The ID of the target subscription.
80+
# The value must be an UUID.
8081
${SubscriptionId},
8182

8283
[Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)]

generated/Workloads/SapVirtualInstance.Autorest/exports/Get-AzWorkloadsSapVirtualInstance.ps1

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Get-AzWorkloadsSapVirtualInstance -InputObject /subscriptions/49d64d54-e966-4c46
2929
.Inputs
3030
Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapVirtualInstanceIdentity
3131
.Outputs
32-
Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ISapVirtualInstance
32+
Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20240901.ISapVirtualInstance
3333
.Notes
3434
COMPLEX PARAMETER PROPERTIES
3535
@@ -40,17 +40,17 @@ INPUTOBJECT <ISapVirtualInstanceIdentity>: Identity Parameter
4040
[CentralInstanceName <String>]: Central Services Instance resource name string modeled as parameter for auto generation to work correctly.
4141
[DatabaseInstanceName <String>]: Database resource name string modeled as parameter for auto generation to work correctly.
4242
[Id <String>]: Resource identity path
43-
[Location <String>]: The name of Azure region.
43+
[Location <String>]: The name of the Azure region.
4444
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
4545
[SapVirtualInstanceName <String>]: The name of the Virtual Instances for SAP solutions resource
46-
[SubscriptionId <String>]: The ID of the target subscription.
46+
[SubscriptionId <String>]: The ID of the target subscription. The value must be an UUID.
4747
.Link
4848
https://learn.microsoft.com/powershell/module/az.workloads/get-azworkloadssapvirtualinstance
4949
#>
5050
function Get-AzWorkloadsSapVirtualInstance {
5151
[Alias('Get-AzVIS')]
52-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ISapVirtualInstance])]
53-
[CmdletBinding(DefaultParameterSetName='List1', PositionalBinding=$false)]
52+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20240901.ISapVirtualInstance])]
53+
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
5454
param(
5555
[Parameter(ParameterSetName='Get', Mandatory)]
5656
[Alias('SapVirtualInstanceName')]
@@ -60,7 +60,7 @@ param(
6060
${Name},
6161

6262
[Parameter(ParameterSetName='Get', Mandatory)]
63-
[Parameter(ParameterSetName='List', Mandatory)]
63+
[Parameter(ParameterSetName='List1', Mandatory)]
6464
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Category('Path')]
6565
[System.String]
6666
# The name of the resource group.
@@ -74,6 +74,7 @@ param(
7474
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')]
7575
[System.String[]]
7676
# The ID of the target subscription.
77+
# The value must be an UUID.
7778
${SubscriptionId},
7879

7980
[Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)]

0 commit comments

Comments
 (0)