Skip to content

Commit 656f6a2

Browse files
authored
Merge pull request #1062 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents ee0ac46 + 915355c commit 656f6a2

176 files changed

Lines changed: 3247 additions & 288 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
-42.5 KB
Binary file not shown.
-48.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
43 KB
Binary file not shown.

Modules/AzBobbyTables/3.5.1/AzBobbyTables.psd1 renamed to Modules/AzBobbyTables/3.6.0/AzBobbyTables.psd1

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
RootModule = 'AzBobbyTables.PS.dll'
55

66
# Version number of this module.
7-
ModuleVersion = '3.5.1'
7+
ModuleVersion = '3.6.0'
88

99
# Supported PSEditions
1010
CompatiblePSEditions = @('Core')
@@ -110,12 +110,16 @@ PrivateData = @{
110110
# IconUri = ''
111111

112112
# ReleaseNotes of this module
113-
ReleaseNotes = '## [3.5.1] - 2026-07-01
113+
ReleaseNotes = '## [3.6.0] - 2026-07-01
114114
115115
### Added
116116
117-
- Added a `-MaxConnectionsPerServer` parameter to `New-AzDataTableContext` to cap the number of concurrent connections per server endpoint on the shared HTTP client pool. Applied process-wide on first use; default is unlimited.
118-
- Added a `-MaxRetries` parameter to the table operation cmdlets (`Add-`, `Get-`, `Remove-`, `Update-AzDataTableEntity`, `Clear-`, `Get-`, `New-`, `Remove-AzDataTable`) to retry throttled requests (HTTP 429), waiting for the service''s Retry-After hint between attempts. Defaults to `0` (no retries).
117+
- Added a `-MaxConnectionsPerServer` parameter to `New-AzDataTableContext` to cap the number of concurrent connections per server endpoint on the shared HTTP client pool. Applied process-wide on first use; default is unlimited. ([#133](https://github.com/PalmEmanuel/AzBobbyTables/pull/122))
118+
- Added a `-MaxRetries` parameter to the table operation cmdlets (`Add-`, `Get-`, `Remove-`, `Update-AzDataTableEntity`, `Clear-`, `Get-`, `New-`, `Remove-AzDataTable`) to retry throttled requests (HTTP 429), waiting for the service''s Retry-After hint between attempts. Defaults to `0` (no retries). ([#133](https://github.com/PalmEmanuel/AzBobbyTables/pull/122))
119+
120+
### Changed
121+
122+
Bumped Microsoft.VisualStudio.Threading from 17.14.15 to 18.7.23 (#132)
119123
120124
'
121125

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ The format is based on and uses the types of changes according to [Keep a Change
66

77
### Added
88

9-
- Added a `-MaxConnectionsPerServer` parameter to `New-AzDataTableContext` to cap the number of concurrent connections per server endpoint on the shared HTTP client pool. Applied process-wide on first use; default is unlimited.
10-
- Added a `-MaxRetries` parameter to the table operation cmdlets (`Add-`, `Get-`, `Remove-`, `Update-AzDataTableEntity`, `Clear-`, `Get-`, `New-`, `Remove-AzDataTable`) to retry throttled requests (HTTP 429), waiting for the service's Retry-After hint between attempts. Defaults to `0` (no retries).
9+
- Added a `-MaxConnectionsPerServer` parameter to `New-AzDataTableContext` to cap the number of concurrent connections per server endpoint on the shared HTTP client pool. Applied process-wide on first use; default is unlimited. ([#133](https://github.com/PalmEmanuel/AzBobbyTables/pull/122))
10+
- Added a `-MaxRetries` parameter to the table operation cmdlets (`Add-`, `Get-`, `Remove-`, `Update-AzDataTableEntity`, `Clear-`, `Get-`, `New-`, `Remove-AzDataTable`) to retry throttled requests (HTTP 429), waiting for the service's Retry-After hint between attempts. Defaults to `0` (no retries). ([#133](https://github.com/PalmEmanuel/AzBobbyTables/pull/122))
11+
12+
### Changed
13+
14+
Bumped Microsoft.VisualStudio.Threading from 17.14.15 to 18.7.23 (#132)
1115

1216
## [3.5.0] - 2026-04-20
1317

Lines changed: 159 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,159 @@
1+
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
2+
<Obj RefId="0">
3+
<TN RefId="0">
4+
<T>Microsoft.PowerShell.Commands.PSRepositoryItemInfo</T>
5+
<T>System.Management.Automation.PSCustomObject</T>
6+
<T>System.Object</T>
7+
</TN>
8+
<MS>
9+
<S N="Name">AzBobbyTables</S>
10+
<Version N="Version">3.6.0</Version>
11+
<S N="Type">Module</S>
12+
<S N="Description">A module for handling Azure Table Storage operations by wrapping the Azure Data Tables SDK.</S>
13+
<S N="Author">Emanuel Palm</S>
14+
<S N="CompanyName">PalmEmanuel</S>
15+
<S N="Copyright">(c) Emanuel Palm. All rights reserved.</S>
16+
<DT N="PublishedDate">2026-07-01T12:50:12+08:00</DT>
17+
<Obj N="InstalledDate" RefId="1">
18+
<DT>2026-07-01T21:42:52.9978294+08:00</DT>
19+
<MS>
20+
<Obj N="DisplayHint" RefId="2">
21+
<TN RefId="1">
22+
<T>Microsoft.PowerShell.Commands.DisplayHintType</T>
23+
<T>System.Enum</T>
24+
<T>System.ValueType</T>
25+
<T>System.Object</T>
26+
</TN>
27+
<ToString>DateTime</ToString>
28+
<I32>2</I32>
29+
</Obj>
30+
</MS>
31+
</Obj>
32+
<Nil N="UpdatedDate" />
33+
<URI N="LicenseUri">https://github.com/PalmEmanuel/AzBobbyTables/blob/main/LICENSE</URI>
34+
<URI N="ProjectUri">https://github.com/PalmEmanuel/AzBobbyTables</URI>
35+
<Nil N="IconUri" />
36+
<Obj N="Tags" RefId="3">
37+
<TN RefId="2">
38+
<T>System.Object[]</T>
39+
<T>System.Array</T>
40+
<T>System.Object</T>
41+
</TN>
42+
<LST>
43+
<S>azure</S>
44+
<S>storage</S>
45+
<S>table</S>
46+
<S>cosmos</S>
47+
<S>cosmosdb</S>
48+
<S>data</S>
49+
<S>PSModule</S>
50+
<S>PSEdition_Core</S>
51+
</LST>
52+
</Obj>
53+
<Obj N="Includes" RefId="4">
54+
<TN RefId="3">
55+
<T>System.Collections.Hashtable</T>
56+
<T>System.Object</T>
57+
</TN>
58+
<DCT>
59+
<En>
60+
<S N="Key">Function</S>
61+
<Obj N="Value" RefId="5">
62+
<TNRef RefId="2" />
63+
<LST />
64+
</Obj>
65+
</En>
66+
<En>
67+
<S N="Key">Command</S>
68+
<Obj N="Value" RefId="6">
69+
<TNRef RefId="2" />
70+
<LST>
71+
<S>Add-AzDataTableEntity</S>
72+
<S>Clear-AzDataTable</S>
73+
<S>Get-AzDataTable</S>
74+
<S>Get-AzDataTableEntity</S>
75+
<S>Get-AzDataTableSupportedEntityType</S>
76+
<S>Remove-AzDataTableEntity</S>
77+
<S>Update-AzDataTableEntity</S>
78+
<S>New-AzDataTableContext</S>
79+
<S>Remove-AzDataTable</S>
80+
<S>New-AzDataTable</S>
81+
</LST>
82+
</Obj>
83+
</En>
84+
<En>
85+
<S N="Key">Cmdlet</S>
86+
<Obj N="Value" RefId="7">
87+
<TNRef RefId="2" />
88+
<LST>
89+
<S>Add-AzDataTableEntity</S>
90+
<S>Clear-AzDataTable</S>
91+
<S>Get-AzDataTable</S>
92+
<S>Get-AzDataTableEntity</S>
93+
<S>Get-AzDataTableSupportedEntityType</S>
94+
<S>Remove-AzDataTableEntity</S>
95+
<S>Update-AzDataTableEntity</S>
96+
<S>New-AzDataTableContext</S>
97+
<S>Remove-AzDataTable</S>
98+
<S>New-AzDataTable</S>
99+
</LST>
100+
</Obj>
101+
</En>
102+
<En>
103+
<S N="Key">DscResource</S>
104+
<Ref N="Value" RefId="5" />
105+
</En>
106+
<En>
107+
<S N="Key">RoleCapability</S>
108+
<Ref N="Value" RefId="5" />
109+
</En>
110+
<En>
111+
<S N="Key">Workflow</S>
112+
<Ref N="Value" RefId="5" />
113+
</En>
114+
</DCT>
115+
</Obj>
116+
<Nil N="PowerShellGetFormatVersion" />
117+
<S N="ReleaseNotes">## [3.6.0] - 2026-07-01_x000A__x000A_### Added_x000A__x000A_- Added a `-MaxConnectionsPerServer` parameter to `New-AzDataTableContext` to cap the number of concurrent connections per server endpoint on the shared HTTP client pool. Applied process-wide on first use; default is unlimited. ([#133](https://github.com/PalmEmanuel/AzBobbyTables/pull/122))_x000A_- Added a `-MaxRetries` parameter to the table operation cmdlets (`Add-`, `Get-`, `Remove-`, `Update-AzDataTableEntity`, `Clear-`, `Get-`, `New-`, `Remove-AzDataTable`) to retry throttled requests (HTTP 429), waiting for the service's Retry-After hint between attempts. Defaults to `0` (no retries). ([#133](https://github.com/PalmEmanuel/AzBobbyTables/pull/122))_x000A__x000A_### Changed_x000A__x000A_Bumped Microsoft.VisualStudio.Threading from 17.14.15 to 18.7.23 (#132)</S>
118+
<Obj N="Dependencies" RefId="8">
119+
<TNRef RefId="2" />
120+
<LST />
121+
</Obj>
122+
<S N="RepositorySourceLocation">https://www.powershellgallery.com/api/v2</S>
123+
<S N="Repository">PSGallery</S>
124+
<S N="PackageManagementProvider">NuGet</S>
125+
<Obj N="AdditionalMetadata" RefId="9">
126+
<TN RefId="4">
127+
<T>System.Management.Automation.PSCustomObject</T>
128+
<T>System.Object</T>
129+
</TN>
130+
<MS>
131+
<S N="copyright">(c) Emanuel Palm. All rights reserved.</S>
132+
<S N="description">A module for handling Azure Table Storage operations by wrapping the Azure Data Tables SDK.</S>
133+
<S N="requireLicenseAcceptance">False</S>
134+
<S N="releaseNotes">## [3.6.0] - 2026-07-01_x000A__x000A_### Added_x000A__x000A_- Added a `-MaxConnectionsPerServer` parameter to `New-AzDataTableContext` to cap the number of concurrent connections per server endpoint on the shared HTTP client pool. Applied process-wide on first use; default is unlimited. ([#133](https://github.com/PalmEmanuel/AzBobbyTables/pull/122))_x000A_- Added a `-MaxRetries` parameter to the table operation cmdlets (`Add-`, `Get-`, `Remove-`, `Update-AzDataTableEntity`, `Clear-`, `Get-`, `New-`, `Remove-AzDataTable`) to retry throttled requests (HTTP 429), waiting for the service's Retry-After hint between attempts. Defaults to `0` (no retries). ([#133](https://github.com/PalmEmanuel/AzBobbyTables/pull/122))_x000A__x000A_### Changed_x000A__x000A_Bumped Microsoft.VisualStudio.Threading from 17.14.15 to 18.7.23 (#132)</S>
135+
<S N="isLatestVersion">True</S>
136+
<S N="isAbsoluteLatestVersion">True</S>
137+
<S N="versionDownloadCount">3</S>
138+
<S N="downloadCount">93772</S>
139+
<S N="packageSize">1969607</S>
140+
<S N="published">1/07/2026 12:50:12 PM +08:00</S>
141+
<S N="created">1/07/2026 12:50:12 PM +08:00</S>
142+
<S N="lastUpdated">1/07/2026 1:42:19 PM +08:00</S>
143+
<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>
144+
<S N="developmentDependency">False</S>
145+
<S N="updated">2026-07-01T13:42:19Z</S>
146+
<S N="NormalizedVersion">3.6.0</S>
147+
<S N="Authors">Emanuel Palm</S>
148+
<S N="IsPrerelease">false</S>
149+
<S N="ItemType">Module</S>
150+
<S N="FileList">AzBobbyTables.nuspec|dependencies\System.Memory.Data.dll|dependencies\System.ClientModel.dll|dependencies\System.Interactive.Async.dll|LICENSE|dependencies\AzBobbyTables.Core.dll|dependencies\System.Text.Encodings.Web.dll|dependencies\Microsoft.Bcl.AsyncInterfaces.dll|AzBobbyTables.psd1|dependencies\System.Linq.AsyncEnumerable.dll|dependencies\Microsoft.Win32.Registry.dll|dependencies\System.Numerics.Vectors.dll|CHANGELOG.md|dependencies\System.Linq.Async.dll|dependencies\System.Security.Principal.Windows.dll|dependencies\System.Buffers.dll|AzBobbyTables.PS.dll|dependencies\System.Threading.Tasks.Extensions.dll|dependencies\System.Security.AccessControl.dll|dependencies\Azure.Core.dll|en-US\AzBobbyTables.PS.dll-Help.xml|dependencies\System.Memory.dll|dependencies\System.Diagnostics.DiagnosticSource.dll|dependencies\Microsoft.VisualStudio.Validation.dll|dependencies\Microsoft.Bcl.Memory.dll|dependencies\Microsoft.VisualStudio.Threading.dll|dependencies\Azure.Data.Tables.dll|dependencies\System.Runtime.CompilerServices.Unsafe.dll|dependencies\System.Text.Json.dll</S>
151+
<S N="GUID">eead4f42-5080-4f83-8901-340c529a5a11</S>
152+
<S N="PowerShellVersion">7.0</S>
153+
<S N="CompanyName">pipe.how</S>
154+
</MS>
155+
</Obj>
156+
<S N="InstalledLocation">C:\Users\Zac\Documents\PowerShell\Modules\AzBobbyTables\3.6.0</S>
157+
</MS>
158+
</Obj>
159+
</Objs>
Binary file not shown.

0 commit comments

Comments
 (0)