Skip to content

Device Provisioning Service#4050

Merged
shahabhijeet merged 12 commits intoAzure:psSdkJson6from
montgomp:IotHub/DeviceProvisioning
Feb 9, 2018
Merged

Device Provisioning Service#4050
shahabhijeet merged 12 commits intoAzure:psSdkJson6from
montgomp:IotHub/DeviceProvisioning

Conversation

@montgomp
Copy link
Copy Markdown
Contributor

@montgomp montgomp commented Feb 6, 2018

Description

Re-opening device provisioning service PR due to swagger name changes. https://github.com/Azure/azure-rest-api-specs/tree/master/specification/deviceprovisioningservices/resource-manager

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.

montgomp and others added 11 commits December 18, 2017 09:06
Can you do the following in the below order:
Pull latest from upstream (if you have already done this good)
Execute msbuild.exe build.proj from the repo root
a. This will update the build tools in the current repo
Generate your SDK
Build you sdk at least one from command line of IDE
a. Msbuild.exe build.proj /t:build /p:Scope=SDKs\ProvisioningServices
Update the PR
@montgomp
Copy link
Copy Markdown
Contributor Author

montgomp commented Feb 7, 2018

@shahabhijeet is it possible to get someone assigned to review this PR? The initial PR was opened mid December and closed due to requested changes to Swagger naming.

<Description>Provides management capabilities for Microsoft Azure IoT Device Provisioning Service.</Description>
<AssemblyTitle>Microsoft Azure Provisioning Service Management</AssemblyTitle>
<AssemblyName>Microsoft.Azure.Management.DeviceProvisioningServices</AssemblyName>
<VersionPrefix>0.9.0-preview</VersionPrefix>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this is < Version > and not < versionPrefix >

<Project Sdk="Microsoft.NET.Sdk">
<!-- Please do not move/edit code below this line -->
<Import Project="$([MSBuild]::GetPathOfFileAbove('AzSdk.reference.props'))" />
<!-- Please do not move/edit code below this line -->
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

change the type from below this line to above this line

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Someone should look into the examples as it seems every project has "below" where it should be "above"


@echo off
call %~dp0..\..\..\..\tools\generate.cmd iothub/resource-manager %*
call %~dp0..\..\..\..\tools\generate.cmd provisioningservices/resource-manager %*
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@montgomp why iotHub has been changed to provisioning services?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Thanks for the catch.

@shahabhijeet shahabhijeet merged commit 30a7d7f into Azure:psSdkJson6 Feb 9, 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