Skip to content

Commit

Permalink
Release recoveryservicesbackup microsoft.recovery services 2022 09 01…
Browse files Browse the repository at this point in the history
… preview (#21142)

* Updating version

* Update

* Update specification/recoveryservicesbackup/resource-manager/readme.md

Co-authored-by: Wei Dong <40835867+dw511214992@users.noreply.github.com>

* Update readme.python.md

* Update readme.md

* Update readme.python.md

* Update specification/recoveryservicesbackup/resource-manager/readme.md

Co-authored-by: Wei Dong <40835867+dw511214992@users.noreply.github.com>

* Update readme.python.md

Co-authored-by: Pratima Upadhyay <pratima.upadhyay02@gmail.com>
Co-authored-by: Wei Dong <40835867+dw511214992@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
  • Loading branch information
4 people authored Oct 17, 2022
1 parent 6e2678d commit 500db32
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
13 changes: 5 additions & 8 deletions specification/recoveryservicesbackup/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ These are the global settings for the RecoveryServicesBackup API.
title: Recovery Services Backup Client
description: Open API 2.0 Specs for Azure RecoveryServices Backup service
openapi-type: arm
tag: package-2022-06-01-preview
csharp-sdks-folder: ./Generated/CSharp
python-sdks-folder: ./Generated/Python
go-sdk-folder: ./Generated/Golang
tag: package-2022-09-preview
license-header: MICROSOFT_MIT
```
Expand All @@ -40,7 +37,7 @@ tag: package-passivestamp-2021-11-15
```
``` yaml $(package-activestamp)
tag: package-preview-2022-09
tag: package-2022-09-preview
```
### Validations
Expand All @@ -55,11 +52,11 @@ message-format: json
```


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

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

```yaml $(tag) == 'package-preview-2022-09'
```yaml $(tag) == 'package-2022-09-preview'
input-file:
- Microsoft.RecoveryServices/preview/2022-09-01-preview/bms.json
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Generate all API versions currently shipped for this package
clear-output-folder: true
batch:
- tag: package-passivestamp-2021-11-15
- tag: package-preview-2022-09
- tag: package-2022-09-preview
```
### Tag: package-passivestamp-2021-11-15 and python
Expand All @@ -32,12 +32,12 @@ namespace: azure.mgmt.recoveryservicesbackup.passivestamp
output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp
```

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

These settings apply only when `--package-preview-2022-09 --python` is specified on the command line.
These settings apply only when `--package-2022-09-preview --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-2022-09'
``` yaml $(tag) == 'package-2022-09-preview'
namespace: azure.mgmt.recoveryservicesbackup.activestamp
output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp
```
Expand Down

0 comments on commit 500db32

Please sign in to comment.