azure_mgmt_cdn 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b3f3a306570a191d4716f93b528a2cacb4834c4
4
- data.tar.gz: 6a8c13cf7b5b40fca09bac20ee73f19dda1824bc
3
+ metadata.gz: 9709a371527c4fc9f6fa4ff822984e8bdaa0a664
4
+ data.tar.gz: 6013f93e57c2c910c0bdfeaa8517ad6256fd8587
5
5
  SHA512:
6
- metadata.gz: be83423cbf49079778cd130e3f3cd73758f2f3455bc9085468c9f4cee5a03ad868ad1f223075572126c5a95c6a009c67e027b790d561149c527fdd51b6ddcbb6
7
- data.tar.gz: 68540fe4a94f2564c41ff15217053d69e73b2f51befeb9f8991e2e76fb97a77878eff7dd719b515cc0b2ce52689cafbfd58dfab5d39fcee53aca4658fc4fc7d0
6
+ metadata.gz: 82b7721bef3cd535ee2950332d45cf601217354bbf9d73b1cd049ea316313281ba6991d1fbd3ef2a4aeb20d8c653c9c225cf84183e93e879f079bdb3157bb4d6
7
+ data.tar.gz: b1e8c672db33f906f1a9989fc2acbb7a66a68368c8616f44669100cd8ddead4892680c94761ca82babc1fd0842cfc008d0359befee2f89314437db71c1687d34
@@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
30
30
  spec.add_development_dependency 'rspec', '~> 3'
31
31
  spec.add_development_dependency 'dotenv', '~> 2'
32
32
 
33
- spec.add_runtime_dependency 'ms_rest_azure', '~> 0.3.0'
33
+ spec.add_runtime_dependency 'ms_rest_azure', '~> 0.4.0'
34
34
  end
@@ -8,8 +8,8 @@ module Azure::ARM::CDN
8
8
  # A service client - single point of access to the REST API.
9
9
  #
10
10
  class CdnManagementClient < 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
@@ -23,7 +23,7 @@ module Azure::ARM::CDN
23
23
  @client = client
24
24
  end
25
25
 
26
- # @return reference to the CdnManagementClient
26
+ # @return [CdnManagementClient] reference to the CdnManagementClient
27
27
  attr_reader :client
28
28
 
29
29
  #
@@ -23,7 +23,7 @@ module Azure::ARM::CDN
23
23
  @client = client
24
24
  end
25
25
 
26
- # @return reference to the CdnManagementClient
26
+ # @return [CdnManagementClient] reference to the CdnManagementClient
27
27
  attr_reader :client
28
28
 
29
29
  #
@@ -15,8 +15,8 @@ module Azure::ARM::CDN
15
15
  # @return [String] The resource name to validate.
16
16
  attr_accessor :name
17
17
 
18
- # @return [ResourceType] The type of the resource whose name is to be
19
- # validated. Possible values include: 'Microsoft.Cdn/Profiles/Endpoints'
18
+ # @return [String] The type of the resource whose name is to be
19
+ # validated. Default value: 'Microsoft.Cdn/Profiles/Endpoints' .
20
20
  attr_accessor :type
21
21
 
22
22
 
@@ -41,10 +41,11 @@ module Azure::ARM::CDN
41
41
  },
42
42
  type: {
43
43
  required: true,
44
+ is_constant: true,
44
45
  serialized_name: 'type',
46
+ default_value: 'Microsoft.Cdn/Profiles/Endpoints',
45
47
  type: {
46
- name: 'Enum',
47
- module: 'ResourceType'
48
+ name: 'String'
48
49
  }
49
50
  }
50
51
  }
@@ -23,7 +23,7 @@ module Azure::ARM::CDN
23
23
  @client = client
24
24
  end
25
25
 
26
- # @return reference to the CdnManagementClient
26
+ # @return [CdnManagementClient] reference to the CdnManagementClient
27
27
  attr_reader :client
28
28
 
29
29
  #
@@ -23,7 +23,7 @@ module Azure::ARM::CDN
23
23
  @client = client
24
24
  end
25
25
 
26
- # @return reference to the CdnManagementClient
26
+ # @return [CdnManagementClient] reference to the CdnManagementClient
27
27
  attr_reader :client
28
28
 
29
29
  #
@@ -23,7 +23,7 @@ module Azure::ARM::CDN
23
23
  @client = client
24
24
  end
25
25
 
26
- # @return reference to the CdnManagementClient
26
+ # @return [CdnManagementClient] reference to the CdnManagementClient
27
27
  attr_reader :client
28
28
 
29
29
  #
@@ -23,7 +23,7 @@ module Azure::ARM::CDN
23
23
  @client = client
24
24
  end
25
25
 
26
- # @return reference to the CdnManagementClient
26
+ # @return [CdnManagementClient] reference to the CdnManagementClient
27
27
  attr_reader :client
28
28
 
29
29
  #
@@ -4,5 +4,5 @@
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::CDN
7
- VERSION = '0.4.0'
7
+ VERSION = '0.5.0'
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_cdn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.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-07-22 00:00:00.000000000 Z
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.3.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.3.0
82
+ version: 0.4.0
83
83
  description: Microsoft Azure CDN Management Client Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []