Skip to content

Commit

Permalink
Update readme.go.md (#25634)
Browse files Browse the repository at this point in the history
* Update readme.go.md

* Update readme.python.md

* Update readme.ruby.md
  • Loading branch information
Sneezry authored Sep 4, 2023
1 parent b9c873a commit 55dd4ec
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/appplatform/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-preview-2023-09
- tag: package-preview-2023-07
- tag: package-preview-2023-05
- tag: package-preview-2023-03
Expand All @@ -38,6 +39,15 @@ batch:
- tag: package-2020-07
```
### Tag: package-preview-2023-09 and go
These settings apply only when `--tag=package-preview-2023-09 --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-2023-09' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2023-09-01-preview/$(namespace)
```

### Tag: package-preview-2023-07 and go

These settings apply only when `--tag=package-preview-2023-07 --go` is specified on the command line.
Expand Down
11 changes: 11 additions & 0 deletions specification/appplatform/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Generate all API versions currently shipped for this package
multiapi: true
clear-output-folder: true
batch:
- tag: package-preview-2023-09
- tag: package-preview-2023-07
- tag: package-preview-2023-05
- tag: package-preview-2023-03
Expand All @@ -45,6 +46,16 @@ output-folder: $(python-sdks-folder)/appplatform/azure-mgmt-appplatform/azure/mg
perform-load: false
```
### Tag: package-preview-2023-09 and python
These settings apply only when `--tag=package-preview-2023-09 --python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-preview-2023-09' && $(python)
namespace: azure.mgmt.appplatform.v2023_09_01_preview
output-folder: $(python-sdks-folder)/appplatform/azure-mgmt-appplatform/azure/mgmt/appplatform/v2023_09_01_preview
```

### Tag: package-preview-2023-07 and python

These settings apply only when `--tag=package-preview-2023-07 --python` is specified on the command line.
Expand Down
11 changes: 11 additions & 0 deletions specification/appplatform/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-preview-2023-09
- tag: package-preview-2023-07
- tag: package-preview-2023-05
- tag: package-preview-2023-03
Expand All @@ -29,6 +30,16 @@ batch:
- tag: package-2020-07
```
### Tag: package-preview-2023-09 and ruby
These settings apply only when `--tag=package-preview-2023-09 --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-preview-2023-09' && $(ruby)
namespace: "Azure::AppPlatform::Mgmt::V2023_09_01_preview"
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_appplatform/lib
```

### Tag: package-preview-2023-07 and ruby

These settings apply only when `--tag=package-preview-2023-07 --ruby` is specified on the command line.
Expand Down

0 comments on commit 55dd4ec

Please sign in to comment.