azure_mgmt_authorization 0.13.0 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 430526150dee8365863c18ddedae53fbce8fafed
4
- data.tar.gz: fb1b2e15d25c05ee41ff7e5b1c49baf6c0f64b34
3
+ metadata.gz: 4ec5bafa3d192d40eeceaf13a796e311c3639666
4
+ data.tar.gz: 73b62b82e88b296321f2aec34220a4bab5fdca30
5
5
  SHA512:
6
- metadata.gz: fe1f2392ab0837e1830dd46b43903b46ccbc87eb513b1036682ed2ac6a7ba30c36e7c3873b3d0e9d3c6647e56fd232494cfa96ea54de7c3ac608044664f69efc
7
- data.tar.gz: f825cf48415872b8f2935207ecf290d1dd4e2319649faf0ea087536e176f3d1b49627612447d215df29ced1f174091a7efe467755691544197101f5057b7b11e
6
+ metadata.gz: 2e50ccfe906c4db100cc7595587ec6e0ac2ace51d6c234ee3bfb34527d751ef5298b4a2d99594f0deb60c783e8829b11f413cda658f9696420d282e84305f81b
7
+ data.tar.gz: 9a359ee30abee36fcdf1ab0ee33be6c29eea80666cbe8d5befe8ca9ea9d7c26af2385591ee6e92c47962ec30d65a4e425f1ef4f3e32126d786ec9a0fe2be881f
@@ -12,7 +12,6 @@ module Azure::ARM::Authorization
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The ID of the administrator.
17
16
  attr_accessor :id
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Authorization
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The email address of the administrator.
17
16
  attr_accessor :email_address
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Authorization
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Array<String>] Allowed actions.
17
16
  attr_accessor :actions
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Authorization
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The operation name.
17
16
  attr_accessor :name
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Authorization
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The provider id.
17
16
  attr_accessor :id
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Authorization
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The resource type name.
17
16
  attr_accessor :name
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Authorization
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The role assignment ID.
17
16
  attr_accessor :id
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Authorization
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [RoleAssignmentProperties] Role assignment properties.
17
16
  attr_accessor :properties
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Authorization
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Returns role assignment of the specific principal.
17
16
  attr_accessor :principal_id
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Authorization
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The role definition ID used in the role assignment.
17
16
  attr_accessor :role_definition_id
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Authorization
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The role assignment scope.
17
16
  attr_accessor :scope
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Authorization
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The role definition ID.
17
16
  attr_accessor :id
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Authorization
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Returns role definition with the specific name.
17
16
  attr_accessor :role_name
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Authorization
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The role name.
17
16
  attr_accessor :role_name
18
17
 
@@ -4,5 +4,5 @@
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::Authorization
7
- VERSION = '0.13.0'
7
+ VERSION = '0.14.0'
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_authorization
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsoft Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-27 00:00:00.000000000 Z
11
+ date: 2017-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler