Skip to content

Commit 37aacfd

Browse files
authored
Update version number in swagger (Azure#22871)
### Packages impacted by this PR Communication-Rooms ### Issues associated with this PR ### Describe the problem that is addressed by this PR Wrong version for lib in swagger ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ No, no code change ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary)
1 parent 74bc6b3 commit 37aacfd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sdk/communication/communication-rooms/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0-beta.1 (2022-08-08)
3+
## 1.0.0-beta.1 (2022-08-09)
44

55
The first preview of the Azure Communication Rooms Client has the following features:
66

sdk/communication/communication-rooms/src/generated/src/roomsApiClient.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/communication-rooms/src/generated/src/roomsApiClientContext.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/communication-rooms/swagger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use-extension:
1919
"@autorest/typescript": "6.0.0-rc.1"
2020
azure-arm: false
2121
add-credentials: false
22-
package-version: 1.2.0-beta.1
22+
package-version: 1.0.0-beta.1
2323
v3: true
2424
```
2525

0 commit comments

Comments
 (0)