Skip to content

Commit 29773aa

Browse files
wangzelin007FredericHeem
authored andcommitted
Add Healthcareapis CLI settings (Azure#19046)
1 parent f1c3136 commit 29773aa

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# AZ
2+
3+
These settings apply only when `--az` is specified on the command line.
4+
5+
``` yaml $(az)
6+
az:
7+
extensions: healthcareapis
8+
namespace: azure.mgmt.healthcareapis
9+
package-name: azure-mgmt-healthcareapis
10+
az-output-folder: $(azure-cli-extension-folder)/src/healthcareapis
11+
python-sdk-output-folder: "$(az-output-folder)/azext_healthcareapis/vendored_sdks/healthcareapis"
12+
# add additional configuration here specific for Azure CLI
13+
# refer to the faq.md for more details
14+
extension-mode: stable
15+
16+
# rename command groups
17+
directive:
18+
- where:
19+
group: healthcareapis workspace-private-endpoint-connection
20+
set:
21+
group: healthcareapis workspace private-endpoint-connection
22+
- where:
23+
group: healthcareapis workspace-private-link-resource
24+
set:
25+
group: healthcareapis workspace private-link-resource
26+
- where:
27+
group: healthcareapis dicom-service
28+
set:
29+
group: healthcareapis workspace dicom-service
30+
- where:
31+
group: healthcareapis fhir-service
32+
set:
33+
group: healthcareapis workspace fhir-service
34+
- where:
35+
group: healthcareapis iot-connector
36+
set:
37+
group: healthcareapis workspace iot-connector
38+
- where:
39+
group: healthcareapis iot-connector-fhir-destination
40+
set:
41+
group: healthcareapis workspace iot-connector fhir-destination
42+
- where:
43+
group: healthcareapis fhir-destination
44+
set:
45+
group: healthcareapis workspace iot-connector fhir-destination
46+
```

0 commit comments

Comments
 (0)