Skip to content

Commit f8b246d

Browse files
sjiherzigaviyerMSFT
authored andcommitted
Updated readmes (Azure#22722)
1 parent 6f689bf commit f8b246d

File tree

4 files changed

+50
-1
lines changed

4 files changed

+50
-1
lines changed

specification/digitaltwins/resource-manager/readme.go.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,24 @@ azure-arm: true
2121
2222
``` yaml $(go) && $(multiapi)
2323
batch:
24+
- tag: package-2023-01
2425
- tag: package-2022-05
2526
- tag: package-2021-06-30-preview
2627
- tag: package-2020-12
2728
- tag: package-2020-10
2829
- tag: package-2020-03-01-preview
2930
```
3031
32+
### Tag: package-2023-01 and go
33+
34+
These settings apply only when `--tag=package-2023-01 --go` is specified on the command line.
35+
Please also specify `--go-sdks-folder=digitaltwins`.
36+
37+
```yaml $(tag) == 'package-2023-01' && $(go)
38+
namespace: digitaltwins
39+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2023-01-31/$(namespace)
40+
```
41+
3142
### Tag: package-2022-05 and go
3243

3344
These settings apply only when `--tag=package-2022-05 --go` is specified on the command line.

specification/digitaltwins/resource-manager/readme.java.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,40 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-digitaltwins
2222
2323
```yaml $(java) && $(multiapi)
2424
batch:
25+
- tag: package-2023-01
2526
- tag: package-2022-05
2627
- tag: package-2021-06-30-preview
2728
- tag: package-2020-12
2829
- tag: package-2020-10
2930
- tag: package-2020-03-01-preview
3031
```
3132
33+
### Tag: package-2023-01 and java
34+
35+
These settings apply only when `--tag=package-2023-01 --java` is specified on the command line.
36+
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.
37+
38+
```yaml $(tag) == 'package-2023-01' && $(java) && $(multiapi)
39+
java:
40+
namespace: com.microsoft.azure.management.digitaltwins.v2023_01_31
41+
output-folder: $(azure-libraries-for-java-folder)/sdk/digitaltwins/mgmt-v2023_01_31
42+
regenerate-manager: true
43+
generate-interface: true
44+
```
45+
46+
### Tag: package-2022-05 and java
47+
48+
These settings apply only when `--tag=package-2022-05 --java` is specified on the command line.
49+
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.
50+
51+
```yaml $(tag) == 'package-2022-05' && $(java) && $(multiapi)
52+
java:
53+
namespace: com.microsoft.azure.management.digitaltwins.v2022_05_31
54+
output-folder: $(azure-libraries-for-java-folder)/sdk/digitaltwins/mgmt-v2022_05_31
55+
regenerate-manager: true
56+
generate-interface: true
57+
```
58+
3259
### Tag: package-2022-05 and java
3360

3461
These settings apply only when `--tag=package-2022-05 --java` is specified on the command line.

specification/digitaltwins/resource-manager/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ openapi-type: arm
2929
tag: package-2023-01
3030
```
3131
32-
3332
### Tag: package-2023-01
3433
3534
These settings apply only when `--tag=package-2023-01` is specified on the command line.
@@ -38,6 +37,7 @@ These settings apply only when `--tag=package-2023-01` is specified on the comma
3837
input-file:
3938
- Microsoft.DigitalTwins/stable/2023-01-31/digitaltwins.json
4039
```
40+
4141
### Tag: package-2022-10
4242

4343
These settings apply only when `--tag=package-2022-10` is specified on the command line.

specification/digitaltwins/resource-manager/readme.python.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ multiapi: true
2020
default-api-version: "2022-10-31"
2121
clear-output-folder: true
2222
batch:
23+
- tag: package-2023-01
2324
- tag: package-2022-10
2425
- tag: package-2022-05
2526
- tag: package-2021-06-30-preview
@@ -34,6 +35,16 @@ output-folder: $(python-sdks-folder)/digitaltwins/azure-mgmt-digitaltwins/azure/
3435
perform-load: false
3536
```
3637
38+
### Tag: package-2023-01 and python
39+
40+
These settings apply only when `--tag=package-2023-01 --python` is specified on the command line.
41+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
42+
43+
``` yaml $(tag) == 'package-2022-10' && $(python)
44+
namespace: azure.mgmt.digitaltwins.v2023_01_31
45+
output-folder: $(python-sdks-folder)/digitaltwins/azure-mgmt-digitaltwins/azure/mgmt/digitaltwins/v2023_01_31
46+
```
47+
3748
### Tag: package-2022-10 and python
3849

3950
These settings apply only when `--tag=package-2022-10 --python` is specified on the command line.

0 commit comments

Comments
 (0)