Skip to content

[AutoPR network/resource-manager] Network october release #3463

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
4de935f
Generated from bd2aca046b487c2ae2f13cc91d26c5f8aae93571
AutorestCI Sep 12, 2018
3be15a4
Generated from 4b3ae81daaddc6079ec4a6a8ebeebccc019703e6
AutorestCI Sep 14, 2018
1d27e71
Generated from c90c5d14e7b0b169a8cde763860d15aa48a0d37c (#3395)
AutorestCI Sep 21, 2018
54365b5
Generated from 26fc76cf7c2ed2ae5289bd4946513351880d32ff
AutorestCI Sep 21, 2018
f95224d
[AutoPR network/resource-manager] add customer error spec for Applica…
AutorestCI Sep 21, 2018
6b52a47
Generated from 19e41e2e7bb38120b813ad2314dc7c4f422b48c4 (#3417)
AutorestCI Sep 24, 2018
b6eb3de
Generated from ef5d8181e1a9f148a35d1b4467af2427a0afa29d
AutorestCI Sep 28, 2018
e2efa2e
Packaging update of azure-mgmt-network
azuresdkci Sep 28, 2018
1ce0da4
Packaging update of azure-mgmt-adhybridhealthservice
azuresdkci Sep 28, 2018
d3f5f83
Generated from 7d9b9a991b92bfdbc31be3bf5fd2bd16bbb742a1 (#3478)
AutorestCI Oct 4, 2018
bf676b2
Generated from 758c143eae019925ae9e021fbcd6821af918d000
AutorestCI Oct 15, 2018
323b0e2
Generated from b232daf214b1a03e32b14427be20bbca4ac805ac (#3509)
AutorestCI Oct 15, 2018
8e8421f
Generated from 6c4312edb758be23c2bdd7f8c2da0b8b76541187
AutorestCI Oct 18, 2018
4d1f121
[AutoPR network/resource-manager] Cherry pick NRP's changes from mast…
AutorestCI Oct 18, 2018
87110a8
Packaging update of azure-mgmt-adhybridhealthservice
azuresdkci Oct 18, 2018
9c54abe
Generated from e8f2b491e5b1732d9e57cdf9ddd16907ba04920e
AutorestCI Oct 29, 2018
e17487a
[AutoPR network/resource-manager] Changes to add operation id for out…
AutorestCI Oct 29, 2018
b24b898
[AutoPR network/resource-manager] Change one parameter (#3700)
AutorestCI Oct 29, 2018
b6c3b46
Generated from d0417082c41cfae8f0234ee02fe32b506bf4e605
AutorestCI Oct 30, 2018
a5e5cf6
Merge branch 'restapi_auto_network/resource-manager' into restapi_aut…
lmazuel Nov 6, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions azure-mgmt-adhybridhealthservice/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.. :changelog:

Release History
===============

0.1.0 (1970-01-01)
++++++++++++++++++

* Initial Release
4 changes: 4 additions & 0 deletions azure-mgmt-adhybridhealthservice/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include *.rst
include azure/__init__.py
include azure/mgmt/__init__.py

49 changes: 49 additions & 0 deletions azure-mgmt-adhybridhealthservice/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
Microsoft Azure SDK for Python
==============================

This is the Microsoft Azure MyService Management Client Library.

Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).

This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.

For the older Azure Service Management (ASM) libraries, see
`azure-servicemanagement-legacy <https://pypi.python.org/pypi/azure-servicemanagement-legacy>`__ library.

For a more complete set of Azure libraries, see the `azure <https://pypi.python.org/pypi/azure>`__ bundle package.


Compatibility
=============

**IMPORTANT**: If you have an earlier version of the azure package
(version < 1.0), you should uninstall it before installing this package.

You can check the version using pip:

.. code:: shell

pip freeze

If you see azure==0.11.0 (or any version below 1.0), uninstall it first:

.. code:: shell

pip uninstall azure


Usage
=====

For code examples, see `MyService Management
<https://docs.microsoft.com/python/api/overview/azure/>`__
on docs.microsoft.com.


Provide Feedback
================

If you encounter any bugs or have suggestions, please file an issue in the
`Issues <https://github.com/Azure/azure-sdk-for-python/issues>`__
section of the project.
1 change: 1 addition & 0 deletions azure-mgmt-adhybridhealthservice/azure/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
1 change: 1 addition & 0 deletions azure-mgmt-adhybridhealthservice/azure/mgmt/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
# --------------------------------------------------------------------------

from .ad_hybrid_health_service import ADHybridHealthService
from .version import VERSION

__all__ = ['ADHybridHealthService']

__version__ = VERSION

Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
# 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.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
# --------------------------------------------------------------------------

from msrest.service_client import SDKClient
from msrest import Serializer, Deserializer
from msrestazure import AzureConfiguration
from .version import VERSION
from .operations.adds_services_operations import AddsServicesOperations
from .operations.alerts_operations import AlertsOperations
from .operations.configuration_operations import ConfigurationOperations
from .operations.dimensions_operations import DimensionsOperations
from .operations.adds_service_members_operations import AddsServiceMembersOperations
from .operations.ad_domain_service_members_operations import AdDomainServiceMembersOperations
from .operations.adds_services_user_preference_operations import AddsServicesUserPreferenceOperations
from .operations.adds_service_operations import AddsServiceOperations
from .operations.adds_services_replication_status_operations import AddsServicesReplicationStatusOperations
from .operations.adds_services_service_members_operations import AddsServicesServiceMembersOperations
from .operations.operations import Operations
from .operations.reports_operations import ReportsOperations
from .operations.services_operations import ServicesOperations
from .operations.service_operations import ServiceOperations
from .operations.service_members_operations import ServiceMembersOperations
from . import models


class ADHybridHealthServiceConfiguration(AzureConfiguration):
"""Configuration for ADHybridHealthService
Note that all parameters used to create this instance are saved as instance
attributes.

:param credentials: Credentials needed for the client to connect to Azure.
:type credentials: :mod:`A msrestazure Credentials
object<msrestazure.azure_active_directory>`
:param str base_url: Service URL
"""

def __init__(
self, credentials, base_url=None):

if credentials is None:
raise ValueError("Parameter 'credentials' must not be None.")
if not base_url:
base_url = 'https://management.azure.com'

super(ADHybridHealthServiceConfiguration, self).__init__(base_url)

self.add_user_agent('azure-mgmt-adhybridhealthservice/{}'.format(VERSION))
self.add_user_agent('Azure-SDK-For-Python')

self.credentials = credentials


class ADHybridHealthService(SDKClient):
"""REST APIs for Azure Active Drectory Connect Health

:ivar config: Configuration for client.
:vartype config: ADHybridHealthServiceConfiguration

:ivar adds_services: AddsServices operations
:vartype adds_services: azure.mgmt.adhybridhealthservice.operations.AddsServicesOperations
:ivar alerts: Alerts operations
:vartype alerts: azure.mgmt.adhybridhealthservice.operations.AlertsOperations
:ivar configuration: Configuration operations
:vartype configuration: azure.mgmt.adhybridhealthservice.operations.ConfigurationOperations
:ivar dimensions: Dimensions operations
:vartype dimensions: azure.mgmt.adhybridhealthservice.operations.DimensionsOperations
:ivar adds_service_members: AddsServiceMembers operations
:vartype adds_service_members: azure.mgmt.adhybridhealthservice.operations.AddsServiceMembersOperations
:ivar ad_domain_service_members: AdDomainServiceMembers operations
:vartype ad_domain_service_members: azure.mgmt.adhybridhealthservice.operations.AdDomainServiceMembersOperations
:ivar adds_services_user_preference: AddsServicesUserPreference operations
:vartype adds_services_user_preference: azure.mgmt.adhybridhealthservice.operations.AddsServicesUserPreferenceOperations
:ivar adds_service: AddsService operations
:vartype adds_service: azure.mgmt.adhybridhealthservice.operations.AddsServiceOperations
:ivar adds_services_replication_status: AddsServicesReplicationStatus operations
:vartype adds_services_replication_status: azure.mgmt.adhybridhealthservice.operations.AddsServicesReplicationStatusOperations
:ivar adds_services_service_members: AddsServicesServiceMembers operations
:vartype adds_services_service_members: azure.mgmt.adhybridhealthservice.operations.AddsServicesServiceMembersOperations
:ivar operations: Operations operations
:vartype operations: azure.mgmt.adhybridhealthservice.operations.Operations
:ivar reports: Reports operations
:vartype reports: azure.mgmt.adhybridhealthservice.operations.ReportsOperations
:ivar services: Services operations
:vartype services: azure.mgmt.adhybridhealthservice.operations.ServicesOperations
:ivar service: Service operations
:vartype service: azure.mgmt.adhybridhealthservice.operations.ServiceOperations
:ivar service_members: ServiceMembers operations
:vartype service_members: azure.mgmt.adhybridhealthservice.operations.ServiceMembersOperations

:param credentials: Credentials needed for the client to connect to Azure.
:type credentials: :mod:`A msrestazure Credentials
object<msrestazure.azure_active_directory>`
:param str base_url: Service URL
"""

def __init__(
self, credentials, base_url=None):

self.config = ADHybridHealthServiceConfiguration(credentials, base_url)
super(ADHybridHealthService, self).__init__(self.config.credentials, self.config)

client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)}
self.api_version = '2014-01-01'
self._serialize = Serializer(client_models)
self._deserialize = Deserializer(client_models)

self.adds_services = AddsServicesOperations(
self._client, self.config, self._serialize, self._deserialize)
self.alerts = AlertsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.configuration = ConfigurationOperations(
self._client, self.config, self._serialize, self._deserialize)
self.dimensions = DimensionsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.adds_service_members = AddsServiceMembersOperations(
self._client, self.config, self._serialize, self._deserialize)
self.ad_domain_service_members = AdDomainServiceMembersOperations(
self._client, self.config, self._serialize, self._deserialize)
self.adds_services_user_preference = AddsServicesUserPreferenceOperations(
self._client, self.config, self._serialize, self._deserialize)
self.adds_service = AddsServiceOperations(
self._client, self.config, self._serialize, self._deserialize)
self.adds_services_replication_status = AddsServicesReplicationStatusOperations(
self._client, self.config, self._serialize, self._deserialize)
self.adds_services_service_members = AddsServicesServiceMembersOperations(
self._client, self.config, self._serialize, self._deserialize)
self.operations = Operations(
self._client, self.config, self._serialize, self._deserialize)
self.reports = ReportsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.services = ServicesOperations(
self._client, self.config, self._serialize, self._deserialize)
self.service = ServiceOperations(
self._client, self.config, self._serialize, self._deserialize)
self.service_members = ServiceMembersOperations(
self._client, self.config, self._serialize, self._deserialize)
Loading