Skip to content
Merged
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 @@ -2,7 +2,7 @@
"parameters": {
"api-version": "2018-08-20-preview",
"subscriptionId": "subid",
"locationName": "westus",
"locationName": "eastus",
"operationResultId": "exampleid"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"api-version": "2018-08-20-preview",
"subscriptionId": "subid",
"serviceDescription": {
"location": "westus",
"location": "eastus",
"tags": {},
"kind": "fhir",
"properties": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"body": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.HealthcareApis/services/service1",
"name": "service1",
"location": "West US",
"location": "eastus",
"type": "Microsoft.HealthcareApis/services",
"kind": "fhir",
"etag": "etagvalue",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"body": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.HealthcareApis/services/service1",
"name": "service1",
"location": "West US",
"location": "eastus",
"type": "Microsoft.HealthcareApis/services",
"kind": "fhir",
"etag": "etagvalue",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.HealthcareApis/services/service1",
"name": "service1",
"location": "West US",
"location": "eastus",
"type": "Microsoft.HealthcareApis/services",
"kind": "fhir",
"etag": "etag",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.HealthcareApis/services/dddb8dcb-effb-4290-bb47-ce1e8440c729",
"name": "service1",
"location": "westus",
"location": "eastus",
"type": "Microsoft.HealthcareApis/services",
"kind": "fhir",
"tags": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"body": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.HealthcareApis/services/service1",
"name": "service1",
"location": "West US",
"location": "eastus",
"type": "Microsoft.HealthcareApis/services",
"kind": "fhir",
"etag": "etagvalue",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
"description": "Check if a service instance name is available.",
"operationId": "Services_CheckNameAvailability",
"x-ms-examples": {
"ServiceList": {
"CheckNameAvailabilityPost": {
"$ref": "./examples/CheckNameAvailabilityPost.json"
}
},
Expand Down
20 changes: 10 additions & 10 deletions specification/healthcareapis/resource-manager/readme.cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ cli:
"/properties/corsconfiguration": "Cors*/"
"/properties/cosmosdbconfiguration": "CosmosDb*/"
"/properties/accesspolicies": "AccessPolicies*/"
test-setup:
- name: Check name availability
- name: Lists all of the available Healthcare service REST API operations.
- name: Create or Update a service with all parameters
- name: Delete service
- name: Create or Update a service with minimum parameters
- name: Get the metadata of a service instance.
- name: List all services in subscription
- name: List all services in resource group
- name: Delete service
test-scenario:
- name: ServicePut
- name: OperationResultsGet
- name: ServiceGet
- name: ServiceListByResourceGroup
- name: ServiceList
- name: OperationsList
- name: ServicePatch
- name: CheckNameAvailabilityPost
- name: ServiceDelete
```