Post release automated changes for eventgrid releases (#30431)
Post release automated changes for azure-eventgrid
This commit is contained in:
Родитель
7438289015
Коммит
c588b57d86
|
@ -1,5 +1,15 @@
|
|||
# Release History
|
||||
|
||||
## 1.0.0-beta.3 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 1.0.0-beta.2 (2024-07-16)
|
||||
|
||||
### Other Changes
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "client",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "An isomorphic client library for the Azure Event Grid service.",
|
||||
"version": "1.0.0-beta.2",
|
||||
"version": "1.0.0-beta.3",
|
||||
"keywords": [
|
||||
"node",
|
||||
"azure",
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
# Release History
|
||||
|
||||
## 5.5.2 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 5.5.1 (2024-07-16)
|
||||
|
||||
### Bugs Fixed
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"sdk-type": "client",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "An isomorphic client library for the Azure Event Grid service.",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"keywords": [
|
||||
"node",
|
||||
"azure",
|
||||
|
|
|
@ -26,7 +26,7 @@ export class GeneratedClientContext extends coreClient.ServiceClient {
|
|||
requestContentType: "application/json; charset=utf-8"
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-eventgrid/5.5.1`;
|
||||
const packageDetails = `azsdk-js-eventgrid/5.5.2`;
|
||||
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.Messaging.EventGrid",
|
||||
packageName: "@azure/event-grid",
|
||||
packageVersion: "5.5.1",
|
||||
packageVersion: "5.5.2",
|
||||
});
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
```yaml
|
||||
require: "https://github.com/Azure/azure-rest-api-specs/blob/1b0e82df2f7f953796af2aee0372e34e00baa2d2/specification/eventgrid/data-plane/readme.md"
|
||||
package-name: "@azure/eventgrid"
|
||||
package-version: "5.5.1"
|
||||
package-version: "5.5.2"
|
||||
title: GeneratedClient
|
||||
description: EventGrid Client
|
||||
generate-metadata: false
|
||||
|
|
Загрузка…
Ссылка в новой задаче