This message was deleted.
# announcements
s
This message was deleted.
πŸ™Œ 1
πŸ‘πŸ» 1
πŸš€ 5
πŸ”₯ 1
πŸ‘ 3
m
Install the latest dev build of the Pulumi CLI: Linux / macOS
Copy code
curl -sSL <https://get.pulumi.com> | sh -s -- --version dev
Windows Open a new command prompt window (`WIN`+`R`:
cmd.exe
)
Copy code
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex ((New-Object System.Net.WebClient).DownloadString('<https://get.pulumi.com/install.ps1'))> -version dev" && SET "PATH=%PATH%;%USERPROFILE%\.pulumi\bin"
GitHub Action
Copy code
- uses: pulumi/actions@v5
  with:
    pulumi-version: dev
f
Thanks! Is this related to any language or only
go
implementations?
m
Any language.
πŸ™ 1
r
we are having exact same problem in self managed backend but for Azure... pulumi versions above 3.104.1 all fail with bad request.. which, could be a regression ..?!
m
@rhythmic-activity-46295, does https://github.com/pulumi/pulumi/pull/15375 look like the issue you’re hitting? We just released a fix for that in 3.105.0. If not, can you open a new issue with more details? https://github.com/pulumi/pulumi/issues/new/choose
r
hi Justin, I've added a request for help here earlier on... my issue is to do with authentication and receiving back a badrequest, it could be adding that flag may help but seems unrelated. https://pulumi-community.slack.com/archives/CRVK66N5U/p1707414105735399