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