Skip to content

SDK Generation for MySQL FlexibleServers TypeSpec Project (API Version 2024-12-30) #53774

SDK Generation for MySQL FlexibleServers TypeSpec Project (API Version 2024-12-30)

SDK Generation for MySQL FlexibleServers TypeSpec Project (API Version 2024-12-30) #53774

name: TypeSpec Migration Validation
on:
pull_request:
types: [edited, labeled, unlabeled, opened, reopened, synchronize]
permissions:
contents: read
jobs:
typespec-migration-validation:
name: TypeSpec Migration Validation
if: contains(join(github.event.pull_request.labels.*.name, ','), 'typespec-conversion-w')
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Setup Node and install deps
uses: ./.github/actions/setup-node-install-deps
- name: Run TypeSpec Migration Validation
run: |
./eng/tools/typespec-migration-validation/scripts/download-main.ps1 -Verbose -reportFile $env:GITHUB_STEP_SUMMARY
shell: pwsh