Skip to content

Commit c866013

Browse files
JoyerJinPan-Qi
authored andcommitted
update test
1 parent cc266e3 commit c866013

31 files changed

+1180
-265
lines changed

src/Workloads/SapVirtualInstance.Autorest/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
2121
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
2222
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - SapVirtualInstance")]
23-
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0")]
24-
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.0.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("0.1.0.0")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26-
[assembly: System.CLSCompliantAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]

src/Workloads/SapVirtualInstance.Autorest/docs/Az.SapVirtualInstance.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Az.SapVirtualInstance
3-
Module Guid: ef2fac55-c936-4613-9618-a7795408b0e7
3+
Module Guid: 7a4558d1-d2af-4ce2-9c91-540c8aeddb75
44
Download Help Link: https://learn.microsoft.com/powershell/module/az.sapvirtualinstance
55
Help Version: 1.0.0.0
66
Locale: en-US
@@ -33,7 +33,7 @@ Gets the sizing recommendations.
3333
Get a list of SAP supported SKUs for ASCS, Application and Database tier.
3434

3535
### [New-AzWorkloadsSapVirtualInstance](New-AzWorkloadsSapVirtualInstance.md)
36-
Creates a Virtual Instance for SAP solutions (VIS) resource
36+
Create a Virtual Instance for SAP solutions (VIS) resource
3737

3838
### [Remove-AzWorkloadsSapVirtualInstance](Remove-AzWorkloadsSapVirtualInstance.md)
3939
Deletes a Virtual Instance for SAP solutions resource and its child resources, that is the associated Central Services Instance, Application Server Instances and Database Instance.
@@ -66,12 +66,12 @@ Stops the SAP Application, that is the Application server instances and Central
6666
Puts the SAP Application Server Instance resource.
6767

6868
### [Update-AzWorkloadsSapCentralInstance](Update-AzWorkloadsSapCentralInstance.md)
69-
Updates the SAP Central Services Instance resource.
69+
Update the SAP Central Services Instance resource.
7070
<br><br>This can be used to update tags on the resource.
7171

7272
### [Update-AzWorkloadsSapDatabaseInstance](Update-AzWorkloadsSapDatabaseInstance.md)
73-
Updates the Database resource.
73+
Update the Database resource.
7474

7575
### [Update-AzWorkloadsSapVirtualInstance](Update-AzWorkloadsSapVirtualInstance.md)
76-
Updates a Virtual Instance for SAP solutions resource
76+
Update a Virtual Instance for SAP solutions (VIS) resource
7777

src/Workloads/SapVirtualInstance.Autorest/docs/Get-AzWorkloadsSapApplicationInstance.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ Get-AzWorkloadsSapApplicationInstance -InputObject <ISapVirtualInstanceIdentity>
3131
[<CommonParameters>]
3232
```
3333

34+
### GetViaIdentitySapVirtualInstance
35+
```
36+
Get-AzWorkloadsSapApplicationInstance -Name <String>
37+
-SapVirtualInstanceInputObject <ISapVirtualInstanceIdentity> [-DefaultProfile <PSObject>]
38+
[<CommonParameters>]
39+
```
40+
3441
## DESCRIPTION
3542
Gets the SAP Application Server Instance corresponding to the Virtual Instance for SAP solutions resource.
3643

@@ -95,7 +102,6 @@ Accept wildcard characters: False
95102
96103
### -InputObject
97104
Identity Parameter
98-
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
99105
100106
```yaml
101107
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapVirtualInstanceIdentity
@@ -114,7 +120,7 @@ The name of SAP Application Server instance resource.
114120
115121
```yaml
116122
Type: System.String
117-
Parameter Sets: Get
123+
Parameter Sets: Get, GetViaIdentitySapVirtualInstance
118124
Aliases:
119125

120126
Required: True
@@ -140,6 +146,21 @@ Accept pipeline input: False
140146
Accept wildcard characters: False
141147
```
142148
149+
### -SapVirtualInstanceInputObject
150+
Identity Parameter
151+
152+
```yaml
153+
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapVirtualInstanceIdentity
154+
Parameter Sets: GetViaIdentitySapVirtualInstance
155+
Aliases:
156+
157+
Required: True
158+
Position: Named
159+
Default value: None
160+
Accept pipeline input: True (ByValue)
161+
Accept wildcard characters: False
162+
```
163+
143164
### -SapVirtualInstanceName
144165
The name of the Virtual Instances for SAP solutions resource
145166
@@ -180,7 +201,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
180201
181202
## OUTPUTS
182203
183-
### Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20240901.ISapApplicationServerInstance
204+
### Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapApplicationServerInstance
184205
185206
## NOTES
186207

src/Workloads/SapVirtualInstance.Autorest/docs/Get-AzWorkloadsSapCentralInstance.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ Get-AzWorkloadsSapCentralInstance -InputObject <ISapVirtualInstanceIdentity> [-D
3030
[<CommonParameters>]
3131
```
3232

33+
### GetViaIdentitySapVirtualInstance
34+
```
35+
Get-AzWorkloadsSapCentralInstance -Name <String> -SapVirtualInstanceInputObject <ISapVirtualInstanceIdentity>
36+
[-DefaultProfile <PSObject>] [<CommonParameters>]
37+
```
38+
3339
## DESCRIPTION
3440
Gets the SAP Central Services Instance resource.
3541

@@ -81,7 +87,6 @@ Accept wildcard characters: False
8187
8288
### -InputObject
8389
Identity Parameter
84-
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
8590
8691
```yaml
8792
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapVirtualInstanceIdentity
@@ -100,7 +105,7 @@ Central Services Instance resource name string modeled as parameter for auto gen
100105
101106
```yaml
102107
Type: System.String
103-
Parameter Sets: Get
108+
Parameter Sets: Get, GetViaIdentitySapVirtualInstance
104109
Aliases:
105110

106111
Required: True
@@ -126,6 +131,21 @@ Accept pipeline input: False
126131
Accept wildcard characters: False
127132
```
128133
134+
### -SapVirtualInstanceInputObject
135+
Identity Parameter
136+
137+
```yaml
138+
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapVirtualInstanceIdentity
139+
Parameter Sets: GetViaIdentitySapVirtualInstance
140+
Aliases:
141+
142+
Required: True
143+
Position: Named
144+
Default value: None
145+
Accept pipeline input: True (ByValue)
146+
Accept wildcard characters: False
147+
```
148+
129149
### -SapVirtualInstanceName
130150
The name of the Virtual Instances for SAP solutions resource
131151
@@ -166,7 +186,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
166186
167187
## OUTPUTS
168188
169-
### Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20240901.ISapCentralServerInstance
189+
### Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapCentralServerInstance
170190
171191
## NOTES
172192

src/Workloads/SapVirtualInstance.Autorest/docs/Get-AzWorkloadsSapDatabaseInstance.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ Get-AzWorkloadsSapDatabaseInstance -InputObject <ISapVirtualInstanceIdentity> [-
3030
[<CommonParameters>]
3131
```
3232

33+
### GetViaIdentitySapVirtualInstance
34+
```
35+
Get-AzWorkloadsSapDatabaseInstance -Name <String> -SapVirtualInstanceInputObject <ISapVirtualInstanceIdentity>
36+
[-DefaultProfile <PSObject>] [<CommonParameters>]
37+
```
38+
3339
## DESCRIPTION
3440
Gets the SAP Database Instance resource.
3541

@@ -81,7 +87,6 @@ Accept wildcard characters: False
8187
8288
### -InputObject
8389
Identity Parameter
84-
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
8590
8691
```yaml
8792
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapVirtualInstanceIdentity
@@ -100,7 +105,7 @@ Database resource name string modeled as parameter for auto generation to work c
100105
101106
```yaml
102107
Type: System.String
103-
Parameter Sets: Get
108+
Parameter Sets: Get, GetViaIdentitySapVirtualInstance
104109
Aliases:
105110

106111
Required: True
@@ -126,6 +131,21 @@ Accept pipeline input: False
126131
Accept wildcard characters: False
127132
```
128133
134+
### -SapVirtualInstanceInputObject
135+
Identity Parameter
136+
137+
```yaml
138+
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapVirtualInstanceIdentity
139+
Parameter Sets: GetViaIdentitySapVirtualInstance
140+
Aliases:
141+
142+
Required: True
143+
Position: Named
144+
Default value: None
145+
Accept pipeline input: True (ByValue)
146+
Accept wildcard characters: False
147+
```
148+
129149
### -SapVirtualInstanceName
130150
The name of the Virtual Instances for SAP solutions resource
131151
@@ -166,7 +186,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
166186
167187
## OUTPUTS
168188
169-
### Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20240901.ISapDatabaseInstance
189+
### Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapDatabaseInstance
170190
171191
## NOTES
172192

src/Workloads/SapVirtualInstance.Autorest/docs/Get-AzWorkloadsSapVirtualInstance.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ Accept wildcard characters: False
102102
103103
### -InputObject
104104
Identity Parameter
105-
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
106105
107106
```yaml
108107
Type: Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapVirtualInstanceIdentity
@@ -172,7 +171,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
172171
173172
## OUTPUTS
174173
175-
### Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20240901.ISapVirtualInstance
174+
### Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapVirtualInstance
176175
177176
## NOTES
178177

0 commit comments

Comments
 (0)