pulumi / pulumi-pulumiservice

https://pulumi.com
Apache License 2.0
13 stars 7 forks source link

Fix refresh on agent pools #395

Closed komalali closed 2 months ago

komalali commented 2 months ago

Fixes an issue where the AgentPool resource would lose the tokenValue property on refresh. Also enables an existing example for agent pools which would have highlighted the bug, but didn't because it wasn't running :/

Fixes #379

komalali commented 2 months ago

The bug mentions that it's also missing after refresh and update

yeah I did specifically check for this and I couldn't repro the missing ID.

I also noticed the field description changes to "" after the refresh and back to null after the update.

Fixed now.