Skip to content

Commit

Permalink
[AutoPR Microsoft.Azure.Management.HealthcareApis] Move to stable ver…
Browse files Browse the repository at this point in the history
…sion (#134)

* Generated from cce264ba7c751076c58518d67e19b9e469832c0c (#136)

Update ListLegacyPeerings.json

* Generated from 98f6703f2854ce61a22c8ba99a243a3ecb85ec8c

Updated the way we retrieve version parameter
  • Loading branch information
openapi-sdkautomation[bot] authored and azuresdkci committed Aug 30, 2019
1 parent fa72ec8 commit a52e5ea
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 484 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public partial class HealthcareApisManagementClient : ServiceClient<HealthcareAp
public string SubscriptionId { get; set; }

/// <summary>
/// The version of the API.
/// Client Api Version.
/// </summary>
public string ApiVersion { get; private set; }

Expand Down Expand Up @@ -334,7 +334,7 @@ private void Initialize()
Operations = new Operations(this);
OperationResults = new OperationResultsOperations(this);
BaseUri = new System.Uri("https://management.azure.com");
ApiVersion = "2018-08-20-preview";
ApiVersion = "2019-09-16";
AcceptLanguage = "en-US";
LongRunningOperationRetryTimeout = 30;
GenerateClientRequestId = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public partial interface IHealthcareApisManagementClient : System.IDisposable
string SubscriptionId { get; set; }

/// <summary>
/// The version of the API.
/// Client Api Version.
/// </summary>
string ApiVersion { get; }

Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ public Resource()
/// <summary>
/// Initializes a new instance of the Resource class.
/// </summary>
/// <param name="kind">The kind of the service. Valid values are: fhir,
/// fhir-Stu3 and fhir-R4. Possible values include: 'fhir',
/// 'fhir-Stu3', 'fhir-R4'</param>
/// <param name="kind">The kind of the service. Possible values
/// include: 'fhir', 'fhir-Stu3', 'fhir-R4'</param>
/// <param name="location">The resource location.</param>
/// <param name="id">The resource identifier.</param>
/// <param name="name">The resource name.</param>
Expand Down Expand Up @@ -79,9 +78,8 @@ public Resource()
public string Type { get; private set; }

/// <summary>
/// Gets or sets the kind of the service. Valid values are: fhir,
/// fhir-Stu3 and fhir-R4. Possible values include: 'fhir',
/// 'fhir-Stu3', 'fhir-R4'
/// Gets or sets the kind of the service. Possible values include:
/// 'fhir', 'fhir-Stu3', 'fhir-R4'
/// </summary>
[JsonProperty(PropertyName = "kind")]
public Kind Kind { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public ServiceAccessPolicyEntry()
/// <summary>
/// Initializes a new instance of the ServiceAccessPolicyEntry class.
/// </summary>
/// <param name="objectId">An object ID that is allowed access to the
/// FHIR service.</param>
/// <param name="objectId">An Azure AD object ID (User or Apps) that is
/// allowed access to the FHIR service.</param>
public ServiceAccessPolicyEntry(string objectId)
{
ObjectId = objectId;
Expand All @@ -44,8 +44,8 @@ public ServiceAccessPolicyEntry(string objectId)
partial void CustomInit();

/// <summary>
/// Gets or sets an object ID that is allowed access to the FHIR
/// service.
/// Gets or sets an Azure AD object ID (User or Apps) that is allowed
/// access to the FHIR service.
/// </summary>
[JsonProperty(PropertyName = "objectId")]
public string ObjectId { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ public ServicesDescription()
/// <summary>
/// Initializes a new instance of the ServicesDescription class.
/// </summary>
/// <param name="kind">The kind of the service. Valid values are: fhir,
/// fhir-Stu3 and fhir-R4. Possible values include: 'fhir',
/// 'fhir-Stu3', 'fhir-R4'</param>
/// <param name="kind">The kind of the service. Possible values
/// include: 'fhir', 'fhir-Stu3', 'fhir-R4'</param>
/// <param name="location">The resource location.</param>
/// <param name="id">The resource identifier.</param>
/// <param name="name">The resource name.</param>
Expand Down
Loading

0 comments on commit a52e5ea

Please sign in to comment.