This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1257 from sarangan12/EventGridRelease_0_15_2
Event grid release 0 15 3
- Loading branch information
Showing
82 changed files
with
7,723 additions
and
287 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,8 @@ | ||
{ | ||
"rollup": ["azure_sdk"], | ||
"data": [ | ||
"azure_event_grid" | ||
], | ||
"management": [ | ||
"azure_mgmt_analysis_services", | ||
"azure_mgmt_authorization", | ||
"azure_mgmt_automation", | ||
"azure_mgmt_batch", | ||
"azure_mgmt_billing", | ||
"azure_mgmt_cdn", | ||
"azure_mgmt_cognitive_services", | ||
"azure_mgmt_commerce", | ||
"azure_mgmt_compute", | ||
"azure_mgmt_container_instance", | ||
"azure_mgmt_container_registry", | ||
"azure_mgmt_container_service", | ||
"azure_mgmt_customer_insights", | ||
"azure_mgmt_datalake_analytics", | ||
"azure_mgmt_datalake_store", | ||
"azure_mgmt_devtestlabs", | ||
"azure_mgmt_dns", | ||
"azure_mgmt_event_grid", | ||
"azure_mgmt_event_hub", | ||
"azure_mgmt_features", | ||
"azure_mgmt_graph", | ||
"azure_mgmt_iot_hub", | ||
"azure_mgmt_key_vault", | ||
"azure_mgmt_links", | ||
"azure_mgmt_locks", | ||
"azure_mgmt_logic", | ||
"azure_mgmt_machine_learning", | ||
"azure_mgmt_managed_applications", | ||
"azure_mgmt_marketplace_ordering", | ||
"azure_mgmt_media_services", | ||
"azure_mgmt_mobile_engagement", | ||
"azure_mgmt_monitor", | ||
"azure_mgmt_network", | ||
"azure_mgmt_notification_hubs", | ||
"azure_mgmt_operational_insights", | ||
"azure_mgmt_policy", | ||
"azure_mgmt_powerbi_embedded", | ||
"azure_mgmt_recovery_services", | ||
"azure_mgmt_recovery_services_backup", | ||
"azure_mgmt_recovery_services_site_recovery", | ||
"azure_mgmt_redis", | ||
"azure_mgmt_relay", | ||
"azure_mgmt_resources", | ||
"azure_mgmt_resources_management", | ||
"azure_mgmt_scheduler", | ||
"azure_mgmt_search", | ||
"azure_mgmt_server_management", | ||
"azure_mgmt_service_bus", | ||
"azure_mgmt_service_fabric", | ||
"azure_mgmt_sql", | ||
"azure_mgmt_stor_simple8000_series", | ||
"azure_mgmt_stream_analytics", | ||
"azure_mgmt_subscriptions", | ||
"azure_mgmt_traffic_manager", | ||
"azure_mgmt_web" | ||
"azure_mgmt_event_grid" | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--require spec_helper | ||
--color | ||
--format documentation |
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,21 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2015 Microsoft Corporation | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |
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,5 @@ | ||
# encoding: utf-8 | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for license information. | ||
|
||
require "bundler/gem_tasks" |
Oops, something went wrong.