[AutoPR authorization/resource-manager] All updates#1916
Conversation
|
Tests KO since 2018-01-01-preview is not out yet. |
9ea1e91 to
2bf12ff
Compare
|
@AutorestCI rebase |
Authorization py 0.40.0
Fix parameter location
…sion for classicadmin in powershell (#1993) * Generated from 80afa52b390ebc93e528ab47d32fe4f95bae49cf fix the hardcoding of api version for classicadmin in sdk * Generated from 228c368e8b1956804f353314932a9a506630e8dd fix 2017 version preview file
|
Rebase done and pushed to the branch |
2bf12ff to
62edb5d
Compare
|
Nothing to rebuild, this PR is up to date |
|
The api version is out now. In reply to: 367439171 [](ancestors = 367439171) |
|
@yugangw-msft for review as well |
… to be in sync with the filters present in service (#2094) * Generated from f8898998fb594903a540b2013f9bd29e852e0487 Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs * Generated from f8898998fb594903a540b2013f9bd29e852e0487 Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
|
(message created by the CI based on PR content) Installation instructionPackage azure-mgmt-authorizationYou can install the package You can build a wheel to distribute for test using the following command: If you have a local clone of this repository, you can also do:
Or build a wheel file to distribute for testing:
Package azure-mgmtYou can install the package You can build a wheel to distribute for test using the following command: If you have a local clone of this repository, you can also do:
Or build a wheel file to distribute for testing:
Direct downloadYour files can be directly downloaded here: |
Codecov Report
@@ Coverage Diff @@
## master #1916 +/- ##
==========================================
- Coverage 53.06% 51.95% -1.11%
==========================================
Files 4774 5141 +367
Lines 119483 132364 +12881
==========================================
+ Hits 63406 68776 +5370
- Misses 56077 63588 +7511
Continue to review full report at Codecov.
|
|
@lmazuel , I have verified, could you please publish it? |
| 'name': {'key': 'name', 'type': 'str'}, | ||
| 'type': {'key': 'type', 'type': 'str'}, | ||
| 'properties': {'key': 'properties', 'type': 'ClassicAdministratorProperties'}, | ||
| 'email_address': {'key': 'properties.emailAddress', 'type': 'str'}, |
There was a problem hiding this comment.
breaking:
properties.email_address => email_address
properties.role => role
| super(Permission, self).__init__(**kwargs) | ||
| self.actions = kwargs.get('actions', None) | ||
| self.not_actions = kwargs.get('not_actions', None) | ||
| self.data_actions = kwargs.get('data_actions', None) |
There was a problem hiding this comment.
new data_actions / not_data_actions
| :type origin: str | ||
| :param properties: The operation properties. | ||
| :type properties: object | ||
| :param is_data_action: The dataAction flag to specify the operation type. |
| 'name': {'key': 'name', 'type': 'str'}, | ||
| 'type': {'key': 'type', 'type': 'str'}, | ||
| 'properties': {'key': 'properties', 'type': 'RoleAssignmentPropertiesWithScope'}, | ||
| 'scope': {'key': 'properties.scope', 'type': 'str'}, |
|
|
||
| _attribute_map = { | ||
| 'properties': {'key': 'properties', 'type': 'RoleAssignmentProperties'}, | ||
| 'role_definition_id': {'key': 'properties.roleDefinitionId', 'type': 'str'}, |
| :param deserializer: An objec model deserializer. | ||
| :ivar api_version: The API version to use for this operation. Constant value: "2015-07-01". | ||
| :param deserializer: An object model deserializer. | ||
| :ivar api_version: The API version to use for this operation. Constant value: "2018-01-01-preview". |
|
|
||
| def create_by_id( | ||
| self, role_assignment_id, properties=None, custom_headers=None, raw=False, **operation_config): | ||
| self, role_id, parameters, custom_headers=None, raw=False, **operation_config): |
@yugangw-msft Ready to install as 0.40.0