Justin Beeson

Results 6 comments of Justin Beeson
trafficstars

> @thisjustin816 - Hi Justin, can you share your code? ```bicep resource portalAppService 'Microsoft.Web/sites@2022-03-01' existing = { name: appService.name } resource apiService 'Microsoft.Web/sites@2022-03-01' existing = { name: 'api-${resourceNameSuffix}' } resource...

Also, what do we do if we need to use Pester v4? Since v10 of the task with this fix doesn't support it. I can't upgrade all my tests yet...

> You can use v9 of the task as that supports v4 of Pester. > > I didn't get a chance to look at this at the weekend but I'll...

I also used a similar approach after all of the issues. One suggestion for your pipeline is that you don't need to have tasks to archive and unarchive the files....

Is there at last a more detailed changelog and/or examples of how to handle the breaking changes?

Has there been any movement on this issue? I'm currently trying to send a multiline message and can't figure out how to get the `\n` strings to not literally render...