You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Error"Project directory doesn't exist. It is a new .NET SDK."
267
+
Write-Error"We will not support onboard a new SDK from swagger. Please contact the DotNet language support channel at $DotNetSupportChannelLink and include this spec pull request."
268
+
exit1
321
269
}
322
270
323
271
Push-Location$sdkPath
@@ -338,10 +286,10 @@ function New-DataPlanePackageFolder() {
338
286
<#
339
287
.SYNOPSIS
340
288
Prepare the SDK pacakge for mangement-plane.
341
-
If it does not exist, create SDK package via dotnet template, or update the autorest.md if it already exists.
289
+
Update the autorest.md.
342
290
343
291
#>
344
-
functionNew-MgmtPackageFolder() {
292
+
functionUpdate-MgmtPackageFolder() {
345
293
param(
346
294
[string]$service="",
347
295
[string]$packageName="",
@@ -364,19 +312,9 @@ function New-MgmtPackageFolder() {
Write-Error"Project directory doesn't exist. It is a new .NET SDK."
316
+
Write-Error"We will not support onboard a new service SDK from swagger. Please contact the DotNet language support channel at $DotNetSupportChannelLink and include this spec pull request."
317
+
exit1
380
318
}
381
319
382
320
# update the readme path.
@@ -635,17 +573,24 @@ function Invoke-GenerateAndBuildSDK () {
Write-Host"[ERROR] Please review the detail errors for potential fixes."
643
-
Write-Host"[ERROR] If the issue persists, contact the DotNet language support channel at $DotNetSupportChannelLink and include this spec pull request."
Write-Host"[ERROR] Please review the detail errors for potential fixes."
583
+
Write-Host"[ERROR] If the issue persists, contact the DotNet language support channel at $DotNetSupportChannelLink and include this spec pull request."
Write-Error"[ERROR] The service $service is not onboarded yet. We will not support onboard a new service from swagger. Please contact the DotNet language support channel at $DotNetSupportChannelLink and include this spec pull request."
Write-Host"[ERROR] Please review the detail errors for potential fixes."
676
-
Write-Host"[ERROR] If the issue persists, contact the DotNet language support channel at $DotNetSupportChannelLink and include this spec pull request."
Write-Host"[ERROR] Please review the detail errors for potential fixes."
624
+
Write-Host"[ERROR] If the issue persists, contact the DotNet language support channel at $DotNetSupportChannelLink and include this spec pull request."
Write-Error"[ERROR] The service $service is not onboarded yet. We will not support onboard a new service from swagger. Please contact the DotNet language support channel at $DotNetSupportChannelLink and include this spec pull request."
Write-Host"[ERROR] Please review the detail errors for potential fixes."
705
-
Write-Host"[ERROR] If the issue persists, contact the DotNet language support channel at $DotNetSupportChannelLink and include this spec pull request."
Write-Host"[ERROR] Please review the detail errors for potential fixes."
661
+
Write-Host"[ERROR] If the issue persists, contact the DotNet language support channel at $DotNetSupportChannelLink and include this spec pull request."
Write-Error"[ERROR] The service $service is not onboarded yet. We will not support onboard a new service from swagger. Please contact the DotNet language support channel at $DotNetSupportChannelLink and include this spec pull request."
0 commit comments