azure_mgmt_notification_hubs 0.17.0 → 0.17.1
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
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: f87d3c817fd23ca981f7a8bfc7a230aea3b29cc89371e5cc0d70b1ca4b579e18
|
4
|
+
data.tar.gz: ad06e74de833dead8bc731bd6c45a538be9d4696f14eb2e1f7c9fb95351a7809
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76bbea7bceed54817d1d6891d17fb7eeeece04b359f8c99495aa3e949686d6c4569d8ed23fa0ee8f7e392264ec8aa582dbb49d9d5df636cb9b1c4f7ceb71277e
|
7
|
+
data.tar.gz: 47435bd06b1ce8c698867e4c9eee0efbcc407038fe00fd92a513564c68d352dc83d56410bdd6cce83c6e8c82df79bf57c6740d121c24c57f94d9964a681ae6f0
|
@@ -32,6 +32,15 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
|
|
32
32
|
attr_accessor :sku
|
33
33
|
|
34
34
|
|
35
|
+
# @return [String] the name of the resource group of the resource.
|
36
|
+
def resource_group
|
37
|
+
unless self.id.nil?
|
38
|
+
groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
|
39
|
+
groups.captures[0].strip if groups
|
40
|
+
end
|
41
|
+
end
|
42
|
+
|
43
|
+
|
35
44
|
#
|
36
45
|
# Mapper for Resource class as Ruby Hash.
|
37
46
|
# This will be used for serialization/deserialization.
|
data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/notification_hubs_management_client.rb
CHANGED
@@ -134,7 +134,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
|
|
134
134
|
#
|
135
135
|
def add_telemetry
|
136
136
|
sdk_information = 'azure_mgmt_notification_hubs'
|
137
|
-
sdk_information = "#{sdk_information}/0.17.
|
137
|
+
sdk_information = "#{sdk_information}/0.17.1"
|
138
138
|
add_user_agent_information(sdk_information)
|
139
139
|
end
|
140
140
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_mgmt_notification_hubs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.17.
|
4
|
+
version: 0.17.1
|
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-
|
11
|
+
date: 2018-09-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
158
158
|
version: '0'
|
159
159
|
requirements: []
|
160
160
|
rubyforge_project:
|
161
|
-
rubygems_version: 2.
|
161
|
+
rubygems_version: 2.7.6
|
162
162
|
signing_key:
|
163
163
|
specification_version: 4
|
164
164
|
summary: Official Ruby client library to consume Microsoft Azure Notification Hubs
|