[Billing RP] Add Enrollment Accounts APIs + tests.#4154
[Billing RP] Add Enrollment Accounts APIs + tests.#4154dsgouda merged 7 commits intoAzure:psSdkJson6from
Conversation
2. Update existing session records to reflect updated api-version
|
|
||
| [assembly: AssemblyVersion("2.0.0.0")] | ||
| [assembly: AssemblyFileVersion("2.0.0.0")] | ||
| [assembly: AssemblyVersion("2.1.0.0")] |
There was a problem hiding this comment.
Please do not update the AssemblyVersion
|
|
||
| [assembly: AssemblyVersion("2.0.0.0")] | ||
| [assembly: AssemblyFileVersion("2.0.0.0")] | ||
| [assembly: AssemblyVersion("2.1.0.0")] |
There was a problem hiding this comment.
Please do not update the AssemblyVersion
| <PropertyGroup> | ||
| <Description>Microsoft Azure Billing Management Library</Description> | ||
| <Version>2.0.0-preview</Version> | ||
| <Version>2.1.0-preview</Version> |
There was a problem hiding this comment.
We highly recommend adding PackageReleaseNotes
| <Authors>Microsoft Corporation</Authors> | ||
| <AssemblyName>Billing.Tests</AssemblyName> | ||
| <VersionPrefix>2.0.0-preview</VersionPrefix> | ||
| <VersionPrefix>2.1.0-preview</VersionPrefix> |
There was a problem hiding this comment.
You don't need to update the package version for test project since they are never published. Also consider simply setting it to 2.0.0 instead
dsgouda
left a comment
There was a problem hiding this comment.
Still missing the generate.ps1 file
| { | ||
| } | ||
|
|
||
| #if LEGACY |
There was a problem hiding this comment.
Was this handwritten code by any chance? Please check if this change was intended
There was a problem hiding this comment.
@dsgouda Not handwritten - I ran generated.cmd.
There was a problem hiding this comment.
I see that the newer code is generated by generate.cmd. I am concerned about the code that already exists and is being overwritten here.
There was a problem hiding this comment.
@dsgouda This is simply a matter of using a newer version of AutoRest. The current generated code appears to match that of other SDKs.
|
@wilcobmsft Please generate the code using |
Description
Generating a new Billing SDK based on Azure/azure-rest-api-specs#2626, to add support for enrollment accounts.
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.