Add service objective and operations .NET client tests, upgrade to Az…#3272
Add service objective and operations .NET client tests, upgrade to Az…#3272markcowl merged 7 commits intoAzure:psSdkJson6from
Conversation
…ure Resource Manager 1.6
|
Can one of the admins verify this patch? |
| [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure SQL.")] | ||
| [assembly: AssemblyVersion("1.0.0.0")] | ||
| [assembly: AssemblyFileVersion("1.4.0.0")] | ||
| [assembly: AssemblyFileVersion("1.4.0.1")] |
There was a problem hiding this comment.
Is there any product code change, or just test code? If test only, then we don't need to publish so I don't think this needs to be bumped
|
@azuresdkci add to whitelist |
|
Please review because this is blocking other sql sdk changes :) thx |
| "User-Agent": [ | ||
| "FxVersion/4.6.25009.01", | ||
| "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0-preview" | ||
| "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.0.0-preview" |
There was a problem hiding this comment.
@nathannfan how is this possible, if you are using 1.6.0 version of resource manager with the new namespace, how come you are still recording the old version?
There was a problem hiding this comment.
See, this is why I'm glad you're looking at this :)
There was a problem hiding this comment.
Turns out this was an obsolete recording. Removed all obsolete recordings.
|
@shahabhijeet , @markcowl thanks for the quick review, guys! |
…ure Resource Manager 1.6
Description
Add .NET tests for service objectives and capabilities. Record with Azure Resource Manager version 1.6.
Re-recordings of tests will be done in a separate PR.
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.