feat(distributions): mark exportMode and fileIds as deprecated in AddDistributionRequest#362
Merged
andrii-bodnar merged 2 commits intomainfrom Mar 4, 2026
Merged
Conversation
…DistributionRequest Co-authored-by: andrii-bodnar <29282228+andrii-bodnar@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Mark deprecated parameters in add distribution method
feat(distributions): mark Mar 4, 2026
exportMode and fileIds as deprecated in AddDistributionRequest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Crowdin API has marked
exportModeandfileIdsas deprecated parameters on the Add Distribution endpoint. The SDK should surface this to consumers at compile time.Changes
AddDistributionRequest: Added[Obsolete(MessageTexts.DeprecatedProperty)]toExportModeandFileIdsproperties, matching the convention used inAddProjectMemberRequest,AddTeamToProjectRequest, etc.Backward compatibility is preserved — the properties remain functional, only a compiler warning is emitted.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.