Skip to content

Commit f1c3136

Browse files
pratimaupadhyay02FredericHeem
authored andcommitted
Updating version to latest SDK which is being released (Azure#19047)
* Updating version to latest SDK which is being released * Updating python readme
1 parent 074f615 commit f1c3136

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

specification/recoveryservicesbackup/resource-manager/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ These are the global settings for the RecoveryServicesBackup API.
2828
title: Recovery Services Backup Client
2929
description: Open API 2.0 Specs for Azure RecoveryServices Backup service
3030
openapi-type: arm
31-
tag: package-2021-12
31+
tag: package-2022-02
3232
csharp-sdks-folder: ./Generated/CSharp
3333
python-sdks-folder: ./Generated/Python
3434
go-sdk-folder: ./Generated/Golang
@@ -40,7 +40,7 @@ tag: package-passivestamp-2021-11-15
4040
```
4141
4242
``` yaml $(package-activestamp)
43-
tag: package-2022-03
43+
tag: package-2022-02
4444
```
4545
4646
### Validations

specification/recoveryservicesbackup/resource-manager/readme.python.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Generate all API versions currently shipped for this package
1818
clear-output-folder: true
1919
batch:
2020
- tag: package-passivestamp-2021-11-15
21-
- tag: package-2022-03
21+
- tag: package-2022-02
2222
```
2323
2424
### Tag: package-passivestamp-2021-11-15 and python
@@ -32,12 +32,12 @@ namespace: azure.mgmt.recoveryservicesbackup.passivestamp
3232
output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp
3333
```
3434

35-
### Tag: package-2022-03 and python
35+
### Tag: package-2022-02 and python
3636

37-
These settings apply only when `--tag=package-2022-03 --python` is specified on the command line.
37+
These settings apply only when `--tag=package-2022-02 --python` is specified on the command line.
3838
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
3939

40-
``` yaml $(tag) == 'package-2022-03'
40+
``` yaml $(tag) == 'package-2022-02'
4141
namespace: azure.mgmt.recoveryservicesbackup.activestamp
4242
output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp
4343
```
@@ -55,4 +55,4 @@ directive:
5555
transform: >
5656
$['required'] = ['featureType'];
5757
58-
```
58+
```

0 commit comments

Comments
 (0)