Skip to content

Commit 9bcc06a

Browse files
AbyssknightShixun Guan
authored andcommitted
change vmware package version from 0.3.0 to 0.1.0 (Azure#9820)
Co-authored-by: Shixun Guan <v-shigua@microsoft.com>
1 parent 1a58ee9 commit 9bcc06a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

specification/vmware/resource-manager/readme.csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Please also specify `--csharp-sdks-folder=<path to "SDKs" directory of your azur
55

66
```yaml $(csharp)
77
csharp:
8-
package-version: 0.3.0
8+
package-version: 0.1.0
99
azure-arm: true
1010
license-header: MICROSOFT_MIT_NO_VERSION
1111
payload-flattening-threshold: 2
1212
clear-output-folder: true
1313
namespace: Microsoft.Azure.Management.VMware
1414
output-folder: $(csharp-sdks-folder)/VMware/Management.VMware/Generated
15-
```
15+
```

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Use `--python-mode=update` if you already have a setup.py and just want to updat
77
```yaml $(python)
88
python-mode: create
99
python:
10-
package-version: 0.3.0
10+
package-version: 0.1.0
1111
azure-arm: true
1212
license-header: MICROSOFT_MIT_NO_VERSION
1313
payload-flattening-threshold: 2
@@ -24,4 +24,4 @@ python:
2424
python:
2525
basic-setup-py: true
2626
output-folder: $(python-sdks-folder)/compute/azure-mgmt-vmware
27-
```
27+
```

specification/vmware/resource-manager/readme.typescript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Please also specify `--typescript-sdks-folder=<path to root folder of your azure
55

66
```yaml $(typescript)
77
typescript:
8-
package-version: 0.3.0
8+
package-version: 0.1.0
99
azure-arm: true
1010
package-name: "@azure/arm-vmware"
1111
output-folder: "$(typescript-sdks-folder)/sdk/vmware/arm-vmware"
1212
payload-flattening-threshold: 1
1313
generate-metadata: true
14-
```
14+
```

0 commit comments

Comments
 (0)