ms_rest_azure 0.11.2 → 0.12.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
2
  SHA256:
3
- metadata.gz: ef2cf1db2beb396b143bf3ddec0c4df1ca7f8dfe38af73c13c4c81d6f039e0b2
4
- data.tar.gz: f2461d024ada41c6e5ef4991928d376c82cdf8bef9be47fb40fb783a64155293
3
+ metadata.gz: 48f404b034f567eefc2acbf870c69d9906d01ec33145c12b233a0c16f508ebed
4
+ data.tar.gz: 6bf82bb3315b7f3fdbe5e5c46d4c30da0e77734e88547aeb6140c904a7ac84ed
5
5
  SHA512:
6
- metadata.gz: ff3bf9e1d8ce8e7aee10f9ad5b0fe7648b770a3ebfc22fbc7dacc4f828a6afaf5a8c0ac5e0a1b77b0d8431dece3bb0d948c3a21ce4c94087159f11725279ec60
7
- data.tar.gz: 41154e27f1f815e40a2ed1ab4ed0b31e6a9e28d7d52dedef4aca0473d219db3ef6ad4c756ba7df68295078529375978678ee13fa9ad8e7666b431b5029a51ccd
6
+ metadata.gz: a433cf83ccd5a41470511534a39c65488991e41996057e2a65e0c11e18ff64a2a118897b437f174bc16e8140d09cf3cda40e7725580f3cc4be28cfbdcbef8309
7
+ data.tar.gz: 276da4dead2060c8345a30c3863ef000f346fa63995ad7d53c340a01cfcb60acd2efe92968794f70a68103754adb370126e90e6047c3314e4094d0a97e8b5fce
@@ -1,3 +1,12 @@
1
+ ##2020.05.21 ms_rest_azure version 0.12.0
2
+ * Unpin unf_ext dependency version.
3
+ * Update active_directory_endpoint_url in US Cloud.
4
+
5
+ ##2020.03.05 ms_rest_azure version 0.11.2
6
+ * Added Azure CLI Token provider.
7
+ * Update faraday version to allow 1.0.0.
8
+ * Expose token expires properties to users.
9
+
1
10
  ##2019.05.14 ms_rest_azure version 0.11.1
2
11
  * Set unf_ext dependency version to 0.0.7.2. This change has been done to accommodate the changes made to unf_ext. Refer [Issue #604](https://github.com/meew0/discordrb/issues/604) for further details.
3
12
  * Added correlation_request_id & client_request_id to AzureOperationResponse.
@@ -130,7 +130,7 @@ module MsRestAzure
130
130
  :sql_management_endpoint_url => 'https://management.core.usgovcloudapi.net:8443/',
131
131
  :sql_server_hostname_suffix => '.database.usgovcloudapi.net',
132
132
  :gallery_endpoint_url => 'https://gallery.usgovcloudapi.net/',
133
- :active_directory_endpoint_url => 'https://login-us.microsoftonline.com/',
133
+ :active_directory_endpoint_url => 'https://login.microsoftonline.us/',
134
134
  :active_directory_resource_id => 'https://management.core.usgovcloudapi.net/',
135
135
  :active_directory_graph_resource_id => 'https://graph.windows.net/',
136
136
  :active_directory_graph_api_version => '2013-04-05',
@@ -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 MsRestAzure
6
- VERSION = '0.11.2'
6
+ VERSION = '0.12.0'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ms_rest_azure
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.2
4
+ version: 0.12.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: 2020-03-05 00:00:00.000000000 Z
11
+ date: 2020-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -66,20 +66,6 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '1.0'
69
- - !ruby/object:Gem::Dependency
70
- name: unf_ext
71
- requirement: !ruby/object:Gem::Requirement
72
- requirements:
73
- - - '='
74
- - !ruby/object:Gem::Version
75
- version: 0.0.7.2
76
- type: :runtime
77
- prerelease: false
78
- version_requirements: !ruby/object:Gem::Requirement
79
- requirements:
80
- - - '='
81
- - !ruby/object:Gem::Version
82
- version: 0.0.7.2
83
69
  - !ruby/object:Gem::Dependency
84
70
  name: faraday
85
71
  requirement: !ruby/object:Gem::Requirement
@@ -166,7 +152,7 @@ metadata:
166
152
  changelog_uri: https://github.com/Azure/azure-sdk-for-ruby/blob/master/runtime/ms_rest_azure/CHANGELOG.md
167
153
  documentation_uri: https://azure.microsoft.com/en-us/develop/ruby/
168
154
  homepage_uri: https://aka.ms/azure-sdk-for-ruby
169
- source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/ms_rest_azure-v0.11.2
155
+ source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/ms_rest_azure-v0.12.0
170
156
  post_install_message:
171
157
  rdoc_options: []
172
158
  require_paths: