From 54008272ebdfa7606d0126bd24a5739db3d9b060 Mon Sep 17 00:00:00 2001 From: Chidozie Ononiwu <31145988+chidozieononiwu@users.noreply.github.com> Date: Wed, 3 Apr 2024 18:04:42 -0700 Subject: [PATCH] emit cross language defintion Id (#7961) --- eng/scripts/Create-Apiview-Token-Python.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/scripts/Create-Apiview-Token-Python.ps1 b/eng/scripts/Create-Apiview-Token-Python.ps1 index d46f2757b..63eadec04 100644 --- a/eng/scripts/Create-Apiview-Token-Python.ps1 +++ b/eng/scripts/Create-Apiview-Token-Python.ps1 @@ -7,4 +7,4 @@ param ( ) Write-Host "Generating API review token file: $($SourcePath)" -python -m apistub --pkg-path $SourcePath --out-path $OutPath \ No newline at end of file +python -m apistub --pkg-path $SourcePath --emit-cross-language-definition-id --out-path $OutPath \ No newline at end of file