Skip to content

696 bug -Icon parameter needs renamed to -AvatarUrl in full_custom_auth.ps1 and full_iis.ps1#697

Merged
Badgerati merged 1 commit into
Badgerati:developfrom
andmigque:bug/696-icon-avatar
Mar 15, 2026
Merged

696 bug -Icon parameter needs renamed to -AvatarUrl in full_custom_auth.ps1 and full_iis.ps1#697
Badgerati merged 1 commit into
Badgerati:developfrom
andmigque:bug/696-icon-avatar

Conversation

@andmigque

Copy link
Copy Markdown
Contributor

Description

Icon parameter needs renamed to -AvatarUrl in full_custom_auth.ps1 and full_iis.ps1

#696

bug 🐛

Status: Open.
#696 In Badgerati/Pode.Web;· andmigque opened 34 minutes ago

Examples

    New-PodeWebComment -AvatarUrl '/pode.web-static/images/icon.png' -Username 'Badgerati' -Message 'Lorem ipsum'
    New-PodeWebComment -AvatarUrl '/pode.web-static/images/icon.png' -Username 'Badgerati' -Message 'Lorem ipsum' -TimeStamp ([datetime]::Now)

Additional Context

Left -Address as *. I change to localhost locally to avoid admin during test.
full_iis.ps1 example did not run for me as I do not yet have IIS setup. Will get IIS squared away for future testing.

Description of the Change

A clear and concise description of what has been changed.

Related Issue

A link/reference to the GitHub issue.

Examples

If relevant, include any examples of using what you have changed.

Additional Context

Add any other context or screenshots about the pull request request here.

    -Icon Parameter needs tenamed to -AvatarUrl in full_custom_auth.ps1 and full_iis.ps1
### Bug 696
### Examples
    New-PodeWebComment -AvatarUrl '/pode.web-static/images/icon.png' -Username 'Badgerati' -Message 'Lorem ipsum'
    New-PodeWebComment -AvatarUrl '/pode.web-static/images/icon.png' -Username 'Badgerati' -Message 'Lorem ipsum' -TimeStamp ([datetime]::Now)
### Additional Context
    Left -Address as *. I change to localhost locally to avoid admin during test.
    full_iis.ps1 example did not run for me as I do not yet have IIS setup. Will get IIS squared away for future testing.
@Badgerati Badgerati added the bug 🐛 Something isn't working label Mar 15, 2026
@Badgerati Badgerati added this to the 1.0.0 milestone Mar 15, 2026
@Badgerati

Copy link
Copy Markdown
Owner

LGTM, don't think GH actions likes it when only examples are updated so I'll force merge the PR 😂

Thanks!

@Badgerati Badgerati merged commit e264afb into Badgerati:develop Mar 15, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug 🐛 Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

-Icon Parameter needs Renamed to -AvatarUrl in full_custom_auth. ps1 and full_iis.ps1

2 participants