Skip to content

Commit 6fcdd91

Browse files
[skip ci] Archive af15a44 (#28595)
1 parent af15a44 commit 6fcdd91

File tree

51 files changed

+1358
-274
lines changed

Some content is hidden

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

51 files changed

+1358
-274
lines changed

generated/StorageDiscovery/StorageDiscovery.Autorest/Az.StorageDiscovery.format.ps1xml

Lines changed: 66 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,28 @@
431431
</TableRowEntries>
432432
</TableControl>
433433
</View>
434+
<View>
435+
<Name>Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.StorageDiscoveryScopeTags</Name>
436+
<ViewSelectedBy>
437+
<TypeName>Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.StorageDiscoveryScopeTags#Multiple</TypeName>
438+
</ViewSelectedBy>
439+
<TableControl>
440+
<TableHeaders>
441+
<TableColumnHeader>
442+
<Label>Item</Label>
443+
</TableColumnHeader>
444+
</TableHeaders>
445+
<TableRowEntries>
446+
<TableRowEntry>
447+
<TableColumnItems>
448+
<TableColumnItem>
449+
<PropertyName>Item</PropertyName>
450+
</TableColumnItem>
451+
</TableColumnItems>
452+
</TableRowEntry>
453+
</TableRowEntries>
454+
</TableControl>
455+
</View>
434456
<View>
435457
<Name>Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.StorageDiscoveryWorkspace</Name>
436458
<ViewSelectedBy>
@@ -585,6 +607,28 @@
585607
</TableRowEntries>
586608
</TableControl>
587609
</View>
610+
<View>
611+
<Name>Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.StorageDiscoveryWorkspaceUpdateTags</Name>
612+
<ViewSelectedBy>
613+
<TypeName>Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.StorageDiscoveryWorkspaceUpdateTags#Multiple</TypeName>
614+
</ViewSelectedBy>
615+
<TableControl>
616+
<TableHeaders>
617+
<TableColumnHeader>
618+
<Label>Item</Label>
619+
</TableColumnHeader>
620+
</TableHeaders>
621+
<TableRowEntries>
622+
<TableRowEntry>
623+
<TableColumnItems>
624+
<TableColumnItem>
625+
<PropertyName>Item</PropertyName>
626+
</TableColumnItem>
627+
</TableColumnItems>
628+
</TableRowEntry>
629+
</TableRowEntries>
630+
</TableControl>
631+
</View>
588632
<View>
589633
<Name>Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.SystemData</Name>
590634
<ViewSelectedBy>
@@ -637,28 +681,6 @@
637681
</TableRowEntries>
638682
</TableControl>
639683
</View>
640-
<View>
641-
<Name>Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.Tags</Name>
642-
<ViewSelectedBy>
643-
<TypeName>Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.Tags#Multiple</TypeName>
644-
</ViewSelectedBy>
645-
<TableControl>
646-
<TableHeaders>
647-
<TableColumnHeader>
648-
<Label>Item</Label>
649-
</TableColumnHeader>
650-
</TableHeaders>
651-
<TableRowEntries>
652-
<TableRowEntry>
653-
<TableColumnItems>
654-
<TableColumnItem>
655-
<PropertyName>Item</PropertyName>
656-
</TableColumnItem>
657-
</TableColumnItems>
658-
</TableRowEntry>
659-
</TableRowEntries>
660-
</TableControl>
661-
</View>
662684
<View>
663685
<Name>Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.TrackedResource</Name>
664686
<ViewSelectedBy>
@@ -723,5 +745,27 @@
723745
</TableRowEntries>
724746
</TableControl>
725747
</View>
748+
<View>
749+
<Name>Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.TrackedResourceTags</Name>
750+
<ViewSelectedBy>
751+
<TypeName>Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.TrackedResourceTags#Multiple</TypeName>
752+
</ViewSelectedBy>
753+
<TableControl>
754+
<TableHeaders>
755+
<TableColumnHeader>
756+
<Label>Item</Label>
757+
</TableColumnHeader>
758+
</TableHeaders>
759+
<TableRowEntries>
760+
<TableRowEntry>
761+
<TableColumnItems>
762+
<TableColumnItem>
763+
<PropertyName>Item</PropertyName>
764+
</TableColumnItem>
765+
</TableColumnItems>
766+
</TableRowEntry>
767+
</TableRowEntries>
768+
</TableControl>
769+
</View>
726770
</ViewDefinitions>
727771
</Configuration>

generated/StorageDiscovery/StorageDiscovery.Autorest/Az.StorageDiscovery.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@{
22
GUID = '81a2f031-8f0e-4640-9129-5f4b797b8a95'
33
RootModule = './Az.StorageDiscovery.psm1'
4-
ModuleVersion = '0.1.0'
4+
ModuleVersion = '1.0.0'
55
CompatiblePSEditions = 'Core', 'Desktop'
66
Author = 'Microsoft Corporation'
77
CompanyName = 'Microsoft Corporation'

generated/StorageDiscovery/StorageDiscovery.Autorest/exports/New-AzStorageDiscoveryScopeObject.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COMPLEX PARAMETER PROPERTIES
3030
3131
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
3232
33-
TAG <ITags>: Resource tags.
33+
TAG <IStorageDiscoveryScopeTags>: Resource tags.
3434
[(Any) <String>]: This indicates any property can be added to this object.
3535
.Link
3636
https://learn.microsoft.com/powershell/module/Az.StorageDiscovery/new-azstoragediscoveryscopeobject
@@ -54,7 +54,7 @@ param(
5454

5555
[Parameter()]
5656
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Category('Body')]
57-
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ITags]
57+
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IStorageDiscoveryScopeTags]
5858
# Resource tags.
5959
${Tag},
6060

generated/StorageDiscovery/StorageDiscovery.Autorest/exports/New-AzStorageDiscoveryWorkspace.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To create the parameters described below, construct a hash table containing the
3333
SCOPE <IStorageDiscoveryScope[]>: The scopes of the storage discovery workspace.
3434
DisplayName <String>: Display name of the collection
3535
ResourceType <List<String>>: Resource types for the collection
36-
[Tag <ITags>]: Resource tags.
36+
[Tag <IStorageDiscoveryScopeTags>]: Resource tags.
3737
[(Any) <String>]: This indicates any property can be added to this object.
3838
[TagKeysOnly <List<String>>]: The storage account tags keys to filter
3939
.Link
@@ -93,7 +93,7 @@ param(
9393

9494
[Parameter(ParameterSetName='CreateExpanded')]
9595
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Category('Body')]
96-
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ITags]))]
96+
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ITrackedResourceTags]))]
9797
[System.Collections.Hashtable]
9898
# Resource tags.
9999
${Tag},

generated/StorageDiscovery/StorageDiscovery.Autorest/exports/ProxyCmdletDefinitions.ps1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ To create the parameters described below, construct a hash table containing the
247247
SCOPE <IStorageDiscoveryScope[]>: The scopes of the storage discovery workspace.
248248
DisplayName <String>: Display name of the collection
249249
ResourceType <List<String>>: Resource types for the collection
250-
[Tag <ITags>]: Resource tags.
250+
[Tag <IStorageDiscoveryScopeTags>]: Resource tags.
251251
[(Any) <String>]: This indicates any property can be added to this object.
252252
[TagKeysOnly <List<String>>]: The storage account tags keys to filter
253253
.Link
@@ -307,7 +307,7 @@ param(
307307

308308
[Parameter(ParameterSetName='CreateExpanded')]
309309
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Category('Body')]
310-
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ITags]))]
310+
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ITrackedResourceTags]))]
311311
[System.Collections.Hashtable]
312312
# Resource tags.
313313
${Tag},
@@ -718,7 +718,7 @@ INPUTOBJECT <IStorageDiscoveryIdentity>: Identity Parameter
718718
SCOPE <IStorageDiscoveryScope[]>: The scopes of the storage discovery workspace.
719719
DisplayName <String>: Display name of the collection
720720
ResourceType <List<String>>: Resource types for the collection
721-
[Tag <ITags>]: Resource tags.
721+
[Tag <IStorageDiscoveryScopeTags>]: Resource tags.
722722
[(Any) <String>]: This indicates any property can be added to this object.
723723
[TagKeysOnly <List<String>>]: The storage account tags keys to filter
724724
.Link
@@ -788,7 +788,7 @@ param(
788788
[Parameter(ParameterSetName='UpdateExpanded')]
789789
[Parameter(ParameterSetName='UpdateViaIdentityExpanded')]
790790
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Category('Body')]
791-
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ITags]))]
791+
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IStorageDiscoveryWorkspaceUpdateTags]))]
792792
[System.Collections.Hashtable]
793793
# Resource tags.
794794
${Tag},
@@ -978,7 +978,7 @@ COMPLEX PARAMETER PROPERTIES
978978
979979
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
980980
981-
TAG <ITags>: Resource tags.
981+
TAG <IStorageDiscoveryScopeTags>: Resource tags.
982982
[(Any) <String>]: This indicates any property can be added to this object.
983983
.Link
984984
https://learn.microsoft.com/powershell/module/Az.StorageDiscovery/new-azstoragediscoveryscopeobject
@@ -1002,7 +1002,7 @@ param(
10021002

10031003
[Parameter()]
10041004
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Category('Body')]
1005-
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ITags]
1005+
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IStorageDiscoveryScopeTags]
10061006
# Resource tags.
10071007
${Tag},
10081008

generated/StorageDiscovery/StorageDiscovery.Autorest/exports/Update-AzStorageDiscoveryWorkspace.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ INPUTOBJECT <IStorageDiscoveryIdentity>: Identity Parameter
4242
SCOPE <IStorageDiscoveryScope[]>: The scopes of the storage discovery workspace.
4343
DisplayName <String>: Display name of the collection
4444
ResourceType <List<String>>: Resource types for the collection
45-
[Tag <ITags>]: Resource tags.
45+
[Tag <IStorageDiscoveryScopeTags>]: Resource tags.
4646
[(Any) <String>]: This indicates any property can be added to this object.
4747
[TagKeysOnly <List<String>>]: The storage account tags keys to filter
4848
.Link
@@ -112,7 +112,7 @@ param(
112112
[Parameter(ParameterSetName='UpdateExpanded')]
113113
[Parameter(ParameterSetName='UpdateViaIdentityExpanded')]
114114
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Category('Body')]
115-
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ITags]))]
115+
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IStorageDiscoveryWorkspaceUpdateTags]))]
116116
[System.Collections.Hashtable]
117117
# Resource tags.
118118
${Tag},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "60c9a46f-76b7-4bd5-8af2-72f8ed0c8de7"
2+
"generate_Id": "78baa472-4432-4cbd-bb45-39983c7e1ac6"
33
}

generated/StorageDiscovery/StorageDiscovery.Autorest/generated/api/Models/ErrorResponse.PowerShell.cs

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,6 @@ internal ErrorResponse(global::System.Collections.IDictionary content)
106106
{
107107
((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).Error = (Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorDetail) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).Error, Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ErrorDetailTypeConverter.ConvertFrom);
108108
}
109-
if (content.Contains("Detail"))
110-
{
111-
((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).Detail = (System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorDetail>) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).Detail, __y => TypeConverterExtensions.SelectToList<Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorDetail>(__y, Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ErrorDetailTypeConverter.ConvertFrom));
112-
}
113-
if (content.Contains("AdditionalInfo"))
114-
{
115-
((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).AdditionalInfo = (System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorAdditionalInfo>) content.GetValueForProperty("AdditionalInfo",((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).AdditionalInfo, __y => TypeConverterExtensions.SelectToList<Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorAdditionalInfo>(__y, Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ErrorAdditionalInfoTypeConverter.ConvertFrom));
116-
}
117109
if (content.Contains("Code"))
118110
{
119111
((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).Code = (string) content.GetValueForProperty("Code",((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).Code, global::System.Convert.ToString);
@@ -126,6 +118,14 @@ internal ErrorResponse(global::System.Collections.IDictionary content)
126118
{
127119
((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).Target = (string) content.GetValueForProperty("Target",((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).Target, global::System.Convert.ToString);
128120
}
121+
if (content.Contains("Detail"))
122+
{
123+
((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).Detail = (System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorDetail>) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).Detail, __y => TypeConverterExtensions.SelectToList<Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorDetail>(__y, Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ErrorDetailTypeConverter.ConvertFrom));
124+
}
125+
if (content.Contains("AdditionalInfo"))
126+
{
127+
((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).AdditionalInfo = (System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorAdditionalInfo>) content.GetValueForProperty("AdditionalInfo",((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).AdditionalInfo, __y => TypeConverterExtensions.SelectToList<Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorAdditionalInfo>(__y, Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ErrorAdditionalInfoTypeConverter.ConvertFrom));
128+
}
129129
AfterDeserializeDictionary(content);
130130
}
131131

@@ -147,14 +147,6 @@ internal ErrorResponse(global::System.Management.Automation.PSObject content)
147147
{
148148
((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).Error = (Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorDetail) content.GetValueForProperty("Error",((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).Error, Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ErrorDetailTypeConverter.ConvertFrom);
149149
}
150-
if (content.Contains("Detail"))
151-
{
152-
((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).Detail = (System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorDetail>) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).Detail, __y => TypeConverterExtensions.SelectToList<Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorDetail>(__y, Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ErrorDetailTypeConverter.ConvertFrom));
153-
}
154-
if (content.Contains("AdditionalInfo"))
155-
{
156-
((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).AdditionalInfo = (System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorAdditionalInfo>) content.GetValueForProperty("AdditionalInfo",((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).AdditionalInfo, __y => TypeConverterExtensions.SelectToList<Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorAdditionalInfo>(__y, Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ErrorAdditionalInfoTypeConverter.ConvertFrom));
157-
}
158150
if (content.Contains("Code"))
159151
{
160152
((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).Code = (string) content.GetValueForProperty("Code",((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).Code, global::System.Convert.ToString);
@@ -167,6 +159,14 @@ internal ErrorResponse(global::System.Management.Automation.PSObject content)
167159
{
168160
((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).Target = (string) content.GetValueForProperty("Target",((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).Target, global::System.Convert.ToString);
169161
}
162+
if (content.Contains("Detail"))
163+
{
164+
((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).Detail = (System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorDetail>) content.GetValueForProperty("Detail",((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).Detail, __y => TypeConverterExtensions.SelectToList<Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorDetail>(__y, Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ErrorDetailTypeConverter.ConvertFrom));
165+
}
166+
if (content.Contains("AdditionalInfo"))
167+
{
168+
((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).AdditionalInfo = (System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorAdditionalInfo>) content.GetValueForProperty("AdditionalInfo",((Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorResponseInternal)this).AdditionalInfo, __y => TypeConverterExtensions.SelectToList<Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IErrorAdditionalInfo>(__y, Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ErrorAdditionalInfoTypeConverter.ConvertFrom));
169+
}
170170
AfterDeserializePSObject(content);
171171
}
172172

0 commit comments

Comments
 (0)