@azure/data-tables 13.2.1 → 13.2.2-alpha.20230123.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist-esm/src/generated/generatedClientContext.js +1 -1
- package/dist-esm/src/generated/generatedClientContext.js.map +1 -1
- package/dist-esm/src/utils/tracing.js +1 -1
- package/dist-esm/src/utils/tracing.js.map +1 -1
- package/package.json +5 -5
- package/types/latest/tsdoc-metadata.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3502,7 +3502,7 @@ function signURLWithSAS(request, credential) {
|
|
|
3502
3502
|
const tracingClient = coreTracing.createTracingClient({
|
|
3503
3503
|
namespace: "Microsoft.Data.Tables",
|
|
3504
3504
|
packageName: "@azure/data-tables",
|
|
3505
|
-
packageVersion: "13.2.
|
|
3505
|
+
packageVersion: "13.2.2",
|
|
3506
3506
|
});
|
|
3507
3507
|
|
|
3508
3508
|
// Copyright (c) Microsoft Corporation.
|