Skip to content

Commit

Permalink
Merge branch 'KelvinTegelaar:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ACCIPP authored Nov 14, 2024
2 parents 3d241bc + 2b471b9 commit 502e40e
Show file tree
Hide file tree
Showing 145 changed files with 1,532 additions and 683 deletions.
17 changes: 17 additions & 0 deletions CIPPTimers.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
"Command": "Start-DurableCleanup",
"Description": "Timer function to cleanup durable functions",
"Cron": "0 */15 * * * *",
"Priority": 0,
"RunOnProcessor": true,
"IsSystem": true
},
{
"Command": "Start-UserTasksOrchestrator",
"Description": "Orchestrator to process user scheduled tasks",
Expand All @@ -23,6 +31,15 @@
"PreferredProcessor": "auditlog",
"IsSystem": true
},
{
"Command": "Start-AuditLogSearchCreation",
"Description": "Timer to create audit log searches",
"Cron": "0 */30 * * * *",
"Priority": 3,
"RunOnProcessor": true,
"PreferredProcessor": "auditlog",
"IsSystem": true
},
{
"Command": "Start-ApplicationOrchestrator",
"Description": "Orchestrator to process application uploads",
Expand Down
Binary file removed Modules/AzBobbyTables/3.1.3/AzBobbyTables.PS.dll
Binary file not shown.
Binary file removed Modules/AzBobbyTables/3.1.3/AzBobbyTables.PS.pdb
Binary file not shown.
28 changes: 0 additions & 28 deletions Modules/AzBobbyTables/3.1.3/CHANGELOG.md

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Modules/AzBobbyTables/3.3.1/AzBobbyTables.PS.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
RootModule = 'AzBobbyTables.PS.dll'

# Version number of this module.
ModuleVersion = '3.1.3'
ModuleVersion = '3.3.1'

# Supported PSEditions
CompatiblePSEditions = @('Core')
Expand Down Expand Up @@ -67,6 +67,7 @@ FunctionsToExport = @()
CmdletsToExport = @(
'Add-AzDataTableEntity'
'Clear-AzDataTable'
'Get-AzDataTable'
'Get-AzDataTableEntity'
'Remove-AzDataTableEntity'
'Update-AzDataTableEntity'
Expand Down Expand Up @@ -108,12 +109,11 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '## [3.1.3] - 2024-01-20
ReleaseNotes = '## [3.3.1] - 2024-10-19
### Added
- Added Sampler ([#48](https://github.com/PalmEmanuel/AzBobbyTables/issues/48)).
- Added support for user-assigned managed identities ([#54](https://github.com/PalmEmanuel/AzBobbyTables/issues/54)).
- Added `-OperationType` parameter to `Add-AzDataTableEntity` and `Update-AzDataTableEntity` to support merge or replace operations [#81](https://github.com/PalmEmanuel/AzBobbyTables/pull/81)
'

Expand Down
62 changes: 62 additions & 0 deletions Modules/AzBobbyTables/3.3.1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Changelog for the module

The format is based on and uses the types of changes according to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Added `-OperationType` parameter to `Add-AzDataTableEntity` and `Update-AzDataTableEntity` to support merge or replace operations [#81](https://github.com/PalmEmanuel/AzBobbyTables/pull/81)

## [3.3.0] - 2024-10-18

### Added

- Added command `Get-AzDataTable` to get the names of tables in a storage account [#77](https://github.com/PalmEmanuel/AzBobbyTables/issues/77)

### Changed

- Implemented TableServiceClient to support operations on tables in the storage account.

## [3.2.1] - 2024-07-09

### Fixed

- Fixed bug where empty lines were written to console.

## [3.2.0] - 2024-03-21

### Added

- ETag validation for Update- & Remove-AzDataTableEntity ([#58](https://github.com/PalmEmanuel/AzBobbyTables/issues/58))

### Fixed

- Missing examples of Remove-AzDataTableEntity ([#62](https://github.com/PalmEmanuel/AzBobbyTables/issues/62))

## [3.1.3] - 2024-01-20

### Added

- Added Sampler ([#48](https://github.com/PalmEmanuel/AzBobbyTables/issues/48)).
- Added support for user-assigned managed identities ([#54](https://github.com/PalmEmanuel/AzBobbyTables/issues/54)).

## [3.1.2] - 2024-01-05

### Added

- Help documentation for a DateTime problem caused by the SDK (#43).

## 3.1.1 - 2023-05-03

[Unreleased]: https://github.com/PalmEmanuel/AzBobbyTables/compare/v3.3.0...HEAD

[3.3.0]: https://github.com/PalmEmanuel/AzBobbyTables/compare/v3.2.1...v3.3.0

[3.2.1]: https://github.com/PalmEmanuel/AzBobbyTables/compare/v3.2.0...v3.2.1

[3.2.0]: https://github.com/PalmEmanuel/AzBobbyTables/compare/v3.1.3...v3.2.0

[3.1.3]: https://github.com/PalmEmanuel/AzBobbyTables/compare/v3.1.2...v3.1.3

[3.1.2]: https://github.com/PalmEmanuel/AzBobbyTables/compare/d854153aca6c5cce35a123deb86653a0d3289b07...v3.1.2
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
</TN>
<MS>
<S N="Name">AzBobbyTables</S>
<S N="Version">3.1.3</S>
<S N="Version">3.3.1</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">2024-01-20T16:49:22-05:00</DT>
<DT N="PublishedDate">2024-10-19T09:03:27-04:00</DT>
<Nil N="InstalledDate" />
<Nil N="UpdatedDate" />
<URI N="LicenseUri">https://github.com/PalmEmanuel/AzBobbyTables/blob/main/LICENSE</URI>
Expand Down Expand Up @@ -50,11 +50,11 @@
</Obj>
</En>
<En>
<S N="Key">Function</S>
<S N="Key">Workflow</S>
<Ref N="Value" RefId="3" />
</En>
<En>
<S N="Key">DscResource</S>
<S N="Key">Function</S>
<Ref N="Value" RefId="3" />
</En>
<En>
Expand All @@ -64,6 +64,7 @@
<LST>
<S>Add-AzDataTableEntity</S>
<S>Clear-AzDataTable</S>
<S>Get-AzDataTable</S>
<S>Get-AzDataTableEntity</S>
<S>Remove-AzDataTableEntity</S>
<S>Update-AzDataTableEntity</S>
Expand All @@ -73,13 +74,18 @@
</LST>
</Obj>
</En>
<En>
<S N="Key">DscResource</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>Remove-AzDataTableEntity</S>
<S>Update-AzDataTableEntity</S>
Expand All @@ -89,14 +95,10 @@
</LST>
</Obj>
</En>
<En>
<S N="Key">Workflow</S>
<Ref N="Value" RefId="3" />
</En>
</DCT>
</Obj>
<Nil N="PowerShellGetFormatVersion" />
<S N="ReleaseNotes">## [3.1.3] - 2024-01-20_x000A__x000A_### Added_x000A__x000A_- Added Sampler ([#48](https://github.com/PalmEmanuel/AzBobbyTables/issues/48))._x000A_- Added support for user-assigned managed identities ([#54](https://github.com/PalmEmanuel/AzBobbyTables/issues/54)).</S>
<S N="ReleaseNotes">## [3.3.1] - 2024-10-19_x000A__x000A_### Added_x000A__x000A_- Added `-OperationType` parameter to `Add-AzDataTableEntity` and `Update-AzDataTableEntity` to support merge or replace operations [#81](https://github.com/PalmEmanuel/AzBobbyTables/pull/81)</S>
<Obj N="Dependencies" RefId="6">
<TNRef RefId="1" />
<LST />
Expand All @@ -113,29 +115,29 @@
<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.1.3] - 2024-01-20_x000A__x000A_### Added_x000A__x000A_- Added Sampler ([#48](https://github.com/PalmEmanuel/AzBobbyTables/issues/48))._x000A_- Added support for user-assigned managed identities ([#54](https://github.com/PalmEmanuel/AzBobbyTables/issues/54)).</S>
<S N="releaseNotes">## [3.3.1] - 2024-10-19_x000A__x000A_### Added_x000A__x000A_- Added `-OperationType` parameter to `Add-AzDataTableEntity` and `Update-AzDataTableEntity` to support merge or replace operations [#81](https://github.com/PalmEmanuel/AzBobbyTables/pull/81)</S>
<S N="isLatestVersion">True</S>
<S N="isAbsoluteLatestVersion">True</S>
<S N="versionDownloadCount">3242</S>
<S N="downloadCount">12058</S>
<S N="packageSize">1356423</S>
<S N="published">1/20/2024 4:49:22 PM -05:00</S>
<S N="created">1/20/2024 4:49:22 PM -05:00</S>
<S N="lastUpdated">3/18/2024 2:41:34 PM -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-AzDataTableEntity PSCommand_Get-AzDataTableEntity 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="versionDownloadCount">16</S>
<S N="downloadCount">20865</S>
<S N="packageSize">1478233</S>
<S N="published">10/19/2024 9:03:27 AM -04:00</S>
<S N="created">10/19/2024 9:03:27 AM -04:00</S>
<S N="lastUpdated">10/19/2024 4:20:00 PM -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_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">2024-03-18T14:41:34Z</S>
<S N="NormalizedVersion">3.1.3</S>
<S N="updated">2024-10-19T16:20:00Z</S>
<S N="NormalizedVersion">3.3.1</S>
<S N="Authors">Emanuel Palm</S>
<S N="IsPrerelease">false</S>
<S N="ItemType">Module</S>
<S N="FileList">AzBobbyTables.nuspec|CHANGELOG.md|dependencies\AzBobbyTables.Core.pdb|dependencies\Microsoft.VisualStudio.Validation.dll|dependencies\System.Memory.Data.dll|dependencies\System.Runtime.CompilerServices.Unsafe.dll|dependencies\System.Numerics.Vectors.dll|dependencies\System.Text.Json.dll|LICENSE|dependencies\AzBobbyTables.Core.dll|dependencies\System.Threading.Tasks.Extensions.dll|dependencies\Microsoft.VisualStudio.Threading.dll|AzBobbyTables.PS.pdb|dependencies\System.Security.AccessControl.dll|dependencies\Microsoft.Win32.Registry.dll|dependencies\System.Text.Encodings.Web.dll|AzBobbyTables.psd1|dependencies\System.Buffers.dll|dependencies\Azure.Data.Tables.dll|dependencies\System.Memory.dll|AzBobbyTables.PS.dll|dependencies\System.Diagnostics.DiagnosticSource.dll|dependencies\Microsoft.Bcl.AsyncInterfaces.dll|dependencies\System.Security.Principal.Windows.dll|en-US\AzBobbyTables.PS.dll-Help.xml|dependencies\System.Linq.Async.dll|dependencies\Azure.Core.dll</S>
<S N="FileList">AzBobbyTables.nuspec|dependencies\Azure.Data.Tables.dll|dependencies\Microsoft.Bcl.AsyncInterfaces.dll|dependencies\System.Memory.Data.dll|AzBobbyTables.PS.dll|dependencies\System.Text.Encodings.Web.dll|dependencies\Azure.Core.dll|dependencies\AzBobbyTables.Core.dll|LICENSE|dependencies\System.Security.Principal.Windows.dll|dependencies\Microsoft.VisualStudio.Validation.dll|dependencies\System.Runtime.CompilerServices.Unsafe.dll|CHANGELOG.md|dependencies\AzBobbyTables.Core.pdb|dependencies\Microsoft.VisualStudio.Threading.dll|dependencies\System.Text.Json.dll|AzBobbyTables.PS.pdb|dependencies\System.ClientModel.dll|dependencies\System.Linq.Async.dll|dependencies\System.Threading.Tasks.Extensions.dll|AzBobbyTables.psd1|dependencies\Microsoft.Win32.Registry.dll|dependencies\System.Numerics.Vectors.dll|dependencies\System.Buffers.dll|en-US\AzBobbyTables.PS.dll-Help.xml|dependencies\System.Memory.dll|dependencies\System.Diagnostics.DiagnosticSource.dll|dependencies\System.Security.AccessControl.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.1.3</S>
<S N="InstalledLocation">C:\GitHub\CIPP Workspace\CIPP-API\Modules\AzBobbyTables\3.3.1</S>
</MS>
</Obj>
</Objs>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 502e40e

Please sign in to comment.