Post release automated changes for azure-data-tables (#19815)
This commit is contained in:
Родитель
9d78d16527
Коммит
38163141fd
|
@ -1,5 +1,15 @@
|
|||
# Release History
|
||||
|
||||
## 13.0.2 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 13.0.1 (2022-01-12)
|
||||
|
||||
### Bugs Fixed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@azure/data-tables",
|
||||
"version": "13.0.1",
|
||||
"version": "13.0.2",
|
||||
"description": "An isomorphic client library for the Azure Tables service.",
|
||||
"sdk-type": "client",
|
||||
"main": "dist/index.js",
|
||||
|
|
|
@ -32,7 +32,7 @@ export class GeneratedClientContext extends coreClient.ServiceClient {
|
|||
requestContentType: "application/json; charset=utf-8"
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-data-tables/13.0.1`;
|
||||
const packageDetails = `azsdk-js-data-tables/13.0.2`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
```yaml
|
||||
v3: true
|
||||
package-version: 13.0.1
|
||||
package-version: 13.0.2
|
||||
package-name: "@azure/data-tables"
|
||||
title: TablesClient
|
||||
description: Tables Client
|
||||
|
|
Загрузка…
Ссылка в новой задаче