-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Hub Generated] Review request for Microsoft.HealthcareApis to add
version stable/2023-09-06 (#25583)
- Loading branch information
1 parent
c8e1fa4
commit 783212d
Showing
51 changed files
with
7,284 additions
and
3 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
...anager/Microsoft.HealthcareApis/stable/2023-09-06/examples/CheckNameAvailabilityPost.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-09-06", | ||
"subscriptionId": "subid", | ||
"checkNameAvailabilityInputs": { | ||
"type": "Microsoft.HealthcareApis/services", | ||
"name": "serviceName" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"nameAvailable": false, | ||
"reason": "AlreadyExists", | ||
"message": "Service name is not available." | ||
} | ||
} | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
...urce-manager/Microsoft.HealthcareApis/stable/2023-09-06/examples/OperationResultsGet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-09-06", | ||
"subscriptionId": "subid", | ||
"locationName": "westus", | ||
"operationResultId": "exampleid" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/subid/providers/Microsoft.HealthcareApis/locations/westus/operationresults/exampleid", | ||
"name": "servicename", | ||
"status": "Requested", | ||
"startTime": "2019-01-21T06:03:30.2716301Z", | ||
"endTime": "2019-01-21T06:04:12.3413202Z", | ||
"properties": {} | ||
} | ||
} | ||
} | ||
} |
113 changes: 113 additions & 0 deletions
113
.../resource-manager/Microsoft.HealthcareApis/stable/2023-09-06/examples/OperationsList.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-09-06" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"name": "Microsoft.HealthcareApis/services/read", | ||
"display": {}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.HealthcareApis/services/write", | ||
"display": {}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.HealthcareApis/services/delete", | ||
"display": {}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.HealthcareApis/locations/operationresults/read", | ||
"display": { | ||
"provider": "Microsoft.HealthcareApis", | ||
"resource": "operationresults", | ||
"operation": "read", | ||
"description": "Get the status of an asynchronous operation" | ||
}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.HealthcareApis/workspaces/read", | ||
"display": {}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.HealthcareApis/workspaces/write", | ||
"display": {}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.HealthcareApis/workspaces/delete", | ||
"display": {}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.HealthcareApis/workspaces/dicomservices/read", | ||
"display": {}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.HealthcareApis/workspaces/dicomservices/write", | ||
"display": {}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.HealthcareApis/workspaces/dicomservices/delete", | ||
"display": {}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.HealthcareApis/workspaces/iotconnectors/read", | ||
"display": {}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.HealthcareApis/workspaces/iotconnectors/write", | ||
"display": {}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.HealthcareApis/workspaces/iotconnectors/delete", | ||
"display": {}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.HealthcareApis/workspaces/fhirservices/read", | ||
"display": {}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.HealthcareApis/workspaces/fhirservices/write", | ||
"display": {}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.HealthcareApis/workspaces/fhirservices/delete", | ||
"display": {}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.HealthcareApis/checkNameAvailability/post", | ||
"display": {}, | ||
"origin": "user" | ||
}, | ||
{ | ||
"name": "Microsoft.HealthcareApis/Operations/read", | ||
"display": { | ||
"provider": "Microsoft.HealthcareApis", | ||
"resource": "operations", | ||
"operation": "read", | ||
"description": "Get the list of operations supported by this Resource Provider." | ||
}, | ||
"origin": "user,system" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
93 changes: 93 additions & 0 deletions
93
...crosoft.HealthcareApis/stable/2023-09-06/examples/dicomservices/DicomServices_Create.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "testRG", | ||
"workspaceName": "workspace1", | ||
"dicomServiceName": "blue", | ||
"api-version": "2023-09-06", | ||
"dicomservice": { | ||
"location": "westus", | ||
"properties": {} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "blue", | ||
"id": "/subscriptions/subid/resourceGroups/testRG/providers/Microsoft.HealthcareApis/workspaces/workspace1/dicomservices/blue", | ||
"location": "westus", | ||
"type": "Microsoft.HealthcareApis/workspaces/dicomservices", | ||
"properties": { | ||
"authenticationConfiguration": { | ||
"authority": "https://login.microsoftonline.com/abfde7b2-df0f-47e6-aabf-2462b07508dc", | ||
"audiences": [ | ||
"https://azurehealthcareapis.com/", | ||
"https://azurehealthcareapis.com" | ||
] | ||
}, | ||
"corsConfiguration": { | ||
"origins": [ | ||
"*" | ||
], | ||
"headers": [ | ||
"*" | ||
], | ||
"methods": [ | ||
"DELETE", | ||
"GET", | ||
"OPTIONS", | ||
"PATCH", | ||
"POST", | ||
"PUT" | ||
], | ||
"maxAge": 1440, | ||
"allowCredentials": false | ||
}, | ||
"provisioningState": "Succeeded", | ||
"serviceUrl": null, | ||
"eventState": "Disabled" | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"name": "blue", | ||
"id": "/subscriptions/subid/resourceGroups/testRG/providers/Microsoft.HealthcareApis/workspaces/workspace1/dicomservices/blue", | ||
"location": "westus", | ||
"type": "Microsoft.HealthcareApis/workspaces/dicomservices", | ||
"properties": { | ||
"authenticationConfiguration": { | ||
"authority": "https://login.microsoftonline.com/abfde7b2-df0f-47e6-aabf-2462b07508dc", | ||
"audiences": [ | ||
"https://azurehealthcareapis.com/", | ||
"https://azurehealthcareapis.com" | ||
] | ||
}, | ||
"provisioningState": "Creating", | ||
"serviceUrl": null, | ||
"eventState": "Disabled" | ||
} | ||
} | ||
}, | ||
"202": { | ||
"body": { | ||
"name": "blue", | ||
"id": "/subscriptions/subid/resourceGroups/testRG/providers/Microsoft.HealthcareApis/workspaces/workspace1/dicomservices/blue", | ||
"location": "westus", | ||
"type": "Microsoft.HealthcareApis/workspaces/dicomservices", | ||
"properties": { | ||
"authenticationConfiguration": { | ||
"authority": "https://login.microsoftonline.com/abfde7b2-df0f-47e6-aabf-2462b07508dc", | ||
"audiences": [ | ||
"https://azurehealthcareapis.com/", | ||
"https://azurehealthcareapis.com" | ||
] | ||
}, | ||
"provisioningState": "Accepted", | ||
"serviceUrl": null, | ||
"eventState": "Disabled" | ||
} | ||
} | ||
} | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...crosoft.HealthcareApis/stable/2023-09-06/examples/dicomservices/DicomServices_Delete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "testRG", | ||
"workspaceName": "workspace1", | ||
"dicomServiceName": "blue", | ||
"api-version": "2023-09-06" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/locations/westus/operationresults/f7eb8g4f1ncj3jgk6bg8jlqf8?api-version=2023-09-06" | ||
} | ||
}, | ||
"204": {} | ||
} | ||
} |
48 changes: 48 additions & 0 deletions
48
.../Microsoft.HealthcareApis/stable/2023-09-06/examples/dicomservices/DicomServices_Get.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "testRG", | ||
"workspaceName": "workspace1", | ||
"dicomServiceName": "blue", | ||
"api-version": "2023-09-06" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "blue", | ||
"id": "/subscriptions/subid/resourceGroups/testRG/providers/Microsoft.HealthcareApis/workspaces/workspace1/dicomservices/blue", | ||
"type": "Microsoft.HealthcareApis/workspaces/dicomservices", | ||
"properties": { | ||
"authenticationConfiguration": { | ||
"authority": "https://login.microsoftonline.com/abfde7b2-df0f-47e6-aabf-2462b07508dc", | ||
"audiences": [ | ||
"https://azurehealthcareapis.com/", | ||
"https://azurehealthcareapis.com" | ||
] | ||
}, | ||
"corsConfiguration": { | ||
"origins": [ | ||
"*" | ||
], | ||
"headers": [ | ||
"*" | ||
], | ||
"methods": [ | ||
"DELETE", | ||
"GET", | ||
"OPTIONS", | ||
"PATCH", | ||
"POST", | ||
"PUT" | ||
], | ||
"maxAge": 1440, | ||
"allowCredentials": false | ||
}, | ||
"provisioningState": "Succeeded", | ||
"serviceUrl": "https://workspace1-blue.dicom.azurehealthcareapis.com", | ||
"eventState": "Disabled" | ||
} | ||
} | ||
} | ||
} | ||
} |
69 changes: 69 additions & 0 deletions
69
...Microsoft.HealthcareApis/stable/2023-09-06/examples/dicomservices/DicomServices_List.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "testRG", | ||
"workspaceName": "workspace1", | ||
"api-version": "2023-09-06" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"nextLink": "string", | ||
"value": [ | ||
{ | ||
"name": "blue", | ||
"id": "/subscriptions/subid/resourceGroups/testRG/providers/Microsoft.HealthcareApis/workspaces/workspace1/dicomservices/blue", | ||
"type": "Microsoft.HealthcareApis/workspaces/dicomservices", | ||
"properties": { | ||
"authenticationConfiguration": { | ||
"authority": "https://login.microsoftonline.com/abfde7b2-df0f-47e6-aabf-2462b07508dc", | ||
"audiences": [ | ||
"https://azurehealthcareapis.com/", | ||
"https://azurehealthcareapis.com" | ||
] | ||
}, | ||
"corsConfiguration": { | ||
"origins": [ | ||
"*" | ||
], | ||
"headers": [ | ||
"*" | ||
], | ||
"methods": [ | ||
"DELETE", | ||
"GET", | ||
"OPTIONS", | ||
"PATCH", | ||
"POST", | ||
"PUT" | ||
], | ||
"maxAge": 1440, | ||
"allowCredentials": false | ||
}, | ||
"provisioningState": "Succeeded", | ||
"serviceUrl": "https://workspace1-blue.dicom.azurehealthcareapis.com", | ||
"eventState": "Disabled" | ||
} | ||
}, | ||
{ | ||
"name": "red", | ||
"id": "/subscriptions/subid/resourceGroups/testRG/providers/Microsoft.HealthcareApis/workspaces/workspace1/dicomservices/red", | ||
"type": "Microsoft.HealthcareApis/workspaces/dicomservices", | ||
"properties": { | ||
"authenticationConfiguration": { | ||
"authority": "https://login.microsoftonline.com/abfde7b2-df0f-47e6-aabf-2462b07508dc", | ||
"audiences": [ | ||
"https://azurehealthcareapis.com/", | ||
"https://azurehealthcareapis.com" | ||
] | ||
}, | ||
"provisioningState": "Succeeded", | ||
"serviceUrl": "https://workspace1-red.dicom.azurehealthcareapis.com", | ||
"eventState": "Disabled" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.