Skip to content

Commit 1d719f5

Browse files
committed
regen with updated TSP and config
1 parent 7684293 commit 1d719f5

10 files changed

+33
-92
lines changed

src/StorageAction/StorageAction.Autorest/docs/Get-AzStorageActionTaskAssignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
123123
124124
## OUTPUTS
125125
126-
### Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskAssignmentsListResult
126+
### Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskAssignment
127127
128128
## NOTES
129129

src/StorageAction/StorageAction.Autorest/docs/Get-AzStorageActionTasksReport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
184184
185185
## OUTPUTS
186186
187-
### Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskReportSummary
187+
### Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskReportInstance
188188
189189
## NOTES
190190

src/StorageAction/StorageAction.Autorest/docs/Invoke-AzStorageActionTaskPreviewAction.md

Lines changed: 4 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,14 @@ Runs the input conditions against input object metadata properties and designate
1212

1313
## SYNTAX
1414

15-
### Preview (Default)
16-
```
17-
Invoke-AzStorageActionTaskPreviewAction -Location <String> -Body <IStorageTaskPreviewAction>
18-
[-SubscriptionId <String>] [-DefaultProfile <PSObject>] [-Confirm] [-WhatIf] [<CommonParameters>]
19-
```
20-
21-
### PreviewExpanded
15+
### PreviewExpanded (Default)
2216
```
2317
Invoke-AzStorageActionTaskPreviewAction -Location <String> -ActionElseBlockExist
2418
-Blob <IStorageTaskPreviewBlobProperties[]> [-SubscriptionId <String>]
2519
[-ContainerMetadata <IStorageTaskPreviewKeyValueProperties[]>] [-ContainerName <String>]
2620
[-IfCondition <String>] [-DefaultProfile <PSObject>] [-Confirm] [-WhatIf] [<CommonParameters>]
2721
```
2822

29-
### PreviewViaIdentity
30-
```
31-
Invoke-AzStorageActionTaskPreviewAction -InputObject <IStorageActionIdentity>
32-
-Body <IStorageTaskPreviewAction> [-DefaultProfile <PSObject>] [-Confirm] [-WhatIf] [<CommonParameters>]
33-
```
34-
3523
### PreviewViaIdentityExpanded
3624
```
3725
Invoke-AzStorageActionTaskPreviewAction -InputObject <IStorageActionIdentity> -ActionElseBlockExist
@@ -254,21 +242,6 @@ Accept pipeline input: False
254242
Accept wildcard characters: False
255243
```
256244
257-
### -Body
258-
Storage Task Preview Action.
259-
260-
```yaml
261-
Type: Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewAction
262-
Parameter Sets: Preview, PreviewViaIdentity
263-
Aliases:
264-
265-
Required: True
266-
Position: Named
267-
Default value: None
268-
Accept pipeline input: True (ByValue)
269-
Accept wildcard characters: False
270-
```
271-
272245
### -ContainerMetadata
273246
metadata key value pairs to be tested for a match against the provided condition.
274247
@@ -335,7 +308,7 @@ Identity Parameter
335308
336309
```yaml
337310
Type: Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageActionIdentity
338-
Parameter Sets: PreviewViaIdentity, PreviewViaIdentityExpanded
311+
Parameter Sets: PreviewViaIdentityExpanded
339312
Aliases:
340313

341314
Required: True
@@ -380,7 +353,7 @@ Accept wildcard characters: False
380353
381354
```yaml
382355
Type: System.String
383-
Parameter Sets: Preview, PreviewExpanded, PreviewViaJsonFilePath, PreviewViaJsonString
356+
Parameter Sets: PreviewExpanded, PreviewViaJsonFilePath, PreviewViaJsonString
384357
Aliases:
385358

386359
Required: True
@@ -396,7 +369,7 @@ The value must be an UUID.
396369
397370
```yaml
398371
Type: System.String
399-
Parameter Sets: Preview, PreviewExpanded, PreviewViaJsonFilePath, PreviewViaJsonString
372+
Parameter Sets: PreviewExpanded, PreviewViaJsonFilePath, PreviewViaJsonString
400373
Aliases:
401374

402375
Required: False
@@ -444,8 +417,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
444417
445418
### Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageActionIdentity
446419
447-
### Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewAction
448-
449420
## OUTPUTS
450421
451422
### Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewAction
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "fd9e7c92-6c60-42db-8add-a8264571ebc7"
2+
"generate_Id": "3aa1a234-bc04-4c2d-b57e-4661356a2b4a"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
directory: specification/storageactions/StorageAction.Management
2-
commit: 5ed0742bd7044ef4ce3b64c0d2cf27a53b22f39c
2+
commit: 500a5b5d18988b5213d6f10c4582c24f3e189631
33
repo: blueww/azure-rest-api-specs
44
additionalDirectories:

src/StorageAction/StorageAction.sln

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StorageAction", "StorageAct
2121
EndProject
2222
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StorageAction.Autorest", "StorageAction.Autorest", "{7ABF6BD4-50D0-0ECC-E91A-5192EF367F53}"
2323
EndProject
24-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.StorageAction", "..\..\generated\StorageAction\StorageAction.Autorest\Az.StorageAction.csproj", "{0C5153BA-40BA-496A-BA22-4385B84CC874}"
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.StorageAction", "..\..\generated\StorageAction\StorageAction.Autorest\Az.StorageAction.csproj", "{0373805B-63D1-49C6-933D-24662542A168}"
2525
EndProject
2626
Global
2727
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -117,18 +117,18 @@ Global
117117
{03F4F24D-3A93-442A-AD20-EB731FA44F9C}.Release|x64.Build.0 = Release|Any CPU
118118
{03F4F24D-3A93-442A-AD20-EB731FA44F9C}.Release|x86.ActiveCfg = Release|Any CPU
119119
{03F4F24D-3A93-442A-AD20-EB731FA44F9C}.Release|x86.Build.0 = Release|Any CPU
120-
{0C5153BA-40BA-496A-BA22-4385B84CC874}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121-
{0C5153BA-40BA-496A-BA22-4385B84CC874}.Debug|Any CPU.Build.0 = Debug|Any CPU
122-
{0C5153BA-40BA-496A-BA22-4385B84CC874}.Debug|x64.ActiveCfg = Debug|Any CPU
123-
{0C5153BA-40BA-496A-BA22-4385B84CC874}.Debug|x64.Build.0 = Debug|Any CPU
124-
{0C5153BA-40BA-496A-BA22-4385B84CC874}.Debug|x86.ActiveCfg = Debug|Any CPU
125-
{0C5153BA-40BA-496A-BA22-4385B84CC874}.Debug|x86.Build.0 = Debug|Any CPU
126-
{0C5153BA-40BA-496A-BA22-4385B84CC874}.Release|Any CPU.ActiveCfg = Release|Any CPU
127-
{0C5153BA-40BA-496A-BA22-4385B84CC874}.Release|Any CPU.Build.0 = Release|Any CPU
128-
{0C5153BA-40BA-496A-BA22-4385B84CC874}.Release|x64.ActiveCfg = Release|Any CPU
129-
{0C5153BA-40BA-496A-BA22-4385B84CC874}.Release|x64.Build.0 = Release|Any CPU
130-
{0C5153BA-40BA-496A-BA22-4385B84CC874}.Release|x86.ActiveCfg = Release|Any CPU
131-
{0C5153BA-40BA-496A-BA22-4385B84CC874}.Release|x86.Build.0 = Release|Any CPU
120+
{0373805B-63D1-49C6-933D-24662542A168}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121+
{0373805B-63D1-49C6-933D-24662542A168}.Debug|Any CPU.Build.0 = Debug|Any CPU
122+
{0373805B-63D1-49C6-933D-24662542A168}.Debug|x64.ActiveCfg = Debug|Any CPU
123+
{0373805B-63D1-49C6-933D-24662542A168}.Debug|x64.Build.0 = Debug|Any CPU
124+
{0373805B-63D1-49C6-933D-24662542A168}.Debug|x86.ActiveCfg = Debug|Any CPU
125+
{0373805B-63D1-49C6-933D-24662542A168}.Debug|x86.Build.0 = Debug|Any CPU
126+
{0373805B-63D1-49C6-933D-24662542A168}.Release|Any CPU.ActiveCfg = Release|Any CPU
127+
{0373805B-63D1-49C6-933D-24662542A168}.Release|Any CPU.Build.0 = Release|Any CPU
128+
{0373805B-63D1-49C6-933D-24662542A168}.Release|x64.ActiveCfg = Release|Any CPU
129+
{0373805B-63D1-49C6-933D-24662542A168}.Release|x64.Build.0 = Release|Any CPU
130+
{0373805B-63D1-49C6-933D-24662542A168}.Release|x86.ActiveCfg = Release|Any CPU
131+
{0373805B-63D1-49C6-933D-24662542A168}.Release|x86.Build.0 = Release|Any CPU
132132
EndGlobalSection
133133
GlobalSection(SolutionProperties) = preSolution
134134
HideSolutionNode = FALSE
@@ -140,6 +140,6 @@ Global
140140
{8F9432F9-BDA5-4C81-B97B-B9BB177B7CD7} = {3311551B-F955-4474-BA2B-35D62C807B7D}
141141
{C7DD7FF2-C624-4859-950B-022DA9EFAFAE} = {3311551B-F955-4474-BA2B-35D62C807B7D}
142142
{D49DDD02-B11A-40AF-95FD-BFF8DACF2CC6} = {3311551B-F955-4474-BA2B-35D62C807B7D}
143-
{0C5153BA-40BA-496A-BA22-4385B84CC874} = {7ABF6BD4-50D0-0ECC-E91A-5192EF367F53}
143+
{0373805B-63D1-49C6-933D-24662542A168} = {7ABF6BD4-50D0-0ECC-E91A-5192EF367F53}
144144
EndGlobalSection
145145
EndGlobal

src/StorageAction/StorageAction/Az.StorageAction.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/13/2025
6+
# Generated on: 8/14/2025
77
#
88

99
@{

src/StorageAction/StorageAction/help/Get-AzStorageActionTaskAssignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
124124
125125
## OUTPUTS
126126
127-
### Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskAssignmentsListResult
127+
### Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskAssignment
128128
129129
## NOTES
130130

src/StorageAction/StorageAction/help/Get-AzStorageActionTasksReport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
184184
185185
## OUTPUTS
186186
187-
### Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskReportSummary
187+
### Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskReportInstance
188188
189189
## NOTES
190190

src/StorageAction/StorageAction/help/Invoke-AzStorageActionTaskPreviewAction.md

Lines changed: 8 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ Runs the input conditions against input object metadata properties and designate
1212

1313
## SYNTAX
1414

15-
### Preview (Default)
15+
### PreviewExpanded (Default)
1616
```
17-
Invoke-AzStorageActionTaskPreviewAction -Location <String> [-SubscriptionId <String>]
18-
-Body <IStorageTaskPreviewAction> [-DefaultProfile <PSObject>] [-WhatIf]
19-
[-Confirm] [<CommonParameters>]
17+
Invoke-AzStorageActionTaskPreviewAction -Location <String> [-SubscriptionId <String>] [-ActionElseBlockExist]
18+
-Blob <IStorageTaskPreviewBlobProperties[]> [-ContainerMetadata <IStorageTaskPreviewKeyValueProperties[]>]
19+
[-ContainerName <String>] [-IfCondition <String>] [-DefaultProfile <PSObject>]
20+
[-WhatIf] [-Confirm] [<CommonParameters>]
2021
```
2122

2223
### PreviewViaJsonString
@@ -31,14 +32,6 @@ Invoke-AzStorageActionTaskPreviewAction -Location <String> [-SubscriptionId <Str
3132
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
3233
```
3334

34-
### PreviewExpanded
35-
```
36-
Invoke-AzStorageActionTaskPreviewAction -Location <String> [-SubscriptionId <String>] [-ActionElseBlockExist]
37-
-Blob <IStorageTaskPreviewBlobProperties[]> [-ContainerMetadata <IStorageTaskPreviewKeyValueProperties[]>]
38-
[-ContainerName <String>] [-IfCondition <String>] [-DefaultProfile <PSObject>]
39-
[-WhatIf] [-Confirm] [<CommonParameters>]
40-
```
41-
4235
### PreviewViaIdentityExpanded
4336
```
4437
Invoke-AzStorageActionTaskPreviewAction -InputObject <IStorageActionIdentity> [-ActionElseBlockExist]
@@ -47,12 +40,6 @@ Invoke-AzStorageActionTaskPreviewAction -InputObject <IStorageActionIdentity> [-
4740
[-WhatIf] [-Confirm] [<CommonParameters>]
4841
```
4942

50-
### PreviewViaIdentity
51-
```
52-
Invoke-AzStorageActionTaskPreviewAction -InputObject <IStorageActionIdentity> -Body <IStorageTaskPreviewAction>
53-
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
54-
```
55-
5643
## DESCRIPTION
5744
Runs the input conditions against input object metadata properties and designates matched objects in response.
5845

@@ -255,21 +242,6 @@ Accept pipeline input: False
255242
Accept wildcard characters: False
256243
```
257244
258-
### -Body
259-
Storage Task Preview Action.
260-
261-
```yaml
262-
Type: Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewAction
263-
Parameter Sets: Preview, PreviewViaIdentity
264-
Aliases:
265-
266-
Required: True
267-
Position: Named
268-
Default value: None
269-
Accept pipeline input: True (ByValue)
270-
Accept wildcard characters: False
271-
```
272-
273245
### -ContainerMetadata
274246
metadata key value pairs to be tested for a match against the provided condition.
275247
@@ -336,7 +308,7 @@ Identity Parameter
336308
337309
```yaml
338310
Type: Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageActionIdentity
339-
Parameter Sets: PreviewViaIdentityExpanded, PreviewViaIdentity
311+
Parameter Sets: PreviewViaIdentityExpanded
340312
Aliases:
341313

342314
Required: True
@@ -381,7 +353,7 @@ Accept wildcard characters: False
381353
382354
```yaml
383355
Type: System.String
384-
Parameter Sets: Preview, PreviewViaJsonString, PreviewViaJsonFilePath, PreviewExpanded
356+
Parameter Sets: PreviewExpanded, PreviewViaJsonString, PreviewViaJsonFilePath
385357
Aliases:
386358

387359
Required: True
@@ -397,7 +369,7 @@ The value must be an UUID.
397369
398370
```yaml
399371
Type: System.String
400-
Parameter Sets: Preview, PreviewViaJsonString, PreviewViaJsonFilePath, PreviewExpanded
372+
Parameter Sets: PreviewExpanded, PreviewViaJsonString, PreviewViaJsonFilePath
401373
Aliases:
402374

403375
Required: False
@@ -445,8 +417,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
445417
446418
### Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageActionIdentity
447419
448-
### Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewAction
449-
450420
## OUTPUTS
451421
452422
### Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskPreviewAction

0 commit comments

Comments
 (0)