azure_mgmt_authorization 0.4.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/azure_mgmt_authorization.gemspec +1 -1
- data/lib/generated/azure_mgmt_authorization/authorization_management_client.rb +1 -1
- data/lib/generated/azure_mgmt_authorization/classic_administrators.rb +1 -1
- data/lib/generated/azure_mgmt_authorization/permissions.rb +1 -1
- data/lib/generated/azure_mgmt_authorization/provider_operations_metadata_operations.rb +1 -1
- data/lib/generated/azure_mgmt_authorization/role_assignments.rb +1 -1
- data/lib/generated/azure_mgmt_authorization/role_definitions.rb +1 -1
- data/lib/generated/azure_mgmt_authorization/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da85603d05c27c63a958fe3599d6cc79a0ca1a8c
|
4
|
+
data.tar.gz: f0c5172846c4e7bced5edeb81b9452fd0a4b267c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cac09234d2f5474bffa63dd8234d9d1b930cf8738a7f3a4de152ba0f2c961e232197e6e04233c5825e232b85ac771748613e13e7e64309d776ca829fa8a4a5d
|
7
|
+
data.tar.gz: 65de9dd5edc29bee92ef007176b3b5fe28d9d69cb78c2aaa9c3a9a863f4cd3c087bef4ec0ff39acd2e306e3dfb60fb44a52b6721d719c3f521b7b828908f5caa
|
@@ -8,8 +8,8 @@ module Azure::ARM::Authorization
|
|
8
8
|
# A service client - single point of access to the REST API.
|
9
9
|
#
|
10
10
|
class AuthorizationManagementClient < MsRestAzure::AzureServiceClient
|
11
|
-
include MsRest::Serialization
|
12
11
|
include MsRestAzure
|
12
|
+
include MsRestAzure::Serialization
|
13
13
|
|
14
14
|
# @return [String] the base URI of the service.
|
15
15
|
attr_accessor :base_url
|
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.
|
4
|
+
version: 0.5.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: 2016-
|
11
|
+
date: 2016-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.
|
75
|
+
version: 0.4.0
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.
|
82
|
+
version: 0.4.0
|
83
83
|
description: Microsoft Azure Role Based Authorization Management Client Library for
|
84
84
|
Ruby
|
85
85
|
email: azrubyteam@microsoft.com
|