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 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440
|
Source: ruby-azure-sdk
Maintainer: Debian Azure Packaging Team <pkg-azure-team@lists.alioth.debian.org>
Uploaders: Iain R. Learmonth <irl@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper (>= 9),
gem2deb,
ruby-ms-rest-azure
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-azure/ruby-azure-sdk.git
Vcs-Git: https://anonscm.debian.org/git/pkg-azure/ruby-azure-sdk.git
Homepage: https://github.com/Azure/azure-sdk-for-ruby
XS-Ruby-Versions: all
Package: ruby-azure-sdk
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
ruby-azure-mgmt-authorization (= ${binary:Version}),
ruby-azure-mgmt-batch (= ${binary:Version}),
ruby-azure-mgmt-cdn (= ${binary:Version}),
ruby-azure-mgmt-cognitive-services (= ${binary:Version}),
ruby-azure-mgmt-commerce (= ${binary:Version}),
ruby-azure-mgmt-compute (= ${binary:Version}),
ruby-azure-mgmt-datalake-analytics (= ${binary:Version}),
ruby-azure-mgmt-datalake-store (= ${binary:Version}),
ruby-azure-mgmt-devtestlabs (= ${binary:Version}),
ruby-azure-mgmt-dns (= ${binary:Version}),
ruby-azure-mgmt-features (= ${binary:Version}),
ruby-azure-mgmt-graph (= ${binary:Version}),
ruby-azure-mgmt-iot-hub (= ${binary:Version}),
ruby-azure-mgmt-key-vault (= ${binary:Version}),
ruby-azure-mgmt-locks (= ${binary:Version}),
ruby-azure-mgmt-logic (= ${binary:Version}),
ruby-azure-mgmt-machine-learning (= ${binary:Version}),
ruby-azure-mgmt-media-services (= ${binary:Version}),
ruby-azure-mgmt-mobile-engagement (= ${binary:Version}),
ruby-azure-mgmt-network (= ${binary:Version}),
ruby-azure-mgmt-notification-hubs (= ${binary:Version}),
ruby-azure-mgmt-policy (= ${binary:Version}),
ruby-azure-mgmt-powerbi-embedded (= ${binary:Version}),
ruby-azure-mgmt-redis (= ${binary:Version}),
ruby-azure-mgmt-resources (= ${binary:Version}),
ruby-azure-mgmt-scheduler (= ${binary:Version}),
ruby-azure-mgmt-search (= ${binary:Version}),
ruby-azure-mgmt-server-management (= ${binary:Version}),
ruby-azure-mgmt-service-bus (= ${binary:Version}),
ruby-azure-mgmt-sql (= ${binary:Version}),
ruby-azure-mgmt-storage (= ${binary:Version}),
ruby-azure-mgmt-subscriptions (= ${binary:Version}),
ruby-azure-mgmt-traffic-manager (= ${binary:Version}),
ruby-azure-mgmt-web (= ${binary:Version}),
${misc:Depends}
Recommends: ruby-azure-storage (>= 0.11.0~)
Description: Microsoft Azure SDK for Ruby
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package is a metapackage that depends on components for:
Authorization, Batch, CDN, Cognitive Services, Commerce, Compute, Datalake
Analytics, Datalake Store, DevTest Labs, DNS, Features, Graph, IoTHub, Key
Vault, Locks Management, Logic Integration, Machine Learning, Media Services,
Mobile Engagement, Network, Notification Hubs, Policy, Powerbi Embedded,
Redis, Resources, Scheduler, Search, Server Management, SQL, Storage,
Subscriptions, Traffic Manager and WebApps.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: azure_sdk
Package: ruby-azure-mgmt-authorization
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Authorization
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the authorization component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_authorization
Package: ruby-azure-mgmt-batch
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Batch
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the batch component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_batch
Package: ruby-azure-mgmt-cdn
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - CDN
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the CDN component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_cdn
Package: ruby-azure-mgmt-cognitive-services
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Cognitive Services
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Cognitive Services component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_cognitive_services
Package: ruby-azure-mgmt-commerce
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Commerce
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Commerce component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_commerce
Package: ruby-azure-mgmt-compute
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Compute
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Compute component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_compute
Package: ruby-azure-mgmt-datalake-analytics
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Datalake Analytics
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Datalake Analytics component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_datalake_analytics
Package: ruby-azure-mgmt-datalake-store
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Datalake Store
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Datalake Store component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_datalake_store
Package: ruby-azure-mgmt-devtestlabs
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - DevTestLabs
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the DevTestLabs component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_devtestlabs
Package: ruby-azure-mgmt-dns
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - DNS
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the DNS component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_dns
Package: ruby-azure-mgmt-features
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Features
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Features component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_features
Package: ruby-azure-mgmt-graph
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Graph
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Graph component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_graph
Package: ruby-azure-mgmt-iot-hub
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - IoT Hub
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the IoT Hub component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_iot_hub
Package: ruby-azure-mgmt-key-vault
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Key Vault
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Key Vault component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_key_vault
Package: ruby-azure-mgmt-locks
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Locks
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Locks component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_locks
Package: ruby-azure-mgmt-logic
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Logic
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Logic component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_logic
Package: ruby-azure-mgmt-machine-learning
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Machine Learning
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Machine Learning component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_machine_learning
Package: ruby-azure-mgmt-media-services
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Media Services
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Media Services component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_media_services
Package: ruby-azure-mgmt-mobile-engagement
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Mobile Engagement
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Mobile Engagement component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_mobile_engagement
Package: ruby-azure-mgmt-network
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Network
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Network component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_network
Package: ruby-azure-mgmt-notification-hubs
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Notification Hubs
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Notification Hubs component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_notification_hubs
Package: ruby-azure-mgmt-policy
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Policy
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Policy component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_policy
Package: ruby-azure-mgmt-powerbi-embedded
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Powerbi Embedded
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Powerbi Embedded component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_powerbi_embedded
Package: ruby-azure-mgmt-redis
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Redis
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Redis component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_redis
Package: ruby-azure-mgmt-resources
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Resources
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Resources component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_resources
Package: ruby-azure-mgmt-scheduler
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Scheduler
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Scheduler component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_scheduler
Package: ruby-azure-mgmt-search
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Search
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Search component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_search
Package: ruby-azure-mgmt-server-management
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Server Management
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Server Management component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_server_management
Package: ruby-azure-mgmt-service-bus
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Service Bus
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Service Bus component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_service_bus
Package: ruby-azure-mgmt-sql
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - SQL
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the SQL component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_sql
Package: ruby-azure-mgmt-storage
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Storage
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Storage component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_storage
Package: ruby-azure-mgmt-subscriptions
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Subscriptions
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Subscriptions component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_subscriptions
Package: ruby-azure-mgmt-traffic-manager
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Traffic Manager
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Traffic Manager component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_traffic_manager
Package: ruby-azure-mgmt-web
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-ms-rest-azure,
${misc:Depends}
Description: Microsoft Azure SDK for Ruby - Web
The Azure SDK for Ruby provides a Ruby interface to Azure Resource Management
(ARM). This package contains the Web component.
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: management/azure_mgmt_web
|