azure_mgmt_mobile_engagement 0.8.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/lib/generated/azure_mgmt_mobile_engagement.rb +23 -23
  3. data/lib/generated/azure_mgmt_mobile_engagement/apps.rb +18 -10
  4. data/lib/generated/azure_mgmt_mobile_engagement/campaigns.rb +239 -119
  5. data/lib/generated/azure_mgmt_mobile_engagement/devices.rb +101 -53
  6. data/lib/generated/azure_mgmt_mobile_engagement/engagement_management_client.rb +4 -14
  7. data/lib/generated/azure_mgmt_mobile_engagement/export_tasks.rb +221 -110
  8. data/lib/generated/azure_mgmt_mobile_engagement/import_tasks.rb +59 -29
  9. data/lib/generated/azure_mgmt_mobile_engagement/models/api_error.rb +1 -1
  10. data/lib/generated/azure_mgmt_mobile_engagement/models/api_error_error.rb +1 -1
  11. data/lib/generated/azure_mgmt_mobile_engagement/models/app_collection_name_availability.rb +1 -1
  12. data/lib/generated/azure_mgmt_mobile_engagement/models/app_info_filter.rb +1 -1
  13. data/lib/generated/azure_mgmt_mobile_engagement/models/campaign.rb +7 -7
  14. data/lib/generated/azure_mgmt_mobile_engagement/models/campaign_audience.rb +2 -2
  15. data/lib/generated/azure_mgmt_mobile_engagement/models/campaign_list_result.rb +6 -6
  16. data/lib/generated/azure_mgmt_mobile_engagement/models/campaign_localization.rb +2 -2
  17. data/lib/generated/azure_mgmt_mobile_engagement/models/campaign_push_parameters.rb +2 -2
  18. data/lib/generated/azure_mgmt_mobile_engagement/models/campaign_push_result.rb +2 -2
  19. data/lib/generated/azure_mgmt_mobile_engagement/models/campaign_result.rb +3 -3
  20. data/lib/generated/azure_mgmt_mobile_engagement/models/campaign_state.rb +1 -1
  21. data/lib/generated/azure_mgmt_mobile_engagement/models/campaign_state_result.rb +1 -1
  22. data/lib/generated/azure_mgmt_mobile_engagement/models/campaign_statistics_result.rb +1 -1
  23. data/lib/generated/azure_mgmt_mobile_engagement/models/campaign_test_new_parameters.rb +1 -1
  24. data/lib/generated/azure_mgmt_mobile_engagement/models/campaign_test_saved_parameters.rb +1 -1
  25. data/lib/generated/azure_mgmt_mobile_engagement/models/criterion.rb +1 -1
  26. data/lib/generated/azure_mgmt_mobile_engagement/models/date_range_export_task_parameter.rb +1 -1
  27. data/lib/generated/azure_mgmt_mobile_engagement/models/date_tag_criterion.rb +1 -1
  28. data/lib/generated/azure_mgmt_mobile_engagement/models/device.rb +1 -1
  29. data/lib/generated/azure_mgmt_mobile_engagement/models/device_info.rb +1 -1
  30. data/lib/generated/azure_mgmt_mobile_engagement/models/device_location.rb +1 -1
  31. data/lib/generated/azure_mgmt_mobile_engagement/models/device_meta.rb +1 -1
  32. data/lib/generated/azure_mgmt_mobile_engagement/models/device_query_result.rb +1 -1
  33. data/lib/generated/azure_mgmt_mobile_engagement/models/device_tags_parameters.rb +2 -2
  34. data/lib/generated/azure_mgmt_mobile_engagement/models/device_tags_result.rb +2 -2
  35. data/lib/generated/azure_mgmt_mobile_engagement/models/export_task_parameter.rb +1 -1
  36. data/lib/generated/azure_mgmt_mobile_engagement/models/export_task_result.rb +1 -1
  37. data/lib/generated/azure_mgmt_mobile_engagement/models/feedback_by_campaign_parameter.rb +1 -1
  38. data/lib/generated/azure_mgmt_mobile_engagement/models/feedback_by_date_range_parameter.rb +1 -1
  39. data/lib/generated/azure_mgmt_mobile_engagement/models/filter.rb +1 -1
  40. data/lib/generated/azure_mgmt_mobile_engagement/models/geo_fencing_criterion.rb +1 -1
  41. data/lib/generated/azure_mgmt_mobile_engagement/models/import_task.rb +1 -1
  42. data/lib/generated/azure_mgmt_mobile_engagement/models/import_task_result.rb +3 -3
  43. data/lib/generated/azure_mgmt_mobile_engagement/models/notification_options.rb +5 -5
  44. data/lib/generated/azure_mgmt_mobile_engagement/models/poll_question.rb +2 -2
  45. data/lib/generated/azure_mgmt_mobile_engagement/models/poll_question_choice.rb +2 -2
  46. data/lib/generated/azure_mgmt_mobile_engagement/models/poll_question_choice_localization.rb +1 -1
  47. data/lib/generated/azure_mgmt_mobile_engagement/models/poll_question_localization.rb +1 -1
  48. data/lib/generated/azure_mgmt_mobile_engagement/models/supported_platforms_list_result.rb +1 -1
  49. data/lib/generated/azure_mgmt_mobile_engagement/version.rb +1 -1
  50. metadata +4 -4
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class CampaignResult < Campaign
13
13
 
@@ -24,13 +24,13 @@ module Azure::ARM::MobileEngagement
24
24
  # @return [DateTime] The date at which the campaign was activated (Not
25
25
  # present if not yet activated). The date conforms to the following
26
26
  # format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.
27
- #
27
+ #
28
28
  attr_accessor :activated_date
29
29
 
30
30
  # @return [DateTime] The date at which the campaign was finished (Not
31
31
  # present if not yet finished). The date conforms to the following
32
32
  # format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.
33
- #
33
+ #
34
34
  attr_accessor :finished_date
35
35
 
36
36
 
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class CampaignState
13
13
 
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class CampaignStateResult < CampaignState
13
13
 
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class CampaignStatisticsResult
13
13
 
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class CampaignTestNewParameters < CampaignTestSavedParameters
13
13
 
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class CampaignTestSavedParameters
13
13
 
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class Criterion
13
13
 
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class DateRangeExportTaskParameter
13
13
 
@@ -25,7 +25,7 @@ module Azure::ARM::MobileEngagement
25
25
  # @return [Date] It can be either: * an absolute date using yyyy-MM-dd
26
26
  # format (e.g. 1969-12-07 stands for 7 Dec 1969). * an offset in days
27
27
  # relative to the current day (`TODAY` + `value`).
28
- #
28
+ #
29
29
  attr_accessor :value
30
30
 
31
31
  # @return [AudienceOperators] comparison operator: `EQ` (equal to), `LT`
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class Device
13
13
 
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class DeviceInfo
13
13
 
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class DeviceLocation
13
13
 
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class DeviceMeta
13
13
 
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class DeviceQueryResult
13
13
 
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class DeviceTagsParameters
13
13
 
@@ -17,7 +17,7 @@ module Azure::ARM::MobileEngagement
17
17
  # describing the set of tags to record for a set of users. Each key is a
18
18
  # device/user identifier, each value is itself a key/value set: the tags
19
19
  # to set for the specified device/user identifier.
20
- #
20
+ #
21
21
  attr_accessor :tags
22
22
 
23
23
  # @return [Boolean] If this parameter is `true`, tags with a null value
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class DeviceTagsResult
13
13
 
@@ -18,7 +18,7 @@ module Azure::ARM::MobileEngagement
18
18
  # valid but all the specified devices are rejected, the status code is
19
19
  # still `200` with a response including all the devices as being
20
20
  # rejected.
21
- #
21
+ #
22
22
  attr_accessor :invalid_ids
23
23
 
24
24
 
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class ExportTaskParameter
13
13
 
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class ExportTaskResult
13
13
 
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class FeedbackByCampaignParameter
13
13
 
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class FeedbackByDateRangeParameter
13
13
 
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class Filter
13
13
 
@@ -10,7 +10,7 @@ module Azure::ARM::MobileEngagement
10
10
  # (defined by a latitude and longitude) and a radius form the boundary for
11
11
  # the region. This criterion will be met when the user crosses the
12
12
  # boundaries of the region.
13
- #
13
+ #
14
14
  #
15
15
  class GeoFencingCriterion < Criterion
16
16
 
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class ImportTask
13
13
 
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class ImportTaskResult < ImportTask
13
13
 
@@ -23,14 +23,14 @@ module Azure::ARM::MobileEngagement
23
23
  # @return [DateTime] The date at which the import job was created.
24
24
  # The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as
25
25
  # specified by the ISO 8601 standard.
26
- #
26
+ #
27
27
  attr_accessor :date_created
28
28
 
29
29
  # @return [DateTime] The date at which the import job completed (Not
30
30
  # present if not yet completed).
31
31
  # The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as
32
32
  # specified by the ISO 8601 standard.
33
- #
33
+ #
34
34
  attr_accessor :date_completed
35
35
 
36
36
  # @return [String] Details of any errors encountered during the import,
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class NotificationOptions
13
13
 
@@ -16,7 +16,7 @@ module Azure::ARM::MobileEngagement
16
16
  # @return [String] Android 4.1+ only. Multi line message shown in
17
17
  # expanded notifications on Android 4.1+ devices. The `notificationType`
18
18
  # property must be set to `system`.
19
- #
19
+ #
20
20
  attr_accessor :big_text
21
21
 
22
22
  # @return [String] URL of a remote image displayed in expanded
@@ -35,7 +35,7 @@ module Azure::ARM::MobileEngagement
35
35
  # * URL scheme must be HTTP or HTTPS (with valid SSL certificate).
36
36
  # * Incompatible with `bigText`, only one of the fields can be set.
37
37
  # * The `notificationType` property must be set to `system`.
38
- #
38
+ #
39
39
  attr_accessor :big_picture
40
40
 
41
41
  # @return [String] iOS only. The name of a sound file in the application
@@ -44,7 +44,7 @@ module Azure::ARM::MobileEngagement
44
44
  # sound is played. The audio must be in one of the audio data formats
45
45
  # that are compatible with system sounds. The `deliveryTime` property
46
46
  # must be set to `any` or `background`.
47
- #
47
+ #
48
48
  attr_accessor :sound
49
49
 
50
50
  # @return [String] The action text is the title of the right button of
@@ -52,7 +52,7 @@ module Azure::ARM::MobileEngagement
52
52
  # 'unlock' in 'slide to unlock'. 'View' (localized to the preferred
53
53
  # language) is used as the default value. The `deliveryTime` property
54
54
  # must be set to `any` or `background`.
55
- #
55
+ #
56
56
  attr_accessor :action_text
57
57
 
58
58
 
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class PollQuestion < PollQuestionLocalization
13
13
 
@@ -21,7 +21,7 @@ module Azure::ARM::MobileEngagement
21
21
  # two-character language code as specified by the ISO 639-1 standard. The
22
22
  # corresponding value is an object containing the localizable property
23
23
  # title.
24
- #
24
+ #
25
25
  attr_accessor :localization
26
26
 
27
27
  # @return [Array<PollQuestionChoice>] List of possible choices for this
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class PollQuestionChoice < PollQuestionChoiceLocalization
13
13
 
@@ -21,7 +21,7 @@ module Azure::ARM::MobileEngagement
21
21
  # two-character language code as specified by the ISO 639-1 standard. The
22
22
  # corresponding value is an object containing the localizable property
23
23
  # title.
24
- #
24
+ #
25
25
  attr_accessor :localization
26
26
 
27
27
  # @return [Boolean] A flag indicating if this choice is the default
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class PollQuestionChoiceLocalization
13
13
 
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class PollQuestionLocalization
13
13
 
@@ -7,7 +7,7 @@ module Azure::ARM::MobileEngagement
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class SupportedPlatformsListResult
13
13
 
@@ -4,5 +4,5 @@
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::MobileEngagement
7
- VERSION = '0.8.0'
7
+ VERSION = '0.9.0'
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_mobile_engagement
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.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-16 00:00:00.000000000 Z
11
+ date: 2017-02-07 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.6.2
75
+ version: 0.7.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.6.2
82
+ version: 0.7.0
83
83
  description: Microsoft Azure Mobile Engagement Management Client Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []