-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Adding Maintenance RP .NET SDK, ARM Swagger PR https://github.com/Azure/azure-rest-api-specs/pull/6469 #7485
Conversation
Hi @abkmr, the SDK should be placed in Besides, could you share the link to swagger review PR(s), thanks? |
I had followed that but did not remember to add metadata file. PR for swagger is Azure/azure-rest-api-specs#6469. Updated the casing for rp. thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @abkmr , please
- check in
AssemblyInfo.cs
- write tests for SDK code
and please see my other inline comments. Thanks!
src/SDKs/maintenance/Management.Maintenance/Microsoft.Azure.Management.Maintenance.csproj
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,14 @@ | |||
Installing AutoRest version: latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is in the wrong path, it should be in eng\mgmt\mgmtmetadata\
. Could you run
msbuild eng/mgmt.proj /t:Util /p:UtilityName=InstallPsModules
then re-run generate.ps1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like my repo fork was done when all RPs had Caps folder names, and the eng\mgmt.proj did not exist. I did a merge from master repo and will update.
Added tests and AssemblyInfo.cs |
Adding Maintenance RP .NET SDK
Approved by ARM