Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update notice-generation.ps1 to fix pipeline Issue (#2151)
## Why make this change? ![image](https://github.com/Azure/data-api-builder/assets/102276754/f6c53cc9-4b6e-407b-a6c6-7a1f0bb98cf6) ## What is this change? - using the `-UseBasicParsing` parameter with the `Invoke-WebRequest` cmdlet. This parameter tells PowerShell to use a simple internal HTML parser to parse the HTML content and strips the Document Object Model (DOM) parsing engine from Internet Explorer. ## How was this tested? - pipeline ran correctly
- Loading branch information