Skip to content

Commit deb1fbb

Browse files
Add GetPackageInstallNotes function
1 parent 407dd07 commit deb1fbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eng/scripts/Language-Settings.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ $PackageRepository = "PyPI"
44
$packagePattern = "*.zip"
55
$MetadataUri = "https://raw.githubusercontent.com/Azure/azure-sdk/master/_data/releases/latest/python-packages.csv"
66
$BlobStorageUrl = "https://azuresdkdocs.blob.core.windows.net/%24web?restype=container&comp=list&prefix=python%2F&delimiter=%2F"
7-
$PACKAGE_INSTALL_NOTES_REGEX = "pip\sinstall\s(?<PackageName>.*)==(?<Version>.*)"
87

98
function Get-python-PackageInfoFromRepo ($pkgPath, $serviceDirectory, $pkgName)
109
{

0 commit comments

Comments
 (0)