azure_mgmt_container_registry 0.16.0 → 0.17.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/2016-06-27-preview/generated/azure_mgmt_container_registry/container_registry_management_client.rb +7 -6
- data/lib/2017-03-01/generated/azure_mgmt_container_registry/container_registry_management_client.rb +7 -6
- data/lib/2017-06-01-preview/generated/azure_mgmt_container_registry/container_registry_management_client.rb +7 -6
- data/lib/2017-10-01/generated/azure_mgmt_container_registry.rb +26 -16
- data/lib/2017-10-01/generated/azure_mgmt_container_registry/container_registry_management_client.rb +7 -6
- data/lib/2017-10-01/generated/azure_mgmt_container_registry/models/import_image_parameters.rb +104 -0
- data/lib/2017-10-01/generated/azure_mgmt_container_registry/models/import_mode.rb +16 -0
- data/lib/2017-10-01/generated/azure_mgmt_container_registry/models/import_source.rb +64 -0
- data/lib/2017-10-01/generated/azure_mgmt_container_registry/models/operation_definition.rb +25 -0
- data/lib/2017-10-01/generated/azure_mgmt_container_registry/models/operation_metric_specification_definition.rb +101 -0
- data/lib/2017-10-01/generated/azure_mgmt_container_registry/models/operation_service_specification_definition.rb +56 -0
- data/lib/2017-10-01/generated/azure_mgmt_container_registry/models/policy_status.rb +16 -0
- data/lib/2017-10-01/generated/azure_mgmt_container_registry/models/quarantine_policy.rb +47 -0
- data/lib/2017-10-01/generated/azure_mgmt_container_registry/models/registry_policies.rb +61 -0
- data/lib/2017-10-01/generated/azure_mgmt_container_registry/models/trust_policy.rb +59 -0
- data/lib/2017-10-01/generated/azure_mgmt_container_registry/models/trust_policy_type.rb +15 -0
- data/lib/2017-10-01/generated/azure_mgmt_container_registry/models/webhook_action.rb +1 -0
- data/lib/2017-10-01/generated/azure_mgmt_container_registry/registries.rb +407 -0
- data/lib/azure_mgmt_container_registry.rb +2 -2
- data/lib/profiles/latest/modules/containerregistry_profile_module.rb +90 -50
- data/lib/version.rb +1 -1
- metadata +14 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ead764992939425696839b170ffe8d488e1aa34d
|
4
|
+
data.tar.gz: 0961d82baccd0d6dfdb821753a3a56cc6bb1bafd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eba0bd17147d09b361522b6bd7b5323d78491261112810a97d70f8c86bbc7c4c163a193c2ffb8a05a22189064d06d6befcc1df11881221a3a82c2b3b2f3e97f8
|
7
|
+
data.tar.gz: 4930922d2f8c3683b57bbfdcb671922f8a705e8acb24c924273d28e9fbe625244c9034e977727a37fdd5071dc87ece7ec37cd296ed50d0683109998aabe8a8ce
|
@@ -23,15 +23,16 @@ module Azure::ContainerRegistry::Mgmt::V2016_06_27_preview
|
|
23
23
|
# @return [String] The client API version.
|
24
24
|
attr_reader :api_version
|
25
25
|
|
26
|
-
# @return [String]
|
26
|
+
# @return [String] The preferred language for the response.
|
27
27
|
attr_accessor :accept_language
|
28
28
|
|
29
|
-
# @return [Integer]
|
30
|
-
#
|
29
|
+
# @return [Integer] The retry timeout in seconds for Long Running
|
30
|
+
# Operations. Default value is 30.
|
31
31
|
attr_accessor :long_running_operation_retry_timeout
|
32
32
|
|
33
|
-
# @return [Boolean]
|
34
|
-
#
|
33
|
+
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
34
|
+
# generated. When set to true a unique x-ms-client-request-id value is
|
35
|
+
# generated and included in each request. Default is true.
|
35
36
|
attr_accessor :generate_client_request_id
|
36
37
|
|
37
38
|
# @return [Registries] registries
|
@@ -123,7 +124,7 @@ module Azure::ContainerRegistry::Mgmt::V2016_06_27_preview
|
|
123
124
|
#
|
124
125
|
def add_telemetry
|
125
126
|
sdk_information = 'azure_mgmt_container_registry'
|
126
|
-
sdk_information = "#{sdk_information}/0.
|
127
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
127
128
|
add_user_agent_information(sdk_information)
|
128
129
|
end
|
129
130
|
end
|
data/lib/2017-03-01/generated/azure_mgmt_container_registry/container_registry_management_client.rb
CHANGED
@@ -23,15 +23,16 @@ module Azure::ContainerRegistry::Mgmt::V2017_03_01
|
|
23
23
|
# @return [String] The client API version.
|
24
24
|
attr_reader :api_version
|
25
25
|
|
26
|
-
# @return [String]
|
26
|
+
# @return [String] The preferred language for the response.
|
27
27
|
attr_accessor :accept_language
|
28
28
|
|
29
|
-
# @return [Integer]
|
30
|
-
#
|
29
|
+
# @return [Integer] The retry timeout in seconds for Long Running
|
30
|
+
# Operations. Default value is 30.
|
31
31
|
attr_accessor :long_running_operation_retry_timeout
|
32
32
|
|
33
|
-
# @return [Boolean]
|
34
|
-
#
|
33
|
+
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
34
|
+
# generated. When set to true a unique x-ms-client-request-id value is
|
35
|
+
# generated and included in each request. Default is true.
|
35
36
|
attr_accessor :generate_client_request_id
|
36
37
|
|
37
38
|
# @return [Registries] registries
|
@@ -127,7 +128,7 @@ module Azure::ContainerRegistry::Mgmt::V2017_03_01
|
|
127
128
|
#
|
128
129
|
def add_telemetry
|
129
130
|
sdk_information = 'azure_mgmt_container_registry'
|
130
|
-
sdk_information = "#{sdk_information}/0.
|
131
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
131
132
|
add_user_agent_information(sdk_information)
|
132
133
|
end
|
133
134
|
end
|
@@ -23,15 +23,16 @@ module Azure::ContainerRegistry::Mgmt::V2017_06_01_preview
|
|
23
23
|
# @return [String] The client API version.
|
24
24
|
attr_reader :api_version
|
25
25
|
|
26
|
-
# @return [String]
|
26
|
+
# @return [String] The preferred language for the response.
|
27
27
|
attr_accessor :accept_language
|
28
28
|
|
29
|
-
# @return [Integer]
|
30
|
-
#
|
29
|
+
# @return [Integer] The retry timeout in seconds for Long Running
|
30
|
+
# Operations. Default value is 30.
|
31
31
|
attr_accessor :long_running_operation_retry_timeout
|
32
32
|
|
33
|
-
# @return [Boolean]
|
34
|
-
#
|
33
|
+
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
34
|
+
# generated. When set to true a unique x-ms-client-request-id value is
|
35
|
+
# generated and included in each request. Default is true.
|
35
36
|
attr_accessor :generate_client_request_id
|
36
37
|
|
37
38
|
# @return [Registries] registries
|
@@ -135,7 +136,7 @@ module Azure::ContainerRegistry::Mgmt::V2017_06_01_preview
|
|
135
136
|
#
|
136
137
|
def add_telemetry
|
137
138
|
sdk_information = 'azure_mgmt_container_registry'
|
138
|
-
sdk_information = "#{sdk_information}/0.
|
139
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
139
140
|
add_user_agent_information(sdk_information)
|
140
141
|
end
|
141
142
|
end
|
@@ -27,46 +27,56 @@ module Azure::ContainerRegistry::Mgmt::V2017_10_01
|
|
27
27
|
autoload :ContainerRegistryManagementClient, '2017-10-01/generated/azure_mgmt_container_registry/container_registry_management_client.rb'
|
28
28
|
|
29
29
|
module Models
|
30
|
-
autoload :
|
31
|
-
autoload :
|
30
|
+
autoload :TrustPolicy, '2017-10-01/generated/azure_mgmt_container_registry/models/trust_policy.rb'
|
31
|
+
autoload :ImportSource, '2017-10-01/generated/azure_mgmt_container_registry/models/import_source.rb'
|
32
|
+
autoload :RegistryPolicies, '2017-10-01/generated/azure_mgmt_container_registry/models/registry_policies.rb'
|
33
|
+
autoload :RegistryNameCheckRequest, '2017-10-01/generated/azure_mgmt_container_registry/models/registry_name_check_request.rb'
|
34
|
+
autoload :ImportImageParameters, '2017-10-01/generated/azure_mgmt_container_registry/models/import_image_parameters.rb'
|
32
35
|
autoload :RegistryNameStatus, '2017-10-01/generated/azure_mgmt_container_registry/models/registry_name_status.rb'
|
33
|
-
autoload :
|
36
|
+
autoload :OperationMetricSpecificationDefinition, '2017-10-01/generated/azure_mgmt_container_registry/models/operation_metric_specification_definition.rb'
|
34
37
|
autoload :OperationDefinition, '2017-10-01/generated/azure_mgmt_container_registry/models/operation_definition.rb'
|
38
|
+
autoload :ReplicationUpdateParameters, '2017-10-01/generated/azure_mgmt_container_registry/models/replication_update_parameters.rb'
|
35
39
|
autoload :Sku, '2017-10-01/generated/azure_mgmt_container_registry/models/sku.rb'
|
36
|
-
autoload :
|
40
|
+
autoload :ReplicationListResult, '2017-10-01/generated/azure_mgmt_container_registry/models/replication_list_result.rb'
|
37
41
|
autoload :StorageAccountProperties, '2017-10-01/generated/azure_mgmt_container_registry/models/storage_account_properties.rb'
|
38
|
-
autoload :
|
42
|
+
autoload :Resource, '2017-10-01/generated/azure_mgmt_container_registry/models/resource.rb'
|
39
43
|
autoload :RegistryUpdateParameters, '2017-10-01/generated/azure_mgmt_container_registry/models/registry_update_parameters.rb'
|
40
|
-
autoload :
|
44
|
+
autoload :WebhookCreateParameters, '2017-10-01/generated/azure_mgmt_container_registry/models/webhook_create_parameters.rb'
|
41
45
|
autoload :RegistryPassword, '2017-10-01/generated/azure_mgmt_container_registry/models/registry_password.rb'
|
42
|
-
autoload :
|
46
|
+
autoload :WebhookUpdateParameters, '2017-10-01/generated/azure_mgmt_container_registry/models/webhook_update_parameters.rb'
|
43
47
|
autoload :RegenerateCredentialParameters, '2017-10-01/generated/azure_mgmt_container_registry/models/regenerate_credential_parameters.rb'
|
44
|
-
autoload :
|
48
|
+
autoload :WebhookListResult, '2017-10-01/generated/azure_mgmt_container_registry/models/webhook_list_result.rb'
|
45
49
|
autoload :RegistryUsageListResult, '2017-10-01/generated/azure_mgmt_container_registry/models/registry_usage_list_result.rb'
|
50
|
+
autoload :EventInfo, '2017-10-01/generated/azure_mgmt_container_registry/models/event_info.rb'
|
51
|
+
autoload :OperationDisplayDefinition, '2017-10-01/generated/azure_mgmt_container_registry/models/operation_display_definition.rb'
|
52
|
+
autoload :CallbackConfig, '2017-10-01/generated/azure_mgmt_container_registry/models/callback_config.rb'
|
53
|
+
autoload :OperationListResult, '2017-10-01/generated/azure_mgmt_container_registry/models/operation_list_result.rb'
|
46
54
|
autoload :Target, '2017-10-01/generated/azure_mgmt_container_registry/models/target.rb'
|
47
|
-
autoload :
|
55
|
+
autoload :EventListResult, '2017-10-01/generated/azure_mgmt_container_registry/models/event_list_result.rb'
|
56
|
+
autoload :RegistryListResult, '2017-10-01/generated/azure_mgmt_container_registry/models/registry_list_result.rb'
|
48
57
|
autoload :Request, '2017-10-01/generated/azure_mgmt_container_registry/models/request.rb'
|
49
|
-
autoload :
|
58
|
+
autoload :RegistryUsage, '2017-10-01/generated/azure_mgmt_container_registry/models/registry_usage.rb'
|
50
59
|
autoload :Actor, '2017-10-01/generated/azure_mgmt_container_registry/models/actor.rb'
|
51
|
-
autoload :
|
60
|
+
autoload :OperationServiceSpecificationDefinition, '2017-10-01/generated/azure_mgmt_container_registry/models/operation_service_specification_definition.rb'
|
52
61
|
autoload :Source, '2017-10-01/generated/azure_mgmt_container_registry/models/source.rb'
|
53
|
-
autoload :
|
62
|
+
autoload :RegistryListCredentialsResult, '2017-10-01/generated/azure_mgmt_container_registry/models/registry_list_credentials_result.rb'
|
54
63
|
autoload :EventContent, '2017-10-01/generated/azure_mgmt_container_registry/models/event_content.rb'
|
55
|
-
autoload :
|
64
|
+
autoload :Status, '2017-10-01/generated/azure_mgmt_container_registry/models/status.rb'
|
56
65
|
autoload :EventRequestMessage, '2017-10-01/generated/azure_mgmt_container_registry/models/event_request_message.rb'
|
57
|
-
autoload :
|
66
|
+
autoload :QuarantinePolicy, '2017-10-01/generated/azure_mgmt_container_registry/models/quarantine_policy.rb'
|
58
67
|
autoload :EventResponseMessage, '2017-10-01/generated/azure_mgmt_container_registry/models/event_response_message.rb'
|
59
|
-
autoload :EventListResult, '2017-10-01/generated/azure_mgmt_container_registry/models/event_list_result.rb'
|
60
|
-
autoload :Resource, '2017-10-01/generated/azure_mgmt_container_registry/models/resource.rb'
|
61
68
|
autoload :Registry, '2017-10-01/generated/azure_mgmt_container_registry/models/registry.rb'
|
62
69
|
autoload :Replication, '2017-10-01/generated/azure_mgmt_container_registry/models/replication.rb'
|
63
70
|
autoload :Webhook, '2017-10-01/generated/azure_mgmt_container_registry/models/webhook.rb'
|
64
71
|
autoload :Event, '2017-10-01/generated/azure_mgmt_container_registry/models/event.rb'
|
72
|
+
autoload :ImportMode, '2017-10-01/generated/azure_mgmt_container_registry/models/import_mode.rb'
|
65
73
|
autoload :SkuName, '2017-10-01/generated/azure_mgmt_container_registry/models/sku_name.rb'
|
66
74
|
autoload :SkuTier, '2017-10-01/generated/azure_mgmt_container_registry/models/sku_tier.rb'
|
67
75
|
autoload :ProvisioningState, '2017-10-01/generated/azure_mgmt_container_registry/models/provisioning_state.rb'
|
68
76
|
autoload :PasswordName, '2017-10-01/generated/azure_mgmt_container_registry/models/password_name.rb'
|
69
77
|
autoload :RegistryUsageUnit, '2017-10-01/generated/azure_mgmt_container_registry/models/registry_usage_unit.rb'
|
78
|
+
autoload :PolicyStatus, '2017-10-01/generated/azure_mgmt_container_registry/models/policy_status.rb'
|
79
|
+
autoload :TrustPolicyType, '2017-10-01/generated/azure_mgmt_container_registry/models/trust_policy_type.rb'
|
70
80
|
autoload :WebhookStatus, '2017-10-01/generated/azure_mgmt_container_registry/models/webhook_status.rb'
|
71
81
|
autoload :WebhookAction, '2017-10-01/generated/azure_mgmt_container_registry/models/webhook_action.rb'
|
72
82
|
end
|
data/lib/2017-10-01/generated/azure_mgmt_container_registry/container_registry_management_client.rb
CHANGED
@@ -23,15 +23,16 @@ module Azure::ContainerRegistry::Mgmt::V2017_10_01
|
|
23
23
|
# @return [String] The client API version.
|
24
24
|
attr_reader :api_version
|
25
25
|
|
26
|
-
# @return [String]
|
26
|
+
# @return [String] The preferred language for the response.
|
27
27
|
attr_accessor :accept_language
|
28
28
|
|
29
|
-
# @return [Integer]
|
30
|
-
#
|
29
|
+
# @return [Integer] The retry timeout in seconds for Long Running
|
30
|
+
# Operations. Default value is 30.
|
31
31
|
attr_accessor :long_running_operation_retry_timeout
|
32
32
|
|
33
|
-
# @return [Boolean]
|
34
|
-
#
|
33
|
+
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
34
|
+
# generated. When set to true a unique x-ms-client-request-id value is
|
35
|
+
# generated and included in each request. Default is true.
|
35
36
|
attr_accessor :generate_client_request_id
|
36
37
|
|
37
38
|
# @return [Registries] registries
|
@@ -135,7 +136,7 @@ module Azure::ContainerRegistry::Mgmt::V2017_10_01
|
|
135
136
|
#
|
136
137
|
def add_telemetry
|
137
138
|
sdk_information = 'azure_mgmt_container_registry'
|
138
|
-
sdk_information = "#{sdk_information}/0.
|
139
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
139
140
|
add_user_agent_information(sdk_information)
|
140
141
|
end
|
141
142
|
end
|
@@ -0,0 +1,104 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::ContainerRegistry::Mgmt::V2017_10_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Model object.
|
10
|
+
#
|
11
|
+
#
|
12
|
+
class ImportImageParameters
|
13
|
+
|
14
|
+
include MsRestAzure
|
15
|
+
|
16
|
+
# @return [ImportSource] The source of the image.
|
17
|
+
attr_accessor :source
|
18
|
+
|
19
|
+
# @return [Array<String>] List of strings of the form repo[:tag]. When
|
20
|
+
# tag is omitted the source will be used (or 'latest' if source tag is
|
21
|
+
# also omitted).
|
22
|
+
attr_accessor :target_tags
|
23
|
+
|
24
|
+
# @return [Array<String>] List of strings of repository names to do a
|
25
|
+
# manifest only copy. No tag will be created.
|
26
|
+
attr_accessor :untagged_target_repositories
|
27
|
+
|
28
|
+
# @return [ImportMode] When Force, any existing target tags will be
|
29
|
+
# overwritten. When NoForce, any existing target tags will fail the
|
30
|
+
# operation before any copying begins. Possible values include:
|
31
|
+
# 'NoForce', 'Force'. Default value: 'NoForce' .
|
32
|
+
attr_accessor :mode
|
33
|
+
|
34
|
+
|
35
|
+
#
|
36
|
+
# Mapper for ImportImageParameters class as Ruby Hash.
|
37
|
+
# This will be used for serialization/deserialization.
|
38
|
+
#
|
39
|
+
def self.mapper()
|
40
|
+
{
|
41
|
+
client_side_validation: true,
|
42
|
+
required: false,
|
43
|
+
serialized_name: 'ImportImageParameters',
|
44
|
+
type: {
|
45
|
+
name: 'Composite',
|
46
|
+
class_name: 'ImportImageParameters',
|
47
|
+
model_properties: {
|
48
|
+
source: {
|
49
|
+
client_side_validation: true,
|
50
|
+
required: true,
|
51
|
+
serialized_name: 'source',
|
52
|
+
type: {
|
53
|
+
name: 'Composite',
|
54
|
+
class_name: 'ImportSource'
|
55
|
+
}
|
56
|
+
},
|
57
|
+
target_tags: {
|
58
|
+
client_side_validation: true,
|
59
|
+
required: false,
|
60
|
+
serialized_name: 'targetTags',
|
61
|
+
type: {
|
62
|
+
name: 'Sequence',
|
63
|
+
element: {
|
64
|
+
client_side_validation: true,
|
65
|
+
required: false,
|
66
|
+
serialized_name: 'StringElementType',
|
67
|
+
type: {
|
68
|
+
name: 'String'
|
69
|
+
}
|
70
|
+
}
|
71
|
+
}
|
72
|
+
},
|
73
|
+
untagged_target_repositories: {
|
74
|
+
client_side_validation: true,
|
75
|
+
required: false,
|
76
|
+
serialized_name: 'untaggedTargetRepositories',
|
77
|
+
type: {
|
78
|
+
name: 'Sequence',
|
79
|
+
element: {
|
80
|
+
client_side_validation: true,
|
81
|
+
required: false,
|
82
|
+
serialized_name: 'StringElementType',
|
83
|
+
type: {
|
84
|
+
name: 'String'
|
85
|
+
}
|
86
|
+
}
|
87
|
+
}
|
88
|
+
},
|
89
|
+
mode: {
|
90
|
+
client_side_validation: true,
|
91
|
+
required: false,
|
92
|
+
serialized_name: 'mode',
|
93
|
+
default_value: 'NoForce',
|
94
|
+
type: {
|
95
|
+
name: 'String'
|
96
|
+
}
|
97
|
+
}
|
98
|
+
}
|
99
|
+
}
|
100
|
+
}
|
101
|
+
end
|
102
|
+
end
|
103
|
+
end
|
104
|
+
end
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::ContainerRegistry::Mgmt::V2017_10_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Defines values for ImportMode
|
10
|
+
#
|
11
|
+
module ImportMode
|
12
|
+
NoForce = "NoForce"
|
13
|
+
Force = "Force"
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
@@ -0,0 +1,64 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::ContainerRegistry::Mgmt::V2017_10_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Model object.
|
10
|
+
#
|
11
|
+
#
|
12
|
+
class ImportSource
|
13
|
+
|
14
|
+
include MsRestAzure
|
15
|
+
|
16
|
+
# @return [String] The resource identifier of the target Azure Container
|
17
|
+
# Registry.
|
18
|
+
attr_accessor :resource_id
|
19
|
+
|
20
|
+
# @return [String] Repository name of the source image.
|
21
|
+
# Specify an image by repository ('hello-world'). This will use the
|
22
|
+
# 'latest' tag.
|
23
|
+
# Specify an image by tag ('hello-world:latest').
|
24
|
+
# Specify an image by sha256-based manifest digest
|
25
|
+
# ('hello-world@sha256:abc123').
|
26
|
+
attr_accessor :source_image
|
27
|
+
|
28
|
+
|
29
|
+
#
|
30
|
+
# Mapper for ImportSource class as Ruby Hash.
|
31
|
+
# This will be used for serialization/deserialization.
|
32
|
+
#
|
33
|
+
def self.mapper()
|
34
|
+
{
|
35
|
+
client_side_validation: true,
|
36
|
+
required: false,
|
37
|
+
serialized_name: 'ImportSource',
|
38
|
+
type: {
|
39
|
+
name: 'Composite',
|
40
|
+
class_name: 'ImportSource',
|
41
|
+
model_properties: {
|
42
|
+
resource_id: {
|
43
|
+
client_side_validation: true,
|
44
|
+
required: true,
|
45
|
+
serialized_name: 'resourceId',
|
46
|
+
type: {
|
47
|
+
name: 'String'
|
48
|
+
}
|
49
|
+
},
|
50
|
+
source_image: {
|
51
|
+
client_side_validation: true,
|
52
|
+
required: true,
|
53
|
+
serialized_name: 'sourceImage',
|
54
|
+
type: {
|
55
|
+
name: 'String'
|
56
|
+
}
|
57
|
+
}
|
58
|
+
}
|
59
|
+
}
|
60
|
+
}
|
61
|
+
end
|
62
|
+
end
|
63
|
+
end
|
64
|
+
end
|
@@ -12,6 +12,10 @@ module Azure::ContainerRegistry::Mgmt::V2017_10_01
|
|
12
12
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
15
|
+
# @return [String] The origin information of the container registry
|
16
|
+
# operation.
|
17
|
+
attr_accessor :origin
|
18
|
+
|
15
19
|
# @return [String] Operation name: {provider}/{resource}/{operation}.
|
16
20
|
attr_accessor :name
|
17
21
|
|
@@ -19,6 +23,10 @@ module Azure::ContainerRegistry::Mgmt::V2017_10_01
|
|
19
23
|
# container registry operation.
|
20
24
|
attr_accessor :display
|
21
25
|
|
26
|
+
# @return [OperationServiceSpecificationDefinition] The definition of
|
27
|
+
# Azure Monitoring service.
|
28
|
+
attr_accessor :service_specification
|
29
|
+
|
22
30
|
|
23
31
|
#
|
24
32
|
# Mapper for OperationDefinition class as Ruby Hash.
|
@@ -33,6 +41,14 @@ module Azure::ContainerRegistry::Mgmt::V2017_10_01
|
|
33
41
|
name: 'Composite',
|
34
42
|
class_name: 'OperationDefinition',
|
35
43
|
model_properties: {
|
44
|
+
origin: {
|
45
|
+
client_side_validation: true,
|
46
|
+
required: false,
|
47
|
+
serialized_name: 'origin',
|
48
|
+
type: {
|
49
|
+
name: 'String'
|
50
|
+
}
|
51
|
+
},
|
36
52
|
name: {
|
37
53
|
client_side_validation: true,
|
38
54
|
required: false,
|
@@ -49,6 +65,15 @@ module Azure::ContainerRegistry::Mgmt::V2017_10_01
|
|
49
65
|
name: 'Composite',
|
50
66
|
class_name: 'OperationDisplayDefinition'
|
51
67
|
}
|
68
|
+
},
|
69
|
+
service_specification: {
|
70
|
+
client_side_validation: true,
|
71
|
+
required: false,
|
72
|
+
serialized_name: 'properties.serviceSpecification',
|
73
|
+
type: {
|
74
|
+
name: 'Composite',
|
75
|
+
class_name: 'OperationServiceSpecificationDefinition'
|
76
|
+
}
|
52
77
|
}
|
53
78
|
}
|
54
79
|
}
|