Add delegation support for RA calls#3872
Conversation
|
@shahabhijeet API specs PR has been merged |
shahabhijeet
left a comment
There was a problem hiding this comment.
@darshanhs90 regenerate your SDK from the merged spec.
When you do that, you will get an additional .txt file as part of your PR.
|
|
||
| <ItemGroup> | ||
| <PackageReference Include="Microsoft.Azure.Management.Authorization" Version="2.5.0-preview" /> | ||
| <!--<PackageReference Include="Microsoft.Azure.Management.Authorization" Version="2.5.0-preview" />--> |
There was a problem hiding this comment.
@darshanhs90 remove commented code.
Also start using latest version of ResourceManager to record all your tests. The latest version is 1.6.0 for ResourceManager nuget package.
There was a problem hiding this comment.
|
@shahabhijeet Made all the changes as per the comments and rerecorded the tests |
|
@shahabhijeet Fixed merge conflict issue and updated the version |
| <Description>Provides capabilities to query Microsoft Azure Management Authorization.</Description> | ||
| <AssemblyTitle>Authorization Library for Microsoft Azure Management Authorization</AssemblyTitle> | ||
| <Version>2.5.0-preview</Version> | ||
| <Version>2.6.0-preview</Version> |
There was a problem hiding this comment.
@darshanhs90 please add packageRelease notes, it's left blank.
There was a problem hiding this comment.
@shahabhijeet Added package release notes back
Linked to the following swagger specs pr
Azure/azure-rest-api-specs#2031
Azure/azure-rest-api-specs#2043
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.