Skip to content

Commit

Permalink
[AutoRelease] t2-servicebus-2021-08-19-00756 (Azure#20350)
Browse files Browse the repository at this point in the history
* CodeGen from PR 14749 in Azure/azure-rest-api-specs
add apitestErrorCode doc (Azure#14749)

* add apitestErrorCode doc

* add armRPC doc

* add roundTripInconsistentProperty doc

* small fix

* update

* update signalR armTemplate

* update yaml

* new file

* add testScenario with armTemplate

* update doc

* update readme.md

* update doc

* update NOTE section

* add signalRCreateOrUpdate example file

* udpate doc

* add generate test scenario section

* update doc

* add serviceFacbric test scenario file

* update managedClusters.yaml

* update generateABasicTestScenario.md

* update features doc

* add run api test gif

* version,CHANGELOG

* test

* Update test_cli_mgmt_servicebus_namespace.py

* Update test_queues.py

* Update test_queues.py

Co-authored-by: SDKAuto <[email protected]>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed Lei <[email protected]>
Co-authored-by: Jiefeng Chen <[email protected]>
  • Loading branch information
4 people authored and hildurhodd committed Aug 30, 2021
1 parent 438da9c commit 2899d1f
Show file tree
Hide file tree
Showing 154 changed files with 50,151 additions and 3,722 deletions.
35 changes: 35 additions & 0 deletions sdk/servicebus/azure-mgmt-servicebus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Release History

## 7.0.0 (2021-08-19)

**Features**

- Model Rule has a new parameter system_data
- Model SBNamespaceUpdateParameters has a new parameter private_endpoint_connections
- Model PrivateEndpointConnection has a new parameter system_data
- Model SBTopic has a new parameter system_data
- Model Identity has a new parameter user_assigned_identities
- Model SBNamespace has a new parameter system_data
- Model SBNamespace has a new parameter private_endpoint_connections
- Model Encryption has a new parameter require_infrastructure_encryption
- Model SBAuthorizationRule has a new parameter system_data
- Model SBSubscription has a new parameter system_data
- Model KeyVaultProperties has a new parameter key_version
- Model KeyVaultProperties has a new parameter identity
- Model ArmDisasterRecovery has a new parameter system_data
- Model NetworkRuleSet has a new parameter system_data
- Model SBQueue has a new parameter system_data
- Model MigrationConfigProperties has a new parameter system_data
- Added operation NamespacesOperations.list_network_rule_sets

**Breaking changes**

- Parameter id of model Subnet is now required
- Removed operation NamespacesOperations.list_virtual_network_rules
- Removed operation NamespacesOperations.migrate
- Removed operation NamespacesOperations.delete_ip_filter_rule
- Removed operation NamespacesOperations.get_virtual_network_rule
- Removed operation NamespacesOperations.create_or_update_ip_filter_rule
- Removed operation NamespacesOperations.delete_virtual_network_rule
- Removed operation NamespacesOperations.get_ip_filter_rule
- Removed operation NamespacesOperations.list_ip_filter_rules
- Removed operation NamespacesOperations.create_or_update_virtual_network_rule

## 6.0.0 (2020-11-23)

**Features**
Expand Down
1 change: 1 addition & 0 deletions sdk/servicebus/azure-mgmt-servicebus/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include _meta.json
recursive-include tests *.py *.yaml
include *.md
include azure/__init__.py
Expand Down
11 changes: 11 additions & 0 deletions sdk/servicebus/azure-mgmt-servicebus/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"autorest": "3.4.5",
"use": [
"@autorest/[email protected]",
"@autorest/[email protected]"
],
"commit": "45bf753575c080524ca3439441430eb47d8b982f",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest_command": "autorest specification/servicebus/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.4.5",
"readme": "specification/servicebus/resource-manager/readme.md"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
# --------------------------------------------------------------------------

from ._service_bus_management_client import ServiceBusManagementClient
from ._version import VERSION

__version__ = VERSION
__all__ = ['ServiceBusManagementClient']

try:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
# --------------------------------------------------------------------------

from typing import TYPE_CHECKING

from azure.core.configuration import Configuration
Expand All @@ -20,7 +22,6 @@

from azure.core.credentials import TokenCredential


class ServiceBusManagementClientConfiguration(Configuration):
"""Configuration for ServiceBusManagementClient.
Expand Down Expand Up @@ -49,7 +50,7 @@ def __init__(
self.credential = credential
self.subscription_id = subscription_id
self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default'])
kwargs.setdefault('sdk_moniker', 'mgmt-servicebus/{}'.format(VERSION))
kwargs.setdefault('sdk_moniker', 'azure-mgmt-servicebus/{}'.format(VERSION))
self._configure(**kwargs)

def _configure(
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "6.0.0"
VERSION = "7.0.0"
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
# --------------------------------------------------------------------------

from typing import Any, TYPE_CHECKING

from azure.core.configuration import Configuration
Expand All @@ -18,7 +20,6 @@
# pylint: disable=unused-import,ungrouped-imports
from azure.core.credentials_async import AsyncTokenCredential


class ServiceBusManagementClientConfiguration(Configuration):
"""Configuration for ServiceBusManagementClient.
Expand All @@ -35,7 +36,7 @@ def __init__(
self,
credential: "AsyncTokenCredential",
subscription_id: str,
**kwargs: Any
**kwargs # type: Any
) -> None:
if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand All @@ -46,7 +47,7 @@ def __init__(
self.credential = credential
self.subscription_id = subscription_id
self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default'])
kwargs.setdefault('sdk_moniker', 'mgmt-servicebus/{}'.format(VERSION))
kwargs.setdefault('sdk_moniker', 'azure-mgmt-servicebus/{}'.format(VERSION))
self._configure(**kwargs)

def _configure(
Expand Down
Loading

0 comments on commit 2899d1f

Please sign in to comment.