azure_mgmt_analysis_services 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 (21) hide show
  1. checksums.yaml +4 -4
  2. data/lib/generated/azure_mgmt_analysis_services/models/analysis_services_server.rb +2 -3
  3. data/lib/generated/azure_mgmt_analysis_services/models/analysis_services_server_update_parameters.rb +1 -2
  4. data/lib/generated/azure_mgmt_analysis_services/models/analysis_services_servers.rb +0 -1
  5. data/lib/generated/azure_mgmt_analysis_services/models/error_response.rb +0 -1
  6. data/lib/generated/azure_mgmt_analysis_services/models/gateway_details.rb +0 -1
  7. data/lib/generated/azure_mgmt_analysis_services/models/gateway_error.rb +0 -1
  8. data/lib/generated/azure_mgmt_analysis_services/models/gateway_list_status_error.rb +0 -1
  9. data/lib/generated/azure_mgmt_analysis_services/models/gateway_list_status_live.rb +0 -1
  10. data/lib/generated/azure_mgmt_analysis_services/models/ipv4firewall_rule.rb +0 -1
  11. data/lib/generated/azure_mgmt_analysis_services/models/ipv4firewall_settings.rb +0 -1
  12. data/lib/generated/azure_mgmt_analysis_services/models/operation.rb +0 -1
  13. data/lib/generated/azure_mgmt_analysis_services/models/operation_display.rb +0 -1
  14. data/lib/generated/azure_mgmt_analysis_services/models/resource.rb +18 -2
  15. data/lib/generated/azure_mgmt_analysis_services/models/resource_sku.rb +0 -1
  16. data/lib/generated/azure_mgmt_analysis_services/models/server_administrators.rb +0 -1
  17. data/lib/generated/azure_mgmt_analysis_services/models/sku_details_for_existing_resource.rb +0 -1
  18. data/lib/generated/azure_mgmt_analysis_services/models/sku_enumeration_for_existing_resource_result.rb +0 -1
  19. data/lib/generated/azure_mgmt_analysis_services/models/sku_enumeration_for_new_resource_result.rb +0 -1
  20. data/lib/generated/azure_mgmt_analysis_services/version.rb +1 -1
  21. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f6f9ae8d07838c71fc0eb101b48641ea4af765b1
4
- data.tar.gz: 313604908303e2592a656f3b217454aa0551f505
3
+ metadata.gz: 3e256b9aa18adb8d016329067b9caee5325fcf2b
4
+ data.tar.gz: a728774e5d548992acd049308d88e5175771d7c3
5
5
  SHA512:
6
- metadata.gz: 6edf2a737c0df18a9d756258ba52d06b8d7d2a0880caf659aa2d7c37d4570718f8a35f140765bee48965969b2b69271f904afaa53ea4d7076de00f562f168288
7
- data.tar.gz: f29334d8d560fdc7872d5fb8a4398237b1b3fc3dbe57f40a222c1c6896768dc2bcabab08a7f4caaba2abbfc3a89506c78ecf08e6afd6595e6da3facdd932ee6c
6
+ metadata.gz: 2a647e1112d0ab2a83286f7975ac47d768405a74b9b2beecf6445532c0d0b9eca8c8893fc781aeb5bfd229582b0284261f7a5fc405b9c823935ca126934f8550
7
+ data.tar.gz: 1da119ab0e755bf51620b11c5163e46f165f74d28f673c77516aee3d2411c646b3491ec0ed0885fb91fc20280ee5ddbb1e6d009dc6eb696e602c47bf2ed24076
@@ -8,15 +8,14 @@ module Azure::ARM::AnalysisServices
8
8
  #
9
9
  # Represents an instance of an Analysis Services resource.
10
10
  #
11
- class AnalysisServicesServer < MsRestAzure::Resource
11
+ class AnalysisServicesServer < Resource
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [ServerAdministrators] A collection of AS server administrators
17
16
  attr_accessor :as_administrators
18
17
 
19
- # @return [String] The container URI of backup blob.
18
+ # @return [String] The SAS container URI to the backup container.
20
19
  attr_accessor :backup_blob_container_uri
21
20
 
22
21
  # @return [GatewayDetails] The gateway details configured for the AS
@@ -12,7 +12,6 @@ module Azure::ARM::AnalysisServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [ResourceSku] The SKU of the Analysis Services resource.
17
16
  attr_accessor :sku
18
17
 
@@ -23,7 +22,7 @@ module Azure::ARM::AnalysisServices
23
22
  # @return [ServerAdministrators] A collection of AS server administrators
24
23
  attr_accessor :as_administrators
25
24
 
26
- # @return [String] The container URI of backup blob.
25
+ # @return [String] The SAS container URI to the backup container.
27
26
  attr_accessor :backup_blob_container_uri
28
27
 
29
28
  # @return [GatewayDetails] The gateway details configured for the AS
@@ -12,7 +12,6 @@ module Azure::ARM::AnalysisServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Array<AnalysisServicesServer>] An array of Analysis Services
17
16
  # resources.
18
17
  attr_accessor :value
@@ -12,7 +12,6 @@ module Azure::ARM::AnalysisServices
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::AnalysisServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Gateway resource to be associated with the server.
17
16
  attr_accessor :gateway_resource_id
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::AnalysisServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Error code of list gateway.
17
16
  attr_accessor :code
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::AnalysisServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [GatewayError] Error of the list gateway status.
17
16
  attr_accessor :error
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::AnalysisServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Status] Live message of list gateway. Possible values include:
17
16
  # 'Live'
18
17
  attr_accessor :status
@@ -12,7 +12,6 @@ module Azure::ARM::AnalysisServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The rule name.
17
16
  attr_accessor :firewall_rule_name
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::AnalysisServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Array<IPv4FirewallRule>] An array of firewall rules.
17
16
  attr_accessor :firewall_rules
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::AnalysisServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Operation name: {provider}/{resource}/{operation}.
17
16
  attr_accessor :name
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::AnalysisServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Service provider: Microsoft.Consumption.
17
16
  attr_accessor :provider
18
17
 
@@ -8,14 +8,30 @@ module Azure::ARM::AnalysisServices
8
8
  #
9
9
  # Represents an instance of an Analysis Services resource.
10
10
  #
11
- class Resource < MsRestAzure::Resource
11
+ class Resource
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
15
+ # @return [String] An identifier that represents the Analysis Services
16
+ # resource.
17
+ attr_accessor :id
18
+
19
+ # @return [String] The name of the Analysis Services resource.
20
+ attr_accessor :name
21
+
22
+ # @return [String] The type of the Analysis Services resource.
23
+ attr_accessor :type
24
+
25
+ # @return [String] Location of the Analysis Services resource.
26
+ attr_accessor :location
27
+
16
28
  # @return [ResourceSku] The SKU of the Analysis Services resource.
17
29
  attr_accessor :sku
18
30
 
31
+ # @return [Hash{String => String}] Key-value pairs of additional resource
32
+ # provisioning properties.
33
+ attr_accessor :tags
34
+
19
35
 
20
36
  #
21
37
  # Mapper for Resource class as Ruby Hash.
@@ -13,7 +13,6 @@ module Azure::ARM::AnalysisServices
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [String] Name of the SKU level.
18
17
  attr_accessor :name
19
18
 
@@ -12,7 +12,6 @@ module Azure::ARM::AnalysisServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Array<String>] An array of administrator user identities.
17
16
  attr_accessor :members
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::AnalysisServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [ResourceSku] The SKU in SKU details for existing resources.
17
16
  attr_accessor :sku
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::AnalysisServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Array<SkuDetailsForExistingResource>] The collection of
17
16
  # available SKUs for existing resources.
18
17
  attr_accessor :value
@@ -12,7 +12,6 @@ module Azure::ARM::AnalysisServices
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Array<ResourceSku>] The collection of available SKUs for new
17
16
  # resources.
18
17
  attr_accessor :value
@@ -4,5 +4,5 @@
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::AnalysisServices
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_analysis_services
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