forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 12767 in Azure/azure-rest-api-specs
EventGrid: Fix multiple linter and swagger correctness/completeness issues for latest preview and stable API versions (Azure#12767) * fix example * Fix multiple linter and swagger correctness/completeness issues for latest preview and stable api version * Fix format * fix examples * fix validation model errors * fix validation model errors * fix example * remove default * revert 2020-06 changes * fix eventgrid swagger file with multiple linter and correctness fixes * fix 2020-06-01 stable swagger * fix 2020-06-01 stable swagger -- part 2 * fix format * fix prettier check * additional format fix * fix examples and wrong response code * fix validator * fix validator Co-authored-by: Ashraf Hamad <ahamad@ntdev.microsoft.com>
- Loading branch information
SDKAuto
and
Ashraf Hamad
committed
Feb 20, 2021
1 parent
8a86351
commit 8f9112d
Showing
41 changed files
with
10,956 additions
and
1,451 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
83 changes: 83 additions & 0 deletions
83
sdk/eventgrid/arm-eventgrid/src/models/eventChannelsMappers.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. | ||
* Licensed under the MIT License. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
discriminators, | ||
AdvancedFilter, | ||
AzureFunctionEventSubscriptionDestination, | ||
BaseResource, | ||
BoolEqualsAdvancedFilter, | ||
CloudError, | ||
ConnectionState, | ||
DeadLetterDestination, | ||
DeadLetterWithResourceIdentity, | ||
DeliveryAttributeMapping, | ||
DeliveryWithResourceIdentity, | ||
Domain, | ||
DomainTopic, | ||
DynamicDeliveryAttributeMapping, | ||
EventChannel, | ||
EventChannelDestination, | ||
EventChannelFilter, | ||
EventChannelsListResult, | ||
EventChannelSource, | ||
EventHubEventSubscriptionDestination, | ||
EventSubscription, | ||
EventSubscriptionDestination, | ||
EventSubscriptionFilter, | ||
EventSubscriptionIdentity, | ||
EventType, | ||
ExtendedLocation, | ||
ExtensionTopic, | ||
HybridConnectionEventSubscriptionDestination, | ||
IdentityInfo, | ||
InboundIpRule, | ||
InputSchemaMapping, | ||
IsNotNullAdvancedFilter, | ||
IsNullOrUndefinedAdvancedFilter, | ||
JsonField, | ||
JsonFieldWithDefault, | ||
JsonInputSchemaMapping, | ||
NumberGreaterThanAdvancedFilter, | ||
NumberGreaterThanOrEqualsAdvancedFilter, | ||
NumberInAdvancedFilter, | ||
NumberInRangeAdvancedFilter, | ||
NumberLessThanAdvancedFilter, | ||
NumberLessThanOrEqualsAdvancedFilter, | ||
NumberNotInAdvancedFilter, | ||
NumberNotInRangeAdvancedFilter, | ||
PartnerNamespace, | ||
PartnerRegistration, | ||
PartnerTopic, | ||
PartnerTopicType, | ||
PrivateEndpoint, | ||
PrivateEndpointConnection, | ||
Resource, | ||
ResourceSku, | ||
RetryPolicy, | ||
ServiceBusQueueEventSubscriptionDestination, | ||
ServiceBusTopicEventSubscriptionDestination, | ||
StaticDeliveryAttributeMapping, | ||
StorageBlobDeadLetterDestination, | ||
StorageQueueEventSubscriptionDestination, | ||
StringBeginsWithAdvancedFilter, | ||
StringContainsAdvancedFilter, | ||
StringEndsWithAdvancedFilter, | ||
StringInAdvancedFilter, | ||
StringNotBeginsWithAdvancedFilter, | ||
StringNotContainsAdvancedFilter, | ||
StringNotEndsWithAdvancedFilter, | ||
StringNotInAdvancedFilter, | ||
SystemData, | ||
SystemTopic, | ||
Topic, | ||
TopicTypeInfo, | ||
TrackedResource, | ||
UserIdentityProperties, | ||
WebHookEventSubscriptionDestination | ||
} from "../models/mappers"; |
Oops, something went wrong.