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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c6201c594dc8764aa9e5772135d31e90490642ab30557e10e490ccd6496fec2
4
- data.tar.gz: 6f8f93451c9918a63c3af1769957db774be316d5f4de5f3596b7bf5d88a03b0f
3
+ metadata.gz: 9e772915d7c01b8ef70467e2190a9a27664da8b1b3f2189da213b2202cdbeac3
4
+ data.tar.gz: a96f2ffb912e16c70a33984bb3dc1eaffef1ca5ba610b4162c67fc1560eeda1e
5
5
  SHA512:
6
- metadata.gz: 2a7d954bf8f3ce13ac203c153bf05ad2b827a0a34cc43e6e5868841116b70b088261517f35972e1ca9c34cdd1c0efd0bc0d8d155c2f88a758bd785097c8da157
7
- data.tar.gz: 75f673a6b2fd6c32e32b9153b2be40ea3fb5f70b71bfed6274752159268179f0232732748413ed602ca0c54df83f8f3a910e80a3f897812952ec81bd7ea7eeb3
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.3"
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.3"
139
+ sdk_information = "#{sdk_information}/0.17.4"
140
140
  add_user_agent_information(sdk_information)
141
141
  end
142
142
  end
@@ -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.3"
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,
@@ -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::Appconfiguration::Mgmt
6
- VERSION = '0.17.3'
6
+ VERSION = '0.17.4'
7
7
  end
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.3
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-07-21 00:00:00.000000000 Z
11
+ date: 2020-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler