Skip to content

Commit 066a9b0

Browse files
authored
[EventGrid] Add additional Enum values (Azure#27526)
1 parent bd04f53 commit 066a9b0

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

sdk/eventgrid/azure-messaging-eventgrid/CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@
22

33
## 4.10.0-beta.1 (Unreleased)
44

5-
### Features Added
6-
75
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- Added new enum values for `MediaJobErrorCategory` and `MediaJobErrorCode`.
127

138
## 4.9.0 (2022-02-10)
149

sdk/eventgrid/azure-messaging-eventgrid/src/main/java/com/azure/messaging/eventgrid/systemevents/MediaJobErrorCategory.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ public enum MediaJobErrorCategory {
2222
CONFIGURATION("Configuration"),
2323

2424
/** Enum value Content. */
25-
CONTENT("Content");
25+
CONTENT("Content"),
26+
27+
/** Enum value Account. */
28+
ACCOUNT("Account");
2629

2730
/** The actual serialized value for a MediaJobErrorCategory instance. */
2831
private final String value;

sdk/eventgrid/azure-messaging-eventgrid/src/main/java/com/azure/messaging/eventgrid/systemevents/MediaJobErrorCode.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ public enum MediaJobErrorCode {
3434
CONTENT_MALFORMED("ContentMalformed"),
3535

3636
/** Enum value ContentUnsupported. */
37-
CONTENT_UNSUPPORTED("ContentUnsupported");
37+
CONTENT_UNSUPPORTED("ContentUnsupported"),
38+
39+
/** Enum value IdentityUnsupported. */
40+
IDENTITY_UNSUPPORTED("IdentityUnsupported");
3841

3942
/** The actual serialized value for a MediaJobErrorCode instance. */
4043
private final String value;

sdk/eventgrid/azure-messaging-eventgrid/swagger/README.md

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -74,28 +74,27 @@ custom-types: CloudEvent,EventGridEvent
7474
model-override-setter-from-superclass: true
7575

7676
input-file:
77-
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/5582a35deb1bfa4aa22bac8f1d51b7934ead94ac/specification/eventgrid/data-plane/Microsoft.Storage/stable/2018-01-01/Storage.json
78-
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/409af02e5ca217c7e7ec2acf50f4976c053496f8/specification/eventgrid/data-plane/Microsoft.EventHub/stable/2018-01-01/EventHub.json
79-
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/5582a35deb1bfa4aa22bac8f1d51b7934ead94ac/specification/eventgrid/data-plane/Microsoft.Resources/stable/2018-01-01/Resources.json
80-
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/5582a35deb1bfa4aa22bac8f1d51b7934ead94ac/specification/eventgrid/data-plane/Microsoft.EventGrid/stable/2018-01-01/EventGrid.json
81-
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/409af02e5ca217c7e7ec2acf50f4976c053496f8/specification/eventgrid/data-plane/Microsoft.Devices/stable/2018-01-01/IotHub.json
82-
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/409af02e5ca217c7e7ec2acf50f4976c053496f8/specification/eventgrid/data-plane/Microsoft.ContainerRegistry/stable/2018-01-01/ContainerRegistry.json
83-
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/409af02e5ca217c7e7ec2acf50f4976c053496f8/specification/eventgrid/data-plane/Microsoft.ServiceBus/stable/2018-01-01/ServiceBus.json
84-
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/409af02e5ca217c7e7ec2acf50f4976c053496f8/specification/eventgrid/data-plane/Microsoft.Media/stable/2018-01-01/MediaServices.json
85-
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/409af02e5ca217c7e7ec2acf50f4976c053496f8/specification/eventgrid/data-plane/Microsoft.Maps/stable/2018-01-01/Maps.json
86-
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/409af02e5ca217c7e7ec2acf50f4976c053496f8/specification/eventgrid/data-plane/Microsoft.AppConfiguration/stable/2018-01-01/AppConfiguration.json
87-
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/409af02e5ca217c7e7ec2acf50f4976c053496f8/specification/eventgrid/data-plane/Microsoft.SignalRService/stable/2018-01-01/SignalRService.json
88-
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/409af02e5ca217c7e7ec2acf50f4976c053496f8/specification/eventgrid/data-plane/Microsoft.KeyVault/stable/2018-01-01/KeyVault.json
89-
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/409af02e5ca217c7e7ec2acf50f4976c053496f8/specification/eventgrid/data-plane/Microsoft.MachineLearningServices/stable/2018-01-01/MachineLearningServices.json
90-
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/409af02e5ca217c7e7ec2acf50f4976c053496f8/specification/eventgrid/data-plane/Microsoft.Cache/stable/2018-01-01/RedisCache.json
91-
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/409af02e5ca217c7e7ec2acf50f4976c053496f8/specification/eventgrid/data-plane/Microsoft.Web/stable/2018-01-01/Web.json
92-
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/409af02e5ca217c7e7ec2acf50f4976c053496f8/specification/eventgrid/data-plane/Microsoft.Communication/stable/2018-01-01/AzureCommunicationServices.json
93-
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/409af02e5ca217c7e7ec2acf50f4976c053496f8/specification/eventgrid/data-plane/Microsoft.PolicyInsights/stable/2018-01-01/PolicyInsights.json
94-
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/409af02e5ca217c7e7ec2acf50f4976c053496f8/specification/eventgrid/data-plane/Microsoft.ContainerService/stable/2018-01-01/ContainerService.json
95-
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/409af02e5ca217c7e7ec2acf50f4976c053496f8/specification/eventgrid/data-plane/Microsoft.ApiManagement/stable/2018-01-01/APIManagement.json
77+
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/6b29b8552671eded065f51ee1b291582ab8cc149/specification/eventgrid/data-plane/Microsoft.Storage/stable/2018-01-01/Storage.json
78+
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/6b29b8552671eded065f51ee1b291582ab8cc149/specification/eventgrid/data-plane/Microsoft.EventHub/stable/2018-01-01/EventHub.json
79+
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/6b29b8552671eded065f51ee1b291582ab8cc149/specification/eventgrid/data-plane/Microsoft.Resources/stable/2018-01-01/Resources.json
80+
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/6b29b8552671eded065f51ee1b291582ab8cc149/specification/eventgrid/data-plane/Microsoft.EventGrid/stable/2018-01-01/EventGrid.json
81+
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/6b29b8552671eded065f51ee1b291582ab8cc149/specification/eventgrid/data-plane/Microsoft.Devices/stable/2018-01-01/IotHub.json
82+
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/6b29b8552671eded065f51ee1b291582ab8cc149/specification/eventgrid/data-plane/Microsoft.ContainerRegistry/stable/2018-01-01/ContainerRegistry.json
83+
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/6b29b8552671eded065f51ee1b291582ab8cc149/specification/eventgrid/data-plane/Microsoft.ServiceBus/stable/2018-01-01/ServiceBus.json
84+
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/6b29b8552671eded065f51ee1b291582ab8cc149/specification/eventgrid/data-plane/Microsoft.Media/stable/2018-01-01/MediaServices.json
85+
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/6b29b8552671eded065f51ee1b291582ab8cc149/specification/eventgrid/data-plane/Microsoft.Maps/stable/2018-01-01/Maps.json
86+
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/6b29b8552671eded065f51ee1b291582ab8cc149/specification/eventgrid/data-plane/Microsoft.AppConfiguration/stable/2018-01-01/AppConfiguration.json
87+
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/6b29b8552671eded065f51ee1b291582ab8cc149/specification/eventgrid/data-plane/Microsoft.SignalRService/stable/2018-01-01/SignalRService.json
88+
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/6b29b8552671eded065f51ee1b291582ab8cc149/specification/eventgrid/data-plane/Microsoft.KeyVault/stable/2018-01-01/KeyVault.json
89+
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/6b29b8552671eded065f51ee1b291582ab8cc149/specification/eventgrid/data-plane/Microsoft.MachineLearningServices/stable/2018-01-01/MachineLearningServices.json
90+
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/6b29b8552671eded065f51ee1b291582ab8cc149/specification/eventgrid/data-plane/Microsoft.Cache/stable/2018-01-01/RedisCache.json
91+
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/6b29b8552671eded065f51ee1b291582ab8cc149/specification/eventgrid/data-plane/Microsoft.Web/stable/2018-01-01/Web.json
92+
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/6b29b8552671eded065f51ee1b291582ab8cc149/specification/eventgrid/data-plane/Microsoft.Communication/stable/2018-01-01/AzureCommunicationServices.json
93+
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/6b29b8552671eded065f51ee1b291582ab8cc149/specification/eventgrid/data-plane/Microsoft.PolicyInsights/stable/2018-01-01/PolicyInsights.json
94+
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/6b29b8552671eded065f51ee1b291582ab8cc149/specification/eventgrid/data-plane/Microsoft.ContainerService/stable/2018-01-01/ContainerService.json
95+
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/6b29b8552671eded065f51ee1b291582ab8cc149/specification/eventgrid/data-plane/Microsoft.ApiManagement/stable/2018-01-01/APIManagement.json
9696
```
9797
98-
9998
### KeyVault updates
10099
101100
```yaml

0 commit comments

Comments
 (0)