Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update language specific readme.md for 2024-01-01-preview api version
  • Loading branch information
saragluna committed Dec 12, 2023
commit ef07b0f223ac5c386a1f5c32e25c8a97b8c9e3a8
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-2024-01
- tag: package-preview-2023-11
- tag: package-preview-2023-09
- tag: package-preview-2023-07
Expand All @@ -40,6 +41,15 @@ batch:
- tag: package-2020-07
```

### Tag: package-preview-2024-01 and go

These settings apply only when `--tag=package-preview-2024-01 --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-preview-2024-01' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2024-01-01-preview/$(namespace)
```

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

These settings apply only when `--tag=package-preview-2023-11 --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-2024-01
- tag: package-preview-2023-11
- tag: package-preview-2023-09
- tag: package-preview-2023-07
Expand All @@ -47,6 +48,16 @@ output-folder: $(python-sdks-folder)/appplatform/azure-mgmt-appplatform/azure/mg
perform-load: false
```

### Tag: package-preview-2024-01 and python

These settings apply only when `--tag=package-preview-2024-01 --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-2024-01' && $(python)
namespace: azure.mgmt.appplatform.v2024_01_01_preview
output-folder: $(python-sdks-folder)/appplatform/azure-mgmt-appplatform/azure/mgmt/appplatform/v2024_01_01_preview
```

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

These settings apply only when `--tag=package-preview-2023-11 --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-2024-01
- tag: package-preview-2023-11
- tag: package-preview-2023-09
- tag: package-preview-2023-07
Expand All @@ -31,6 +32,16 @@ batch:
- tag: package-2020-07
```

### Tag: package-preview-2024-01 and ruby

These settings apply only when `--tag=package-preview-2024-01 --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-2024-01' && $(ruby)
namespace: "Azure::AppPlatform::Mgmt::V2024_01_01_preview"
output-folder: $(ruby-sdks-folder)/management/azure_mgmt_appplatform/lib
```

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

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