Skip to content

Commit 9712ea7

Browse files
authored
enable mgmt for Python (#42436)
enable API reviews for management plane for all languages includes python
1 parent 2c8f97e commit 9712ea7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

eng/scripts/Language-Settings.ps1

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -375,12 +375,6 @@ function Find-python-Artifacts-For-Apireview($artifactDir, $artifactName)
375375
{
376376
# Find wheel file in given artifact directory
377377
# Make sure to pick only package with given artifact name
378-
# Skip auto API review creation for management packages
379-
if ($artifactName -match "mgmt")
380-
{
381-
Write-Host "Skipping automatic API review for management artifact $($artifactName)"
382-
return $null
383-
}
384378

385379
$packageName = $artifactName.Replace("_","-")
386380
$whlDirectory = (Join-Path -Path $artifactDir -ChildPath $packageName)
@@ -534,4 +528,4 @@ function Update-python-GeneratedSdks([string]$PackageDirectoriesFile) {
534528

535529
exit 1
536530
}
537-
}
531+
}

0 commit comments

Comments
 (0)