Post release automated changes for tables releases (#31824)
Post release automated changes for azure-data-tables
This commit is contained in:
Родитель
68408891a9
Коммит
7ad0c6534c
|
@ -1,5 +1,15 @@
|
|||
# Release History
|
||||
|
||||
## 13.3.1 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 13.3.0 (2024-11-18)
|
||||
|
||||
### Features Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@azure/data-tables",
|
||||
"version": "13.3.0",
|
||||
"version": "13.3.1",
|
||||
"description": "An isomorphic client library for the Azure Tables service.",
|
||||
"sdk-type": "client",
|
||||
"main": "dist/index.js",
|
||||
|
|
|
@ -33,7 +33,7 @@ export class GeneratedClientContext extends coreClient.ServiceClient {
|
|||
requestContentType: "application/json; charset=utf-8"
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-data-tables/13.3.0`;
|
||||
const packageDetails = `azsdk-js-data-tables/13.3.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -10,5 +10,5 @@ import { createTracingClient } from "@azure/core-tracing";
|
|||
export const tracingClient = createTracingClient({
|
||||
namespace: "Microsoft.Data.Tables",
|
||||
packageName: "@azure/data-tables",
|
||||
packageVersion: "13.3.0",
|
||||
packageVersion: "13.3.1",
|
||||
});
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
```yaml
|
||||
v3: true
|
||||
package-version: 13.3.0
|
||||
package-version: 13.3.1
|
||||
package-name: "@azure/data-tables"
|
||||
title: TablesClient
|
||||
description: Tables Client
|
||||
|
|
Загрузка…
Ссылка в новой задаче