azure_mgmt_graph 0.13.0 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/lib/generated/azure_mgmt_graph/models/aadobject.rb +0 -1
  3. data/lib/generated/azure_mgmt_graph/models/adgroup.rb +0 -1
  4. data/lib/generated/azure_mgmt_graph/models/application.rb +0 -1
  5. data/lib/generated/azure_mgmt_graph/models/application_create_parameters.rb +0 -1
  6. data/lib/generated/azure_mgmt_graph/models/application_update_parameters.rb +0 -1
  7. data/lib/generated/azure_mgmt_graph/models/check_group_membership_parameters.rb +0 -1
  8. data/lib/generated/azure_mgmt_graph/models/check_group_membership_result.rb +0 -1
  9. data/lib/generated/azure_mgmt_graph/models/domain.rb +0 -1
  10. data/lib/generated/azure_mgmt_graph/models/domain_list_result.rb +0 -1
  11. data/lib/generated/azure_mgmt_graph/models/get_objects_parameters.rb +0 -1
  12. data/lib/generated/azure_mgmt_graph/models/graph_error.rb +0 -1
  13. data/lib/generated/azure_mgmt_graph/models/group_add_member_parameters.rb +0 -1
  14. data/lib/generated/azure_mgmt_graph/models/group_create_parameters.rb +0 -1
  15. data/lib/generated/azure_mgmt_graph/models/group_get_member_groups_parameters.rb +0 -1
  16. data/lib/generated/azure_mgmt_graph/models/group_get_member_groups_result.rb +0 -1
  17. data/lib/generated/azure_mgmt_graph/models/key_credential.rb +0 -1
  18. data/lib/generated/azure_mgmt_graph/models/key_credential_list_result.rb +0 -1
  19. data/lib/generated/azure_mgmt_graph/models/key_credentials_update_parameters.rb +0 -1
  20. data/lib/generated/azure_mgmt_graph/models/password_credential.rb +0 -1
  21. data/lib/generated/azure_mgmt_graph/models/password_credential_list_result.rb +0 -1
  22. data/lib/generated/azure_mgmt_graph/models/password_credentials_update_parameters.rb +0 -1
  23. data/lib/generated/azure_mgmt_graph/models/password_profile.rb +0 -1
  24. data/lib/generated/azure_mgmt_graph/models/required_resource_access.rb +0 -1
  25. data/lib/generated/azure_mgmt_graph/models/resource_access.rb +0 -1
  26. data/lib/generated/azure_mgmt_graph/models/service_principal.rb +0 -1
  27. data/lib/generated/azure_mgmt_graph/models/service_principal_create_parameters.rb +0 -1
  28. data/lib/generated/azure_mgmt_graph/models/sign_in_name.rb +0 -1
  29. data/lib/generated/azure_mgmt_graph/models/user.rb +0 -1
  30. data/lib/generated/azure_mgmt_graph/models/user_base.rb +0 -1
  31. data/lib/generated/azure_mgmt_graph/models/user_create_parameters.rb +0 -1
  32. data/lib/generated/azure_mgmt_graph/models/user_get_member_groups_parameters.rb +0 -1
  33. data/lib/generated/azure_mgmt_graph/models/user_get_member_groups_result.rb +0 -1
  34. data/lib/generated/azure_mgmt_graph/models/user_update_parameters.rb +0 -1
  35. data/lib/generated/azure_mgmt_graph/version.rb +1 -1
  36. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a85dee7bae7c2fa2f154d996c371650adc8c1a82
4
- data.tar.gz: 192782b5c814e433e080b1227219b8aab92e55c1
3
+ metadata.gz: 7c7047484ec07a504fa5373d3496865a294adc58
4
+ data.tar.gz: 05ef89ed80e12c10616b3583cad193ce1215eb49
5
5
  SHA512:
6
- metadata.gz: f550a26680255560d28ea810576ce50be02d6a84fb1cc9f9df0a3a8951214143fa888396e8bf39fe27a9236bc4669be249d5b5739e2e900919b93e071d83c352
7
- data.tar.gz: e0ced7084ab1fee3decdf3e44bb864c8d3b5d11ddb94ceafc77eedda919aa1d416ce546507ada53b9c82182757af1f9781f76a07087bd8e83633742fa1f651a7
6
+ metadata.gz: 58c0d8d199c2d9e6467744df8d5c60c4fcb16d0e3425b273e90a6ce9c0a1c0076b6512a31452d3793fb2a53c1c4d40e571dacbc0a0700cb3bf03ab4d78198945
7
+ data.tar.gz: 91c9e350eb896f9bf07cad73895a25e4edf1f777880948db6e1f7dd8a05c8e0595a1a3a447e37bf5732f6bf141def64ab446c3ddbfadc8802925c02d319a1d1d
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The ID of the object.
17
16
  attr_accessor :object_id
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The object ID.
17
16
  attr_accessor :object_id
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The object ID.
17
16
  attr_accessor :object_id
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Boolean] Whether the application is available to other
17
16
  # tenants.
18
17
  attr_accessor :available_to_other_tenants
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Boolean] Whether the application is available to other tenants
17
16
  attr_accessor :available_to_other_tenants
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The object ID of the group to check.
17
16
  attr_accessor :group_id
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Boolean] True if the specified user, group, contact, or
17
16
  # service principal has either direct or transitive membership in the
18
17
  # specified group; otherwise, false.
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] the type of the authentication into the domain.
17
16
  attr_accessor :authentication_type
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Array<Domain>] the list of domains.
17
16
  attr_accessor :value
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Array<String>] The requested object IDs.
17
16
  attr_accessor :object_ids
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Error code.
17
16
  attr_accessor :code
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] A member object URL, such as
17
16
  # "https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd",
18
17
  # where "0b1f9851-1bf0-433f-aec3-cb9272f093dc" is the tenantId and
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Group display name
17
16
  attr_accessor :display_name
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Boolean] If true, only membership in security-enabled groups
17
16
  # should be checked. Otherwise, membership in all groups should be
18
17
  # checked.
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Array<String>] A collection of group IDs of which the group is
17
16
  # a member.
18
17
  attr_accessor :value
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [DateTime] Start date.
17
16
  attr_accessor :start_date
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Array<KeyCredential>] A collection of KeyCredentials.
17
16
  attr_accessor :value
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Array<KeyCredential>] A collection of KeyCredentials.
17
16
  attr_accessor :value
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [DateTime] Start date.
17
16
  attr_accessor :start_date
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Array<PasswordCredential>] A collection of
17
16
  # PasswordCredentials.
18
17
  attr_accessor :value
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Array<PasswordCredential>] A collection of
17
16
  # PasswordCredentials.
18
17
  attr_accessor :value
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Password
17
16
  attr_accessor :password
18
17
 
@@ -17,7 +17,6 @@ module Azure::ARM::Graph
17
17
 
18
18
  include MsRestAzure
19
19
 
20
- include MsRest::JSONable
21
20
  # @return [Array<ResourceAccess>] The list of OAuth2.0 permission scopes
22
21
  # and app roles that the application requires from the specified
23
22
  # resource.
@@ -14,7 +14,6 @@ module Azure::ARM::Graph
14
14
 
15
15
  include MsRestAzure
16
16
 
17
- include MsRest::JSONable
18
17
  # @return [String] The unique identifier for one of the OAuth2Permission
19
18
  # or AppRole instances that the resource application exposes.
20
19
  attr_accessor :id
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The object ID.
17
16
  attr_accessor :object_id
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] application Id
17
16
  attr_accessor :app_id
18
17
 
@@ -13,7 +13,6 @@ module Azure::ARM::Graph
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [String] A string value that can be used to classify user
18
17
  # sign-in types in your directory, such as 'emailAddress' or 'userName'.
19
18
  attr_accessor :type
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Boolean] Whether the account is enabled.
17
16
  attr_accessor :account_enabled
18
17
 
@@ -13,7 +13,6 @@ module Azure::ARM::Graph
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [String] This must be specified if you are using a federated
18
17
  # domain for the user's userPrincipalName (UPN) property when creating a
19
18
  # new user account. It is used to associate an on-premises Active
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Boolean] Whether the account is enabled.
17
16
  attr_accessor :account_enabled
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Boolean] If true, only membership in security-enabled groups
17
16
  # should be checked. Otherwise, membership in all groups should be
18
17
  # checked.
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Array<String>] A collection of group IDs of which the user is
17
16
  # a member.
18
17
  attr_accessor :value
@@ -12,7 +12,6 @@ module Azure::ARM::Graph
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Boolean] Whether the account is enabled.
17
16
  attr_accessor :account_enabled
18
17
 
@@ -4,5 +4,5 @@
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::Graph
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_graph
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