-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generated from 65b2f8a37695f3d9cf53c50a05a61c4179857199 (#6922)
updated readme with correct version.
- Loading branch information
1 parent
5c0cdf1
commit f5d50d0
Showing
40 changed files
with
1,879 additions
and
29 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
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
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
32 changes: 32 additions & 0 deletions
32
...azure-mgmt-peering/azure/mgmt/peering/models/check_service_provider_availability_input.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,32 @@ | ||
# 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.serialization import Model | ||
|
||
|
||
class CheckServiceProviderAvailabilityInput(Model): | ||
"""Class for CheckServiceProviderAvailabilityInput. | ||
:param peering_service_location: Gets or sets the PeeringServiceLocation | ||
:type peering_service_location: str | ||
:param peering_service_provider: Gets or sets the PeeringServiceProvider | ||
:type peering_service_provider: str | ||
""" | ||
|
||
_attribute_map = { | ||
'peering_service_location': {'key': 'peeringServiceLocation', 'type': 'str'}, | ||
'peering_service_provider': {'key': 'peeringServiceProvider', 'type': 'str'}, | ||
} | ||
|
||
def __init__(self, **kwargs): | ||
super(CheckServiceProviderAvailabilityInput, self).__init__(**kwargs) | ||
self.peering_service_location = kwargs.get('peering_service_location', None) | ||
self.peering_service_provider = kwargs.get('peering_service_provider', None) |
32 changes: 32 additions & 0 deletions
32
...e-mgmt-peering/azure/mgmt/peering/models/check_service_provider_availability_input_py3.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,32 @@ | ||
# 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.serialization import Model | ||
|
||
|
||
class CheckServiceProviderAvailabilityInput(Model): | ||
"""Class for CheckServiceProviderAvailabilityInput. | ||
:param peering_service_location: Gets or sets the PeeringServiceLocation | ||
:type peering_service_location: str | ||
:param peering_service_provider: Gets or sets the PeeringServiceProvider | ||
:type peering_service_provider: str | ||
""" | ||
|
||
_attribute_map = { | ||
'peering_service_location': {'key': 'peeringServiceLocation', 'type': 'str'}, | ||
'peering_service_provider': {'key': 'peeringServiceProvider', 'type': 'str'}, | ||
} | ||
|
||
def __init__(self, *, peering_service_location: str=None, peering_service_provider: str=None, **kwargs) -> None: | ||
super(CheckServiceProviderAvailabilityInput, self).__init__(**kwargs) | ||
self.peering_service_location = peering_service_location | ||
self.peering_service_provider = peering_service_provider |
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
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
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
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
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
Oops, something went wrong.