This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.
Перейти к файлу
Maor Leger 2e50e2a716
[identity] Use esm4mocha, re-enable IBC test, remove unnecessary stub (#28580)
### Packages impacted by this PR

@azure/identity

### Issues associated with this PR

Resolves #28373 

### Describe the problem that is addressed by this PR

This PR addresses 3 things, all thanks to @jeremymeng's work on
esm4mocha:

1. Re-enables IBC test that was skipped due to #28373
3. Removes sinon stubbing of uuid, replacing it with recorder replacer
4. Fixes min/max tests for identity

Unfortunately we are not out of the woods regarding msal-node and esm.
We would need to get everyone migrated over
to this loader before we can upgrade msal-node repo-wide :(

### Provide a list of related PRs _(if any)_

#28556
2024-02-15 11:52:12 -08:00
.devcontainer [engsys] update devcontainer.json (#26793) 2023-08-11 20:20:09 +00:00
.github Sync .github/workflows directory with azure-sdk-tools for PR 7656 (#28525) 2024-02-08 15:13:13 -08:00
.scripts Upgrade ts emitter version to v0.18.0 (#27626) 2023-11-02 10:59:38 +08:00
.vscode [notification-hubs] Adding Support for FCM V1 (#28573) 2024-02-14 16:25:49 +00:00
common [identity] Use esm4mocha, re-enable IBC test, remove unnecessary stub (#28580) 2024-02-15 11:52:12 -08:00
design multi-client-resolve-comments (#26602) 2023-07-25 13:21:34 +08:00
documentation [doc] fix broken link in codegen guide (#28348) 2024-01-23 19:36:22 -08:00
eng Sync eng/common directory with azure-sdk-tools for PR 7655 (#28579) 2024-02-14 11:27:33 -08:00
samples [EngSys] upgrade dev dependency `pretter` to `^3.2.5` 2024-02-06 12:13:14 -08:00
sdk [identity] Use esm4mocha, re-enable IBC test, remove unnecessary stub (#28580) 2024-02-15 11:52:12 -08:00
.gitattributes added github support via .gitattributes to treat generated files in PRs as do-not-display-by-default (#17139) 2021-08-26 11:39:24 +00:00
.gitignore Add support for autorest preview pipeline (#28042) 2023-12-13 13:34:12 -08:00
.nvmrc Update Node version in .nvmrc to v18 (#27817) 2023-11-15 16:30:22 -08:00
.prettierignore Use global prettier config/ignore for all check and check-format scripts (#17820) 2021-09-23 22:27:41 +00:00
.prettierrc.json Standardize prettier configurations across the repo (#10416) 2020-08-04 16:31:27 -04:00
CONTRIBUTING.md Add missed prereq python library (#27660) 2023-11-06 11:55:53 -08:00
LICENSE Initial commit for copying files from azure-sdk-for-node 2018-08-27 13:58:16 -07:00
README.md Improvements to dependency graph (#20191) 2022-02-04 17:45:47 -08:00
SECURITY.md Replaced relative link with absolute links and remove locale (#11317) 2020-09-17 20:01:20 -07:00
SUPPORT.md Update support policy to match Node's support lifecycle (#27424) 2023-10-16 20:09:47 +00:00
dataplane.code-workspace [engsys] remove `node-fetch` perf tests (#28152) 2024-01-05 14:21:01 -08:00
rush.json [OpenAI] Introduce generated RLC (#28528) 2024-02-12 13:28:33 -08:00
swagger_to_sdk_config.json only show error log in sdk automation pipeline (#22585) 2022-07-26 15:25:29 +08:00
tsconfig.json [engsys] revert compilerOptions back to target ES2017 (#28265) 2024-01-16 16:55:12 -08:00
tsconfig.package.json Remove Track 1 pipelines and supporting code (#21534) 2022-04-28 21:08:55 +00:00
tsdoc.json Use TS ESLint's no-invalid-this instead (#14458) 2021-03-25 19:19:59 +00:00

README.md

Azure SDK for JavaScript

Packages Dependencies DependencyGraph

This repository is for the Azure SDK for JavaScript (Node.js & Browser). It contains libraries for the breadth of Azure services. Management libraries are packages that you would use to provision and manage Azure resources. Client libraries are packages that you would use to consume these resources and interact with them.

Getting started

A few helpful resources to get started are:

  • The readme for each package contains code samples and package information. This readme can be found in the corresponding package folder under the folder of the service of your choice in the /sdk folder of this repository. The same readme file can be found on the landing page for the package in npm.
  • The API reference documentation of the latest versions of these packages, can be found at our public developer docs.
  • The API reference documentation of older versions, can be found in our versioned developer docs.

Each service might have a number of libraries available from each of the following categories:

NOTE: Some of these packages have beta versions. If you need to ensure your code is ready for production, use one of the stable, non-beta packages.

Client

Given an Azure resource already exists, you would use the client libraries to consume it and interact with it. Most of these libraries follow the Azure SDK Design Guidelines for JavaScript & TypeScript and share a number of core functionalities such as retries, logging, transport protocols, authentication protocols, etc. Others will be updated in the near future to follow the guidelines as well.

To get a list of all client libraries that follow the new guidelines, please visit our Azure SDK releases page.

Management

Management libraries enable you to provision and manage Azure resources via the Azure Resource Manager i.e. ARM. You can recognize these libraries by @azure/arm- in their package names. These are purely auto-generated based on the swagger files that represent the APIs for resource management.

Newer versions of these libraries follow the Azure SDK Design Guidelines for TypeScript. These new versions provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more. A few helpful resources to get started with these are:

NOTE: If you are experiencing authentication issues with the management libraries after upgrading certain packages, it's possible that you upgraded to the new versions of SDK without changing the authentication code, please refer to the migration guide mentioned above for proper instructions.

Need help?

Community

Try our community resources.

Reporting security issues and security bugs

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

Contributing

For details on contributing to this repository, see the contributing guide.

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Impressions