Skip to content

Release recoveryservicesbackup microsoft.recovery services 2022 09 01 preview #21142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
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