azure_mgmt_appconfiguration 0.17.3 → 0.17.4
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 +4 -4
- data/lib/2019-02-01-preview/generated/azure_mgmt_appconfiguration/app_configuration_management_client.rb +1 -1
- data/lib/2019-11-01-preview/generated/azure_mgmt_appconfiguration/app_configuration_management_client.rb +1 -1
- data/lib/2020-06-01/generated/azure_mgmt_appconfiguration/app_configuration_management_client.rb +1 -1
- data/lib/2020-06-01/generated/azure_mgmt_appconfiguration/models/configuration_store_update_parameters.rb +13 -0
- data/lib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e772915d7c01b8ef70467e2190a9a27664da8b1b3f2189da213b2202cdbeac3
|
|
4
|
+
data.tar.gz: a96f2ffb912e16c70a33984bb3dc1eaffef1ca5ba610b4162c67fc1560eeda1e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23428a4888b1fff801dea739a4655b268dda11a2ea448606ebdb19fd2e5fec8adb2a1c085c0c3f476d4bc06675cbd80f9a4c9afa11b3110c9947c08853c01f78
|
|
7
|
+
data.tar.gz: b2255ddeca9b8fdaa8a6d1c2a996c4b4073c69d3a5b3a6599c0249a1ae696165785f934f8d987a75dc6ea4234eaf0deeede8ec5d96c7a44c0ca6c5dd656e3bb4
|
|
@@ -128,7 +128,7 @@ module Azure::Appconfiguration::Mgmt::V2019_02_01_preview
|
|
|
128
128
|
#
|
|
129
129
|
def add_telemetry
|
|
130
130
|
sdk_information = 'azure_mgmt_appconfiguration'
|
|
131
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
131
|
+
sdk_information = "#{sdk_information}/0.17.4"
|
|
132
132
|
add_user_agent_information(sdk_information)
|
|
133
133
|
end
|
|
134
134
|
end
|
|
@@ -136,7 +136,7 @@ module Azure::Appconfiguration::Mgmt::V2019_11_01_preview
|
|
|
136
136
|
#
|
|
137
137
|
def add_telemetry
|
|
138
138
|
sdk_information = 'azure_mgmt_appconfiguration'
|
|
139
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
139
|
+
sdk_information = "#{sdk_information}/0.17.4"
|
|
140
140
|
add_user_agent_information(sdk_information)
|
|
141
141
|
end
|
|
142
142
|
end
|
data/lib/2020-06-01/generated/azure_mgmt_appconfiguration/app_configuration_management_client.rb
CHANGED
|
@@ -136,7 +136,7 @@ module Azure::Appconfiguration::Mgmt::V2020_06_01
|
|
|
136
136
|
#
|
|
137
137
|
def add_telemetry
|
|
138
138
|
sdk_information = 'azure_mgmt_appconfiguration'
|
|
139
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
139
|
+
sdk_information = "#{sdk_information}/0.17.4"
|
|
140
140
|
add_user_agent_information(sdk_information)
|
|
141
141
|
end
|
|
142
142
|
end
|
|
@@ -16,6 +16,11 @@ module Azure::Appconfiguration::Mgmt::V2020_06_01
|
|
|
16
16
|
# configuration store.
|
|
17
17
|
attr_accessor :encryption
|
|
18
18
|
|
|
19
|
+
# @return [PublicNetworkAccess] Control permission for data plane traffic
|
|
20
|
+
# coming from public networks while private endpoint is enabled. Possible
|
|
21
|
+
# values include: 'Enabled', 'Disabled'
|
|
22
|
+
attr_accessor :public_network_access
|
|
23
|
+
|
|
19
24
|
# @return [ResourceIdentity] The managed identity information for the
|
|
20
25
|
# configuration store.
|
|
21
26
|
attr_accessor :identity
|
|
@@ -49,6 +54,14 @@ module Azure::Appconfiguration::Mgmt::V2020_06_01
|
|
|
49
54
|
class_name: 'EncryptionProperties'
|
|
50
55
|
}
|
|
51
56
|
},
|
|
57
|
+
public_network_access: {
|
|
58
|
+
client_side_validation: true,
|
|
59
|
+
required: false,
|
|
60
|
+
serialized_name: 'properties.publicNetworkAccess',
|
|
61
|
+
type: {
|
|
62
|
+
name: 'String'
|
|
63
|
+
}
|
|
64
|
+
},
|
|
52
65
|
identity: {
|
|
53
66
|
client_side_validation: true,
|
|
54
67
|
required: false,
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_mgmt_appconfiguration
|
|
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: 2020-
|
|
11
|
+
date: 2020-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|