-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AutoPR network/resource-manager] Network october release (#3463)
* Generated from bd2aca0 Update ADHybridHealthService.json (#3874) * Generated from 4b3ae81daaddc6079ec4a6a8ebeebccc019703e6 Updated NetworkConfigurationDiagnostic API + example (#3905) * Generated from c90c5d14e7b0b169a8cde763860d15aa48a0d37c (#3395) address the comments * Generated from 26fc76cf7c2ed2ae5289bd4946513351880d32ff add customer error spec for Application Gateway (#3985) * add customer error spec for Application Gateway * fix property name issue * [AutoPR network/resource-manager] add customer error spec for Application Gateway (#3409) * Generated from d9a3af34891cc703ecc3ba298fc737d6cc3e0fc0 add customer error spec for Application Gateway * Generated from 26299b453a6b2f99683899a78c4c302d39b7de03 fix property name issue * Generated from 19e41e2e7bb38120b813ad2314dc7c4f422b48c4 (#3417) Add ICMP to the list of supported protocols * Generated from ef5d8181e1a9f148a35d1b4467af2427a0afa29d Merge remote-tracking branch 'origin/master' into network-october-release * Packaging update of azure-mgmt-network * Packaging update of azure-mgmt-adhybridhealthservice * Generated from 7d9b9a991b92bfdbc31be3bf5fd2bd16bbb742a1 (#3478) change appgw custom error status code enum and fix a typo of customErrorConfiguration * Generated from 758c143eae019925ae9e021fbcd6821af918d000 Add ExpressRoutePort swagger (#4104) * Add ExpressRoutePort details to readme.md * ExpressRoutePort swagger * Refer SubscriptionIdParameter and ApiVersionParameter from network.json * Generated from b232daf214b1a03e32b14427be20bbca4ac805ac (#3509) ExpressRoutePort swagger * Generated from 6c4312edb758be23c2bdd7f8c2da0b8b76541187 Cherry pick NRP's changes from master to October branch (#4251) * Remove error code from swagger (#4103) * Modifying example templates : enabling Ipv6 support for Private Peering (#4232) * Modifying example templates : enabling Ipv6 support for Private Peering * Resolving oav validation error * [AutoPR network/resource-manager] Cherry pick NRP's changes from master to October branch (#3632) * Generated from 9ef9c433f66560956a610961c0e2a5ec70360064 Modifying example templates : enabling Ipv6 support for Private Peering (#4232) * Modifying example templates : enabling Ipv6 support for Private Peering * Resolving oav validation error * Packaging update of azure-mgmt-network * Packaging update of azure-mgmt-adhybridhealthservice * Generated from e8f2b491e5b1732d9e57cdf9ddd16907ba04920e Changes to add operation id for outbound rules (#4320) * Changes to add operation id for outbound rules * Changes to make outbound rule similar to load balancing rule * fix failures - add example json files * fix failures * Fixed line endings, specs, examples * [AutoPR network/resource-manager] Changes to add operation id for outbound rules (#3687) * Generated from fb767531a15f75017f43f44004a2aa75c1b13b9f fix failures * Generated from a9023fbd65049681b0ccc49d42a1c4276b0cd159 Merge pull request #1 from EvgenyAgafonchikov/fix-lb Fixed line endings, specs, examples * [AutoPR network/resource-manager] Change one parameter (#3700) * Generated from 9392c40ae5bf6575a8fdf47d0609226fdd8da689 Change one parameter * Generated from 084957762078dc07cce7c40e0d5358081f090e2a Change parameter in most recent version * Generated from 1f46c7babbbcc3379f21c6f5e3d16f693fe23111 Fix example * Generated from d0417082c41cfae8f0234ee02fe32b506bf4e605 New SKU for ER (#4342)
- Loading branch information
1 parent
c54b9a3
commit 54d5eb5
Showing
177 changed files
with
13,954 additions
and
3 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
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 |
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,4 @@ | ||
include *.rst | ||
include azure/__init__.py | ||
include azure/mgmt/__init__.py | ||
|
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,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. |
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 @@ | ||
__path__ = __import__('pkgutil').extend_path(__path__, __name__) |
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 @@ | ||
__path__ = __import__('pkgutil').extend_path(__path__, __name__) |
18 changes: 18 additions & 0 deletions
18
azure-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/__init__.py
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,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 | ||
|
144 changes: 144 additions & 0 deletions
144
...e-mgmt-adhybridhealthservice/azure/mgmt/adhybridhealthservice/ad_hybrid_health_service.py
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,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) |
Oops, something went wrong.