Add IotCentral ARM SDK#4462
Add IotCentral ARM SDK#4462dsgouda merged 1 commit intoAzure:psSdkJson6from emgarten:emgarten/iotCentralSDK
Conversation
dsgouda
left a comment
There was a problem hiding this comment.
LGTM for the most part, left a few comments.
There was a problem hiding this comment.
generate.ps1 uses powershell cmdlet now, please take a look at this and make appropriate changes and regenerate the code.
There was a problem hiding this comment.
I've updated the ps1 script and generated the files again to make sure everything is in sync.
There was a problem hiding this comment.
nit: indentation is usually 2 spaces.
There was a problem hiding this comment.
Fixed, there was a mix of tabs and spaces here.
There was a problem hiding this comment.
generate.cmds are not needed anymore, all code generation must go through generate.ps1s
|
Thanks for the feedback @dsgouda I've updated the PR |
|
//cc @vishwam |
dsgouda
left a comment
There was a problem hiding this comment.
Typo resulted in incorrect log file being generated.
There was a problem hiding this comment.
Please fix the ResourceProvider here, should be iotcentral/resource-manager
There was a problem hiding this comment.
Good catch, I've updated this and regenerated everything
There was a problem hiding this comment.
Please delete this file and regenerate code
dsgouda
left a comment
There was a problem hiding this comment.
Almost there, please address the remaining comments.
There was a problem hiding this comment.
If you are planning to release a preview version, the versioning must start from 0.9.0-preview
There was a problem hiding this comment.
I missed this earlier but we also need Assembly.cs files similar to this for both the projects with the assembly versions properly set.
|
@dsgouda is anything else needed for this? |
|
@dsgouda when will the package for this be on nuget.org? |

Description
API Spec PR: Azure/azure-rest-api-specs#3185
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csprojandAssemblyInfo.csfiles have been updated with the new version of the SDK. (@emgarten: this is set in the csproj)