Add Microsoft.Monitor/pipelineGroup 2025-03-01-preview API (#40178) #4736
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: sdk-suppressions - Test | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - typespec-next | |
| pull_request: | |
| paths: | |
| - package-lock.json | |
| - package.json | |
| - tsconfig.json | |
| - .github/shared | |
| - .github/workflows/_reusable-eng-tools-test.yaml | |
| - .github/workflows/sdk-suppressions-test.yaml | |
| - eng/tools/package.json | |
| - eng/tools/tsconfig.json | |
| - eng/tools/sdk-suppressions/** | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| jobs: | |
| sdkSuppressions: | |
| name: sdk-suppressions | |
| uses: ./.github/workflows/_reusable-eng-tools-test.yaml | |
| with: | |
| package: sdk-suppressions |