Post release automated changes for tables releases (#31824)

Post release automated changes for azure-data-tables
This commit is contained in:
Azure SDK Bot 2024-11-19 08:09:36 -08:00 коммит произвёл GitHub
Родитель 68408891a9
Коммит 7ad0c6534c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
5 изменённых файлов: 14 добавлений и 4 удалений

Просмотреть файл

@ -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