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

[AutoPR azure-mgmt-healthcareapis] Update healthcare-apis.json #77

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(
super(HealthcareApisManagementClient, self).__init__(self.config.credentials, self.config)

client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)}
self.api_version = '2018-08-20-preview'
self.api_version = '2019-09-16'
self._serialize = Serializer(client_models)
self._deserialize = Deserializer(client_models)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,8 @@ class Resource(Model):
:vartype name: str
:ivar type: The resource type.
:vartype type: str
:param kind: Required. The kind of the service. Valid values are: fhir,
fhir-Stu3 and fhir-R4. Possible values include: 'fhir', 'fhir-Stu3',
'fhir-R4'
:param kind: Required. The kind of the service. Possible values include:
'fhir', 'fhir-Stu3', 'fhir-R4'
:type kind: str or ~azure.mgmt.healthcareapis.models.Kind
:param location: Required. The resource location.
:type location: str
Expand Down Expand Up @@ -287,8 +286,8 @@ class ServiceAccessPolicyEntry(Model):

All required parameters must be populated in order to send to Azure.

:param object_id: Required. An object ID that is allowed access to the
FHIR service.
:param object_id: Required. An Azure AD object ID (User or Apps) that is
allowed access to the FHIR service.
:type object_id: str
"""

Expand Down Expand Up @@ -400,9 +399,8 @@ class ServicesDescription(Resource):
:vartype name: str
:ivar type: The resource type.
:vartype type: str
:param kind: Required. The kind of the service. Valid values are: fhir,
fhir-Stu3 and fhir-R4. Possible values include: 'fhir', 'fhir-Stu3',
'fhir-R4'
:param kind: Required. The kind of the service. Possible values include:
'fhir', 'fhir-Stu3', 'fhir-R4'
:type kind: str or ~azure.mgmt.healthcareapis.models.Kind
:param location: Required. The resource location.
:type location: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,8 @@ class Resource(Model):
:vartype name: str
:ivar type: The resource type.
:vartype type: str
:param kind: Required. The kind of the service. Valid values are: fhir,
fhir-Stu3 and fhir-R4. Possible values include: 'fhir', 'fhir-Stu3',
'fhir-R4'
:param kind: Required. The kind of the service. Possible values include:
'fhir', 'fhir-Stu3', 'fhir-R4'
:type kind: str or ~azure.mgmt.healthcareapis.models.Kind
:param location: Required. The resource location.
:type location: str
Expand Down Expand Up @@ -287,8 +286,8 @@ class ServiceAccessPolicyEntry(Model):

All required parameters must be populated in order to send to Azure.

:param object_id: Required. An object ID that is allowed access to the
FHIR service.
:param object_id: Required. An Azure AD object ID (User or Apps) that is
allowed access to the FHIR service.
:type object_id: str
"""

Expand Down Expand Up @@ -400,9 +399,8 @@ class ServicesDescription(Resource):
:vartype name: str
:ivar type: The resource type.
:vartype type: str
:param kind: Required. The kind of the service. Valid values are: fhir,
fhir-Stu3 and fhir-R4. Possible values include: 'fhir', 'fhir-Stu3',
'fhir-R4'
:param kind: Required. The kind of the service. Possible values include:
'fhir', 'fhir-Stu3', 'fhir-R4'
:type kind: str or ~azure.mgmt.healthcareapis.models.Kind
:param location: Required. The resource location.
:type location: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class OperationResultsOperations(object):
:param config: Configuration of service client.
:param serializer: An object model serializer.
:param deserializer: An object model deserializer.
:ivar api_version: The version of the API. Constant value: "2018-08-20-preview".
:ivar api_version: Client Api Version. Constant value: "2019-09-16".
"""

models = models
Expand All @@ -34,7 +34,7 @@ def __init__(self, client, config, serializer, deserializer):
self._client = client
self._serialize = serializer
self._deserialize = deserializer
self.api_version = "2018-08-20-preview"
self.api_version = "2019-09-16"

self.config = config

Expand Down Expand Up @@ -67,7 +67,7 @@ def get(

# Construct parameters
query_parameters = {}
query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str', min_length=10)
query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str')

# Construct headers
header_parameters = {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Operations(object):
:param config: Configuration of service client.
:param serializer: An object model serializer.
:param deserializer: An object model deserializer.
:ivar api_version: The version of the API. Constant value: "2018-08-20-preview".
:ivar api_version: Client Api Version. Constant value: "2019-09-16".
"""

models = models
Expand All @@ -34,7 +34,7 @@ def __init__(self, client, config, serializer, deserializer):
self._client = client
self._serialize = serializer
self._deserialize = deserializer
self.api_version = "2018-08-20-preview"
self.api_version = "2019-09-16"

self.config = config

Expand All @@ -60,7 +60,7 @@ def prepare_request(next_link=None):

# Construct parameters
query_parameters = {}
query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str', min_length=10)
query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str')

else:
url = next_link
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ServicesOperations(object):
:param config: Configuration of service client.
:param serializer: An object model serializer.
:param deserializer: An object model deserializer.
:ivar api_version: The version of the API. Constant value: "2018-08-20-preview".
:ivar api_version: Client Api Version. Constant value: "2019-09-16".
"""

models = models
Expand All @@ -36,7 +36,7 @@ def __init__(self, client, config, serializer, deserializer):
self._client = client
self._serialize = serializer
self._deserialize = deserializer
self.api_version = "2018-08-20-preview"
self.api_version = "2019-09-16"

self.config = config

Expand Down Expand Up @@ -71,7 +71,7 @@ def get(

# Construct parameters
query_parameters = {}
query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str', min_length=10)
query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str')

# Construct headers
header_parameters = {}
Expand Down Expand Up @@ -115,7 +115,7 @@ def _create_or_update_initial(

# Construct parameters
query_parameters = {}
query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str', min_length=10)
query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str')

# Construct headers
header_parameters = {}
Expand Down Expand Up @@ -220,7 +220,7 @@ def _update_initial(

# Construct parameters
query_parameters = {}
query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str', min_length=10)
query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str')

# Construct headers
header_parameters = {}
Expand Down Expand Up @@ -320,7 +320,7 @@ def _delete_initial(

# Construct parameters
query_parameters = {}
query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str', min_length=10)
query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str')

# Construct headers
header_parameters = {}
Expand Down Expand Up @@ -411,7 +411,7 @@ def prepare_request(next_link=None):

# Construct parameters
query_parameters = {}
query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str', min_length=10)
query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str')

else:
url = next_link
Expand Down Expand Up @@ -480,7 +480,7 @@ def prepare_request(next_link=None):

# Construct parameters
query_parameters = {}
query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str', min_length=10)
query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str')

else:
url = next_link
Expand Down Expand Up @@ -550,7 +550,7 @@ def check_name_availability(

# Construct parameters
query_parameters = {}
query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str', min_length=10)
query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str')

# Construct headers
header_parameters = {}
Expand Down