@azure/eventgrid 5.6.0-alpha.20240920.1 → 5.7.0-alpha.20240924.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +9 -2
- package/dist/index.js.map +1 -1
- package/dist-esm/src/generated/generatedClientContext.js +1 -1
- package/dist-esm/src/generated/generatedClientContext.js.map +1 -1
- package/dist-esm/src/generated/models/index.js.map +1 -1
- package/dist-esm/src/generated/models/mappers.js +7 -0
- package/dist-esm/src/generated/models/mappers.js.map +1 -1
- package/dist-esm/src/tracing.js +1 -1
- package/dist-esm/src/tracing.js.map +1 -1
- package/package.json +1 -1
- package/types/eventgrid.d.ts +2 -0
package/dist-esm/src/tracing.js
CHANGED
@@ -8,6 +8,6 @@ import { createTracingClient } from "@azure/core-tracing";
|
|
8
8
|
export const tracingClient = createTracingClient({
|
9
9
|
namespace: "Microsoft.Messaging.EventGrid",
|
10
10
|
packageName: "@azure/event-grid",
|
11
|
-
packageVersion: "5.
|
11
|
+
packageVersion: "5.7.0",
|
12
12
|
});
|
13
13
|
//# sourceMappingURL=tracing.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"tracing.js","sourceRoot":"","sources":["../../src/tracing.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAE1D;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,mBAAmB,CAAC;IAC/C,SAAS,EAAE,+BAA+B;IAC1C,WAAW,EAAE,mBAAmB;IAChC,cAAc,EAAE,OAAO;CACxB,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createTracingClient } from \"@azure/core-tracing\";\n\n/**\n * A tracing client to handle spans.\n * @internal\n */\nexport const tracingClient = createTracingClient({\n namespace: \"Microsoft.Messaging.EventGrid\",\n packageName: \"@azure/event-grid\",\n packageVersion: \"5.
|
1
|
+
{"version":3,"file":"tracing.js","sourceRoot":"","sources":["../../src/tracing.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAE1D;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,mBAAmB,CAAC;IAC/C,SAAS,EAAE,+BAA+B;IAC1C,WAAW,EAAE,mBAAmB;IAChC,cAAc,EAAE,OAAO;CACxB,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createTracingClient } from \"@azure/core-tracing\";\n\n/**\n * A tracing client to handle spans.\n * @internal\n */\nexport const tracingClient = createTracingClient({\n namespace: \"Microsoft.Messaging.EventGrid\",\n packageName: \"@azure/event-grid\",\n packageVersion: \"5.7.0\",\n});\n"]}
|
package/package.json
CHANGED
package/types/eventgrid.d.ts
CHANGED
@@ -4509,6 +4509,8 @@ export declare interface StorageLifecyclePolicyCompletedEventData {
|
|
4509
4509
|
/** Execution statistics of a specific policy action in a Blob Management cycle. */
|
4510
4510
|
tierToCoolSummary: StorageLifecyclePolicyActionSummaryDetail;
|
4511
4511
|
/** Execution statistics of a specific policy action in a Blob Management cycle. */
|
4512
|
+
tierToColdSummary: StorageLifecyclePolicyActionSummaryDetail;
|
4513
|
+
/** Execution statistics of a specific policy action in a Blob Management cycle. */
|
4512
4514
|
tierToArchiveSummary: StorageLifecyclePolicyActionSummaryDetail;
|
4513
4515
|
}
|
4514
4516
|
|