github Azure/azure-sdk-for-js @azure/keyvault-admin_4.2.0-beta.1

latest releases: @azure-rest/core-client_2.3.0, @azure/core-xml_1.4.4, @azure/core-tracing_1.2.0...
pre-release3 years ago

4.2.0-beta.1 (2021-08-10)

  • Move generated client to use @azure/core-rest-pipeline. For more information about Core V2, please refer to the documentation.

    • With this change, the response types no longer contain the raw response _response. To access the raw response, an onResponse callback has to be passed in the request options bag.

      let rawResponse: FullOperationResponse | undefined;
      await client.getRoleDefinition(globalScope, "roleDefinitionName", {
        onResponse: (response) => (rawResponse = response)
      });

Don't miss a new azure-sdk-for-js release

NewReleases is sending notifications on new releases.