Skip to content

Commit

Permalink
changes for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankagg9722 committed Oct 3, 2022
1 parent 224c09f commit 0d74d57
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/dataprotection/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ azure-arm: true
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2022-10-preview
- tag: package-2021-06-preview
- tag: package-2021-02-preview
- tag: package-2021-01
Expand Down Expand Up @@ -72,3 +73,12 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
``` yaml $(tag)=='package-2021-06-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/dataprotection/mgmt/2021-06-01-preview/$(namespace)
```

### Tag: package-2022-10-preview and go

These settings apply only when `--tag=package-2022-10-preview --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package-2022-10-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/dataprotection/mgmt/2022-10-01-preview/$(namespace)
```
14 changes: 14 additions & 0 deletions specification/dataprotection/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-dataprotection
``` yaml $(java) && $(multiapi)
batch:
- tag: package-2022-10-preview
- tag: package-2021-06-preview
- tag: package-2021-02-preview
- tag: package-2021-01
Expand Down Expand Up @@ -88,3 +89,16 @@ java:
regenerate-manager: true
generate-interface: true
```

### Tag: package-2022-10-preview and java

These settings apply only when `--tag=package-2022-10-preview --java` is specified on the command line.
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.

``` yaml $(tag) == 'package-2022-10-preview' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.dataprotection.v2022_10_01_preview
output-folder: $(azure-libraries-for-java-folder)/dataprotection/resource-manager/v2022_10_01_preview
regenerate-manager: true
generate-interface: true
```
8 changes: 8 additions & 0 deletions specification/dataprotection/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ semantic-validator: true
message-format: json
```

### Tag: package-2022-10-preview

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

``` yaml $(tag) == 'package-2022-10-preview'
input-file:
- Microsoft.DataProtection/preview/2022-10-01-preview/dataprotection.json
```

### Tag: package-preview-2022-09

Expand Down
11 changes: 11 additions & 0 deletions specification/dataprotection/resource-manager/readme.ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ azure-arm: true
``` yaml $(ruby) && $(multiapi)
batch:
- tag: package-2022-10-preview
- tag: package-2021-06-preview
- tag: package-2021-02-preview
- tag: package-2022-03
Expand Down Expand Up @@ -46,3 +47,13 @@ Please also specify `--ruby-sdks-folder=<path to the root directory of your azur
namespace: "Azure::DataProtection::Mgmt::V2021_06_01_preview"
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_data_protection/lib
```

### Tag: package-2022-10-preview and ruby

These settings apply only when `--tag=package-2022-10-preview --ruby` is specified on the command line.
Please also specify `--ruby-sdks-folder=<path to the root directory of your azure-sdk-for-ruby clone>`.

``` yaml $(tag) == 'package-2022-10-preview' && $(ruby)
namespace: "Azure::DataProtection::Mgmt::V2022_10_01_preview"
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_data_protection/lib
```

0 comments on commit 0d74d57

Please sign in to comment.