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

Proposed move of deidservice under healthcareapis #620

Merged
merged 4 commits into from
Nov 7, 2024
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
27 changes: 0 additions & 27 deletions Commands/deidservice/_create.md

This file was deleted.

27 changes: 0 additions & 27 deletions Commands/deidservice/_delete.md

This file was deleted.

29 changes: 0 additions & 29 deletions Commands/deidservice/_list.md

This file was deleted.

27 changes: 0 additions & 27 deletions Commands/deidservice/_show.md

This file was deleted.

20 changes: 0 additions & 20 deletions Commands/deidservice/readme.md

This file was deleted.

16 changes: 16 additions & 0 deletions Commands/healthcareapis/deidservice/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _healthcareapis deidservice create_

Create a DeidService

## Versions

### [2024-02-28-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oZWFsdGhkYXRhYWlzZXJ2aWNlcy9kZWlkc2VydmljZXMve30=/2024-02-28-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.healthdataaiservices/deidservices/{} 2024-02-28-preview -->

#### examples

- DeidServices_Create - generated by [MaximumSet] rule
```bash
healthcareapis deidservice create --resource-group rgopenapi --deid-service-name deidTest --location eastus
```
16 changes: 16 additions & 0 deletions Commands/healthcareapis/deidservice/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _healthcareapis deidservice delete_

Delete a DeidService by name

## Versions

### [2024-02-28-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oZWFsdGhkYXRhYWlzZXJ2aWNlcy9kZWlkc2VydmljZXMve30=/2024-02-28-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.healthdataaiservices/deidservices/{} 2024-02-28-preview -->

#### examples

- DeidServices_Delete - generated by [MaximumSet] rule
```bash
healthcareapis deidservice delete --resource-group rgopenapi --deid-service-name deidTest
```
17 changes: 17 additions & 0 deletions Commands/healthcareapis/deidservice/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# [Command] _healthcareapis deidservice list_

List DeidService resources by subscription Id

## Versions

### [2024-02-28-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oZWFsdGhkYXRhYWlzZXJ2aWNlcy9kZWlkc2VydmljZXM=/2024-02-28-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.healthdataaiservices/deidservices 2024-02-28-preview -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.healthdataaiservices/deidservices 2024-02-28-preview -->

#### examples

- DeidServices_ListBySubscription - generated by [MaximumSet] rule
```bash
healthcareapis deidservice list
```
16 changes: 16 additions & 0 deletions Commands/healthcareapis/deidservice/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _healthcareapis deidservice show_

Get a DeidService by name

## Versions

### [2024-02-28-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oZWFsdGhkYXRhYWlzZXJ2aWNlcy9kZWlkc2VydmljZXMve30=/2024-02-28-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.healthdataaiservices/deidservices/{} 2024-02-28-preview -->

#### examples

- DeidServices_Get - generated by [MaximumSet] rule
```bash
healthcareapis deidservice show --resource-group rgopenapi --deid-service-name deidTest
```
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Command] _deidservice update_
# [Command] _healthcareapis deidservice update_

Update a DeidService by name

Expand All @@ -8,6 +8,9 @@ Update a DeidService by name

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.healthdataaiservices/deidservices/{} 2024-02-28-preview -->

### [2024-09-20](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oZWFsdGhkYXRhYWlzZXJ2aWNlcy9kZWlkc2VydmljZXMve30=/2024-09-20.xml) **Preview**
#### examples

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.healthdataaiservices/deidservices/{} 2024-09-20 -->
- deidservice_update
```bash
healthcareapis deidservice update --name deidTest -g rgopenapi --tags tag=test
```
9 changes: 9 additions & 0 deletions Commands/healthcareapis/deidservice/identity/_assign.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _healthcareapis deidservice identity assign_

Assign the user or system managed identities.

## Versions

### [2024-02-28-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oZWFsdGhkYXRhYWlzZXJ2aWNlcy9kZWlkc2VydmljZXMve30=/2024-02-28-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.healthdataaiservices/deidservices/{} 2024-02-28-preview identity -->
9 changes: 9 additions & 0 deletions Commands/healthcareapis/deidservice/identity/_remove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _healthcareapis deidservice identity remove_

Remove the user or system managed identities.

## Versions

### [2024-02-28-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oZWFsdGhkYXRhYWlzZXJ2aWNlcy9kZWlkc2VydmljZXMve30=/2024-02-28-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.healthdataaiservices/deidservices/{} 2024-02-28-preview identity -->
9 changes: 9 additions & 0 deletions Commands/healthcareapis/deidservice/identity/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _healthcareapis deidservice identity show_

Show the details of managed identities.

## Versions

### [2024-02-28-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oZWFsdGhkYXRhYWlzZXJ2aWNlcy9kZWlkc2VydmljZXMve30=/2024-02-28-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.healthdataaiservices/deidservices/{} 2024-02-28-preview identity -->
14 changes: 14 additions & 0 deletions Commands/healthcareapis/deidservice/identity/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# [Group] _healthcareapis deidservice identity_

Provide an automatically managed identity

## Commands

- [assign](/Commands/healthcareapis/deidservice/identity/_assign.md)
: Assign the user or system managed identities.

- [remove](/Commands/healthcareapis/deidservice/identity/_remove.md)
: Remove the user or system managed identities.

- [show](/Commands/healthcareapis/deidservice/identity/_show.md)
: Show the details of managed identities.
25 changes: 25 additions & 0 deletions Commands/healthcareapis/deidservice/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# [Group] _healthcareapis deidservice_

Health Data service for providing de-identification of health PHI data (Features: Surrogation, multi-modality)

## Subgroups

- [identity](/Commands/healthcareapis/deidservice/identity/readme.md)
: Provide an automatically managed identity

## Commands

- [create](/Commands/healthcareapis/deidservice/_create.md)
: Create a DeidService

- [delete](/Commands/healthcareapis/deidservice/_delete.md)
: Delete a DeidService by name

- [list](/Commands/healthcareapis/deidservice/_list.md)
: List DeidService resources by subscription Id

- [show](/Commands/healthcareapis/deidservice/_show.md)
: Get a DeidService by name

- [update](/Commands/healthcareapis/deidservice/_update.md)
: Update a DeidService by name
8 changes: 8 additions & 0 deletions Commands/healthcareapis/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# [Group] _healthcareapis_

Azure Healthcare APIs is a secure cloud platform for managing health data, supporting analytics, machine learning, and scalable solutions.

## Subgroups

- [deidservice](/Commands/healthcareapis/deidservice/readme.md)
: Health Data service for providing de-identification of health PHI data (Features: Surrogation, multi-modality)
6 changes: 3 additions & 3 deletions Commands/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@
- [dataprotection](/Commands/dataprotection/readme.md)
: Manage dataprotection.

- [deidservice](/Commands/deidservice/readme.md)
: Health Data service for providing de-identification of health PHI data (Features: Surrogation, multi-modality)

- [desktopvirtualization](/Commands/desktopvirtualization/readme.md)
: Manage desktop virtualization.

Expand Down Expand Up @@ -173,6 +170,9 @@
- [graph-services](/Commands/graph-services/readme.md)
: Make operations on Microsoft.GraphServices resource types

- [healthcareapis](/Commands/healthcareapis/readme.md)
: Azure Healthcare APIs is a secure cloud platform for managing health data, supporting analytics, machine learning, and scalable solutions.

- [image](/Commands/image/readme.md)
: Manage custom virtual machine images.

Expand Down
Loading
Loading