Csharp SDK for Microsoft.StorageSync Resource Provider for ApiVersion package-2018-04-02#4729
Csharp SDK for Microsoft.StorageSync Resource Provider for ApiVersion package-2018-04-02#4729shahabhijeet merged 10 commits intoAzure:psSdkJson6from ankushbindlish2:storagesync-addsdk
Conversation
Csharp SDK for Microsoft.StorageSync Resource Provider
src/SDKs/StorageSync/Management.StorageSync/Microsoft.Azure.Management.StorageSync.csproj
Outdated
Show resolved
Hide resolved
src/SDKs/StorageSync/Management.StorageSync/Microsoft.Azure.Management.StorageSync.csproj
Outdated
Show resolved
Hide resolved
src/SDKs/StorageSync/Management.StorageSync/Microsoft.Azure.Management.StorageSync.sln
Show resolved
Hide resolved
src/SDKs/StorageSync/Management.StorageSync/Microsoft.Azure.Management.StorageSync.csproj
Outdated
Show resolved
Hide resolved
| public static readonly String GithubCommidId = "7b95fd70c37943bd88eac39b3e7f1e4d4ab295ed"; | ||
| public static readonly String CodeGenerationErrors = ""; | ||
| public static readonly String GithubRepoName = "azure-rest-api-specs"; | ||
| // END: Code Generation Metadata Section } |
There was a problem hiding this comment.
Either regenerate the code or remove the } at the end of this line
| @@ -0,0 +1 @@ | |||
| | |||
There was a problem hiding this comment.
Please pull latest changes from remote psSdkJson6, run msbuild build.proj and regenerate the code
|
Also, please link the REST spec PR here |
| @@ -0,0 +1,2 @@ | |||
| Start-AutoRestCodeGeneration -ResourceProvider "storagesync/resource-manager" -AutoRestVersion "latest" | |||
| #Start-AutoRestCodeGenerationWithLocalConfig -ResourceProvider "storagesync/resource-manager" -AutoRestVersion "latest" -LocalConfigFilePath "H:\csharpsdk\azure-rest-api-specs\specification\storagesync\resource-manager\readme.md" -SdkDirectory "H:\csharpsdk\azure-sdk-for-net\src\SDKs\StorageSync\Management.StorageSync\Generated" | |||
| <AssemblyName>StorageSync.Tests</AssemblyName> | ||
| <Description>StorageSync.Tests Class Library</Description> | ||
| </PropertyGroup> | ||
| <!--<PropertyGroup> |
There was a problem hiding this comment.
Remove these commented lines
| <Import Project="$([MSBuild]::GetPathOfFileAbove('AzSdk.test.reference.props'))" /> | ||
| <PropertyGroup> | ||
| <PackageId>StorageSync.Tests</PackageId> | ||
| <VersionPrefix>1.0.0-preview</VersionPrefix> |
There was a problem hiding this comment.
Please replace this with <Version>1.0.0<Version>
Added tests.
|
@dsgouda I updated swagger to introduce some types like create and update parameters |
dsgouda
left a comment
There was a problem hiding this comment.
Running generate.ps1 also generates a .txt file please check in this file too
src/SDKs/StorageSync/StorageSync.Tests/Microsoft.Azure.Management.StorageSync.Tests.csproj
Show resolved
Hide resolved
src/SDKs/StorageSync/StorageSync.Tests/Microsoft.Azure.Management.StorageSync.Tests.csproj
Outdated
Show resolved
Hide resolved
src/SDKs/StorageSync/StorageSync.Tests/Microsoft.Azure.Management.StorageSync.Tests.csproj
Outdated
Show resolved
Hide resolved
src/SDKs/StorageSync/StorageSync.Tests/Microsoft.Azure.Management.StorageSync.Tests.csproj
Outdated
Show resolved
Hide resolved
|
@ankushbindlish2 please always include link to the spec PR. Having a PR link helps rather than the commit. |
shahabhijeet
left a comment
There was a problem hiding this comment.
once the CI passes, this is good to be merged.
Csharp SDK for Microsoft.StorageSync Resource Provider
https://github.com/Azure/azure-rest-api-specs/blob/master/specification/storagesync/resource-manager/readme.md
Description
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.