This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 245
/
Gemfile
159 lines (156 loc) · 12.8 KB
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
source 'https://rubygems.org'
group :development, :test do
gem 'dotenv'
gem 'os'
gem 'rake'
gem 'rspec'
gem 'vcr'
end
gem 'octokit', '~> 4.16.0'
gem 'azure_mgmt_adhybridhealth_service', path: 'management/azure_mgmt_adhybridhealth_service'
gem 'azure_mgmt_advisor', path: 'management/azure_mgmt_advisor'
gem 'azure_mgmt_alerts_management', path: 'management/azure_mgmt_alerts_management'
gem 'azure_mgmt_analysis_services', path: 'management/azure_mgmt_analysis_services'
gem 'azure_mgmt_api_management', path: 'management/azure_mgmt_api_management'
gem 'azure_mgmt_appconfiguration', path: 'management/azure_mgmt_appconfiguration'
gem 'azure_mgmt_attestation', path: 'management/azure_mgmt_attestation'
gem 'azure_mgmt_authorization', path: 'management/azure_mgmt_authorization'
gem 'azure_mgmt_automanage', path: 'management/azure_mgmt_automanage'
gem 'azure_mgmt_automation', path: 'management/azure_mgmt_automation'
gem 'azure_mgmt_azurestack', path: 'management/azure_mgmt_azurestack'
gem 'azure_mgmt_azurestack_hci', path: 'management/azure_mgmt_azurestack_hci'
gem 'azure_mgmt_batch', path: 'management/azure_mgmt_batch'
gem 'azure_mgmt_batchai', path: 'management/azure_mgmt_batchai'
gem 'azure_mgmt_billing', path: 'management/azure_mgmt_billing'
gem 'azure_mgmt_bot_service', path: 'management/azure_mgmt_bot_service'
gem 'azure_mgmt_cdn', path: 'management/azure_mgmt_cdn'
gem 'azure_mgmt_cognitive_services', path: 'management/azure_mgmt_cognitive_services'
gem 'azure_mgmt_commerce', path: 'management/azure_mgmt_commerce'
gem 'azure_mgmt_compute', path: 'management/azure_mgmt_compute'
gem 'azure_mgmt_confluent', path: 'management/azure_mgmt_confluent'
gem 'azure_mgmt_consumption', path: 'management/azure_mgmt_consumption'
gem 'azure_mgmt_container_instance', path: 'management/azure_mgmt_container_instance'
gem 'azure_mgmt_container_registry', path: 'management/azure_mgmt_container_registry'
gem 'azure_mgmt_container_service', path: 'management/azure_mgmt_container_service'
gem 'azure_mgmt_cosmosdb', path: 'management/azure_mgmt_cosmosdb'
gem 'azure_mgmt_cost_management', path: 'management/azure_mgmt_cost_management'
gem 'azure_mgmt_customer_insights', path: 'management/azure_mgmt_customer_insights'
gem 'azure_mgmt_databox', path: 'management/azure_mgmt_databox'
gem 'azure_mgmt_databoxedge', path: 'management/azure_mgmt_databoxedge'
gem 'azure_mgmt_datashare', path: 'management/azure_mgmt_datashare'
gem 'azure_mgmt_datalake_analytics', path: 'management/azure_mgmt_datalake_analytics'
gem 'azure_mgmt_datalake_store', path: 'management/azure_mgmt_datalake_store'
gem 'azure_mgmt_data_migration', path: 'management/azure_mgmt_data_migration'
gem 'azure_mgmt_data_factory', path: 'management/azure_mgmt_data_factory'
gem 'azure_mgmt_deployment_manager', path: 'management/azure_mgmt_deployment_manager'
gem 'azure_mgmt_dev_spaces', path: 'management/azure_mgmt_dev_spaces'
gem 'azure_mgmt_devtestlabs', path: 'management/azure_mgmt_devtestlabs'
gem 'azure_mgmt_digitaltwins', path: 'management/azure_mgmt_digitaltwins'
gem 'azure_mgmt_dns', path: 'management/azure_mgmt_dns'
gem 'azure_mgmt_edgegateway', path: 'management/azure_mgmt_edgegateway'
gem 'azure_mgmt_event_grid', path: 'management/azure_mgmt_event_grid'
gem 'azure_mgmt_event_hub', path: 'management/azure_mgmt_event_hub'
gem 'azure_mgmt_features', path: 'management/azure_mgmt_features'
gem 'azure_mgmt_hanaonazure', path: 'management/azure_mgmt_hanaonazure'
gem 'azure_mgmt_hdinsight', path: 'management/azure_mgmt_hdinsight'
gem 'azure_mgmt_healthcare_apis', path: 'management/azure_mgmt_healthcare_apis'
gem 'azure_mgmt_hybrid_compute', path: 'management/azure_mgmt_hybrid_compute'
gem 'azure_mgmt_import_export', path: 'management/azure_mgmt_import_export'
gem 'azure_mgmt_iot_central', path: 'management/azure_mgmt_iot_central'
gem 'azure_mgmt_iot_hub', path: 'management/azure_mgmt_iot_hub'
gem 'azure_mgmt_key_vault', path: 'management/azure_mgmt_key_vault'
gem 'azure_mgmt_kubernetes_configuration', path: 'management/azure_mgmt_kubernetes_configuration'
gem 'azure_mgmt_kusto', path: 'management/azure_mgmt_kusto'
gem 'azure_mgmt_labservices', path: 'management/azure_mgmt_labservices'
gem 'azure_mgmt_links', path: 'management/azure_mgmt_links'
gem 'azure_mgmt_locks', path: 'management/azure_mgmt_locks'
gem 'azure_mgmt_logic', path: 'management/azure_mgmt_logic'
gem 'azure_mgmt_machine_learning', path: 'management/azure_mgmt_machine_learning'
gem 'azure_mgmt_machine_learning_services', path: 'management/azure_mgmt_machine_learning_services'
gem 'azure_mgmt_maintenance', path: 'management/azure_mgmt_maintenance'
gem 'azure_mgmt_managed_applications', path: 'management/azure_mgmt_managed_applications'
gem 'azure_mgmt_mariadb', path: 'management/azure_mgmt_mariadb'
gem 'azure_mgmt_marketplace_ordering', path: 'management/azure_mgmt_marketplace_ordering'
gem 'azure_mgmt_media_services', path: 'management/azure_mgmt_media_services'
gem 'azure_mgmt_migrate', path: 'management/azure_mgmt_migrate'
gem 'azure_mgmt_mixedreality', path: 'management/azure_mgmt_mixedreality'
gem 'azure_mgmt_monitor', path: 'management/azure_mgmt_monitor'
gem 'azure_mgmt_msi', path: 'management/azure_mgmt_msi'
gem 'azure_mgmt_mysql', path: 'management/azure_mgmt_mysql'
gem 'azure_mgmt_netapp', path: 'management/azure_mgmt_netapp'
gem 'azure_mgmt_network', path: 'management/azure_mgmt_network'
gem 'azure_mgmt_notification_hubs', path: 'management/azure_mgmt_notification_hubs'
gem 'azure_mgmt_operational_insights', path: 'management/azure_mgmt_operational_insights'
gem 'azure_mgmt_operations_management', path: 'management/azure_mgmt_operations_management'
gem 'azure_mgmt_peering', path: 'management/azure_mgmt_peering'
gem 'azure_mgmt_policy', path: 'management/azure_mgmt_policy'
gem 'azure_mgmt_policy_insights', path: 'management/azure_mgmt_policy_insights'
gem 'azure_mgmt_portal', path: 'management/azure_mgmt_portal'
gem 'azure_mgmt_postgresql', path: 'management/azure_mgmt_postgresql'
gem 'azure_mgmt_powerbi_embedded', path: 'management/azure_mgmt_powerbi_embedded'
gem 'azure_mgmt_powerbi_dedicated', path: 'management/azure_mgmt_powerbi_dedicated'
gem 'azure_mgmt_privatedns', path: 'management/azure_mgmt_privatedns'
gem 'azure_mgmt_recovery_services', path: 'management/azure_mgmt_recovery_services'
gem 'azure_mgmt_recovery_services_backup', path: 'management/azure_mgmt_recovery_services_backup'
gem 'azure_mgmt_recovery_services_site_recovery', path: 'management/azure_mgmt_recovery_services_site_recovery'
gem 'azure_mgmt_redis', path: 'management/azure_mgmt_redis'
gem 'azure_mgmt_relay', path: 'management/azure_mgmt_relay'
gem 'azure_mgmt_reservations', path: 'management/azure_mgmt_reservations'
gem 'azure_mgmt_resource_health', path: 'management/azure_mgmt_resource_health'
gem 'azure_mgmt_resourcegraph', path: 'management/azure_mgmt_resourcegraph'
gem 'azure_mgmt_resources', path: 'management/azure_mgmt_resources'
gem 'azure_mgmt_resources_management', path: 'management/azure_mgmt_resources_management'
gem 'azure_mgmt_scheduler', path: 'management/azure_mgmt_scheduler'
gem 'azure_mgmt_search', path: 'management/azure_mgmt_search'
gem 'azure_mgmt_security', path: 'management/azure_mgmt_security'
gem 'azure_mgmt_security_insights', path: 'management/azure_mgmt_security_insights'
gem 'azure_mgmt_serialconsole', path: 'management/azure_mgmt_serialconsole'
gem 'azure_mgmt_service_bus', path: 'management/azure_mgmt_service_bus'
gem 'azure_mgmt_service_fabric', path: 'management/azure_mgmt_service_fabric'
gem 'azure_mgmt_signalr', path: 'management/azure_mgmt_signalr'
gem 'azure_mgmt_sql', path: 'management/azure_mgmt_sql'
gem 'azure_mgmt_sqlvirtualmachine', path: 'management/azure_mgmt_sqlvirtualmachine'
gem 'azure_mgmt_stor_simple8000_series', path: 'management/azure_mgmt_stor_simple8000_series'
gem 'azure_mgmt_storage', path: 'management/azure_mgmt_storage'
gem 'azure_mgmt_storagesync', path: 'management/azure_mgmt_storagesync'
gem 'azure_mgmt_storagecache', path: 'management/azure_mgmt_storagecache'
gem 'azure_mgmt_stream_analytics', path: 'management/azure_mgmt_stream_analytics'
gem 'azure_mgmt_subscriptions', path: 'management/azure_mgmt_subscriptions'
gem 'azure_mgmt_support', path: 'management/azure_mgmt_support'
gem 'azure_mgmt_synapse', path: 'management/azure_mgmt_synapse'
gem 'azure_mgmt_time_series_insights', path: 'management/azure_mgmt_time_series_insights'
gem 'azure_mgmt_traffic_manager', path: 'management/azure_mgmt_traffic_manager'
gem 'azure_mgmt_web', path: 'management/azure_mgmt_web'
gem 'azure_mgmt_vmware_cloudsimple', path: 'management/azure_mgmt_vmware_cloudsimple'
gem 'azure_cognitiveservices_anomalydetector', path: 'data/azure_cognitiveservices_anomalydetector'
gem 'azure_graph_rbac', path: 'data/azure_graph_rbac'
gem 'azure_cognitiveservices_autosuggest', path: 'data/azure_cognitiveservices_autosuggest'
gem 'azure_cognitiveservices_customimagesearch', path: 'data/azure_cognitiveservices_customimagesearch'
gem 'azure_cognitiveservices_computervision', path: 'data/azure_cognitiveservices_computervision'
gem 'azure_cognitiveservices_contentmoderator', path: 'data/azure_cognitiveservices_contentmoderator'
gem 'azure_cognitiveservices_customsearch', path: 'data/azure_cognitiveservices_customsearch'
gem 'azure_cognitiveservices_customvisiontraining', path: 'data/azure_cognitiveservices_customvisiontraining'
gem 'azure_cognitiveservices_customvisionprediction', path: 'data/azure_cognitiveservices_customvisionprediction'
gem 'azure_cognitiveservices_entitysearch', path: 'data/azure_cognitiveservices_entitysearch'
gem 'azure_cognitiveservices_face', path: 'data/azure_cognitiveservices_face'
gem 'azure_cognitiveservices_formrecognizer', path: 'data/azure_cognitiveservices_formrecognizer'
gem 'azure_cognitiveservices_imagesearch', path: 'data/azure_cognitiveservices_imagesearch'
gem 'azure_cognitiveservices_localsearch', path: 'data/azure_cognitiveservices_localsearch'
gem 'azure_cognitiveservices_luisruntime', path: 'data/azure_cognitiveservices_luisruntime'
gem 'azure_cognitiveservices_luisauthoring', path: 'data/azure_cognitiveservices_luisauthoring'
gem 'azure_cognitiveservices_newssearch', path: 'data/azure_cognitiveservices_newssearch'
gem 'azure_cognitiveservices_personalizer', path: 'data/azure_cognitiveservices_personalizer'
gem 'azure_cognitiveservices_qnamaker', path: 'data/azure_cognitiveservices_qnamaker'
gem 'azure_cognitiveservices_qnamakerruntime', path: 'data/azure_cognitiveservices_qnamakerruntime'
gem 'azure_cognitiveservices_spellcheck', path: 'data/azure_cognitiveservices_spellcheck'
gem 'azure_cognitiveservices_textanalytics', path: 'data/azure_cognitiveservices_textanalytics'
gem 'azure_cognitiveservices_videosearch', path: 'data/azure_cognitiveservices_videosearch'
gem 'azure_cognitiveservices_websearch', path: 'data/azure_cognitiveservices_websearch'
gem 'azure_cognitiveservices_visualsearch', path: 'data/azure_cognitiveservices_visualsearch'
gem 'azure_event_grid', path: 'data/azure_event_grid'
gem 'azure_key_vault', path: 'data/azure_key_vault'
gem 'azure_service_fabric', path: 'data/azure_service_fabric'
gem 'azure_sdk', path: 'azure_sdk'