-
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.
[AutoPR] resources/resource-manager (#3187)
* Generated from 060cf203676c2ea6d7ae479c755c1d31604555b4 (#3186) Use same identity pattern as resources * [AutoPR resources/resource-manager] Fix ARMViolation Error for Microsoft.Authorization (#3304) * Generated from b74ebceb22e46a4c6ceb9fd8ab1cb8347f400839 Fix ARMViolation Error for Microsoft.Authorization * Packaging update of azure-mgmt-resource * [AutoPR resources/resource-manager] Fix Swagger Linting Error for Microsoft.Features (#3303) * Generated from 7a6405dee0b1df4ab7da45c12d03cf1336106221 Fix Swagger Linting Error for Microsoft.Features * Packaging update of azure-mgmt-resource * Generated from 79862aa514b96e220ff6c723bcd4f1260659ab8f Remove additional properties in examples * Generated from 04a8bcdd0db69e2ac6de225c3774271f5687054b (#3384) Fix typo, the provider should be Microsoft.Authorization * Generated from 989797a01b3a189f15fd9cb6b68d938f4a4f119f (#3393) Change operationId of Microsoft.Authorization * [AutoPR resources/resource-manager] Fix ARMViolations for Microsoft.Resources (#3356) * Generated from 2677deefc46f8d0978cc262efb1510a41e3832a0 Fix ARMViolations for Microsoft.Resources * Generated from d1873c4588fc3653c9d01f38bb51933cfdd13710 Fix ARM Violations in Microsoft.Resources * Packaging update of azure-mgmt-resource * Generated from b6aeed45dd11f9251470f6a2f0b5371a1ee914d5 (#3616) added descriptions for filter and expand * Packaging update of azure-mgmt-resource * [AutoPR resources/resource-manager] added to description of allowed characters for resource group name (#3662) * Generated from 773581c3a2be72522eb2bc770800bbef994454d3 added to description of allowed characters for resource group name * Generated from 3d920ef4d7524961f809597d3f47f70cfce462ef changed description * Generated from b420267e7b1b12292730e47751c35b2ac586c70a (#3828) Add type for DeploymentExtend and ResourceGroup * Generated from 3b7e0ff3ba3d3d18ce80d86be227e06f43bd747d (#3987) typo: resources/resource-manager/Microsoft.Resources - paramaters -> parameters - deploymentoutput -> deployment output - targetid -> targetId - informaton -> information - rsources -> resources - muct -> must * Generated from b4101839580231ecaf651529783b50f8fa304b52 (#4027) typo: resources/resource-manager/Microsoft.Authorization - assigment -> assignment - reponse -> response * Generated from 61892a6ae9ebb50edee79da2733c646f7759ac13 (#4069) typo: resources/resource-manager/Microsoft.Solutions - reponse -> response * Packaging update of azure-mgmt-resource * 2.1.0
- Loading branch information
1 parent
816008e
commit 6089d22
Showing
168 changed files
with
5,890 additions
and
1,255 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +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
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
33 changes: 33 additions & 0 deletions
33
azure-mgmt-resource/azure/mgmt/resource/features/v2015_12_01/models/operation.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,33 @@ | ||
# 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 Operation(Model): | ||
"""Microsoft.Features operation. | ||
:param name: Operation name: {provider}/{resource}/{operation} | ||
:type name: str | ||
:param display: The object that represents the operation. | ||
:type display: | ||
~azure.mgmt.resource.features.v2015_12_01.models.OperationDisplay | ||
""" | ||
|
||
_attribute_map = { | ||
'name': {'key': 'name', 'type': 'str'}, | ||
'display': {'key': 'display', 'type': 'OperationDisplay'}, | ||
} | ||
|
||
def __init__(self, **kwargs): | ||
super(Operation, self).__init__(**kwargs) | ||
self.name = kwargs.get('name', None) | ||
self.display = kwargs.get('display', None) |
37 changes: 37 additions & 0 deletions
37
azure-mgmt-resource/azure/mgmt/resource/features/v2015_12_01/models/operation_display.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,37 @@ | ||
# 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 OperationDisplay(Model): | ||
"""The object that represents the operation. | ||
:param provider: Service provider: Microsoft.Features | ||
:type provider: str | ||
:param resource: Resource on which the operation is performed: Profile, | ||
endpoint, etc. | ||
:type resource: str | ||
:param operation: Operation type: Read, write, delete, etc. | ||
:type operation: str | ||
""" | ||
|
||
_attribute_map = { | ||
'provider': {'key': 'provider', 'type': 'str'}, | ||
'resource': {'key': 'resource', 'type': 'str'}, | ||
'operation': {'key': 'operation', 'type': 'str'}, | ||
} | ||
|
||
def __init__(self, **kwargs): | ||
super(OperationDisplay, self).__init__(**kwargs) | ||
self.provider = kwargs.get('provider', None) | ||
self.resource = kwargs.get('resource', None) | ||
self.operation = kwargs.get('operation', None) |
37 changes: 37 additions & 0 deletions
37
azure-mgmt-resource/azure/mgmt/resource/features/v2015_12_01/models/operation_display_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,37 @@ | ||
# 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 OperationDisplay(Model): | ||
"""The object that represents the operation. | ||
:param provider: Service provider: Microsoft.Features | ||
:type provider: str | ||
:param resource: Resource on which the operation is performed: Profile, | ||
endpoint, etc. | ||
:type resource: str | ||
:param operation: Operation type: Read, write, delete, etc. | ||
:type operation: str | ||
""" | ||
|
||
_attribute_map = { | ||
'provider': {'key': 'provider', 'type': 'str'}, | ||
'resource': {'key': 'resource', 'type': 'str'}, | ||
'operation': {'key': 'operation', 'type': 'str'}, | ||
} | ||
|
||
def __init__(self, *, provider: str=None, resource: str=None, operation: str=None, **kwargs) -> None: | ||
super(OperationDisplay, self).__init__(**kwargs) | ||
self.provider = provider | ||
self.resource = resource | ||
self.operation = operation |
27 changes: 27 additions & 0 deletions
27
azure-mgmt-resource/azure/mgmt/resource/features/v2015_12_01/models/operation_paged.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,27 @@ | ||
# 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.paging import Paged | ||
|
||
|
||
class OperationPaged(Paged): | ||
""" | ||
A paging container for iterating over a list of :class:`Operation <azure.mgmt.resource.features.v2015_12_01.models.Operation>` object | ||
""" | ||
|
||
_attribute_map = { | ||
'next_link': {'key': 'nextLink', 'type': 'str'}, | ||
'current_page': {'key': 'value', 'type': '[Operation]'} | ||
} | ||
|
||
def __init__(self, *args, **kwargs): | ||
|
||
super(OperationPaged, self).__init__(*args, **kwargs) |
33 changes: 33 additions & 0 deletions
33
azure-mgmt-resource/azure/mgmt/resource/features/v2015_12_01/models/operation_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,33 @@ | ||
# 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 Operation(Model): | ||
"""Microsoft.Features operation. | ||
:param name: Operation name: {provider}/{resource}/{operation} | ||
:type name: str | ||
:param display: The object that represents the operation. | ||
:type display: | ||
~azure.mgmt.resource.features.v2015_12_01.models.OperationDisplay | ||
""" | ||
|
||
_attribute_map = { | ||
'name': {'key': 'name', 'type': 'str'}, | ||
'display': {'key': 'display', 'type': 'OperationDisplay'}, | ||
} | ||
|
||
def __init__(self, *, name: str=None, display=None, **kwargs) -> None: | ||
super(Operation, self).__init__(**kwargs) | ||
self.name = name | ||
self.display = display |
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.