1Metadata-Version: 2.1
2Name: azure-mgmt-servicebus
3Version: 6.0.0
4Summary: Microsoft Azure Service Bus Management Client Library for Python
5Home-page: https://github.com/Azure/azure-sdk-for-python
6Author: Microsoft Corporation
7Author-email: azpysdkhelp@microsoft.com
8License: MIT License
9Description: ## Microsoft Azure SDK for Python
10
11        This is the Microsoft Azure Service Bus Management Client Library.
12
13        Azure Resource Manager (ARM) is the next generation of management APIs
14        that replace the old Azure Service Management (ASM).
15
16        This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.
17
18        For the older Azure Service Management (ASM) libraries, see
19        [azure-servicemanagement-legacy](https://pypi.python.org/pypi/azure-servicemanagement-legacy)
20        library.
21
22        For a more complete set of Azure libraries, see the
23        [azure sdk python release](https://aka.ms/azsdk/python/all).
24
25        ## Usage
26
27
28        To learn how to use this package, see the [quickstart guide](https://aka.ms/azsdk/python/mgmt)
29
30
31
32        For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/)
33        Code samples for this package can be found at [Service Bus Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com.
34        Additional code samples for different Azure services are available at [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
35
36
37        ## Provide Feedback
38
39        If you encounter any bugs or have suggestions, please file an issue in
40        the [Issues](https://github.com/Azure/azure-sdk-for-python/issues)
41        section of the project.
42
43        ![image](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-servicebus%2FREADME.png)
44
45
46        # Release History
47
48        ## 6.0.0 (2020-11-23)
49
50        **Features**
51
52          - Model SBNamespaceUpdateParameters has a new parameter zone_redundant
53          - Model SBNamespaceUpdateParameters has a new parameter identity
54          - Model SBNamespaceUpdateParameters has a new parameter encryption
55          - Model SBNamespace has a new parameter zone_redundant
56          - Model SBNamespace has a new parameter identity
57          - Model SBNamespace has a new parameter encryption
58          - Added operation NamespacesOperations.get_ip_filter_rule
59          - Added operation NamespacesOperations.list_ip_filter_rules
60          - Added operation NamespacesOperations.delete_virtual_network_rule
61          - Added operation NamespacesOperations.list_virtual_network_rules
62          - Added operation NamespacesOperations.get_virtual_network_rule
63          - Added operation NamespacesOperations.create_or_update_ip_filter_rule
64          - Added operation NamespacesOperations.delete_ip_filter_rule
65          - Added operation NamespacesOperations.create_or_update_virtual_network_rule
66          - Added operation group PrivateLinkResourcesOperations
67          - Added operation group PrivateEndpointConnectionsOperations
68
69        **Breaking changes**
70
71          - Operation DisasterRecoveryConfigsOperations.fail_over has a new signature
72          - Model ErrorResponse has a new signature
73          - Removed operation NamespacesOperations.list_network_rule_sets
74
75        ## 6.0.0b1 (2020-10-12)
76
77        This is beta preview version.
78
79        This version uses a next-generation code generator that introduces important breaking changes, but also important new features (like unified authentication and async programming).
80
81        **General breaking changes**
82
83        - Credential system has been completly revamped:
84
85          - `azure.common.credentials` or `msrestazure.azure_active_directory` instances are no longer supported, use the `azure-identity` classes instead: https://pypi.org/project/azure-identity/
86          - `credentials` parameter has been renamed `credential`
87
88        - The `config` attribute no longer exists on a client, configuration should be passed as kwarg. Example: `MyClient(credential, subscription_id, enable_logging=True)`. For a complete set of
89          supported options, see the [parameters accept in init documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)
90        - You can't import a `version` module anymore, use `__version__` instead
91        - Operations that used to return a `msrest.polling.LROPoller` now returns a `azure.core.polling.LROPoller` and are prefixed with `begin_`.
92        - Exceptions tree have been simplified and most exceptions are now `azure.core.exceptions.HttpResponseError` (`CloudError` has been removed).
93        - Most of the operation kwarg have changed. Some of the most noticeable:
94
95          - `raw` has been removed. Equivalent feature can be found using `cls`, a callback that will give access to internal HTTP response for advanced user
96          - For a complete set of
97          supported options, see the [parameters accept in Request documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)
98
99        **General new features**
100
101        - Type annotations support using `typing`. SDKs are mypy ready.
102        - This client has now stable and official support for async. Check the `aio` namespace of your package to find the async client.
103        - This client now support natively tracing library like OpenCensus or OpenTelemetry. See this [tracing quickstart](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/core/azure-core-tracing-opentelemetry) for an overview.
104
105        ## 1.0.0 (2020-09-16)
106
107        **Features**
108
109          - Model SBNamespace has a new parameter zone_redundant
110          - Model SBNamespace has a new parameter encryption
111          - Model SBNamespaceUpdateParameters has a new parameter zone_redundant
112          - Model SBNamespaceUpdateParameters has a new parameter identity
113          - Model SBNamespaceUpdateParameters has a new parameter encryption
114          - Added operation NamespacesOperations.create_or_update_virtual_network_rule
115          - Added operation NamespacesOperations.create_or_update_ip_filter_rule
116          - Added operation NamespacesOperations.list_virtual_network_rules
117          - Added operation NamespacesOperations.delete_ip_filter_rule
118          - Added operation NamespacesOperations.list_ip_filter_rules
119          - Added operation NamespacesOperations.get_ip_filter_rule
120          - Added operation NamespacesOperations.get_virtual_network_rule
121          - Added operation NamespacesOperations.delete_virtual_network_rule
122          - Added operation group PrivateLinkResourcesOperations
123          - Added operation group PrivateEndpointConnectionsOperations
124
125        **Breaking changes**
126
127          - Model ErrorResponse has a new signature
128
129        ## 0.6.0 (2019-04-09)
130
131        **Features**
132
133          - Added operation NamespacesOperations.get_network_rule_set
134          - Added operation NamespacesOperations.migrate
135          - Added operation
136            NamespacesOperations.create_or_update_network_rule_set
137
138        ## 0.5.4 (2019-02-15)
139
140        **Features**
141
142          - Added operation NamespacesOperations.migrate
143
144        ## 0.5.3 (2018-10-29)
145
146        **Bugfix**
147
148          - Fix sdist broken in 0.5.2. No code change.
149
150        ## 0.5.2 (2018-09-28)
151
152        **Features**
153
154          - Model MigrationConfigProperties has a new parameter migration_state
155
156        **Note**
157
158          - azure-mgmt-nspkg is not installed anymore on Python 3 (PEP420-based
159            namespace package)
160
161        ## 0.5.1 (2018-07-09)
162
163        **Features**
164
165          - Add pending_replication_operations_count
166
167        **Bugfixes**
168
169          - Fix some Py3 import models
170
171        ## 0.5.0 (2018-04-26)
172
173        **General Breaking changes**
174
175        This version uses a next-generation code generator that *might*
176        introduce breaking changes.
177
178          - Model signatures now use only keyword-argument syntax. All
179            positional arguments must be re-written as keyword-arguments. To
180            keep auto-completion in most cases, models are now generated for
181            Python 2 and Python 3. Python 3 uses the "*" syntax for
182            keyword-only arguments.
183          - Enum types now use the "str" mixin (class AzureEnum(str, Enum)) to
184            improve the behavior when unrecognized enum values are encountered.
185            While this is not a breaking change, the distinctions are important,
186            and are documented here:
187            <https://docs.python.org/3/library/enum.html#others> At a glance:
188              - "is" should not be used at all.
189              - "format" will return the string value, where "%s" string
190                formatting will return `NameOfEnum.stringvalue`. Format syntax
191                should be prefered.
192          - New Long Running Operation:
193              - Return type changes from
194                `msrestazure.azure_operation.AzureOperationPoller` to
195                `msrest.polling.LROPoller`. External API is the same.
196              - Return type is now **always** a `msrest.polling.LROPoller`,
197                regardless of the optional parameters used.
198              - The behavior has changed when using `raw=True`. Instead of
199                returning the initial call result as `ClientRawResponse`,
200                without polling, now this returns an LROPoller. After polling,
201                the final resource will be returned as a `ClientRawResponse`.
202              - New `polling` parameter. The default behavior is
203                `Polling=True` which will poll using ARM algorithm. When
204                `Polling=False`, the response of the initial call will be
205                returned without polling.
206              - `polling` parameter accepts instances of subclasses of
207                `msrest.polling.PollingMethod`.
208              - `add_done_callback` will no longer raise if called after
209                polling is finished, but will instead execute the callback right
210                away.
211
212        **SDK Features**
213
214          - Client class can be used as a context manager to keep the underlying
215            HTTP session open for performance
216
217        **ServiceBus features**
218
219          - Add dead_lettering_on_filter_evaluation_exceptions
220          - Add enable_batched_operations property to ServiceBus Queue
221          - Add migration_config operations
222          - Add skip and top to list commands
223          - Add 'properties' to CorrelationFilter
224          - Remove 'enableSubscriptionPartitioning' deprecated property
225
226        ## 0.4.0 (2017-12-12)
227
228        **Features**
229
230          - Add alternate_name to some models (GEO DR pairing)
231          - Add disaster_recovery_configs.check_name_availability_method
232          - Add disaster_recovery_configs.list_authorization_rules
233          - Add disaster_recovery_configs.get_authorization_rule
234          - Add disaster_recovery_configs.list_keys
235
236        ## 0.3.1 (2017-12-08)
237
238        **Bugfixes**
239
240          - Add missing forward_to, forward_dead_lettered_messages_to
241          - "rights" is now required, as expected, for operations called
242            create_or_update_authorization_rule
243
244        ## 0.3.0 (2017-10-26)
245
246        **Features**
247
248          - Add disaster_recovery_configs operation group
249          - Add regions operation group
250          - Add premium_messgings_regions operation group
251          - Add event_hubs operation group
252          - Add Geo DR
253
254        ## 0.2.0 (2017-06-26)
255
256          - New API Version 2017-04-01
257          - Expect breaking changes, as a unstable client
258
259        This wheel package is built with the azure wheel extension
260
261        ## 0.1.0 (2016-10-27)
262
263          - Initial Release
264
265Platform: UNKNOWN
266Classifier: Development Status :: 4 - Beta
267Classifier: Programming Language :: Python
268Classifier: Programming Language :: Python :: 2
269Classifier: Programming Language :: Python :: 2.7
270Classifier: Programming Language :: Python :: 3
271Classifier: Programming Language :: Python :: 3.4
272Classifier: Programming Language :: Python :: 3.5
273Classifier: Programming Language :: Python :: 3.6
274Classifier: Programming Language :: Python :: 3.7
275Classifier: License :: OSI Approved :: MIT License
276Description-Content-Type: text/markdown
277