Registry / cloud / azure-client-runtime

azure-client-runtime

JSON →
library1.7.14javamavenunverified

Basic runtime for AutoRest-generated Azure Java clients, providing HTTP client and serialization support.

<dependency> <groupId>com.microsoft.azure</groupId> <artifactId>azure-client-runtime</artifactId> <version>1.7.14</version> </dependency>
INSTALL
IMPORT
SIG · AZURE-CLIENT-RUNTI
A
azure-client-runtime
cloudjavav1.7.14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AzureClient
com.microsoft.azure.AzureClient

Create an Azure client using the runtime.

import com.microsoft.azure.AzureClient; import com.microsoft.azure.AzureEnvironment; AzureClient client = AzureClient.builder() .withBaseUrl("https://management.azure.com") .withEnvironment(AzureEnvironment.AZURE) .build(); System.out.println(client.getBaseUrl());
Debug
Known issues
breakingThis runtime is for legacy AutoRest-generated clients; newer SDKs use azure-core.
fix
Consider migrating to the Azure SDK for Java (com.azure) for new projects.
affects: 1.x
Upgrade
Version history
1.7.14latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
32
Resources
azure-client-runtime — mvn dependency:get azure-client-runtime · libregistry