Skip to content

Enhance Adobe cmdlets with file type metadata and code cleanup#132

Merged
aaronparker merged 2 commits into
mainfrom
adobe
Apr 7, 2026
Merged

Enhance Adobe cmdlets with file type metadata and code cleanup#132
aaronparker merged 2 commits into
mainfrom
adobe

Conversation

@aaronparker

Copy link
Copy Markdown
Collaborator
  • Adds Type to AdobeAcrobat
  • Adds Type to AdobeAcrobatDC, renames existing Type to Product
  • Adds FileType to AdobeAcrobatProStdDC
  • Adds FileType to AdobeAcrobatReaderDC

Populate a new Type field (via Get-FileType) in Adobe-related cmdlets so output includes file-type metadata for downloads (Get-AdobeAcrobat, Get-AdobeAcrobatProStdDC, Get-AdobeAcrobatReaderDC, Get-AdobeConnect). Remove an unnecessary throw in Get-AdobeAcrobat and perform small cleanup: remove redundant .LINK/comment lines and adjust field ordering for consistency.
Refactor Get-AdobeAcrobatDC.ps1 to improve metadata and clean up code: replace the original Type derived from Url.Name with a Product property set to Url.Name and compute Type using Get-FileType -File $Uri for accurate file-type detection. Remove an unused/commented Headers entry in the Invoke-EvergreenRestMethod params and delete an extraneous repository link and minor whitespace from the comment block.
@aaronparker aaronparker self-assigned this Apr 7, 2026
@aaronparker aaronparker added the enhancement New feature or request label Apr 7, 2026
@aaronparker aaronparker merged commit e28756a into main Apr 7, 2026
7 checks passed
@aaronparker aaronparker deleted the adobe branch April 7, 2026 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant