Metadata-Version: 1.1
Name: opal-azure-cli-eventgrid
Version: 0.2.7
Summary: Microsoft Azure Command-Line Tools EventGrid Command Module
Home-page: https://github.com/Azure/azure-cli
Author: Microsoft Corporation
Author-email: azpycli@microsoft.com
License: MIT
Description: Microsoft Azure CLI 'eventgrid' Command Module
        =======================================================
        
        This package is for the 'eventgrid' module.
        i.e. 'az eventgrid'
        
        
        
        
        .. :changelog:
        
        Release History
        ===============
        0.2.4
        +++++
        * `domain create/update/delete/get/list`: Added new commands for the domain CRUD operations.
        * `domain topic create/update/delete/get/list`: Added new commands for the domain topics CRUD operations.
        * `topic list`: Added --odata-query for filtering the results using OData syntax.
        * `event-subscription list`: Added --odata-query for filtering the results using OData syntax.
        * `event-subscription create/update`: Added servicebusqueue as new values for the `--endpoint-type` parameter.
        * `event-subscription create/update`: Disallow usage of All for --included-event-types.
        
        0.2.3
        +++++
        * Minor fixes.
        
        0.2.2
        +++++
        * Minor fixes.
        
        0.2.1
        +++++
        * `event-subscription create/update`: Added `--deadletter-endpoint` parameter.
        * `event-subscription create/update`: Added storagequeue and hybridconnection as new values for the `--endpoint-type` parameter.
        * `event-subscription create`: Added `--max-delivery-attempts` and `--event-ttl` parameters to specify the retry policy for events.
        * `event-subscription create/update`: Added a warning message for manual handshake validation when Webhook as destination is used for an event subscription.
        * Added source-resource-id parameter for all event subscription related commands and mark all other source resource related parameters as deprecated.
        
        0.2.0
        +++++
        * BREAKING CHANGE: 'show' commands log error message and fail with exit code of 3 upon a missing resource.
        
        0.1.13
        ++++++
        * Minor fixes.
        
        0.1.12
        ++++++
        * `sdist` is now compatible with wheel 0.31.0
        
        0.1.11
        ++++++
        * Minor fixes.
        
        0.1.10
        ++++++
        * Minor fixes.
        
        0.1.9
        +++++
        * Minor fixes.
        
        0.1.8
        +++++
        * Minor fixes.
        
        0.1.7
        +++++
        * BC: Removed the `az eventgrid topic event-subscription` commands. The corresponding `az eventgrid event-subscription` commands can now be used to manage event subscriptions for topics.
        * BC: Removed the `az eventgrid resource event-subscription` commands. The corresponding `az eventgrid event-subscription` commands can now be used to manage event subscriptions for Azure resources.
        * BC: Removed the `az eventgrid event-subscription show-endpoint-url` command. This can now be achieved using `az eventgrid event-subscription show` command with the --include-full-endpoint-url parameter.
        * Added a new command `az eventgrid topic update`.
        * Added a new command `az eventgrid event-subscription update`.
        * Added --ids parameter for `az eventgrid topic` commands.
        * Added tab completion support for topic names.
        
        0.1.6
        +++++
        * minor fixes
        
        0.1.5
        +++++
        * minor fixes
        
        0.1.4 (2017-09-22)
        ++++++++++++++++++
        
        * Using 0.2.0 of Python SDK
        
        0.1.3 (2017-08-28)
        ++++++++++++++++++
        * minor fixes
        
        0.1.2 (2017-08-15)
        ++++++++++++++++++
        
        * Added SDK dependencies.
        
        0.1.1 (2017-08-11)
        ++++++++++++++++++
        
        * Initial release.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
