Added support for VirtualNetworkUsages API to Virtual Networks#3193
Added support for VirtualNetworkUsages API to Virtual Networks#3193shahabhijeet merged 4 commits intoAzure:vs17Devfrom
Conversation
|
Can one of the admins verify this patch? |
1 similar comment
|
Can one of the admins verify this patch? |
|
@number213, It will cover your contributions to all Microsoft-managed open source projects. |
|
@number213, thanks for signing the contribution license agreement. We will now validate the agreement and then the pull request. |
|
@azuresdkci add to whitelist |
There was a problem hiding this comment.
@number213 all new tests should be using latest Resource Manager nuget package.
f6cca58 to
f848200
Compare
|
@shahabhijeet re-recorded new test with the latest Resource Manager |
|
|
||
| using (MockContext context = MockContext.Start(this.GetType().FullName)) | ||
| { | ||
| var resourcesClient = ResourcesManagementTestUtilities.GetResourceManagementClientWithHandler(context, handler1); |
There was a problem hiding this comment.
@number213 I don't see any changes to code that creates the actual Resource Manager client.
Could you point me to that change?
|
@shahabhijeet sorry for taking so long, finally got what you meant. Updated Virtual Network tests to use latest Resource Manager instead of depreciated one. |
Description
Added support for VirtualNetworkUsages API to Virtual Networks
Swagger PR: Azure/azure-rest-api-specs#1168
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.