@azure/eventgrid
Advanced tools
Comparing version 4.7.1-alpha.20220307.1 to 4.8.0-alpha.20220308.5
# Release History | ||
## 4.7.1 (Unreleased) | ||
## 4.8.0 (2022-03-08) | ||
### Features Added | ||
### Breaking Changes | ||
- Added new value `IdentityUnsupported` to `MediaJobErrorCode` and `Account` to `MediaJobErrorCategory` for `Microsoft.Media` events. | ||
### Bugs Fixed | ||
### Other Changes | ||
## 4.7.0 (2022-02-08) | ||
@@ -14,0 +10,0 @@ |
@@ -69,3 +69,3 @@ /* | ||
urlParameters: [Parameters.topicHostname], | ||
headerParameters: [Parameters.contentType1], | ||
headerParameters: [Parameters.contentType1, Parameters.aegChannelName], | ||
mediaType: "json", | ||
@@ -72,0 +72,0 @@ serializer |
@@ -23,3 +23,3 @@ /* | ||
}; | ||
const packageDetails = `azsdk-js-eventgrid/4.7.1`; | ||
const packageDetails = `azsdk-js-eventgrid/4.8.0`; | ||
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix | ||
@@ -26,0 +26,0 @@ ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` |
@@ -84,2 +84,11 @@ /* | ||
}; | ||
export const aegChannelName = { | ||
parameterPath: ["options", "aegChannelName"], | ||
mapper: { | ||
serializedName: "aeg-channel-name", | ||
type: { | ||
name: "String" | ||
} | ||
} | ||
}; | ||
export const events2 = { | ||
@@ -86,0 +95,0 @@ parameterPath: "events", |
@@ -6,3 +6,3 @@ { | ||
"description": "An isomorphic client library for the Azure Event Grid service.", | ||
"version": "4.7.1-alpha.20220307.1", | ||
"version": "4.8.0-alpha.20220308.5", | ||
"keywords": [ | ||
@@ -92,3 +92,3 @@ "node", | ||
"@azure/core-auth": "^1.3.0", | ||
"@azure/core-client": ">=1.5.1-alpha <1.5.1-alphb", | ||
"@azure/core-client": "^1.5.0", | ||
"@azure/core-rest-pipeline": "^1.1.0", | ||
@@ -95,0 +95,0 @@ "@azure/core-tracing": "1.0.0-preview.13", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1585374
18813
+ Added@azure/core-client@1.9.2(transitive)
- Removed@azure/abort-controller@1.1.0(transitive)
- Removed@azure/core-asynciterator-polyfill@1.0.2(transitive)
- Removed@azure/core-client@1.5.1-alpha.20220406.3(transitive)
Updated@azure/core-client@^1.5.0