Skip to content

[SDKs/LBS] Deprecate LocationBasedServices mgmt .NET SDK#4307

Merged
dsgouda merged 2 commits intoAzure:psSdkJson6from
jp94:locationbasedservices
May 11, 2018
Merged

[SDKs/LBS] Deprecate LocationBasedServices mgmt .NET SDK#4307
dsgouda merged 2 commits intoAzure:psSdkJson6from
jp94:locationbasedservices

Conversation

@jp94
Copy link
Contributor

@jp94 jp94 commented May 10, 2018

Description


This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

SDK Generation Guidelines

  • If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
  • The generate.cmd file for the SDK has been updated with the version of AutoRest, as well as the commitid of your swagger spec or link to the swagger spec, used to generate the code.
  • The *.csproj and AssemblyInfo.cs files have been updated with the new version of the SDK.

LocationBasedServices REST API specs no longer exists.
Refer to Maps PR: Azure/azure-rest-api-specs#3007

Copy link
Contributor

@dsgouda dsgouda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a few comments.
Do confirm that this does not include any changes to the SDK itself but need changes to the recorded tests and a version update


<PropertyGroup>
<PackageId>Microsoft.Azure.Management.LocationBasedServices</PackageId>
<PackageReleaseNotes>This package is deprecated. Please use https://www.nuget.org/packages/Microsoft.Azure.Management.Maps/ </PackageReleaseNotes>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make this a little more detailed
You can refer to an example here

<PackageId>Microsoft.Azure.Management.LocationBasedServices</PackageId>
<PackageReleaseNotes>This package is deprecated. Please use https://www.nuget.org/packages/Microsoft.Azure.Management.Maps/ </PackageReleaseNotes>
<Description>Microsoft Azure Management Location Based Services Library</Description>
<VersionPrefix>1.0.0</VersionPrefix>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use Version instead of VersionPrefix


[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Must match the AssemblyVersion in csproj

// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not update this

Copy link
Contributor

@dsgouda dsgouda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@dsgouda
Copy link
Contributor

dsgouda commented May 11, 2018

Approved, will merge on CIs passing

@dsgouda dsgouda merged commit ea33918 into Azure:psSdkJson6 May 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants