Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introducing HealthcareApis #6839

Merged
merged 4 commits into from
Jul 11, 2019
Merged

Introducing HealthcareApis #6839

merged 4 commits into from
Jul 11, 2019

Conversation

poadhika
Copy link
Contributor

@poadhika poadhika commented Jul 8, 2019

Adding HealthcareApis into Azure SDK.
This PR comprises of new modules for HealthcareApis that is used to manage HealthcareApis accounts such as (Get/Create/Update/Delete)
This checklist is used to make sure that common guidelines for a pull request are followed.

  • Please add REST spec PR link to the SDK PR
  • I have read the contribution guidelines.
  • The pull request does not introduce breaking changes.

General Guidelines

  • Title of the pull request is clear and informative.

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.

REST spec PR: Azure/azure-rest-api-specs-pr:
Azure/azure-rest-api-specs#5096
Azure/azure-rest-api-specs#6244

Pooja Adhikari and others added 2 commits July 8, 2019 11:48
@poadhika
Copy link
Contributor Author

poadhika commented Jul 8, 2019

I closed the PR#6766 as suggested and opened this new one.

<OutputType>Library</OutputType>
<StartupObject />
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
Copy link
Member

Choose a reason for hiding this comment

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

@poadhika , please remove line 19-22, and format this file

Choose a reason for hiding this comment

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

Removed

<PackageReference Include="Microsoft.Azure.Management.ResourceManager" Version="1.6.0-preview" />
<PackageReference Update="Microsoft.Azure.Test.HttpRecorder" Version="1.13.3" />
<ProjectReference Include="..\src\Microsoft.Azure.Management.HealthcareApis.csproj" />
</ItemGroup>
Copy link
Member

Choose a reason for hiding this comment

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

Line 24,25 and 27 are unnecessary because they are included in AzSdk.test.reference.targets

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Line 27 is required as it is referring to the src project "Microsoft.Azure.Management.HealthcareApis.csproj".

<Description>Provides management capabilities for Microsoft Azure Healthcare Apis.</Description>
<AssemblyTitle>Microsoft Azure Healthcare Apis Management</AssemblyTitle>
<AssemblyName>Microsoft.Azure.Management.HealthcareApis</AssemblyName>
<Version>1.0.5-preview</Version>
Copy link
Member

Choose a reason for hiding this comment

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

Suggest to use major version 0 for brand new preview feature, e.g. 0.8.0-preview

<ApplicationIcon />
<OutputType>Library</OutputType>
<StartupObject />
</PropertyGroup>
Copy link
Member

Choose a reason for hiding this comment

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

please remove line 4-9

@erich-wang erich-wang self-assigned this Jul 9, 2019
@erich-wang
Copy link
Member

Please fix CI errors as well.

Pooja Adhikari and others added 2 commits July 9, 2019 09:33
@poadhikagithub
Copy link

Updated the PR with the suggested changes. Also fixed the CI errors.

@erich-wang erich-wang merged commit 19df98e into Azure:master Jul 11, 2019
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.

3 participants