Skip to content

Commit d65237b

Browse files
authored
Fix Language-Settings.ps1 for ARM (#4182)
1 parent 3e90f04 commit d65237b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/scripts/Language-Settings.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function Get-AllPackageInfoFromRepo ([string] $ServiceDirectory) {
115115
$pkgProp.IsNewSdk = $true
116116
$pkgProp.ArtifactName = $package.name
117117

118-
if ($package.name -match "mgmt") {
118+
if ($package.name -match "^azure_resourcemanager_") {
119119
$pkgProp.SdkType = "mgmt"
120120
}
121121
else {

0 commit comments

Comments
 (0)