File tree 1 file changed +20
-1
lines changed
specification/healthcareapis/resource-manager
1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,31 @@ azure-arm: true
21
21
22
22
` ` ` yaml $(go) && $(multiapi)
23
23
batch :
24
+ - tag : package-preview-2021-06
24
25
- tag : package-2020-03-30
25
26
- tag : package-2020-03
26
27
- tag : package-2019-09
27
28
- tag : package-2018-08-preview
28
29
` ` `
29
30
31
+ ### Tag: package-preview-2021-06 and go
32
+
33
+ These settings apply only when ` --tag=package-preview-2021-06 --go` is specified on the command line.
34
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
35
+
36
+ ` ` ` yaml $(tag) == 'package-preview-2021-06' && $(go)
37
+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-06-01-preview/$(namespace)
38
+
39
+ directive:
40
+ - from: healthcare-apis.json
41
+ where: $.definitions.ServicesProperties.properties.provisioningState
42
+ transform: >-
43
+ return {
44
+ "description": "The provisioning state.",
45
+ "$ref": "#/definitions/ProvisioningState"
46
+ }
47
+ ` ` `
48
+
30
49
# ## Tag: package-2020-03-30 and go
31
50
32
51
These settings apply only when `--tag=package-2020-03-30 --go` is specified on the command line.
@@ -61,4 +80,4 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
61
80
62
81
` ` ` yaml $(tag) == 'package-2018-08-preview' && $(go)
63
82
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-08-20-preview/$(namespace)
64
- ` ` `
83
+ ` ` `
You can’t perform that action at this time.
0 commit comments