The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
WorkloadIdentityCredential now maintains an in-object
token cache. Repeated calls to get_token() return the
cached token immediately without re-reading the federated token file or
exchanging it, until the token expires.AZURE_AUTHORITY_HOST values with an
https:// scheme prefix (as recommended by the Azure SDK
documentation) are now handled correctly. Previously, setting
AZURE_AUTHORITY_HOST=https://login.microsoftonline.com
would produce malformed token URLs (#16).set_azr_defaults() to configure package-level
overrides for the authority host, client ID, and tenant ID. These take
priority over environment variables in
default_azure_host(),
default_azure_client_id(), and
default_azure_tenant_id().AuthCodeCredential and
DeviceCodeCredential now maintain an in-object token cache
keyed by scope. Repeated calls to get_token() for the same
scope return the cached token immediately without hitting the httr2
cache or refresh token flow.is_hosted_session() now detects VS Code
(VSCODE_INJECTION, VSCODE_PROXY_URI) and
Kubernetes (KUBERNETES_SERVICE_HOST) environments, and
supports an azr.hosted option override.try_as_data_table() helper from
default_response_handler().AuthCodeCredential,
DeviceCodeCredential) now attempt silent token acquisition
via refresh token before prompting the user interactively.azr_storage_client interface to the Azure Storage
API.CachedTokenCredential for non-interactive
sessions that reuse previously cached tokens from
AuthCodeCredential or DeviceCodeCredential
without triggering a new authentication flow.api_client$.fetch(): req_data
is now split into separate query and body
arguments, req_method is renamed to method, a
headers argument was added, and path interpolation now uses
rlang::englue() instead of glue::glue().DefaultCredential for simplified authentication
using Azure’s default credential chain.api_client R6 class providing a base HTTP client
for Azure APIs with automatic authentication, retry logic, and error
handling.api_resource and api_services
classes for Azure Resource Manager interactions.api_client.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.