Update recommendation engine APIs along with resource property fix, add new APIs#4101
Update recommendation engine APIs along with resource property fix, add new APIs#4101michimune wants to merge 5 commits intoAzure:psSdkJson6from
Conversation
…rget (Azure#4098) * Update generated files using specs from latest public preview swagger. * Fix tests. * Changes: - Regenerate models to include commit id. - Update minor version number. * Add generated AzSdk.RP.props * Change version number to 0.2.0
dsgouda
left a comment
There was a problem hiding this comment.
Please pull down the latest changes and run:
- msbuild build.proj /t:build /p:Scope=SDKs\Monitor
generate.cmd to generate the code - These steps should generate the .props and .txt files, you need to commit these files
|
|
||
| [assembly: AssemblyVersion("2.0.0.0")] | ||
| [assembly: AssemblyFileVersion("2.0.0.0")] | ||
| [assembly: AssemblyVersion("2.0.0.1")] |
There was a problem hiding this comment.
Currently, the released package version is 1.7.1-preview and the assembly version here is 2.0.0.0 please update the csproj with the new version number 2.0.0-preview and undo these changes in AssemblyInfo.cs.
dsgouda
left a comment
There was a problem hiding this comment.
Looks like there are two separate projects being modified in this PR Microsoft.DataMigration and Microsoft.Websites. The PR linked in description has changes related to the spec for Microsoft.Websites only, what was the intention behind making changes to two different projects here?
|
|
||
| [assembly: AssemblyVersion("0.1.2")] | ||
| [assembly: AssemblyFileVersion("0.1.2")] | ||
| [assembly: AssemblyVersion("0.2.0")] |
There was a problem hiding this comment.
Again, you don't need to update the assembly version here unless its a major version change.
There was a problem hiding this comment.
Ah it was merged when I did git pull from Azure/azure-sdk-for-net. Sorry for confusion.
| <Description>Websites.Tests Class Library</Description> | ||
| <AssemblyName>WebSites.Tests</AssemblyName> | ||
| <VersionPrefix>1.0.0-preview</VersionPrefix> | ||
| <VersionPrefix>2.0.0-preview</VersionPrefix> |
There was a problem hiding this comment.
nit: this is not necessary since we don't publish the tests as such
|
@shahabhijeet FYI |
|
Closing the PR as per discussion with Deepak |
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.