azure_sdk 0.60.0 → 0.65.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 +4 -4
- data/lib/azure_sdk.rb +1 -1
- data/lib/azure_sdk/version.rb +1 -1
- data/lib/latest/latest_profile_client.rb +41 -1
- data/lib/latest/modules/appconfiguration_profile_module.rb +89 -81
- data/lib/latest/modules/automanage_profile_module.rb +183 -0
- data/lib/latest/modules/azurestackhci_profile_module.rb +119 -0
- data/lib/latest/modules/cdn_profile_module.rb +576 -174
- data/lib/latest/modules/compute_profile_module.rb +961 -805
- data/lib/latest/modules/containerservice_profile_module.rb +143 -139
- data/lib/latest/modules/datafactory_profile_module.rb +419 -351
- data/lib/latest/modules/digitaltwins_profile_module.rb +137 -0
- data/lib/latest/modules/hdinsight_profile_module.rb +85 -65
- data/lib/latest/modules/hybridcompute_profile_module.rb +177 -0
- data/lib/latest/modules/keyvault_profile_module.rb +426 -272
- data/lib/latest/modules/kusto_profile_module.rb +162 -158
- data/lib/latest/modules/mariadb_profile_module.rb +20 -4
- data/lib/latest/modules/mysql_profile_module.rb +122 -12
- data/lib/latest/modules/netapp_profile_module.rb +231 -105
- data/lib/latest/modules/network_profile_module.rb +1733 -1633
- data/lib/latest/modules/operationalinsights_profile_module.rb +173 -173
- data/lib/latest/modules/reservations_profile_module.rb +47 -59
- data/lib/latest/modules/storage_profile_module.rb +391 -377
- data/lib/latest/modules/subscriptions_profile_module.rb +92 -72
- metadata +102 -42
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5fa73c6cb23fd51cffd39a230244dc95153d70af61d0d7d37f736c7334e36a4d
|
4
|
+
data.tar.gz: e812815d089a8861cd90b0095427ee92003937bd60d7a26e5db1277d0fe53ce6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ead1f4c6a0ce021e5b171ceaa57a1cce7534115a05ae3c66d2538f6fb26b554f8b6f73b3119d43accedefc1a647194255b0fad00f78d305c94d952077bed7c4
|
7
|
+
data.tar.gz: 20cac016b267b9017a9fcf55beeadd21e85d7554de006159e206752665a0726b26e66ebff4f11f87bd7caf2a7b6a836e93d91be5df190f1abb2f2e057ea6c6dd
|
data/lib/azure_sdk.rb
CHANGED
@@ -5,5 +5,5 @@
|
|
5
5
|
require 'azure_sdk/version'
|
6
6
|
require 'latest/latest_profile_client'
|
7
7
|
require 'v2017_03_09/v2017_03_09_profile_client'
|
8
|
-
require 'v2018_03_01/v2018_03_01_profile_client'
|
9
8
|
require 'v2019_03_01_hybrid/v2019_03_01_hybrid_profile_client'
|
9
|
+
require 'v2018_03_01/v2018_03_01_profile_client'
|
data/lib/azure_sdk/version.rb
CHANGED
@@ -11,8 +11,10 @@ require 'latest/modules/apimanagement_profile_module'
|
|
11
11
|
require 'latest/modules/appconfiguration_profile_module'
|
12
12
|
require 'latest/modules/attestation_profile_module'
|
13
13
|
require 'latest/modules/authorization_profile_module'
|
14
|
+
require 'latest/modules/automanage_profile_module'
|
14
15
|
require 'latest/modules/automation_profile_module'
|
15
16
|
require 'latest/modules/azurestack_profile_module'
|
17
|
+
require 'latest/modules/azurestackhci_profile_module'
|
16
18
|
require 'latest/modules/batch_profile_module'
|
17
19
|
require 'latest/modules/batchai_profile_module'
|
18
20
|
require 'latest/modules/billing_profile_module'
|
@@ -37,6 +39,7 @@ require 'latest/modules/datafactory_profile_module'
|
|
37
39
|
require 'latest/modules/deploymentmanager_profile_module'
|
38
40
|
require 'latest/modules/devspaces_profile_module'
|
39
41
|
require 'latest/modules/devtestlabs_profile_module'
|
42
|
+
require 'latest/modules/digitaltwins_profile_module'
|
40
43
|
require 'latest/modules/dns_profile_module'
|
41
44
|
require 'latest/modules/edgegateway_profile_module'
|
42
45
|
require 'latest/modules/eventgrid_profile_module'
|
@@ -44,6 +47,7 @@ require 'latest/modules/eventhub_profile_module'
|
|
44
47
|
require 'latest/modules/features_profile_module'
|
45
48
|
require 'latest/modules/hanaonazure_profile_module'
|
46
49
|
require 'latest/modules/hdinsight_profile_module'
|
50
|
+
require 'latest/modules/hybridcompute_profile_module'
|
47
51
|
require 'latest/modules/graphrbac_profile_module'
|
48
52
|
require 'latest/modules/importexport_profile_module'
|
49
53
|
require 'latest/modules/iotcentral_profile_module'
|
@@ -143,7 +147,7 @@ module Azure::Profiles::Latest
|
|
143
147
|
class Client
|
144
148
|
include MsRestAzure::Common::Configurable
|
145
149
|
|
146
|
-
attr_reader :adhybrid_health_service, :advisor, :alerts_management, :analysis_services, :api_management, :appconfiguration, :attestation, :authorization, :automation, :azure_stack, :batch, :batch_ai, :billing, :bot_service, :cdn, :cognitive_services, :commerce, :compute, :consumption, :container_instance, :container_registry, :container_service, :cosmosdb, :cost_management, :customer_insights, :data_box, :data_share, :data_lake_analytics, :data_lake_store, :data_migration, :data_factory, :deployment_manager, :dev_spaces, :dev_test_labs, :dns, :edge_gateway, :event_grid, :event_hub, :features, :hanaonazure, :hdinsight, :graph_rbac, :import_export, :iot_central, :iot_hub, :key_vault, :kubernetes_configuration, :kusto, :labservices, :links, :locks, :logic, :machine_learning, :machine_learning_services, :maintenance, :managed_applications, :maria_db, :marketplace_ordering, :media_services, :migrate, :mixed_reality, :monitor, :managed_service_identity, :mysql, :net_app, :network, :notification_hubs, :operational_insights, :operations_management, :peering, :policy, :policy_insights, :portal, :postgresql, :power_bi_embedded, :power_bi_dedicated, :private_dns, :recovery_services, :recovery_services_backup, :recovery_services_site_recovery, :redis, :relay, :reservations, :resource_health, :resource_graph, :resources, :resources_management, :scheduler, :search, :security, :serialconsole, :service_bus, :service_fabric, :signalr, :sql, :sqlvirtualmachine, :stor_simple8000_series, :storage, :storage_sync, :storage_cache, :stream_analytics, :subscriptions, :support, :synapse, :time_series_insights, :traffic_manager, :vmware_cloud_simple, :web, :anomaly_detector, :autosuggest, :customimagesearch, :computer_vision, :content_moderator, :custom_search, :customvisiontraining, :customvisionprediction, :entity_search, :face, :form_recognizer, :image_search, :local_search, :luis_runtime, :luis_authoring, :news_search, :personalizer, :qnamaker, :qnamaker_runtime, :spell_check, :text_analytics, :video_search, :web_search, :visual_search
|
150
|
+
attr_reader :adhybrid_health_service, :advisor, :alerts_management, :analysis_services, :api_management, :appconfiguration, :attestation, :authorization, :automanage, :automation, :azure_stack, :azure_stack_hci, :batch, :batch_ai, :billing, :bot_service, :cdn, :cognitive_services, :commerce, :compute, :consumption, :container_instance, :container_registry, :container_service, :cosmosdb, :cost_management, :customer_insights, :data_box, :data_share, :data_lake_analytics, :data_lake_store, :data_migration, :data_factory, :deployment_manager, :dev_spaces, :dev_test_labs, :digital_twins, :dns, :edge_gateway, :event_grid, :event_hub, :features, :hanaonazure, :hdinsight, :hybrid_compute, :graph_rbac, :import_export, :iot_central, :iot_hub, :key_vault, :kubernetes_configuration, :kusto, :labservices, :links, :locks, :logic, :machine_learning, :machine_learning_services, :maintenance, :managed_applications, :maria_db, :marketplace_ordering, :media_services, :migrate, :mixed_reality, :monitor, :managed_service_identity, :mysql, :net_app, :network, :notification_hubs, :operational_insights, :operations_management, :peering, :policy, :policy_insights, :portal, :postgresql, :power_bi_embedded, :power_bi_dedicated, :private_dns, :recovery_services, :recovery_services_backup, :recovery_services_site_recovery, :redis, :relay, :reservations, :resource_health, :resource_graph, :resources, :resources_management, :scheduler, :search, :security, :serialconsole, :service_bus, :service_fabric, :signalr, :sql, :sqlvirtualmachine, :stor_simple8000_series, :storage, :storage_sync, :storage_cache, :stream_analytics, :subscriptions, :support, :synapse, :time_series_insights, :traffic_manager, :vmware_cloud_simple, :web, :anomaly_detector, :autosuggest, :customimagesearch, :computer_vision, :content_moderator, :custom_search, :customvisiontraining, :customvisionprediction, :entity_search, :face, :form_recognizer, :image_search, :local_search, :luis_runtime, :luis_authoring, :news_search, :personalizer, :qnamaker, :qnamaker_runtime, :spell_check, :text_analytics, :video_search, :web_search, :visual_search
|
147
151
|
|
148
152
|
#
|
149
153
|
# Initializes a new instance of the Client class.
|
@@ -183,8 +187,10 @@ module Azure::Profiles::Latest
|
|
183
187
|
@appconfiguration = AppconfigurationAdapter.new(self, base_url, sdk_options)
|
184
188
|
@attestation = AttestationAdapter.new(self, base_url, sdk_options)
|
185
189
|
@authorization = AuthorizationAdapter.new(self, base_url, sdk_options)
|
190
|
+
@automanage = AutomanageAdapter.new(self, base_url, sdk_options)
|
186
191
|
@automation = AutomationAdapter.new(self, base_url, sdk_options)
|
187
192
|
@azure_stack = AzureStackAdapter.new(self, base_url, sdk_options)
|
193
|
+
@azure_stack_hci = AzureStackHCIAdapter.new(self, base_url, sdk_options)
|
188
194
|
@batch = BatchAdapter.new(self, base_url, sdk_options)
|
189
195
|
@batch_ai = BatchAIAdapter.new(self, base_url, sdk_options)
|
190
196
|
@billing = BillingAdapter.new(self, base_url, sdk_options)
|
@@ -209,6 +215,7 @@ module Azure::Profiles::Latest
|
|
209
215
|
@deployment_manager = DeploymentManagerAdapter.new(self, base_url, sdk_options)
|
210
216
|
@dev_spaces = DevSpacesAdapter.new(self, base_url, sdk_options)
|
211
217
|
@dev_test_labs = DevTestLabsAdapter.new(self, base_url, sdk_options)
|
218
|
+
@digital_twins = DigitalTwinsAdapter.new(self, base_url, sdk_options)
|
212
219
|
@dns = DnsAdapter.new(self, base_url, sdk_options)
|
213
220
|
@edge_gateway = EdgeGatewayAdapter.new(self, base_url, sdk_options)
|
214
221
|
@event_grid = EventGridAdapter.new(self, base_url, sdk_options)
|
@@ -216,6 +223,7 @@ module Azure::Profiles::Latest
|
|
216
223
|
@features = FeaturesAdapter.new(self, base_url, sdk_options)
|
217
224
|
@hanaonazure = HanaonazureAdapter.new(self, base_url, sdk_options)
|
218
225
|
@hdinsight = HdinsightAdapter.new(self, base_url, sdk_options)
|
226
|
+
@hybrid_compute = HybridComputeAdapter.new(self, base_url, sdk_options)
|
219
227
|
@graph_rbac = GraphRbacAdapter.new(self, base_url, sdk_options)
|
220
228
|
@import_export = ImportExportAdapter.new(self, base_url, sdk_options)
|
221
229
|
@iot_central = IotCentralAdapter.new(self, base_url, sdk_options)
|
@@ -373,6 +381,14 @@ module Azure::Profiles::Latest
|
|
373
381
|
end
|
374
382
|
end
|
375
383
|
|
384
|
+
class AutomanageAdapter
|
385
|
+
attr_accessor :mgmt
|
386
|
+
|
387
|
+
def initialize(context, base_url, options)
|
388
|
+
@mgmt = Azure::Profiles::Latest::Automanage::Mgmt::AutomanageManagementClass.new(context, base_url, options)
|
389
|
+
end
|
390
|
+
end
|
391
|
+
|
376
392
|
class AutomationAdapter
|
377
393
|
attr_accessor :mgmt
|
378
394
|
|
@@ -389,6 +405,14 @@ module Azure::Profiles::Latest
|
|
389
405
|
end
|
390
406
|
end
|
391
407
|
|
408
|
+
class AzureStackHCIAdapter
|
409
|
+
attr_accessor :mgmt
|
410
|
+
|
411
|
+
def initialize(context, base_url, options)
|
412
|
+
@mgmt = Azure::Profiles::Latest::AzureStackHCI::Mgmt::AzureStackHCIManagementClass.new(context, base_url, options)
|
413
|
+
end
|
414
|
+
end
|
415
|
+
|
392
416
|
class BatchAdapter
|
393
417
|
attr_accessor :mgmt
|
394
418
|
|
@@ -581,6 +605,14 @@ module Azure::Profiles::Latest
|
|
581
605
|
end
|
582
606
|
end
|
583
607
|
|
608
|
+
class DigitalTwinsAdapter
|
609
|
+
attr_accessor :mgmt
|
610
|
+
|
611
|
+
def initialize(context, base_url, options)
|
612
|
+
@mgmt = Azure::Profiles::Latest::DigitalTwins::Mgmt::DigitalTwinsManagementClass.new(context, base_url, options)
|
613
|
+
end
|
614
|
+
end
|
615
|
+
|
584
616
|
class DnsAdapter
|
585
617
|
attr_accessor :mgmt
|
586
618
|
|
@@ -638,6 +670,14 @@ module Azure::Profiles::Latest
|
|
638
670
|
end
|
639
671
|
end
|
640
672
|
|
673
|
+
class HybridComputeAdapter
|
674
|
+
attr_accessor :mgmt
|
675
|
+
|
676
|
+
def initialize(context, base_url, options)
|
677
|
+
@mgmt = Azure::Profiles::Latest::HybridCompute::Mgmt::HybridComputeManagementClass.new(context, base_url, options)
|
678
|
+
end
|
679
|
+
end
|
680
|
+
|
641
681
|
class GraphRbacAdapter < Azure::Profiles::Latest::GraphRbac::GraphRbacDataClass
|
642
682
|
|
643
683
|
def initialize(context, base_url, options)
|
@@ -7,42 +7,44 @@ require 'azure_mgmt_appconfiguration'
|
|
7
7
|
module Azure::Profiles::Latest
|
8
8
|
module Appconfiguration
|
9
9
|
module Mgmt
|
10
|
-
ConfigurationStores = Azure::Appconfiguration::Mgmt::
|
11
|
-
Operations = Azure::Appconfiguration::Mgmt::
|
12
|
-
PrivateEndpointConnections = Azure::Appconfiguration::Mgmt::
|
13
|
-
PrivateLinkResources = Azure::Appconfiguration::Mgmt::
|
10
|
+
ConfigurationStores = Azure::Appconfiguration::Mgmt::V2020_06_01::ConfigurationStores
|
11
|
+
Operations = Azure::Appconfiguration::Mgmt::V2020_06_01::Operations
|
12
|
+
PrivateEndpointConnections = Azure::Appconfiguration::Mgmt::V2020_06_01::PrivateEndpointConnections
|
13
|
+
PrivateLinkResources = Azure::Appconfiguration::Mgmt::V2020_06_01::PrivateLinkResources
|
14
14
|
|
15
15
|
module Models
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
16
|
+
ApiKey = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ApiKey
|
17
|
+
ApiKeyListResult = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ApiKeyListResult
|
18
|
+
ResourceIdentity = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ResourceIdentity
|
19
|
+
RegenerateKeyParameters = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::RegenerateKeyParameters
|
20
|
+
EncryptionProperties = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::EncryptionProperties
|
21
|
+
ListKeyValueParameters = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ListKeyValueParameters
|
22
|
+
PrivateLinkServiceConnectionState = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateLinkServiceConnectionState
|
23
|
+
KeyValue = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::KeyValue
|
24
|
+
Sku = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::Sku
|
25
|
+
OperationDefinitionDisplay = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::OperationDefinitionDisplay
|
26
|
+
ConfigurationStoreListResult = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ConfigurationStoreListResult
|
27
|
+
OperationDefinition = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::OperationDefinition
|
28
|
+
CheckNameAvailabilityParameters = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::CheckNameAvailabilityParameters
|
29
|
+
OperationDefinitionListResult = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::OperationDefinitionListResult
|
30
|
+
UserIdentity = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::UserIdentity
|
31
|
+
Error = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::Error
|
32
|
+
PrivateEndpoint = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateEndpoint
|
33
|
+
Resource = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::Resource
|
34
|
+
ConfigurationStoreUpdateParameters = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ConfigurationStoreUpdateParameters
|
35
|
+
PrivateEndpointConnection = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateEndpointConnection
|
36
|
+
KeyVaultProperties = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::KeyVaultProperties
|
37
|
+
PrivateEndpointConnectionListResult = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateEndpointConnectionListResult
|
38
|
+
NameAvailabilityStatus = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::NameAvailabilityStatus
|
39
|
+
PrivateLinkResource = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateLinkResource
|
40
|
+
PrivateEndpointConnectionReference = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateEndpointConnectionReference
|
41
|
+
PrivateLinkResourceListResult = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateLinkResourceListResult
|
42
|
+
ConfigurationStore = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ConfigurationStore
|
43
|
+
IdentityType = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::IdentityType
|
44
|
+
ProvisioningState = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ProvisioningState
|
45
|
+
ConnectionStatus = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ConnectionStatus
|
46
|
+
ActionsRequired = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ActionsRequired
|
47
|
+
PublicNetworkAccess = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PublicNetworkAccess
|
46
48
|
end
|
47
49
|
|
48
50
|
class AppconfigurationManagementClass
|
@@ -51,7 +53,7 @@ module Azure::Profiles::Latest
|
|
51
53
|
def initialize(configurable, base_url=nil, options=nil)
|
52
54
|
@configurable, @base_url, @options = configurable, base_url, options
|
53
55
|
|
54
|
-
@client_0 = Azure::Appconfiguration::Mgmt::
|
56
|
+
@client_0 = Azure::Appconfiguration::Mgmt::V2020_06_01::AppConfigurationManagementClient.new(configurable.credentials, base_url, options)
|
55
57
|
if(@client_0.respond_to?(:subscription_id))
|
56
58
|
@client_0.subscription_id = configurable.subscription_id
|
57
59
|
end
|
@@ -78,95 +80,101 @@ module Azure::Profiles::Latest
|
|
78
80
|
end
|
79
81
|
|
80
82
|
class ModelClasses
|
83
|
+
def api_key
|
84
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ApiKey
|
85
|
+
end
|
86
|
+
def api_key_list_result
|
87
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ApiKeyListResult
|
88
|
+
end
|
89
|
+
def resource_identity
|
90
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ResourceIdentity
|
91
|
+
end
|
92
|
+
def regenerate_key_parameters
|
93
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::RegenerateKeyParameters
|
94
|
+
end
|
95
|
+
def encryption_properties
|
96
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::EncryptionProperties
|
97
|
+
end
|
81
98
|
def list_key_value_parameters
|
82
|
-
Azure::Appconfiguration::Mgmt::
|
99
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ListKeyValueParameters
|
83
100
|
end
|
84
|
-
def
|
85
|
-
Azure::Appconfiguration::Mgmt::
|
101
|
+
def private_link_service_connection_state
|
102
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateLinkServiceConnectionState
|
86
103
|
end
|
87
104
|
def key_value
|
88
|
-
Azure::Appconfiguration::Mgmt::
|
105
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::KeyValue
|
89
106
|
end
|
90
|
-
def
|
91
|
-
Azure::Appconfiguration::Mgmt::
|
107
|
+
def sku
|
108
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::Sku
|
92
109
|
end
|
93
110
|
def operation_definition_display
|
94
|
-
Azure::Appconfiguration::Mgmt::
|
111
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::OperationDefinitionDisplay
|
95
112
|
end
|
96
|
-
def
|
97
|
-
Azure::Appconfiguration::Mgmt::
|
113
|
+
def configuration_store_list_result
|
114
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ConfigurationStoreListResult
|
98
115
|
end
|
99
116
|
def operation_definition
|
100
|
-
Azure::Appconfiguration::Mgmt::
|
117
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::OperationDefinition
|
101
118
|
end
|
102
|
-
def
|
103
|
-
Azure::Appconfiguration::Mgmt::
|
119
|
+
def check_name_availability_parameters
|
120
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::CheckNameAvailabilityParameters
|
104
121
|
end
|
105
122
|
def operation_definition_list_result
|
106
|
-
Azure::Appconfiguration::Mgmt::
|
123
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::OperationDefinitionListResult
|
107
124
|
end
|
108
|
-
def
|
109
|
-
Azure::Appconfiguration::Mgmt::
|
125
|
+
def user_identity
|
126
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::UserIdentity
|
110
127
|
end
|
111
128
|
def error
|
112
|
-
Azure::Appconfiguration::Mgmt::
|
113
|
-
end
|
114
|
-
def api_key
|
115
|
-
Azure::Appconfiguration::Mgmt::V2019_11_01_preview::Models::ApiKey
|
116
|
-
end
|
117
|
-
def resource
|
118
|
-
Azure::Appconfiguration::Mgmt::V2019_11_01_preview::Models::Resource
|
119
|
-
end
|
120
|
-
def regenerate_key_parameters
|
121
|
-
Azure::Appconfiguration::Mgmt::V2019_11_01_preview::Models::RegenerateKeyParameters
|
129
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::Error
|
122
130
|
end
|
123
131
|
def private_endpoint
|
124
|
-
Azure::Appconfiguration::Mgmt::
|
132
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateEndpoint
|
125
133
|
end
|
126
|
-
def
|
127
|
-
Azure::Appconfiguration::Mgmt::
|
128
|
-
end
|
129
|
-
def private_link_service_connection_state
|
130
|
-
Azure::Appconfiguration::Mgmt::V2019_11_01_preview::Models::PrivateLinkServiceConnectionState
|
134
|
+
def resource
|
135
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::Resource
|
131
136
|
end
|
132
137
|
def configuration_store_update_parameters
|
133
|
-
Azure::Appconfiguration::Mgmt::
|
138
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ConfigurationStoreUpdateParameters
|
134
139
|
end
|
135
140
|
def private_endpoint_connection
|
136
|
-
Azure::Appconfiguration::Mgmt::
|
141
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateEndpointConnection
|
137
142
|
end
|
138
|
-
def
|
139
|
-
Azure::Appconfiguration::Mgmt::
|
143
|
+
def key_vault_properties
|
144
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::KeyVaultProperties
|
140
145
|
end
|
141
146
|
def private_endpoint_connection_list_result
|
142
|
-
Azure::Appconfiguration::Mgmt::
|
147
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateEndpointConnectionListResult
|
143
148
|
end
|
144
149
|
def name_availability_status
|
145
|
-
Azure::Appconfiguration::Mgmt::
|
150
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::NameAvailabilityStatus
|
146
151
|
end
|
147
152
|
def private_link_resource
|
148
|
-
Azure::Appconfiguration::Mgmt::
|
153
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateLinkResource
|
149
154
|
end
|
150
|
-
def
|
151
|
-
Azure::Appconfiguration::Mgmt::
|
155
|
+
def private_endpoint_connection_reference
|
156
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateEndpointConnectionReference
|
152
157
|
end
|
153
158
|
def private_link_resource_list_result
|
154
|
-
Azure::Appconfiguration::Mgmt::
|
159
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateLinkResourceListResult
|
155
160
|
end
|
156
161
|
def configuration_store
|
157
|
-
Azure::Appconfiguration::Mgmt::
|
162
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ConfigurationStore
|
158
163
|
end
|
159
164
|
def identity_type
|
160
|
-
Azure::Appconfiguration::Mgmt::
|
165
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::IdentityType
|
161
166
|
end
|
162
167
|
def provisioning_state
|
163
|
-
Azure::Appconfiguration::Mgmt::
|
168
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ProvisioningState
|
164
169
|
end
|
165
170
|
def connection_status
|
166
|
-
Azure::Appconfiguration::Mgmt::
|
171
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ConnectionStatus
|
167
172
|
end
|
168
173
|
def actions_required
|
169
|
-
Azure::Appconfiguration::Mgmt::
|
174
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ActionsRequired
|
175
|
+
end
|
176
|
+
def public_network_access
|
177
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PublicNetworkAccess
|
170
178
|
end
|
171
179
|
end
|
172
180
|
end
|
@@ -0,0 +1,183 @@
|
|
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 'azure_mgmt_automanage'
|
6
|
+
|
7
|
+
module Azure::Profiles::Latest
|
8
|
+
module Automanage
|
9
|
+
module Mgmt
|
10
|
+
Accounts = Azure::Automanage::Mgmt::V2020_06_30_preview::Accounts
|
11
|
+
ConfigurationProfileAssignments = Azure::Automanage::Mgmt::V2020_06_30_preview::ConfigurationProfileAssignments
|
12
|
+
ConfigurationProfilePreferences = Azure::Automanage::Mgmt::V2020_06_30_preview::ConfigurationProfilePreferences
|
13
|
+
Operations = Azure::Automanage::Mgmt::V2020_06_30_preview::Operations
|
14
|
+
|
15
|
+
module Models
|
16
|
+
ConfigurationProfilePreferenceProperties = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreferenceProperties
|
17
|
+
AccountIdentity = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::AccountIdentity
|
18
|
+
ErrorAdditionalInfo = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ErrorAdditionalInfo
|
19
|
+
ErrorResponse = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ErrorResponse
|
20
|
+
AccountList = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::AccountList
|
21
|
+
ErrorResponseError = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ErrorResponseError
|
22
|
+
ConfigurationProfileAssignmentProperties = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfileAssignmentProperties
|
23
|
+
ConfigurationProfileAssignmentList = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfileAssignmentList
|
24
|
+
ConfigurationProfilePreferenceList = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreferenceList
|
25
|
+
ConfigurationProfilePreferenceAntiMalware = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreferenceAntiMalware
|
26
|
+
OperationDisplay = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::OperationDisplay
|
27
|
+
Resource = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::Resource
|
28
|
+
Operation = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::Operation
|
29
|
+
ConfigurationProfileAssignmentCompliance = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfileAssignmentCompliance
|
30
|
+
OperationList = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::OperationList
|
31
|
+
ConfigurationProfilePreferenceVmBackup = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreferenceVmBackup
|
32
|
+
UpdateResource = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::UpdateResource
|
33
|
+
Account = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::Account
|
34
|
+
AccountUpdate = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::AccountUpdate
|
35
|
+
ConfigurationProfileAssignment = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfileAssignment
|
36
|
+
ConfigurationProfilePreference = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreference
|
37
|
+
ConfigurationProfilePreferenceUpdate = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreferenceUpdate
|
38
|
+
ProxyResource = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ProxyResource
|
39
|
+
AzureEntityResource = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::AzureEntityResource
|
40
|
+
TrackedResource = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::TrackedResource
|
41
|
+
ResourceIdentityType = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ResourceIdentityType
|
42
|
+
ConfigurationProfile = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfile
|
43
|
+
ProvisioningState = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ProvisioningState
|
44
|
+
UpdateStatus = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::UpdateStatus
|
45
|
+
EnableRealTimeProtection = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::EnableRealTimeProtection
|
46
|
+
RunScheduledScan = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::RunScheduledScan
|
47
|
+
ScanType = Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ScanType
|
48
|
+
end
|
49
|
+
|
50
|
+
class AutomanageManagementClass
|
51
|
+
attr_reader :accounts, :configuration_profile_assignments, :configuration_profile_preferences, :operations, :configurable, :base_url, :options, :model_classes
|
52
|
+
|
53
|
+
def initialize(configurable, base_url=nil, options=nil)
|
54
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
55
|
+
|
56
|
+
@client_0 = Azure::Automanage::Mgmt::V2020_06_30_preview::AutomanageClient.new(configurable.credentials, base_url, options)
|
57
|
+
if(@client_0.respond_to?(:subscription_id))
|
58
|
+
@client_0.subscription_id = configurable.subscription_id
|
59
|
+
end
|
60
|
+
add_telemetry(@client_0)
|
61
|
+
@accounts = @client_0.accounts
|
62
|
+
@configuration_profile_assignments = @client_0.configuration_profile_assignments
|
63
|
+
@configuration_profile_preferences = @client_0.configuration_profile_preferences
|
64
|
+
@operations = @client_0.operations
|
65
|
+
|
66
|
+
@model_classes = ModelClasses.new
|
67
|
+
end
|
68
|
+
|
69
|
+
def add_telemetry(client)
|
70
|
+
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/Automanage/Mgmt"
|
71
|
+
client.add_user_agent_information(profile_information)
|
72
|
+
end
|
73
|
+
|
74
|
+
def method_missing(method, *args)
|
75
|
+
if @client_0.respond_to?method
|
76
|
+
@client_0.send(method, *args)
|
77
|
+
else
|
78
|
+
super
|
79
|
+
end
|
80
|
+
end
|
81
|
+
|
82
|
+
class ModelClasses
|
83
|
+
def configuration_profile_preference_properties
|
84
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreferenceProperties
|
85
|
+
end
|
86
|
+
def account_identity
|
87
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::AccountIdentity
|
88
|
+
end
|
89
|
+
def error_additional_info
|
90
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ErrorAdditionalInfo
|
91
|
+
end
|
92
|
+
def error_response
|
93
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ErrorResponse
|
94
|
+
end
|
95
|
+
def account_list
|
96
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::AccountList
|
97
|
+
end
|
98
|
+
def error_response_error
|
99
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ErrorResponseError
|
100
|
+
end
|
101
|
+
def configuration_profile_assignment_properties
|
102
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfileAssignmentProperties
|
103
|
+
end
|
104
|
+
def configuration_profile_assignment_list
|
105
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfileAssignmentList
|
106
|
+
end
|
107
|
+
def configuration_profile_preference_list
|
108
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreferenceList
|
109
|
+
end
|
110
|
+
def configuration_profile_preference_anti_malware
|
111
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreferenceAntiMalware
|
112
|
+
end
|
113
|
+
def operation_display
|
114
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::OperationDisplay
|
115
|
+
end
|
116
|
+
def resource
|
117
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::Resource
|
118
|
+
end
|
119
|
+
def operation
|
120
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::Operation
|
121
|
+
end
|
122
|
+
def configuration_profile_assignment_compliance
|
123
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfileAssignmentCompliance
|
124
|
+
end
|
125
|
+
def operation_list
|
126
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::OperationList
|
127
|
+
end
|
128
|
+
def configuration_profile_preference_vm_backup
|
129
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreferenceVmBackup
|
130
|
+
end
|
131
|
+
def update_resource
|
132
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::UpdateResource
|
133
|
+
end
|
134
|
+
def account
|
135
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::Account
|
136
|
+
end
|
137
|
+
def account_update
|
138
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::AccountUpdate
|
139
|
+
end
|
140
|
+
def configuration_profile_assignment
|
141
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfileAssignment
|
142
|
+
end
|
143
|
+
def configuration_profile_preference
|
144
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreference
|
145
|
+
end
|
146
|
+
def configuration_profile_preference_update
|
147
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfilePreferenceUpdate
|
148
|
+
end
|
149
|
+
def proxy_resource
|
150
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ProxyResource
|
151
|
+
end
|
152
|
+
def azure_entity_resource
|
153
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::AzureEntityResource
|
154
|
+
end
|
155
|
+
def tracked_resource
|
156
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::TrackedResource
|
157
|
+
end
|
158
|
+
def resource_identity_type
|
159
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ResourceIdentityType
|
160
|
+
end
|
161
|
+
def configuration_profile
|
162
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ConfigurationProfile
|
163
|
+
end
|
164
|
+
def provisioning_state
|
165
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ProvisioningState
|
166
|
+
end
|
167
|
+
def update_status
|
168
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::UpdateStatus
|
169
|
+
end
|
170
|
+
def enable_real_time_protection
|
171
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::EnableRealTimeProtection
|
172
|
+
end
|
173
|
+
def run_scheduled_scan
|
174
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::RunScheduledScan
|
175
|
+
end
|
176
|
+
def scan_type
|
177
|
+
Azure::Automanage::Mgmt::V2020_06_30_preview::Models::ScanType
|
178
|
+
end
|
179
|
+
end
|
180
|
+
end
|
181
|
+
end
|
182
|
+
end
|
183
|
+
end
|