-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Conversation
Checkin Related to HealthcareApis
I closed the PR#6766 as suggested and opened this new one. |
<OutputType>Library</OutputType> | ||
<StartupObject /> | ||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> | ||
</PropertyGroup> |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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
Please fix CI errors as well. |
Changes as per feedback
Updated the PR with the suggested changes. Also fixed the CI errors. |
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.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
REST spec PR: Azure/azure-rest-api-specs-pr:
Azure/azure-rest-api-specs#5096
Azure/azure-rest-api-specs#6244