azure_sdk 0.23.0 → 0.23.1
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/version.rb +1 -1
- data/lib/latest/modules/policyinsights_profile_module.rb +91 -79
- data/lib/latest/modules/storage_profile_module.rb +250 -224
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2465c7e246fc6e0c4e76048e3c6479f96106ba82cdc57289255666e85237426c
|
|
4
|
+
data.tar.gz: 50b61d540ee4cf451e990a4f225ef5d19e2a44a1363538ac86b56bc9875e8733
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e08b46ad68077d3053a3f802aa76ba57c33505036326b93f124fb99851fe49af7a3c313193a41fc3d28dca291133e933ddbfe5df79b1e310624e3e00704f6ed
|
|
7
|
+
data.tar.gz: dd37416eb4be401c31f3c3bb5842a95fe1822227f7afbd762b61152fde6450ee7f869480c04cadde69b0c813838ecb63d520c5275f8541682cedfb72268735f3
|
data/lib/azure_sdk/version.rb
CHANGED
|
@@ -8,45 +8,48 @@ module Azure::Profiles::Latest
|
|
|
8
8
|
module PolicyInsights
|
|
9
9
|
module Mgmt
|
|
10
10
|
PolicyEvents = Azure::PolicyInsights::Mgmt::V2018_04_04::PolicyEvents
|
|
11
|
-
PolicyStates = Azure::PolicyInsights::Mgmt::V2018_04_04::PolicyStates
|
|
12
|
-
Operations = Azure::PolicyInsights::Mgmt::V2018_04_04::Operations
|
|
13
11
|
PolicyTrackedResources = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::PolicyTrackedResources
|
|
14
12
|
Remediations = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Remediations
|
|
13
|
+
PolicyStates = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::PolicyStates
|
|
14
|
+
Operations = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Operations
|
|
15
15
|
|
|
16
16
|
module Models
|
|
17
|
-
PolicyDefinitionSummary = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyDefinitionSummary
|
|
18
|
-
PolicyAssignmentSummary = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyAssignmentSummary
|
|
19
17
|
PolicyEventsQueryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEventsQueryResults
|
|
20
|
-
Summary = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Summary
|
|
21
|
-
SummarizeResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummarizeResults
|
|
22
|
-
PolicyStatesQueryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesQueryResults
|
|
23
|
-
OperationDisplay = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay
|
|
24
18
|
PolicyEvent = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEvent
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
19
|
+
ErrorResponse = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::ErrorResponse
|
|
20
|
+
ExpressionEvaluationDetails = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::ExpressionEvaluationDetails
|
|
21
|
+
TrackedResourceModificationDetails = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::TrackedResourceModificationDetails
|
|
22
|
+
IfNotExistsEvaluationDetails = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::IfNotExistsEvaluationDetails
|
|
23
|
+
PolicyTrackedResourcesQueryResults = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::PolicyTrackedResourcesQueryResults
|
|
24
|
+
PolicyEvaluationDetails = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::PolicyEvaluationDetails
|
|
25
|
+
QueryFailure = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::QueryFailure
|
|
26
|
+
PolicyState = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::PolicyState
|
|
27
|
+
RemediationDeploymentSummary = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::RemediationDeploymentSummary
|
|
28
|
+
PolicyStatesQueryResults = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::PolicyStatesQueryResults
|
|
32
29
|
RemediationListResult = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::RemediationListResult
|
|
30
|
+
SummaryResults = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::SummaryResults
|
|
31
|
+
ErrorDefinition = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::ErrorDefinition
|
|
32
|
+
PolicyDefinitionSummary = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::PolicyDefinitionSummary
|
|
33
|
+
RemediationDeploymentsListResult = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::RemediationDeploymentsListResult
|
|
34
|
+
PolicyAssignmentSummary = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::PolicyAssignmentSummary
|
|
33
35
|
PolicyTrackedResource = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::PolicyTrackedResource
|
|
36
|
+
Summary = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::Summary
|
|
37
|
+
RemediationFilters = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::RemediationFilters
|
|
38
|
+
SummarizeResults = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::SummarizeResults
|
|
34
39
|
TypedErrorInfo = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::TypedErrorInfo
|
|
40
|
+
OperationDisplay = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::OperationDisplay
|
|
41
|
+
PolicyDetails = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::PolicyDetails
|
|
42
|
+
Operation = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::Operation
|
|
43
|
+
Remediation = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::Remediation
|
|
44
|
+
OperationsListResults = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::OperationsListResults
|
|
35
45
|
QueryFailureError = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::QueryFailureError
|
|
36
|
-
ErrorDefinition = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::ErrorDefinition
|
|
37
|
-
RemediationFilters = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::RemediationFilters
|
|
38
|
-
RemediationDeployment = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::RemediationDeployment
|
|
39
|
-
TrackedResourceModificationDetails = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::TrackedResourceModificationDetails
|
|
40
|
-
RemediationDeploymentsListResult = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::RemediationDeploymentsListResult
|
|
41
|
-
QueryFailure = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::QueryFailure
|
|
42
|
-
ErrorResponse = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::ErrorResponse
|
|
43
|
-
PolicyTrackedResourcesQueryResults = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::PolicyTrackedResourcesQueryResults
|
|
44
46
|
QueryOptions = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::QueryOptions
|
|
45
|
-
|
|
47
|
+
RemediationDeployment = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::RemediationDeployment
|
|
48
|
+
PolicyStatesResource = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::PolicyStatesResource
|
|
46
49
|
end
|
|
47
50
|
|
|
48
51
|
class PolicyInsightsManagementClass
|
|
49
|
-
attr_reader :policy_events, :
|
|
52
|
+
attr_reader :policy_events, :policy_tracked_resources, :remediations, :policy_states, :operations, :configurable, :base_url, :options, :model_classes
|
|
50
53
|
|
|
51
54
|
def initialize(configurable, base_url=nil, options=nil)
|
|
52
55
|
@configurable, @base_url, @options = configurable, base_url, options
|
|
@@ -57,8 +60,6 @@ module Azure::Profiles::Latest
|
|
|
57
60
|
end
|
|
58
61
|
add_telemetry(@client_0)
|
|
59
62
|
@policy_events = @client_0.policy_events
|
|
60
|
-
@policy_states = @client_0.policy_states
|
|
61
|
-
@operations = @client_0.operations
|
|
62
63
|
|
|
63
64
|
@client_1 = Azure::PolicyInsights::Mgmt::V2018_07_01_preview::PolicyInsightsClient.new(configurable.credentials, base_url, options)
|
|
64
65
|
if(@client_1.respond_to?(:subscription_id))
|
|
@@ -67,6 +68,8 @@ module Azure::Profiles::Latest
|
|
|
67
68
|
add_telemetry(@client_1)
|
|
68
69
|
@policy_tracked_resources = @client_1.policy_tracked_resources
|
|
69
70
|
@remediations = @client_1.remediations
|
|
71
|
+
@policy_states = @client_1.policy_states
|
|
72
|
+
@operations = @client_1.operations
|
|
70
73
|
|
|
71
74
|
@model_classes = ModelClasses.new
|
|
72
75
|
end
|
|
@@ -87,92 +90,101 @@ module Azure::Profiles::Latest
|
|
|
87
90
|
end
|
|
88
91
|
|
|
89
92
|
class ModelClasses
|
|
90
|
-
def policy_definition_summary
|
|
91
|
-
Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyDefinitionSummary
|
|
92
|
-
end
|
|
93
|
-
def policy_assignment_summary
|
|
94
|
-
Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyAssignmentSummary
|
|
95
|
-
end
|
|
96
93
|
def policy_events_query_results
|
|
97
94
|
Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEventsQueryResults
|
|
98
95
|
end
|
|
99
|
-
def
|
|
100
|
-
Azure::PolicyInsights::Mgmt::V2018_04_04::Models::
|
|
96
|
+
def policy_event
|
|
97
|
+
Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEvent
|
|
101
98
|
end
|
|
102
|
-
def
|
|
103
|
-
Azure::PolicyInsights::Mgmt::
|
|
99
|
+
def error_response
|
|
100
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::ErrorResponse
|
|
104
101
|
end
|
|
105
|
-
def
|
|
106
|
-
Azure::PolicyInsights::Mgmt::
|
|
102
|
+
def expression_evaluation_details
|
|
103
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::ExpressionEvaluationDetails
|
|
107
104
|
end
|
|
108
|
-
def
|
|
109
|
-
Azure::PolicyInsights::Mgmt::
|
|
105
|
+
def tracked_resource_modification_details
|
|
106
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::TrackedResourceModificationDetails
|
|
110
107
|
end
|
|
111
|
-
def
|
|
112
|
-
Azure::PolicyInsights::Mgmt::
|
|
108
|
+
def if_not_exists_evaluation_details
|
|
109
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::IfNotExistsEvaluationDetails
|
|
113
110
|
end
|
|
114
|
-
def
|
|
115
|
-
Azure::PolicyInsights::Mgmt::
|
|
111
|
+
def policy_tracked_resources_query_results
|
|
112
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::PolicyTrackedResourcesQueryResults
|
|
113
|
+
end
|
|
114
|
+
def policy_evaluation_details
|
|
115
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::PolicyEvaluationDetails
|
|
116
|
+
end
|
|
117
|
+
def query_failure
|
|
118
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::QueryFailure
|
|
116
119
|
end
|
|
117
120
|
def policy_state
|
|
118
|
-
Azure::PolicyInsights::Mgmt::
|
|
121
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::PolicyState
|
|
119
122
|
end
|
|
120
|
-
def
|
|
121
|
-
Azure::PolicyInsights::Mgmt::
|
|
123
|
+
def remediation_deployment_summary
|
|
124
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::RemediationDeploymentSummary
|
|
125
|
+
end
|
|
126
|
+
def policy_states_query_results
|
|
127
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::PolicyStatesQueryResults
|
|
128
|
+
end
|
|
129
|
+
def remediation_list_result
|
|
130
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::RemediationListResult
|
|
122
131
|
end
|
|
123
132
|
def summary_results
|
|
124
|
-
Azure::PolicyInsights::Mgmt::
|
|
133
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::SummaryResults
|
|
125
134
|
end
|
|
126
|
-
def
|
|
127
|
-
Azure::PolicyInsights::Mgmt::
|
|
135
|
+
def error_definition
|
|
136
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::ErrorDefinition
|
|
128
137
|
end
|
|
129
|
-
def
|
|
130
|
-
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::
|
|
138
|
+
def policy_definition_summary
|
|
139
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::PolicyDefinitionSummary
|
|
131
140
|
end
|
|
132
|
-
def
|
|
133
|
-
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::
|
|
141
|
+
def remediation_deployments_list_result
|
|
142
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::RemediationDeploymentsListResult
|
|
134
143
|
end
|
|
135
|
-
def
|
|
136
|
-
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::
|
|
144
|
+
def policy_assignment_summary
|
|
145
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::PolicyAssignmentSummary
|
|
137
146
|
end
|
|
138
147
|
def policy_tracked_resource
|
|
139
148
|
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::PolicyTrackedResource
|
|
140
149
|
end
|
|
141
|
-
def
|
|
142
|
-
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::
|
|
143
|
-
end
|
|
144
|
-
def query_failure_error
|
|
145
|
-
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::QueryFailureError
|
|
146
|
-
end
|
|
147
|
-
def error_definition
|
|
148
|
-
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::ErrorDefinition
|
|
150
|
+
def summary
|
|
151
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::Summary
|
|
149
152
|
end
|
|
150
153
|
def remediation_filters
|
|
151
154
|
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::RemediationFilters
|
|
152
155
|
end
|
|
153
|
-
def
|
|
154
|
-
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::
|
|
156
|
+
def summarize_results
|
|
157
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::SummarizeResults
|
|
155
158
|
end
|
|
156
|
-
def
|
|
157
|
-
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::
|
|
159
|
+
def typed_error_info
|
|
160
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::TypedErrorInfo
|
|
158
161
|
end
|
|
159
|
-
def
|
|
160
|
-
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::
|
|
162
|
+
def operation_display
|
|
163
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::OperationDisplay
|
|
161
164
|
end
|
|
162
|
-
def
|
|
163
|
-
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::
|
|
165
|
+
def policy_details
|
|
166
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::PolicyDetails
|
|
164
167
|
end
|
|
165
|
-
def
|
|
166
|
-
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::
|
|
168
|
+
def operation
|
|
169
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::Operation
|
|
167
170
|
end
|
|
168
|
-
def
|
|
169
|
-
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::
|
|
171
|
+
def remediation
|
|
172
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::Remediation
|
|
173
|
+
end
|
|
174
|
+
def operations_list_results
|
|
175
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::OperationsListResults
|
|
176
|
+
end
|
|
177
|
+
def query_failure_error
|
|
178
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::QueryFailureError
|
|
170
179
|
end
|
|
171
180
|
def query_options
|
|
172
181
|
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::QueryOptions
|
|
173
182
|
end
|
|
174
|
-
def
|
|
175
|
-
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::
|
|
183
|
+
def remediation_deployment
|
|
184
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::RemediationDeployment
|
|
185
|
+
end
|
|
186
|
+
def policy_states_resource
|
|
187
|
+
Azure::PolicyInsights::Mgmt::V2018_07_01_preview::Models::PolicyStatesResource
|
|
176
188
|
end
|
|
177
189
|
end
|
|
178
190
|
end
|
|
@@ -7,123 +7,127 @@ require 'azure_mgmt_storage'
|
|
|
7
7
|
module Azure::Profiles::Latest
|
|
8
8
|
module Storage
|
|
9
9
|
module Mgmt
|
|
10
|
-
Operations = Azure::Storage::Mgmt::
|
|
11
|
-
Skus = Azure::Storage::Mgmt::
|
|
12
|
-
StorageAccounts = Azure::Storage::Mgmt::
|
|
13
|
-
Usages = Azure::Storage::Mgmt::
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
Operations = Azure::Storage::Mgmt::V2018_11_01::Operations
|
|
11
|
+
Skus = Azure::Storage::Mgmt::V2018_11_01::Skus
|
|
12
|
+
StorageAccounts = Azure::Storage::Mgmt::V2018_11_01::StorageAccounts
|
|
13
|
+
Usages = Azure::Storage::Mgmt::V2018_11_01::Usages
|
|
14
|
+
ManagementPolicies = Azure::Storage::Mgmt::V2018_11_01::ManagementPolicies
|
|
15
|
+
BlobServices = Azure::Storage::Mgmt::V2018_11_01::BlobServices
|
|
16
|
+
BlobContainers = Azure::Storage::Mgmt::V2018_11_01::BlobContainers
|
|
16
17
|
|
|
17
18
|
module Models
|
|
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
|
-
VirtualNetworkRule = Azure::Storage::Mgmt::
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
19
|
+
UsageListResult = Azure::Storage::Mgmt::V2018_11_01::Models::UsageListResult
|
|
20
|
+
OperationDisplay = Azure::Storage::Mgmt::V2018_11_01::Models::OperationDisplay
|
|
21
|
+
AccountSasParameters = Azure::Storage::Mgmt::V2018_11_01::Models::AccountSasParameters
|
|
22
|
+
MetricSpecification = Azure::Storage::Mgmt::V2018_11_01::Models::MetricSpecification
|
|
23
|
+
ListAccountSasResponse = Azure::Storage::Mgmt::V2018_11_01::Models::ListAccountSasResponse
|
|
24
|
+
Operation = Azure::Storage::Mgmt::V2018_11_01::Models::Operation
|
|
25
|
+
ServiceSasParameters = Azure::Storage::Mgmt::V2018_11_01::Models::ServiceSasParameters
|
|
26
|
+
StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2018_11_01::Models::StorageAccountCheckNameAvailabilityParameters
|
|
27
|
+
ListServiceSasResponse = Azure::Storage::Mgmt::V2018_11_01::Models::ListServiceSasResponse
|
|
28
|
+
Restriction = Azure::Storage::Mgmt::V2018_11_01::Models::Restriction
|
|
29
|
+
DateAfterModification = Azure::Storage::Mgmt::V2018_11_01::Models::DateAfterModification
|
|
30
|
+
StorageSkuListResult = Azure::Storage::Mgmt::V2018_11_01::Models::StorageSkuListResult
|
|
31
|
+
ManagementPolicyBaseBlob = Azure::Storage::Mgmt::V2018_11_01::Models::ManagementPolicyBaseBlob
|
|
32
|
+
CustomDomain = Azure::Storage::Mgmt::V2018_11_01::Models::CustomDomain
|
|
33
|
+
DateAfterCreation = Azure::Storage::Mgmt::V2018_11_01::Models::DateAfterCreation
|
|
34
|
+
EncryptionServices = Azure::Storage::Mgmt::V2018_11_01::Models::EncryptionServices
|
|
35
|
+
ManagementPolicySnapShot = Azure::Storage::Mgmt::V2018_11_01::Models::ManagementPolicySnapShot
|
|
36
|
+
Encryption = Azure::Storage::Mgmt::V2018_11_01::Models::Encryption
|
|
37
|
+
ManagementPolicyAction = Azure::Storage::Mgmt::V2018_11_01::Models::ManagementPolicyAction
|
|
38
|
+
IPRule = Azure::Storage::Mgmt::V2018_11_01::Models::IPRule
|
|
39
|
+
ManagementPolicyFilter = Azure::Storage::Mgmt::V2018_11_01::Models::ManagementPolicyFilter
|
|
40
|
+
Identity = Azure::Storage::Mgmt::V2018_11_01::Models::Identity
|
|
41
|
+
ManagementPolicyDefinition = Azure::Storage::Mgmt::V2018_11_01::Models::ManagementPolicyDefinition
|
|
42
|
+
Endpoints = Azure::Storage::Mgmt::V2018_11_01::Models::Endpoints
|
|
43
|
+
ManagementPolicyRule = Azure::Storage::Mgmt::V2018_11_01::Models::ManagementPolicyRule
|
|
44
|
+
VirtualNetworkRule = Azure::Storage::Mgmt::V2018_11_01::Models::VirtualNetworkRule
|
|
45
|
+
NetworkRuleSet = Azure::Storage::Mgmt::V2018_11_01::Models::NetworkRuleSet
|
|
46
|
+
StorageAccountListResult = Azure::Storage::Mgmt::V2018_11_01::Models::StorageAccountListResult
|
|
47
|
+
StorageAccountCreateParameters = Azure::Storage::Mgmt::V2018_11_01::Models::StorageAccountCreateParameters
|
|
48
|
+
StorageAccountRegenerateKeyParameters = Azure::Storage::Mgmt::V2018_11_01::Models::StorageAccountRegenerateKeyParameters
|
|
49
|
+
GeoReplicationStats = Azure::Storage::Mgmt::V2018_11_01::Models::GeoReplicationStats
|
|
50
|
+
UsageName = Azure::Storage::Mgmt::V2018_11_01::Models::UsageName
|
|
51
|
+
Dimension = Azure::Storage::Mgmt::V2018_11_01::Models::Dimension
|
|
52
|
+
ManagementPolicySchema = Azure::Storage::Mgmt::V2018_11_01::Models::ManagementPolicySchema
|
|
53
|
+
OperationListResult = Azure::Storage::Mgmt::V2018_11_01::Models::OperationListResult
|
|
54
|
+
DeleteRetentionPolicy = Azure::Storage::Mgmt::V2018_11_01::Models::DeleteRetentionPolicy
|
|
55
|
+
Sku = Azure::Storage::Mgmt::V2018_11_01::Models::Sku
|
|
56
|
+
CorsRules = Azure::Storage::Mgmt::V2018_11_01::Models::CorsRules
|
|
57
|
+
EncryptionService = Azure::Storage::Mgmt::V2018_11_01::Models::EncryptionService
|
|
58
|
+
KeyVaultProperties = Azure::Storage::Mgmt::V2018_11_01::Models::KeyVaultProperties
|
|
59
|
+
LegalHold = Azure::Storage::Mgmt::V2018_11_01::Models::LegalHold
|
|
60
|
+
StorageAccountListKeysResult = Azure::Storage::Mgmt::V2018_11_01::Models::StorageAccountListKeysResult
|
|
61
|
+
CorsRule = Azure::Storage::Mgmt::V2018_11_01::Models::CorsRule
|
|
62
|
+
Usage = Azure::Storage::Mgmt::V2018_11_01::Models::Usage
|
|
63
|
+
Resource = Azure::Storage::Mgmt::V2018_11_01::Models::Resource
|
|
64
|
+
SKUCapability = Azure::Storage::Mgmt::V2018_11_01::Models::SKUCapability
|
|
65
|
+
UpdateHistoryProperty = Azure::Storage::Mgmt::V2018_11_01::Models::UpdateHistoryProperty
|
|
66
|
+
StorageAccountKey = Azure::Storage::Mgmt::V2018_11_01::Models::StorageAccountKey
|
|
67
|
+
ImmutabilityPolicyProperties = Azure::Storage::Mgmt::V2018_11_01::Models::ImmutabilityPolicyProperties
|
|
68
|
+
ServiceSpecification = Azure::Storage::Mgmt::V2018_11_01::Models::ServiceSpecification
|
|
69
|
+
TagProperty = Azure::Storage::Mgmt::V2018_11_01::Models::TagProperty
|
|
70
|
+
StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2018_11_01::Models::StorageAccountUpdateParameters
|
|
71
|
+
LegalHoldProperties = Azure::Storage::Mgmt::V2018_11_01::Models::LegalHoldProperties
|
|
72
|
+
CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2018_11_01::Models::CheckNameAvailabilityResult
|
|
73
|
+
ListContainerItems = Azure::Storage::Mgmt::V2018_11_01::Models::ListContainerItems
|
|
74
|
+
TrackedResource = Azure::Storage::Mgmt::V2018_11_01::Models::TrackedResource
|
|
75
|
+
StorageAccount = Azure::Storage::Mgmt::V2018_11_01::Models::StorageAccount
|
|
76
|
+
ManagementPolicy = Azure::Storage::Mgmt::V2018_11_01::Models::ManagementPolicy
|
|
77
|
+
ProxyResource = Azure::Storage::Mgmt::V2018_11_01::Models::ProxyResource
|
|
78
|
+
AzureEntityResource = Azure::Storage::Mgmt::V2018_11_01::Models::AzureEntityResource
|
|
79
|
+
BlobContainer = Azure::Storage::Mgmt::V2018_11_01::Models::BlobContainer
|
|
80
|
+
ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_11_01::Models::ImmutabilityPolicy
|
|
81
|
+
ListContainerItem = Azure::Storage::Mgmt::V2018_11_01::Models::ListContainerItem
|
|
82
|
+
BlobServiceProperties = Azure::Storage::Mgmt::V2018_11_01::Models::BlobServiceProperties
|
|
83
|
+
ReasonCode = Azure::Storage::Mgmt::V2018_11_01::Models::ReasonCode
|
|
84
|
+
SkuName = Azure::Storage::Mgmt::V2018_11_01::Models::SkuName
|
|
85
|
+
SkuTier = Azure::Storage::Mgmt::V2018_11_01::Models::SkuTier
|
|
86
|
+
Kind = Azure::Storage::Mgmt::V2018_11_01::Models::Kind
|
|
87
|
+
Reason = Azure::Storage::Mgmt::V2018_11_01::Models::Reason
|
|
88
|
+
KeySource = Azure::Storage::Mgmt::V2018_11_01::Models::KeySource
|
|
89
|
+
Action = Azure::Storage::Mgmt::V2018_11_01::Models::Action
|
|
90
|
+
State = Azure::Storage::Mgmt::V2018_11_01::Models::State
|
|
91
|
+
Bypass = Azure::Storage::Mgmt::V2018_11_01::Models::Bypass
|
|
92
|
+
DefaultAction = Azure::Storage::Mgmt::V2018_11_01::Models::DefaultAction
|
|
93
|
+
AccessTier = Azure::Storage::Mgmt::V2018_11_01::Models::AccessTier
|
|
94
|
+
GeoReplicationStatus = Azure::Storage::Mgmt::V2018_11_01::Models::GeoReplicationStatus
|
|
95
|
+
ProvisioningState = Azure::Storage::Mgmt::V2018_11_01::Models::ProvisioningState
|
|
96
|
+
AccountStatus = Azure::Storage::Mgmt::V2018_11_01::Models::AccountStatus
|
|
97
|
+
KeyPermission = Azure::Storage::Mgmt::V2018_11_01::Models::KeyPermission
|
|
98
|
+
UsageUnit = Azure::Storage::Mgmt::V2018_11_01::Models::UsageUnit
|
|
99
|
+
Services = Azure::Storage::Mgmt::V2018_11_01::Models::Services
|
|
100
|
+
SignedResourceTypes = Azure::Storage::Mgmt::V2018_11_01::Models::SignedResourceTypes
|
|
101
|
+
Permissions = Azure::Storage::Mgmt::V2018_11_01::Models::Permissions
|
|
102
|
+
HttpProtocol = Azure::Storage::Mgmt::V2018_11_01::Models::HttpProtocol
|
|
103
|
+
SignedResource = Azure::Storage::Mgmt::V2018_11_01::Models::SignedResource
|
|
104
|
+
PublicAccess = Azure::Storage::Mgmt::V2018_11_01::Models::PublicAccess
|
|
105
|
+
LeaseStatus = Azure::Storage::Mgmt::V2018_11_01::Models::LeaseStatus
|
|
106
|
+
LeaseState = Azure::Storage::Mgmt::V2018_11_01::Models::LeaseState
|
|
107
|
+
LeaseDuration = Azure::Storage::Mgmt::V2018_11_01::Models::LeaseDuration
|
|
108
|
+
ImmutabilityPolicyState = Azure::Storage::Mgmt::V2018_11_01::Models::ImmutabilityPolicyState
|
|
109
|
+
ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2018_11_01::Models::ImmutabilityPolicyUpdateType
|
|
110
|
+
StorageAccountExpand = Azure::Storage::Mgmt::V2018_11_01::Models::StorageAccountExpand
|
|
102
111
|
end
|
|
103
112
|
|
|
104
113
|
class StorageManagementClass
|
|
105
|
-
attr_reader :operations, :skus, :storage_accounts, :usages, :blob_services, :blob_containers, :configurable, :base_url, :options, :model_classes
|
|
114
|
+
attr_reader :operations, :skus, :storage_accounts, :usages, :management_policies, :blob_services, :blob_containers, :configurable, :base_url, :options, :model_classes
|
|
106
115
|
|
|
107
116
|
def initialize(configurable, base_url=nil, options=nil)
|
|
108
117
|
@configurable, @base_url, @options = configurable, base_url, options
|
|
109
118
|
|
|
110
|
-
@client_0 = Azure::Storage::Mgmt::
|
|
119
|
+
@client_0 = Azure::Storage::Mgmt::V2018_11_01::StorageManagementClient.new(configurable.credentials, base_url, options)
|
|
111
120
|
if(@client_0.respond_to?(:subscription_id))
|
|
112
121
|
@client_0.subscription_id = configurable.subscription_id
|
|
113
122
|
end
|
|
114
123
|
add_telemetry(@client_0)
|
|
115
|
-
|
|
116
|
-
@
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
@
|
|
122
|
-
@skus = @client_1.skus
|
|
123
|
-
@storage_accounts = @client_1.storage_accounts
|
|
124
|
-
@usages = @client_1.usages
|
|
125
|
-
@blob_services = @client_1.blob_services
|
|
126
|
-
@blob_containers = @client_1.blob_containers
|
|
124
|
+
@operations = @client_0.operations
|
|
125
|
+
@skus = @client_0.skus
|
|
126
|
+
@storage_accounts = @client_0.storage_accounts
|
|
127
|
+
@usages = @client_0.usages
|
|
128
|
+
@management_policies = @client_0.management_policies
|
|
129
|
+
@blob_services = @client_0.blob_services
|
|
130
|
+
@blob_containers = @client_0.blob_containers
|
|
127
131
|
|
|
128
132
|
@model_classes = ModelClasses.new
|
|
129
133
|
end
|
|
@@ -134,9 +138,7 @@ module Azure::Profiles::Latest
|
|
|
134
138
|
end
|
|
135
139
|
|
|
136
140
|
def method_missing(method, *args)
|
|
137
|
-
if @
|
|
138
|
-
@client_1.send(method, *args)
|
|
139
|
-
elsif @client_0.respond_to?method
|
|
141
|
+
if @client_0.respond_to?method
|
|
140
142
|
@client_0.send(method, *args)
|
|
141
143
|
else
|
|
142
144
|
super
|
|
@@ -144,257 +146,281 @@ module Azure::Profiles::Latest
|
|
|
144
146
|
end
|
|
145
147
|
|
|
146
148
|
class ModelClasses
|
|
147
|
-
def
|
|
148
|
-
Azure::Storage::Mgmt::
|
|
149
|
-
end
|
|
150
|
-
def storage_account_management_policies
|
|
151
|
-
Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies
|
|
152
|
-
end
|
|
153
|
-
def storage_account_list_keys_result
|
|
154
|
-
Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountListKeysResult
|
|
149
|
+
def usage_list_result
|
|
150
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::UsageListResult
|
|
155
151
|
end
|
|
156
152
|
def operation_display
|
|
157
|
-
Azure::Storage::Mgmt::
|
|
153
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::OperationDisplay
|
|
158
154
|
end
|
|
159
|
-
def
|
|
160
|
-
Azure::Storage::Mgmt::
|
|
155
|
+
def account_sas_parameters
|
|
156
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::AccountSasParameters
|
|
161
157
|
end
|
|
162
158
|
def metric_specification
|
|
163
|
-
Azure::Storage::Mgmt::
|
|
159
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::MetricSpecification
|
|
164
160
|
end
|
|
165
|
-
def
|
|
166
|
-
Azure::Storage::Mgmt::
|
|
161
|
+
def list_account_sas_response
|
|
162
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::ListAccountSasResponse
|
|
167
163
|
end
|
|
168
164
|
def operation
|
|
169
|
-
Azure::Storage::Mgmt::
|
|
165
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::Operation
|
|
170
166
|
end
|
|
171
|
-
def
|
|
172
|
-
Azure::Storage::Mgmt::
|
|
167
|
+
def service_sas_parameters
|
|
168
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::ServiceSasParameters
|
|
173
169
|
end
|
|
174
170
|
def storage_account_check_name_availability_parameters
|
|
175
|
-
Azure::Storage::Mgmt::
|
|
171
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::StorageAccountCheckNameAvailabilityParameters
|
|
176
172
|
end
|
|
177
|
-
def
|
|
178
|
-
Azure::Storage::Mgmt::
|
|
173
|
+
def list_service_sas_response
|
|
174
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::ListServiceSasResponse
|
|
179
175
|
end
|
|
180
176
|
def restriction
|
|
181
|
-
Azure::Storage::Mgmt::
|
|
177
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::Restriction
|
|
182
178
|
end
|
|
183
|
-
def
|
|
184
|
-
Azure::Storage::Mgmt::
|
|
179
|
+
def date_after_modification
|
|
180
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::DateAfterModification
|
|
185
181
|
end
|
|
186
182
|
def storage_sku_list_result
|
|
187
|
-
Azure::Storage::Mgmt::
|
|
183
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::StorageSkuListResult
|
|
188
184
|
end
|
|
189
|
-
def
|
|
190
|
-
Azure::Storage::Mgmt::
|
|
185
|
+
def management_policy_base_blob
|
|
186
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::ManagementPolicyBaseBlob
|
|
191
187
|
end
|
|
192
188
|
def custom_domain
|
|
193
|
-
Azure::Storage::Mgmt::
|
|
189
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::CustomDomain
|
|
194
190
|
end
|
|
195
|
-
def
|
|
196
|
-
Azure::Storage::Mgmt::
|
|
191
|
+
def date_after_creation
|
|
192
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::DateAfterCreation
|
|
197
193
|
end
|
|
198
194
|
def encryption_services
|
|
199
|
-
Azure::Storage::Mgmt::
|
|
195
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::EncryptionServices
|
|
200
196
|
end
|
|
201
|
-
def
|
|
202
|
-
Azure::Storage::Mgmt::
|
|
197
|
+
def management_policy_snap_shot
|
|
198
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::ManagementPolicySnapShot
|
|
203
199
|
end
|
|
204
200
|
def encryption
|
|
205
|
-
Azure::Storage::Mgmt::
|
|
201
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::Encryption
|
|
206
202
|
end
|
|
207
|
-
def
|
|
208
|
-
Azure::Storage::Mgmt::
|
|
203
|
+
def management_policy_action
|
|
204
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::ManagementPolicyAction
|
|
209
205
|
end
|
|
210
206
|
def iprule
|
|
211
|
-
Azure::Storage::Mgmt::
|
|
207
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::IPRule
|
|
212
208
|
end
|
|
213
|
-
def
|
|
214
|
-
Azure::Storage::Mgmt::
|
|
209
|
+
def management_policy_filter
|
|
210
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::ManagementPolicyFilter
|
|
215
211
|
end
|
|
216
|
-
def
|
|
217
|
-
Azure::Storage::Mgmt::
|
|
212
|
+
def identity
|
|
213
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::Identity
|
|
218
214
|
end
|
|
219
|
-
def
|
|
220
|
-
Azure::Storage::Mgmt::
|
|
215
|
+
def management_policy_definition
|
|
216
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::ManagementPolicyDefinition
|
|
221
217
|
end
|
|
222
|
-
def
|
|
223
|
-
Azure::Storage::Mgmt::
|
|
218
|
+
def endpoints
|
|
219
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::Endpoints
|
|
224
220
|
end
|
|
225
|
-
def
|
|
226
|
-
Azure::Storage::Mgmt::
|
|
221
|
+
def management_policy_rule
|
|
222
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::ManagementPolicyRule
|
|
223
|
+
end
|
|
224
|
+
def virtual_network_rule
|
|
225
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::VirtualNetworkRule
|
|
227
226
|
end
|
|
228
227
|
def network_rule_set
|
|
229
|
-
Azure::Storage::Mgmt::
|
|
228
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::NetworkRuleSet
|
|
230
229
|
end
|
|
231
|
-
def
|
|
232
|
-
Azure::Storage::Mgmt::
|
|
230
|
+
def storage_account_list_result
|
|
231
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::StorageAccountListResult
|
|
232
|
+
end
|
|
233
|
+
def storage_account_create_parameters
|
|
234
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::StorageAccountCreateParameters
|
|
235
|
+
end
|
|
236
|
+
def storage_account_regenerate_key_parameters
|
|
237
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::StorageAccountRegenerateKeyParameters
|
|
238
|
+
end
|
|
239
|
+
def geo_replication_stats
|
|
240
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::GeoReplicationStats
|
|
241
|
+
end
|
|
242
|
+
def usage_name
|
|
243
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::UsageName
|
|
233
244
|
end
|
|
234
245
|
def dimension
|
|
235
|
-
Azure::Storage::Mgmt::
|
|
246
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::Dimension
|
|
236
247
|
end
|
|
237
|
-
def
|
|
238
|
-
Azure::Storage::Mgmt::
|
|
248
|
+
def management_policy_schema
|
|
249
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::ManagementPolicySchema
|
|
239
250
|
end
|
|
240
251
|
def operation_list_result
|
|
241
|
-
Azure::Storage::Mgmt::
|
|
252
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::OperationListResult
|
|
242
253
|
end
|
|
243
|
-
def
|
|
244
|
-
Azure::Storage::Mgmt::
|
|
254
|
+
def delete_retention_policy
|
|
255
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::DeleteRetentionPolicy
|
|
245
256
|
end
|
|
246
257
|
def sku
|
|
247
|
-
Azure::Storage::Mgmt::
|
|
258
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::Sku
|
|
248
259
|
end
|
|
249
260
|
def cors_rules
|
|
250
|
-
Azure::Storage::Mgmt::
|
|
261
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::CorsRules
|
|
251
262
|
end
|
|
252
|
-
def
|
|
253
|
-
Azure::Storage::Mgmt::
|
|
263
|
+
def encryption_service
|
|
264
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::EncryptionService
|
|
254
265
|
end
|
|
255
|
-
def
|
|
256
|
-
Azure::Storage::Mgmt::
|
|
266
|
+
def key_vault_properties
|
|
267
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::KeyVaultProperties
|
|
257
268
|
end
|
|
258
269
|
def legal_hold
|
|
259
|
-
Azure::Storage::Mgmt::
|
|
270
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::LegalHold
|
|
260
271
|
end
|
|
261
|
-
def
|
|
262
|
-
Azure::Storage::Mgmt::
|
|
272
|
+
def storage_account_list_keys_result
|
|
273
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::StorageAccountListKeysResult
|
|
263
274
|
end
|
|
264
|
-
def
|
|
265
|
-
Azure::Storage::Mgmt::
|
|
275
|
+
def cors_rule
|
|
276
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::CorsRule
|
|
277
|
+
end
|
|
278
|
+
def usage
|
|
279
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::Usage
|
|
280
|
+
end
|
|
281
|
+
def resource
|
|
282
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::Resource
|
|
266
283
|
end
|
|
267
284
|
def skucapability
|
|
268
|
-
Azure::Storage::Mgmt::
|
|
285
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::SKUCapability
|
|
286
|
+
end
|
|
287
|
+
def update_history_property
|
|
288
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::UpdateHistoryProperty
|
|
289
|
+
end
|
|
290
|
+
def storage_account_key
|
|
291
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::StorageAccountKey
|
|
292
|
+
end
|
|
293
|
+
def immutability_policy_properties
|
|
294
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::ImmutabilityPolicyProperties
|
|
295
|
+
end
|
|
296
|
+
def service_specification
|
|
297
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::ServiceSpecification
|
|
269
298
|
end
|
|
270
299
|
def tag_property
|
|
271
|
-
Azure::Storage::Mgmt::
|
|
300
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::TagProperty
|
|
272
301
|
end
|
|
273
|
-
def
|
|
274
|
-
Azure::Storage::Mgmt::
|
|
302
|
+
def storage_account_update_parameters
|
|
303
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::StorageAccountUpdateParameters
|
|
275
304
|
end
|
|
276
305
|
def legal_hold_properties
|
|
277
|
-
Azure::Storage::Mgmt::
|
|
306
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::LegalHoldProperties
|
|
278
307
|
end
|
|
279
308
|
def check_name_availability_result
|
|
280
|
-
Azure::Storage::Mgmt::
|
|
281
|
-
end
|
|
282
|
-
def cors_rule
|
|
283
|
-
Azure::Storage::Mgmt::V2018_07_01::Models::CorsRule
|
|
284
|
-
end
|
|
285
|
-
def service_specification
|
|
286
|
-
Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification
|
|
309
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::CheckNameAvailabilityResult
|
|
287
310
|
end
|
|
288
311
|
def list_container_items
|
|
289
|
-
Azure::Storage::Mgmt::
|
|
312
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::ListContainerItems
|
|
313
|
+
end
|
|
314
|
+
def tracked_resource
|
|
315
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::TrackedResource
|
|
290
316
|
end
|
|
291
317
|
def storage_account
|
|
292
|
-
Azure::Storage::Mgmt::
|
|
318
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::StorageAccount
|
|
319
|
+
end
|
|
320
|
+
def management_policy
|
|
321
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::ManagementPolicy
|
|
293
322
|
end
|
|
294
323
|
def proxy_resource
|
|
295
|
-
Azure::Storage::Mgmt::
|
|
324
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::ProxyResource
|
|
296
325
|
end
|
|
297
326
|
def azure_entity_resource
|
|
298
|
-
Azure::Storage::Mgmt::
|
|
299
|
-
end
|
|
300
|
-
def tracked_resource
|
|
301
|
-
Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource
|
|
327
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::AzureEntityResource
|
|
302
328
|
end
|
|
303
329
|
def blob_container
|
|
304
|
-
Azure::Storage::Mgmt::
|
|
330
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::BlobContainer
|
|
305
331
|
end
|
|
306
332
|
def immutability_policy
|
|
307
|
-
Azure::Storage::Mgmt::
|
|
333
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::ImmutabilityPolicy
|
|
308
334
|
end
|
|
309
335
|
def list_container_item
|
|
310
|
-
Azure::Storage::Mgmt::
|
|
336
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::ListContainerItem
|
|
311
337
|
end
|
|
312
338
|
def blob_service_properties
|
|
313
|
-
Azure::Storage::Mgmt::
|
|
339
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::BlobServiceProperties
|
|
314
340
|
end
|
|
315
341
|
def reason_code
|
|
316
|
-
Azure::Storage::Mgmt::
|
|
342
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::ReasonCode
|
|
317
343
|
end
|
|
318
344
|
def sku_name
|
|
319
|
-
Azure::Storage::Mgmt::
|
|
345
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::SkuName
|
|
320
346
|
end
|
|
321
347
|
def sku_tier
|
|
322
|
-
Azure::Storage::Mgmt::
|
|
348
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::SkuTier
|
|
323
349
|
end
|
|
324
350
|
def kind
|
|
325
|
-
Azure::Storage::Mgmt::
|
|
351
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::Kind
|
|
326
352
|
end
|
|
327
353
|
def reason
|
|
328
|
-
Azure::Storage::Mgmt::
|
|
354
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::Reason
|
|
329
355
|
end
|
|
330
356
|
def key_source
|
|
331
|
-
Azure::Storage::Mgmt::
|
|
357
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::KeySource
|
|
332
358
|
end
|
|
333
359
|
def action
|
|
334
|
-
Azure::Storage::Mgmt::
|
|
360
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::Action
|
|
335
361
|
end
|
|
336
362
|
def state
|
|
337
|
-
Azure::Storage::Mgmt::
|
|
363
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::State
|
|
338
364
|
end
|
|
339
365
|
def bypass
|
|
340
|
-
Azure::Storage::Mgmt::
|
|
366
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::Bypass
|
|
341
367
|
end
|
|
342
368
|
def default_action
|
|
343
|
-
Azure::Storage::Mgmt::
|
|
369
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::DefaultAction
|
|
344
370
|
end
|
|
345
371
|
def access_tier
|
|
346
|
-
Azure::Storage::Mgmt::
|
|
372
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::AccessTier
|
|
347
373
|
end
|
|
348
374
|
def geo_replication_status
|
|
349
|
-
Azure::Storage::Mgmt::
|
|
375
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::GeoReplicationStatus
|
|
350
376
|
end
|
|
351
377
|
def provisioning_state
|
|
352
|
-
Azure::Storage::Mgmt::
|
|
378
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::ProvisioningState
|
|
353
379
|
end
|
|
354
380
|
def account_status
|
|
355
|
-
Azure::Storage::Mgmt::
|
|
381
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::AccountStatus
|
|
356
382
|
end
|
|
357
383
|
def key_permission
|
|
358
|
-
Azure::Storage::Mgmt::
|
|
384
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::KeyPermission
|
|
359
385
|
end
|
|
360
386
|
def usage_unit
|
|
361
|
-
Azure::Storage::Mgmt::
|
|
387
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::UsageUnit
|
|
362
388
|
end
|
|
363
389
|
def services
|
|
364
|
-
Azure::Storage::Mgmt::
|
|
390
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::Services
|
|
365
391
|
end
|
|
366
392
|
def signed_resource_types
|
|
367
|
-
Azure::Storage::Mgmt::
|
|
393
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::SignedResourceTypes
|
|
368
394
|
end
|
|
369
395
|
def permissions
|
|
370
|
-
Azure::Storage::Mgmt::
|
|
396
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::Permissions
|
|
371
397
|
end
|
|
372
398
|
def http_protocol
|
|
373
|
-
Azure::Storage::Mgmt::
|
|
399
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::HttpProtocol
|
|
374
400
|
end
|
|
375
401
|
def signed_resource
|
|
376
|
-
Azure::Storage::Mgmt::
|
|
402
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::SignedResource
|
|
377
403
|
end
|
|
378
404
|
def public_access
|
|
379
|
-
Azure::Storage::Mgmt::
|
|
405
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::PublicAccess
|
|
380
406
|
end
|
|
381
407
|
def lease_status
|
|
382
|
-
Azure::Storage::Mgmt::
|
|
408
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::LeaseStatus
|
|
383
409
|
end
|
|
384
410
|
def lease_state
|
|
385
|
-
Azure::Storage::Mgmt::
|
|
411
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::LeaseState
|
|
386
412
|
end
|
|
387
413
|
def lease_duration
|
|
388
|
-
Azure::Storage::Mgmt::
|
|
414
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::LeaseDuration
|
|
389
415
|
end
|
|
390
416
|
def immutability_policy_state
|
|
391
|
-
Azure::Storage::Mgmt::
|
|
417
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::ImmutabilityPolicyState
|
|
392
418
|
end
|
|
393
419
|
def immutability_policy_update_type
|
|
394
|
-
Azure::Storage::Mgmt::
|
|
420
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::ImmutabilityPolicyUpdateType
|
|
395
421
|
end
|
|
396
422
|
def storage_account_expand
|
|
397
|
-
Azure::Storage::Mgmt::
|
|
423
|
+
Azure::Storage::Mgmt::V2018_11_01::Models::StorageAccountExpand
|
|
398
424
|
end
|
|
399
425
|
end
|
|
400
426
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.23.
|
|
4
|
+
version: 0.23.1
|
|
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-03-
|
|
11
|
+
date: 2019-03-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -618,14 +618,14 @@ dependencies:
|
|
|
618
618
|
requirements:
|
|
619
619
|
- - "~>"
|
|
620
620
|
- !ruby/object:Gem::Version
|
|
621
|
-
version: 0.17.
|
|
621
|
+
version: 0.17.3
|
|
622
622
|
type: :runtime
|
|
623
623
|
prerelease: false
|
|
624
624
|
version_requirements: !ruby/object:Gem::Requirement
|
|
625
625
|
requirements:
|
|
626
626
|
- - "~>"
|
|
627
627
|
- !ruby/object:Gem::Version
|
|
628
|
-
version: 0.17.
|
|
628
|
+
version: 0.17.3
|
|
629
629
|
- !ruby/object:Gem::Dependency
|
|
630
630
|
name: azure_mgmt_powerbi_embedded
|
|
631
631
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -856,14 +856,14 @@ dependencies:
|
|
|
856
856
|
requirements:
|
|
857
857
|
- - "~>"
|
|
858
858
|
- !ruby/object:Gem::Version
|
|
859
|
-
version: 0.17.
|
|
859
|
+
version: 0.17.7
|
|
860
860
|
type: :runtime
|
|
861
861
|
prerelease: false
|
|
862
862
|
version_requirements: !ruby/object:Gem::Requirement
|
|
863
863
|
requirements:
|
|
864
864
|
- - "~>"
|
|
865
865
|
- !ruby/object:Gem::Version
|
|
866
|
-
version: 0.17.
|
|
866
|
+
version: 0.17.7
|
|
867
867
|
- !ruby/object:Gem::Dependency
|
|
868
868
|
name: azure_mgmt_stream_analytics
|
|
869
869
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -1270,7 +1270,7 @@ metadata:
|
|
|
1270
1270
|
changelog_uri: https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md
|
|
1271
1271
|
documentation_uri: https://azure.microsoft.com/en-us/develop/ruby/
|
|
1272
1272
|
homepage_uri: https://aka.ms/azure-sdk-for-ruby
|
|
1273
|
-
source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/ARM-0.23.
|
|
1273
|
+
source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/ARM-0.23.1
|
|
1274
1274
|
wiki_uri: https://github.com/Azure/azure-sdk-for-ruby/wiki
|
|
1275
1275
|
post_install_message:
|
|
1276
1276
|
rdoc_options: []
|