Skip to content

Commit 02dbdc9

Browse files
arndt-sFredericHeem
authored andcommitted
fix: typo in tag for MSI 2021-09-30-preview (Azure#18850)
1 parent eb67700 commit 02dbdc9

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

specification/msi/resource-manager/readme.go.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ azure-arm: true
2121
2222
``` yaml $(go) && $(multiapi)
2323
batch:
24-
- tag: package-preview-2021-09
24+
- tag: package-preview-2021-09-30
2525
- tag: package-2018-11-30
2626
- tag: package-2015-08-31-preview
2727
```
2828
29-
### Tag: package-preview-2021-09 and go
29+
### Tag: package-preview-2021-09-30 and go
3030
31-
These settings apply only when `--tag=package-preview-2021-09 --go` is specified on the command line.
31+
These settings apply only when `--tag=package-preview-2021-09-30 --go` is specified on the command line.
3232
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
3333

34-
``` yaml $(tag) == 'package-preview-2021-09' && $(go)
34+
``` yaml $(tag) == 'package-preview-2021-09-30' && $(go)
3535
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-09-30-preview/$(namespace)
3636
```
3737

specification/msi/resource-manager/readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ These are the global settings for the Managed Service Identity API.
2626

2727
``` yaml
2828
openapi-type: arm
29-
tag: package-preview-2021-09
29+
tag: package-preview-2021-09-30
3030
```
3131
3232
33-
### Tag: package-preview-2021-09
33+
### Tag: package-preview-2021-09-30
3434
35-
These settings apply only when `--tag=package-preview-2021-09` is specified on the command line.
35+
These settings apply only when `--tag=package-preview-2021-09-30` is specified on the command line.
3636

37-
```yaml $(tag) == 'package-preview-2021-09'
37+
```yaml $(tag) == 'package-preview-2021-09-30'
3838
input-file:
3939
- Microsoft.ManagedIdentity/preview/2021-09-30-preview/ManagedIdentity.json
4040
```

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Generate all API versions currently shipped for this package
2020
```yaml $(multiapi) && $(python)
2121
clear-output-folder: true
2222
batch:
23-
- tag: package-preview-2021-09
23+
- tag: package-preview-2021-09-30
2424
- tag: package-2018-11-30
2525
- multiapiscript: true
2626
```
@@ -30,12 +30,12 @@ output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/
3030
perform-load: false
3131
```
3232
33-
### Tag: package-preview-2021-09 and python
33+
### Tag: package-preview-2021-09-30 and python
3434
35-
These settings apply only when `--tag=package-preview-2021-09 --python` is specified on the command line.
35+
These settings apply only when `--tag=package-preview-2021-09-30 --python` is specified on the command line.
3636
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
3737

38-
``` yaml $(tag) == 'package-preview-2021-09'
38+
``` yaml $(tag) == 'package-preview-2021-09-30'
3939
namespace: azure.mgmt.msi.v2021_09_30_preview
4040
output-folder: $(python-sdks-folder)/resources/azure-mgmt-msi/azure/mgmt/msi/v2021_09_30_preview
4141
```

0 commit comments

Comments
 (0)