-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Expand file tree
/
Copy pathPSGetModuleInfo.xml
More file actions
145 lines (145 loc) · 8 KB
/
PSGetModuleInfo.xml
File metadata and controls
145 lines (145 loc) · 8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
<Obj RefId="0">
<TN RefId="0">
<T>Microsoft.PowerShell.Commands.PSRepositoryItemInfo</T>
<T>System.Management.Automation.PSCustomObject</T>
<T>System.Object</T>
</TN>
<MS>
<S N="Name">AzBobbyTables</S>
<S N="Version">3.4.0</S>
<S N="Type">Module</S>
<S N="Description">A module for handling Azure Table Storage operations by wrapping the Azure Data Tables SDK.</S>
<S N="Author">Emanuel Palm</S>
<S N="CompanyName">PalmEmanuel</S>
<S N="Copyright">(c) Emanuel Palm. All rights reserved.</S>
<DT N="PublishedDate">2025-07-03T17:55:54-04:00</DT>
<Nil N="InstalledDate" />
<Nil N="UpdatedDate" />
<URI N="LicenseUri">https://github.com/PalmEmanuel/AzBobbyTables/blob/main/LICENSE</URI>
<URI N="ProjectUri">https://github.com/PalmEmanuel/AzBobbyTables</URI>
<Nil N="IconUri" />
<Obj N="Tags" RefId="1">
<TN RefId="1">
<T>System.Object[]</T>
<T>System.Array</T>
<T>System.Object</T>
</TN>
<LST>
<S>azure</S>
<S>storage</S>
<S>table</S>
<S>cosmos</S>
<S>cosmosdb</S>
<S>data</S>
<S>PSModule</S>
<S>PSEdition_Core</S>
</LST>
</Obj>
<Obj N="Includes" RefId="2">
<TN RefId="2">
<T>System.Collections.Hashtable</T>
<T>System.Object</T>
</TN>
<DCT>
<En>
<S N="Key">Function</S>
<Obj N="Value" RefId="3">
<TNRef RefId="1" />
<LST />
</Obj>
</En>
<En>
<S N="Key">Command</S>
<Obj N="Value" RefId="4">
<TNRef RefId="1" />
<LST>
<S>Add-AzDataTableEntity</S>
<S>Clear-AzDataTable</S>
<S>Get-AzDataTable</S>
<S>Get-AzDataTableEntity</S>
<S>Get-AzDataTableSupportedEntityType</S>
<S>Remove-AzDataTableEntity</S>
<S>Update-AzDataTableEntity</S>
<S>New-AzDataTableContext</S>
<S>Remove-AzDataTable</S>
<S>New-AzDataTable</S>
</LST>
</Obj>
</En>
<En>
<S N="Key">DscResource</S>
<Ref N="Value" RefId="3" />
</En>
<En>
<S N="Key">Workflow</S>
<Ref N="Value" RefId="3" />
</En>
<En>
<S N="Key">RoleCapability</S>
<Ref N="Value" RefId="3" />
</En>
<En>
<S N="Key">Cmdlet</S>
<Obj N="Value" RefId="5">
<TNRef RefId="1" />
<LST>
<S>Add-AzDataTableEntity</S>
<S>Clear-AzDataTable</S>
<S>Get-AzDataTable</S>
<S>Get-AzDataTableEntity</S>
<S>Get-AzDataTableSupportedEntityType</S>
<S>Remove-AzDataTableEntity</S>
<S>Update-AzDataTableEntity</S>
<S>New-AzDataTableContext</S>
<S>Remove-AzDataTable</S>
<S>New-AzDataTable</S>
</LST>
</Obj>
</En>
</DCT>
</Obj>
<Nil N="PowerShellGetFormatVersion" />
<S N="ReleaseNotes">## [3.4.0] - 2025-07-03_x000A__x000A_### Added_x000A__x000A_- Added SortedList as valid type for -Entity parameter [#52](https://github.com/PalmEmanuel/AzBobbyTables/issues/52)_x000A_- New command `Get-AzDataTableSupportedEntityType` to get the supported data types for the module when using `-Entity` parameter_x000A__x000A_### Changed_x000A__x000A_- Dependency version bumps_x000A_- Rewrote core module logic to add a converter system which allows for flexible entity types_x000A_- Updated gitversion config for build and release_x000A_- Improved module tests for the new type converter system</S>
<Obj N="Dependencies" RefId="6">
<TNRef RefId="1" />
<LST />
</Obj>
<S N="RepositorySourceLocation">https://www.powershellgallery.com/api/v2</S>
<S N="Repository">PSGallery</S>
<S N="PackageManagementProvider">NuGet</S>
<Obj N="AdditionalMetadata" RefId="7">
<TN RefId="3">
<T>System.Management.Automation.PSCustomObject</T>
<T>System.Object</T>
</TN>
<MS>
<S N="copyright">(c) Emanuel Palm. All rights reserved.</S>
<S N="description">A module for handling Azure Table Storage operations by wrapping the Azure Data Tables SDK.</S>
<S N="requireLicenseAcceptance">False</S>
<S N="releaseNotes">## [3.4.0] - 2025-07-03_x000A__x000A_### Added_x000A__x000A_- Added SortedList as valid type for -Entity parameter [#52](https://github.com/PalmEmanuel/AzBobbyTables/issues/52)_x000A_- New command `Get-AzDataTableSupportedEntityType` to get the supported data types for the module when using `-Entity` parameter_x000A__x000A_### Changed_x000A__x000A_- Dependency version bumps_x000A_- Rewrote core module logic to add a converter system which allows for flexible entity types_x000A_- Updated gitversion config for build and release_x000A_- Improved module tests for the new type converter system</S>
<S N="isLatestVersion">True</S>
<S N="isAbsoluteLatestVersion">True</S>
<S N="versionDownloadCount">3355</S>
<S N="downloadCount">58167</S>
<S N="packageSize">1560682</S>
<S N="published">7/3/2025 5:55:54 PM -04:00</S>
<S N="created">7/3/2025 5:55:54 PM -04:00</S>
<S N="lastUpdated">10/18/2025 1:10:00 AM -04:00</S>
<S N="tags">azure storage table cosmos cosmosdb data PSModule PSEdition_Core PSCmdlet_Add-AzDataTableEntity PSCommand_Add-AzDataTableEntity PSCmdlet_Clear-AzDataTable PSCommand_Clear-AzDataTable PSCmdlet_Get-AzDataTable PSCommand_Get-AzDataTable PSCmdlet_Get-AzDataTableEntity PSCommand_Get-AzDataTableEntity PSCmdlet_Get-AzDataTableSupportedEntityType PSCommand_Get-AzDataTableSupportedEntityType PSCmdlet_Remove-AzDataTableEntity PSCommand_Remove-AzDataTableEntity PSCmdlet_Update-AzDataTableEntity PSCommand_Update-AzDataTableEntity PSCmdlet_New-AzDataTableContext PSCommand_New-AzDataTableContext PSCmdlet_Remove-AzDataTable PSCommand_Remove-AzDataTable PSCmdlet_New-AzDataTable PSCommand_New-AzDataTable PSIncludes_Cmdlet</S>
<S N="developmentDependency">False</S>
<S N="updated">2025-10-18T01:10:00Z</S>
<S N="NormalizedVersion">3.4.0</S>
<S N="Authors">Emanuel Palm</S>
<S N="IsPrerelease">false</S>
<S N="ItemType">Module</S>
<S N="FileList">AzBobbyTables.nuspec|AzBobbyTables.psd1|dependencies\System.Numerics.Vectors.dll|dependencies\System.Buffers.dll|dependencies\System.Security.AccessControl.dll|LICENSE|dependencies\Azure.Core.dll|dependencies\AzBobbyTables.Core.dll|dependencies\Azure.Data.Tables.dll|AzBobbyTables.PS.dll|dependencies\Microsoft.VisualStudio.Threading.dll|dependencies\Microsoft.VisualStudio.Validation.dll|dependencies\System.Text.Encodings.Web.dll|dependencies\System.Diagnostics.DiagnosticSource.dll|dependencies\System.Memory.dll|dependencies\System.ClientModel.dll|CHANGELOG.md|dependencies\System.Text.Json.dll|dependencies\System.Memory.Data.dll|dependencies\System.Threading.Tasks.Extensions.dll|en-US\AzBobbyTables.PS.dll-Help.xml|dependencies\Microsoft.Bcl.AsyncInterfaces.dll|dependencies\System.Linq.Async.dll|dependencies\Microsoft.Win32.Registry.dll|dependencies\System.Runtime.CompilerServices.Unsafe.dll|dependencies\System.Security.Principal.Windows.dll</S>
<S N="GUID">eead4f42-5080-4f83-8901-340c529a5a11</S>
<S N="PowerShellVersion">7.0</S>
<S N="CompanyName">pipe.how</S>
</MS>
</Obj>
<S N="InstalledLocation">C:\GitHub\CIPP Workspace\CIPP-API\Modules\AzBobbyTables\3.4.0</S>
</MS>
</Obj>
</Objs>