Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,28 @@
</TableRowEntries>
</TableControl>
</View>
<View>
<Name>Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.StorageDiscoveryScopeTags</Name>
<ViewSelectedBy>
<TypeName>Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.StorageDiscoveryScopeTags#Multiple</TypeName>
</ViewSelectedBy>
<TableControl>
<TableHeaders>
<TableColumnHeader>
<Label>Item</Label>
</TableColumnHeader>
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<TableColumnItems>
<TableColumnItem>
<PropertyName>Item</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
<View>
<Name>Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.StorageDiscoveryWorkspace</Name>
<ViewSelectedBy>
Expand Down Expand Up @@ -585,6 +607,28 @@
</TableRowEntries>
</TableControl>
</View>
<View>
<Name>Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.StorageDiscoveryWorkspaceUpdateTags</Name>
<ViewSelectedBy>
<TypeName>Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.StorageDiscoveryWorkspaceUpdateTags#Multiple</TypeName>
</ViewSelectedBy>
<TableControl>
<TableHeaders>
<TableColumnHeader>
<Label>Item</Label>
</TableColumnHeader>
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<TableColumnItems>
<TableColumnItem>
<PropertyName>Item</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
<View>
<Name>Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.SystemData</Name>
<ViewSelectedBy>
Expand Down Expand Up @@ -637,28 +681,6 @@
</TableRowEntries>
</TableControl>
</View>
<View>
<Name>Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.Tags</Name>
<ViewSelectedBy>
<TypeName>Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.Tags#Multiple</TypeName>
</ViewSelectedBy>
<TableControl>
<TableHeaders>
<TableColumnHeader>
<Label>Item</Label>
</TableColumnHeader>
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<TableColumnItems>
<TableColumnItem>
<PropertyName>Item</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
<View>
<Name>Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.TrackedResource</Name>
<ViewSelectedBy>
Expand Down Expand Up @@ -723,5 +745,27 @@
</TableRowEntries>
</TableControl>
</View>
<View>
<Name>Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.TrackedResourceTags</Name>
<ViewSelectedBy>
<TypeName>Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.TrackedResourceTags#Multiple</TypeName>
</ViewSelectedBy>
<TableControl>
<TableHeaders>
<TableColumnHeader>
<Label>Item</Label>
</TableColumnHeader>
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<TableColumnItems>
<TableColumnItem>
<PropertyName>Item</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
</ViewDefinitions>
</Configuration>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@{
GUID = '81a2f031-8f0e-4640-9129-5f4b797b8a95'
RootModule = './Az.StorageDiscovery.psm1'
ModuleVersion = '0.1.0'
ModuleVersion = '1.0.0'
CompatiblePSEditions = 'Core', 'Desktop'
Author = 'Microsoft Corporation'
CompanyName = 'Microsoft Corporation'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ COMPLEX PARAMETER PROPERTIES

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.

TAG <ITags>: Resource tags.
TAG <IStorageDiscoveryScopeTags>: Resource tags.
[(Any) <String>]: This indicates any property can be added to this object.
.Link
https://learn.microsoft.com/powershell/module/Az.StorageDiscovery/new-azstoragediscoveryscopeobject
Expand All @@ -54,7 +54,7 @@ param(

[Parameter()]
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ITags]
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IStorageDiscoveryScopeTags]
# Resource tags.
${Tag},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To create the parameters described below, construct a hash table containing the
SCOPE <IStorageDiscoveryScope[]>: The scopes of the storage discovery workspace.
DisplayName <String>: Display name of the collection
ResourceType <List<String>>: Resource types for the collection
[Tag <ITags>]: Resource tags.
[Tag <IStorageDiscoveryScopeTags>]: Resource tags.
[(Any) <String>]: This indicates any property can be added to this object.
[TagKeysOnly <List<String>>]: The storage account tags keys to filter
.Link
Expand Down Expand Up @@ -93,7 +93,7 @@ param(

[Parameter(ParameterSetName='CreateExpanded')]
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ITags]))]
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ITrackedResourceTags]))]
[System.Collections.Hashtable]
# Resource tags.
${Tag},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ To create the parameters described below, construct a hash table containing the
SCOPE <IStorageDiscoveryScope[]>: The scopes of the storage discovery workspace.
DisplayName <String>: Display name of the collection
ResourceType <List<String>>: Resource types for the collection
[Tag <ITags>]: Resource tags.
[Tag <IStorageDiscoveryScopeTags>]: Resource tags.
[(Any) <String>]: This indicates any property can be added to this object.
[TagKeysOnly <List<String>>]: The storage account tags keys to filter
.Link
Expand Down Expand Up @@ -307,7 +307,7 @@ param(

[Parameter(ParameterSetName='CreateExpanded')]
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ITags]))]
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ITrackedResourceTags]))]
[System.Collections.Hashtable]
# Resource tags.
${Tag},
Expand Down Expand Up @@ -718,7 +718,7 @@ INPUTOBJECT <IStorageDiscoveryIdentity>: Identity Parameter
SCOPE <IStorageDiscoveryScope[]>: The scopes of the storage discovery workspace.
DisplayName <String>: Display name of the collection
ResourceType <List<String>>: Resource types for the collection
[Tag <ITags>]: Resource tags.
[Tag <IStorageDiscoveryScopeTags>]: Resource tags.
[(Any) <String>]: This indicates any property can be added to this object.
[TagKeysOnly <List<String>>]: The storage account tags keys to filter
.Link
Expand Down Expand Up @@ -788,7 +788,7 @@ param(
[Parameter(ParameterSetName='UpdateExpanded')]
[Parameter(ParameterSetName='UpdateViaIdentityExpanded')]
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ITags]))]
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IStorageDiscoveryWorkspaceUpdateTags]))]
[System.Collections.Hashtable]
# Resource tags.
${Tag},
Expand Down Expand Up @@ -978,7 +978,7 @@ COMPLEX PARAMETER PROPERTIES

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.

TAG <ITags>: Resource tags.
TAG <IStorageDiscoveryScopeTags>: Resource tags.
[(Any) <String>]: This indicates any property can be added to this object.
.Link
https://learn.microsoft.com/powershell/module/Az.StorageDiscovery/new-azstoragediscoveryscopeobject
Expand All @@ -1002,7 +1002,7 @@ param(

[Parameter()]
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ITags]
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IStorageDiscoveryScopeTags]
# Resource tags.
${Tag},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ INPUTOBJECT <IStorageDiscoveryIdentity>: Identity Parameter
SCOPE <IStorageDiscoveryScope[]>: The scopes of the storage discovery workspace.
DisplayName <String>: Display name of the collection
ResourceType <List<String>>: Resource types for the collection
[Tag <ITags>]: Resource tags.
[Tag <IStorageDiscoveryScopeTags>]: Resource tags.
[(Any) <String>]: This indicates any property can be added to this object.
[TagKeysOnly <List<String>>]: The storage account tags keys to filter
.Link
Expand Down Expand Up @@ -112,7 +112,7 @@ param(
[Parameter(ParameterSetName='UpdateExpanded')]
[Parameter(ParameterSetName='UpdateViaIdentityExpanded')]
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.ITags]))]
[Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.StorageDiscovery.Models.IStorageDiscoveryWorkspaceUpdateTags]))]
[System.Collections.Hashtable]
# Resource tags.
${Tag},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"generate_Id": "60c9a46f-76b7-4bd5-8af2-72f8ed0c8de7"
"generate_Id": "78baa472-4432-4cbd-bb45-39983c7e1ac6"
}
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,6 @@ internal ErrorResponse(global::System.Collections.IDictionary content)
{
((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);
}
if (content.Contains("Detail"))
{
((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));
}
if (content.Contains("AdditionalInfo"))
{
((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));
}
if (content.Contains("Code"))
{
((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);
Expand All @@ -126,6 +118,14 @@ internal ErrorResponse(global::System.Collections.IDictionary content)
{
((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);
}
if (content.Contains("Detail"))
{
((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));
}
if (content.Contains("AdditionalInfo"))
{
((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));
}
AfterDeserializeDictionary(content);
}

Expand All @@ -147,14 +147,6 @@ internal ErrorResponse(global::System.Management.Automation.PSObject content)
{
((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);
}
if (content.Contains("Detail"))
{
((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));
}
if (content.Contains("AdditionalInfo"))
{
((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));
}
if (content.Contains("Code"))
{
((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);
Expand All @@ -167,6 +159,14 @@ internal ErrorResponse(global::System.Management.Automation.PSObject content)
{
((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);
}
if (content.Contains("Detail"))
{
((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));
}
if (content.Contains("AdditionalInfo"))
{
((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));
}
AfterDeserializePSObject(content);
}

Expand Down
Loading