Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fixes typo in contribution guide #879

Merged
merged 1 commit into from
Aug 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ For the purposes of the .Net client library, the generator runs through an openA

### When new features are added to the library
Generation happens as part of a manual process that occurs once a significant change or set of changes has been added to the Graph. This may include:
- A new workload comes to v1.0 of Graph (Microsoft Teams, Batching, etc.)
- A new workload comes to beta of Graph (Microsoft Teams, Batching, etc.)
- There is significant addition of functionality (Delta Queries, etc.)

However, this is evaluated on a case-by-case basis. If the library is missing beta Graph functionality that you wish to utilize, please [file an issue](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/issues).

As the beta API of Microsoft Graph is not meant to be used in production environments, breaking changes with respect to models and request builders are expected. Therefore, the packages of the library are always released with `-preview` suffix in the version.
As the beta API of Microsoft Graph is not meant to be used in production environments, breaking changes with respect to models and request builders are expected. Therefore, the packages of the library are always released with `-preview` suffix in the version.
Loading