Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update notice-generation.ps1 to fix pipeline Issue #2151

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

abhishekkumams
Copy link
Contributor

Why make this change?

image

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

@abhishekkumams
Copy link
Contributor Author

/azp run

@abhishekkumams abhishekkumams merged commit 6ce6fe5 into main Apr 3, 2024
7 checks passed
@abhishekkumams abhishekkumams deleted the update-notice-gen branch April 3, 2024 12:05
abhishekkumams added a commit that referenced this pull request Apr 3, 2024
## 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants