Skip to content

Conversation

@AnatoliB
Copy link
Contributor

@AnatoliB AnatoliB commented Apr 21, 2021

Renaming some Durable Functions commands to follow the following pattern consistently:

[Verb]-Durable[Additional qualifiers]

Old name New name
Invoke-ActivityFunction Invoke-DurableActivity
New-OrchestrationCheckStatusResponse New-DurableOrchestrationCheckStatusResponse
Start-NewOrchestration Start-DurableOrchestration

The old names are kept as aliases for backward-compatibility purposes.

@AnatoliB AnatoliB marked this pull request as ready for review April 21, 2021 17:36
Copy link
Contributor

@Francisco-Gamino Francisco-Gamino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that the examples use the new cmdlet names, could you please add a test to validate that the alias are properly map? This would be to make sure that we do not break customer in the future.
Otherwise, LGTM.

@AnatoliB
Copy link
Contributor Author

Given that the examples use the new cmdlet names, could you please add a test to validate that the alias are properly map? This would be to make sure that we do not break customer in the future.

Great idea, thank you, I'll do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants