[ADLS] add vnet and tests#4401
Conversation
dsgouda
left a comment
There was a problem hiding this comment.
Please create a generate.ps1 similar to this and regenerate the code. Please commit all the changes the script generates.
Also, run msbuild build.proj /t:Build /p:Scope=SDKs\DataLake.Store\Management/DataLake.Store and commit all artifacts generated
| @@ -6,7 +6,7 @@ | |||
| <PropertyGroup> | |||
| <PackageId>Microsoft.Azure.Management.DataLake.Store</PackageId> | |||
| <Description>Provides Data Lake Store account and filesystem management capabilities for Microsoft Azure.</Description> | |||
| <Version>2.4.0-preview</Version> | |||
| <Version>2.5.0-preview</Version> | |||
There was a problem hiding this comment.
@lewu-msft Looks like you are only making additive changes here, theoretically you could release 2.4.1-preview version, however I leave it your discretion
|
@lewu-msft Please fix failing tests |
|
@lewu-msft gentle ping. |
|
@lewu-msft tests are still failing |
|
@dsgouda working on it. tests passed locally but fail after pushing to repo |
shahabhijeet
left a comment
There was a problem hiding this comment.
If you are introducing breaking changes, you will need to bump up the major version of your package.
Left minor comments that needs to be addressed
| @@ -0,0 +1 @@ | |||
| powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -File "$(split-path $SCRIPT:MyInvocation.MyCommand.Path -parent)\..\..\..\..\tools\generateTool.ps1" -ResourceProvider "datalake-store/resource-manager" -PowershellInvoker -AutoRestVersion "latest" No newline at end of file | |||
There was a problem hiding this comment.
@lewu-msft please model the generate.ps1 according to what you see over here
https://github.com/Azure/azure-sdk-for-net/blob/psSdkJson6/src/SDKs/Compute/Management.Compute/generate.ps1#L1
| <PackageId>Microsoft.Azure.Management.DataLake.Store</PackageId> | ||
| <Description>Provides Data Lake Store account and filesystem management capabilities for Microsoft Azure.</Description> | ||
| <Version>2.4.0-preview</Version> | ||
| <Version>2.4.1-preview</Version> |
There was a problem hiding this comment.
@lewu-msft please update package release notes.
Description
Added virtual network CRUD operations for account management.
(Azure/azure-rest-api-specs@b66d57b)
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.