azure_mgmt_web 0.17.3 → 0.17.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2015-04-01/generated/azure_mgmt_web/web_site_management_client.rb +1 -1
- data/lib/2015-08-01/generated/azure_mgmt_web/web_site_management_client.rb +1 -1
- data/lib/2016-03-01/generated/azure_mgmt_web/web_site_management_client.rb +1 -1
- data/lib/2016-08-01/generated/azure_mgmt_web/web_site_management_client.rb +1 -1
- data/lib/2016-09-01/generated/azure_mgmt_web/web_site_management_client.rb +1 -1
- data/lib/2018-02-01/generated/azure_mgmt_web/web_site_management_client.rb +1 -1
- data/lib/azure_mgmt_web.rb +1 -0
- data/lib/profiles/v2019_03_01_hybrid/modules/web_profile_module.rb +1469 -0
- data/lib/profiles/v2019_03_01_hybrid/web_module_definition.rb +8 -0
- data/lib/profiles/v2019_03_01_hybrid/web_v2019_03_01_hybrid_profile_client.rb +40 -0
- data/lib/version.rb +1 -1
- metadata +5 -2
@@ -0,0 +1,8 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
|
+
|
5
|
+
module Azure end
|
6
|
+
module Azure::Web end
|
7
|
+
module Azure::Web::Profiles end
|
8
|
+
module Azure::Web::Profiles::V2019_03_01_Hybrid end
|
@@ -0,0 +1,40 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
|
+
|
5
|
+
require 'profiles/v2019_03_01_hybrid/web_module_definition'
|
6
|
+
require 'profiles/v2019_03_01_hybrid/modules/web_profile_module'
|
7
|
+
|
8
|
+
module Azure::Web::Profiles::V2019_03_01_Hybrid
|
9
|
+
module Mgmt
|
10
|
+
#
|
11
|
+
# Client class for the V2019_03_01_Hybrid profile SDK.
|
12
|
+
#
|
13
|
+
class Client < WebManagementClass
|
14
|
+
include MsRestAzure::Common::Configurable
|
15
|
+
|
16
|
+
#
|
17
|
+
# Initializes a new instance of the Client class.
|
18
|
+
# @param options [Hash] hash of client options.
|
19
|
+
# options = {
|
20
|
+
# tenant_id: 'YOUR TENANT ID',
|
21
|
+
# client_id: 'YOUR CLIENT ID',
|
22
|
+
# client_secret: 'YOUR CLIENT SECRET',
|
23
|
+
# subscription_id: 'YOUR SUBSCRIPTION ID',
|
24
|
+
# credentials: credentials,
|
25
|
+
# active_directory_settings: active_directory_settings,
|
26
|
+
# base_url: 'YOUR BASE URL',
|
27
|
+
# options: options
|
28
|
+
# }
|
29
|
+
# 'credentials' are optional and if not passed in the hash, will be obtained
|
30
|
+
# from MsRest::TokenCredentials using MsRestAzure::ApplicationTokenProvider.
|
31
|
+
#
|
32
|
+
# Also, base_url, active_directory_settings & options are optional.
|
33
|
+
#
|
34
|
+
def initialize(options = {})
|
35
|
+
super(options)
|
36
|
+
end
|
37
|
+
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_mgmt_web
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.17.
|
4
|
+
version: 0.17.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Microsoft Corporation
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -1096,6 +1096,9 @@ files:
|
|
1096
1096
|
- lib/profiles/v2018_03_01/modules/web_profile_module.rb
|
1097
1097
|
- lib/profiles/v2018_03_01/web_module_definition.rb
|
1098
1098
|
- lib/profiles/v2018_03_01/web_v2018_03_01_profile_client.rb
|
1099
|
+
- lib/profiles/v2019_03_01_hybrid/modules/web_profile_module.rb
|
1100
|
+
- lib/profiles/v2019_03_01_hybrid/web_module_definition.rb
|
1101
|
+
- lib/profiles/v2019_03_01_hybrid/web_v2019_03_01_hybrid_profile_client.rb
|
1099
1102
|
- lib/version.rb
|
1100
1103
|
homepage: https://aka.ms/azure-sdk-for-ruby
|
1101
1104
|
licenses:
|