Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Az.Resources]migrate to autorest.powershell #24297

Merged
merged 11 commits into from
Apr 8, 2024
Prev Previous commit
Next Next commit
sdk check update
  • Loading branch information
NoriZC committed Mar 26, 2024
commit 08abb590122d09d4352d3eb3c6a7ae4564eddd28
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,10 @@ try {
foreach ($_ in $ChangedSdks) {
# If it is Resources.Management.Sdk, flag and will use tag for sdk generation
$IsResources = $false;
Write-Host "111" $IsResources
if ($_ -match "Resources.Management.Sdk")
{
$IsResources = $true;
}
Write-Host "111222" $IsResources

# Extract Module Name
$ModuleName = "Az." + ($_ -split "\/|\\")[1]
Expand Down