azure_mgmt_logic 0.17.2 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 995f18e75c04e63d466911e4a676480c7f3dd0bf
4
- data.tar.gz: 6e66e0c3053d6ab40abf2c167239f12ad05b372e
2
+ SHA256:
3
+ metadata.gz: abf8a9446542d4137f21f779895f611782a841ecd510d2aff5a5269bc819909a
4
+ data.tar.gz: c689cdd2b205b3def1cecb01710983bd9072ad200e23d63a87231bb9d942eace
5
5
  SHA512:
6
- metadata.gz: 04e1bde8488de5b8cdbeceea8b2834a8080c9bfe4d084ca8d457336d20aaef6f19a67243cf8ad275d592c16178600b57938cc1f9c0e8c431d6cf6afceea6828b
7
- data.tar.gz: 2c9a41ae76c9f5dff3b5ec9da4f25f37cc32d3ffc3ab998a2f826036b470e3ed69d065248bcd06810b476f9cd9afd0bf4c09e3c63cecf0fd226ea810d23546f5
6
+ metadata.gz: b00c349ca8c0572a135f7502053281020a6886dc3ee1e4f3eda133f0120889344f5c8a3af5a127a2a00d80defc2713e77022727b8bdba83d7aa201f689c1161d
7
+ data.tar.gz: 4e8d70ee438ac012de1c81a839268616a8622bfea30442a2325cbb8df140dca785eb039b57d1d9e93cbdcbcd7efce385959abcb1a79a82d36536d8909b00a508
@@ -148,7 +148,7 @@ module Azure::Logic::Mgmt::V2015_02_01_preview
148
148
  #
149
149
  def add_telemetry
150
150
  sdk_information = 'azure_mgmt_logic'
151
- sdk_information = "#{sdk_information}/0.17.2"
151
+ sdk_information = "#{sdk_information}/0.18.0"
152
152
  add_user_agent_information(sdk_information)
153
153
  end
154
154
  end
@@ -450,7 +450,7 @@ module Azure::Logic::Mgmt::V2016_06_01
450
450
  #
451
451
  def add_telemetry
452
452
  sdk_information = 'azure_mgmt_logic'
453
- sdk_information = "#{sdk_information}/0.17.2"
453
+ sdk_information = "#{sdk_information}/0.18.0"
454
454
  add_user_agent_information(sdk_information)
455
455
  end
456
456
  end
@@ -212,7 +212,7 @@ module Azure::Logic::Mgmt::V2018_07_01_preview
212
212
  #
213
213
  def add_telemetry
214
214
  sdk_information = 'azure_mgmt_logic'
215
- sdk_information = "#{sdk_information}/0.17.2"
215
+ sdk_information = "#{sdk_information}/0.18.0"
216
216
  add_user_agent_information(sdk_information)
217
217
  end
218
218
  end
@@ -18,7 +18,7 @@ module Azure::Logic::Mgmt::V2018_07_01_preview
18
18
 
19
19
  # @return [Boolean] The value indicating whether to resend message If MDN
20
20
  # is not received.
21
- attr_accessor :resend_if_mdn_not_received
21
+ attr_accessor :resend_if_mdnnot_received
22
22
 
23
23
 
24
24
  #
@@ -42,10 +42,10 @@ module Azure::Logic::Mgmt::V2018_07_01_preview
42
42
  name: 'Boolean'
43
43
  }
44
44
  },
45
- resend_if_mdn_not_received: {
45
+ resend_if_mdnnot_received: {
46
46
  client_side_validation: true,
47
47
  required: true,
48
- serialized_name: 'resendIfMdnNotReceived',
48
+ serialized_name: 'resendIfMDNNotReceived',
49
49
  type: {
50
50
  name: 'Boolean'
51
51
  }
@@ -22,7 +22,7 @@ module Azure::Logic::Mgmt::V2018_07_01_preview
22
22
 
23
23
  # @return [Boolean] The value indicating whether to send the asynchronous
24
24
  # MDN.
25
- attr_accessor :send_mdn_asynchronously
25
+ attr_accessor :send_mdnasynchronously
26
26
 
27
27
  # @return [String] The receipt delivery URL.
28
28
  attr_accessor :receipt_delivery_url
@@ -32,14 +32,14 @@ module Azure::Logic::Mgmt::V2018_07_01_preview
32
32
 
33
33
  # @return [Boolean] The value indicating whether to sign the outbound MDN
34
34
  # if optional.
35
- attr_accessor :sign_outbound_mdn_if_optional
35
+ attr_accessor :sign_outbound_mdnif_optional
36
36
 
37
37
  # @return [String] The MDN text.
38
38
  attr_accessor :mdn_text
39
39
 
40
40
  # @return [Boolean] The value indicating whether to send inbound MDN to
41
41
  # message box.
42
- attr_accessor :send_inbound_mdn_to_message_box
42
+ attr_accessor :send_inbound_mdnto_message_box
43
43
 
44
44
  # @return [HashingAlgorithm] The signing or hashing algorithm. Possible
45
45
  # values include: 'NotSpecified', 'None', 'MD5', 'SHA1', 'SHA2256',
@@ -63,7 +63,7 @@ module Azure::Logic::Mgmt::V2018_07_01_preview
63
63
  need_mdn: {
64
64
  client_side_validation: true,
65
65
  required: true,
66
- serialized_name: 'needMdn',
66
+ serialized_name: 'needMDN',
67
67
  type: {
68
68
  name: 'Boolean'
69
69
  }
@@ -71,15 +71,15 @@ module Azure::Logic::Mgmt::V2018_07_01_preview
71
71
  sign_mdn: {
72
72
  client_side_validation: true,
73
73
  required: true,
74
- serialized_name: 'signMdn',
74
+ serialized_name: 'signMDN',
75
75
  type: {
76
76
  name: 'Boolean'
77
77
  }
78
78
  },
79
- send_mdn_asynchronously: {
79
+ send_mdnasynchronously: {
80
80
  client_side_validation: true,
81
81
  required: true,
82
- serialized_name: 'sendMdnAsynchronously',
82
+ serialized_name: 'sendMDNAsynchronously',
83
83
  type: {
84
84
  name: 'Boolean'
85
85
  }
@@ -100,10 +100,10 @@ module Azure::Logic::Mgmt::V2018_07_01_preview
100
100
  name: 'String'
101
101
  }
102
102
  },
103
- sign_outbound_mdn_if_optional: {
103
+ sign_outbound_mdnif_optional: {
104
104
  client_side_validation: true,
105
105
  required: true,
106
- serialized_name: 'signOutboundMdnIfOptional',
106
+ serialized_name: 'signOutboundMDNIfOptional',
107
107
  type: {
108
108
  name: 'Boolean'
109
109
  }
@@ -116,10 +116,10 @@ module Azure::Logic::Mgmt::V2018_07_01_preview
116
116
  name: 'String'
117
117
  }
118
118
  },
119
- send_inbound_mdn_to_message_box: {
119
+ send_inbound_mdnto_message_box: {
120
120
  client_side_validation: true,
121
121
  required: true,
122
- serialized_name: 'sendInboundMdnToMessageBox',
122
+ serialized_name: 'sendInboundMDNToMessageBox',
123
123
  type: {
124
124
  name: 'Boolean'
125
125
  }
@@ -24,27 +24,27 @@ module Azure::Logic::Mgmt::V2018_07_01_preview
24
24
 
25
25
  # @return [Boolean] The value indicating whether to enable NRR for
26
26
  # inbound encoded messages.
27
- attr_accessor :enable_nrr_for_inbound_encoded_messages
27
+ attr_accessor :enable_nrrfor_inbound_encoded_messages
28
28
 
29
29
  # @return [Boolean] The value indicating whether to enable NRR for
30
30
  # inbound decoded messages.
31
- attr_accessor :enable_nrr_for_inbound_decoded_messages
31
+ attr_accessor :enable_nrrfor_inbound_decoded_messages
32
32
 
33
33
  # @return [Boolean] The value indicating whether to enable NRR for
34
34
  # outbound MDN.
35
- attr_accessor :enable_nrr_for_outbound_mdn
35
+ attr_accessor :enable_nrrfor_outbound_mdn
36
36
 
37
37
  # @return [Boolean] The value indicating whether to enable NRR for
38
38
  # outbound encoded messages.
39
- attr_accessor :enable_nrr_for_outbound_encoded_messages
39
+ attr_accessor :enable_nrrfor_outbound_encoded_messages
40
40
 
41
41
  # @return [Boolean] The value indicating whether to enable NRR for
42
42
  # outbound decoded messages.
43
- attr_accessor :enable_nrr_for_outbound_decoded_messages
43
+ attr_accessor :enable_nrrfor_outbound_decoded_messages
44
44
 
45
45
  # @return [Boolean] The value indicating whether to enable NRR for
46
46
  # inbound MDN.
47
- attr_accessor :enable_nrr_for_inbound_mdn
47
+ attr_accessor :enable_nrrfor_inbound_mdn
48
48
 
49
49
  # @return [String] The Sha2 algorithm format. Valid values are Sha2,
50
50
  # ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.
@@ -88,50 +88,50 @@ module Azure::Logic::Mgmt::V2018_07_01_preview
88
88
  name: 'String'
89
89
  }
90
90
  },
91
- enable_nrr_for_inbound_encoded_messages: {
91
+ enable_nrrfor_inbound_encoded_messages: {
92
92
  client_side_validation: true,
93
93
  required: true,
94
- serialized_name: 'enableNrrForInboundEncodedMessages',
94
+ serialized_name: 'enableNRRForInboundEncodedMessages',
95
95
  type: {
96
96
  name: 'Boolean'
97
97
  }
98
98
  },
99
- enable_nrr_for_inbound_decoded_messages: {
99
+ enable_nrrfor_inbound_decoded_messages: {
100
100
  client_side_validation: true,
101
101
  required: true,
102
- serialized_name: 'enableNrrForInboundDecodedMessages',
102
+ serialized_name: 'enableNRRForInboundDecodedMessages',
103
103
  type: {
104
104
  name: 'Boolean'
105
105
  }
106
106
  },
107
- enable_nrr_for_outbound_mdn: {
107
+ enable_nrrfor_outbound_mdn: {
108
108
  client_side_validation: true,
109
109
  required: true,
110
- serialized_name: 'enableNrrForOutboundMdn',
110
+ serialized_name: 'enableNRRForOutboundMDN',
111
111
  type: {
112
112
  name: 'Boolean'
113
113
  }
114
114
  },
115
- enable_nrr_for_outbound_encoded_messages: {
115
+ enable_nrrfor_outbound_encoded_messages: {
116
116
  client_side_validation: true,
117
117
  required: true,
118
- serialized_name: 'enableNrrForOutboundEncodedMessages',
118
+ serialized_name: 'enableNRRForOutboundEncodedMessages',
119
119
  type: {
120
120
  name: 'Boolean'
121
121
  }
122
122
  },
123
- enable_nrr_for_outbound_decoded_messages: {
123
+ enable_nrrfor_outbound_decoded_messages: {
124
124
  client_side_validation: true,
125
125
  required: true,
126
- serialized_name: 'enableNrrForOutboundDecodedMessages',
126
+ serialized_name: 'enableNRRForOutboundDecodedMessages',
127
127
  type: {
128
128
  name: 'Boolean'
129
129
  }
130
130
  },
131
- enable_nrr_for_inbound_mdn: {
131
+ enable_nrrfor_inbound_mdn: {
132
132
  client_side_validation: true,
133
133
  required: true,
134
- serialized_name: 'enableNrrForInboundMdn',
134
+ serialized_name: 'enableNRRForInboundMDN',
135
135
  type: {
136
136
  name: 'Boolean'
137
137
  }
@@ -21,10 +21,10 @@ module Azure::Logic::Mgmt::V2018_07_01_preview
21
21
  attr_accessor :enforce_character_set
22
22
 
23
23
  # @return [Boolean] The value indicating whether to validate EDI types.
24
- attr_accessor :validate_edi_types
24
+ attr_accessor :validate_editypes
25
25
 
26
26
  # @return [Boolean] The value indicating whether to validate XSD types.
27
- attr_accessor :validate_xsd_types
27
+ attr_accessor :validate_xsdtypes
28
28
 
29
29
  # @return [Boolean] The value indicating whether to allow leading and
30
30
  # trailing spaces and zeroes.
@@ -69,18 +69,18 @@ module Azure::Logic::Mgmt::V2018_07_01_preview
69
69
  name: 'Boolean'
70
70
  }
71
71
  },
72
- validate_edi_types: {
72
+ validate_editypes: {
73
73
  client_side_validation: true,
74
74
  required: true,
75
- serialized_name: 'validateEdiTypes',
75
+ serialized_name: 'validateEDITypes',
76
76
  type: {
77
77
  name: 'Boolean'
78
78
  }
79
79
  },
80
- validate_xsd_types: {
80
+ validate_xsdtypes: {
81
81
  client_side_validation: true,
82
82
  required: true,
83
- serialized_name: 'validateXsdTypes',
83
+ serialized_name: 'validateXSDTypes',
84
84
  type: {
85
85
  name: 'Boolean'
86
86
  }
@@ -33,11 +33,11 @@ module Azure::Logic::Mgmt::V2018_07_01_preview
33
33
 
34
34
  # @return [Boolean] The value indicating whether to Whether to validate
35
35
  # EDI types.
36
- attr_accessor :validate_edi_types
36
+ attr_accessor :validate_editypes
37
37
 
38
38
  # @return [Boolean] The value indicating whether to Whether to validate
39
39
  # XSD types.
40
- attr_accessor :validate_xsd_types
40
+ attr_accessor :validate_xsdtypes
41
41
 
42
42
  # @return [Boolean] The value indicating whether to allow leading and
43
43
  # trailing spaces and zeroes.
@@ -106,18 +106,18 @@ module Azure::Logic::Mgmt::V2018_07_01_preview
106
106
  name: 'Boolean'
107
107
  }
108
108
  },
109
- validate_edi_types: {
109
+ validate_editypes: {
110
110
  client_side_validation: true,
111
111
  required: true,
112
- serialized_name: 'validateEdiTypes',
112
+ serialized_name: 'validateEDITypes',
113
113
  type: {
114
114
  name: 'Boolean'
115
115
  }
116
116
  },
117
- validate_xsd_types: {
117
+ validate_xsdtypes: {
118
118
  client_side_validation: true,
119
119
  required: true,
120
- serialized_name: 'validateXsdTypes',
120
+ serialized_name: 'validateXSDTypes',
121
121
  type: {
122
122
  name: 'Boolean'
123
123
  }
@@ -17,10 +17,10 @@ module Azure::Logic::Mgmt::V2018_07_01_preview
17
17
  attr_accessor :message_id
18
18
 
19
19
  # @return [Boolean] The value indicating whether to validate EDI types.
20
- attr_accessor :validate_edi_types
20
+ attr_accessor :validate_editypes
21
21
 
22
22
  # @return [Boolean] The value indicating whether to validate XSD types.
23
- attr_accessor :validate_xsd_types
23
+ attr_accessor :validate_xsdtypes
24
24
 
25
25
  # @return [Boolean] The value indicating whether to allow leading and
26
26
  # trailing spaces and zeroes.
@@ -61,18 +61,18 @@ module Azure::Logic::Mgmt::V2018_07_01_preview
61
61
  name: 'String'
62
62
  }
63
63
  },
64
- validate_edi_types: {
64
+ validate_editypes: {
65
65
  client_side_validation: true,
66
66
  required: true,
67
- serialized_name: 'validateEdiTypes',
67
+ serialized_name: 'validateEDITypes',
68
68
  type: {
69
69
  name: 'Boolean'
70
70
  }
71
71
  },
72
- validate_xsd_types: {
72
+ validate_xsdtypes: {
73
73
  client_side_validation: true,
74
74
  required: true,
75
- serialized_name: 'validateXsdTypes',
75
+ serialized_name: 'validateXSDTypes',
76
76
  type: {
77
77
  name: 'Boolean'
78
78
  }
@@ -33,11 +33,11 @@ module Azure::Logic::Mgmt::V2018_07_01_preview
33
33
 
34
34
  # @return [Boolean] The value indicating whether to Whether to validate
35
35
  # EDI types.
36
- attr_accessor :validate_edi_types
36
+ attr_accessor :validate_editypes
37
37
 
38
38
  # @return [Boolean] The value indicating whether to Whether to validate
39
39
  # XSD types.
40
- attr_accessor :validate_xsd_types
40
+ attr_accessor :validate_xsdtypes
41
41
 
42
42
  # @return [Boolean] The value indicating whether to allow leading and
43
43
  # trailing spaces and zeroes.
@@ -106,18 +106,18 @@ module Azure::Logic::Mgmt::V2018_07_01_preview
106
106
  name: 'Boolean'
107
107
  }
108
108
  },
109
- validate_edi_types: {
109
+ validate_editypes: {
110
110
  client_side_validation: true,
111
111
  required: true,
112
- serialized_name: 'validateEdiTypes',
112
+ serialized_name: 'validateEDITypes',
113
113
  type: {
114
114
  name: 'Boolean'
115
115
  }
116
116
  },
117
- validate_xsd_types: {
117
+ validate_xsdtypes: {
118
118
  client_side_validation: true,
119
119
  required: true,
120
- serialized_name: 'validateXsdTypes',
120
+ serialized_name: 'validateXSDTypes',
121
121
  type: {
122
122
  name: 'Boolean'
123
123
  }
data/lib/version.rb CHANGED
@@ -3,5 +3,5 @@
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
5
  module Azure::Logic::Mgmt
6
- VERSION = '0.17.2'
6
+ VERSION = '0.18.0'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_logic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.2
4
+ version: 0.18.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: 2018-12-06 00:00:00.000000000 Z
11
+ date: 2019-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -565,7 +565,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
565
565
  version: '0'
566
566
  requirements: []
567
567
  rubyforge_project:
568
- rubygems_version: 2.5.1
568
+ rubygems_version: 2.7.6
569
569
  signing_key:
570
570
  specification_version: 4
571
571
  summary: Official Ruby client library to consume Microsoft Azure Logic Management