-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Adding new property to Peering: connection identifier. #6566
Conversation
This is a unique hash for each connection so we can determine when a connection is deleted or if it is updated.
SDK Automation [Logs] (Generated from ec8aae7, Iteration 12)Python: Azure/azure-sdk-for-python [Logs] [Diff]
Java: Azure/azure-sdk-for-java [Logs] [Diff]
Go: Azure/azure-sdk-for-go [Logs] [Diff]
.NET: Azure/azure-sdk-for-net [Logs] [Diff]
JavaScript: Azure/azure-sdk-for-js [Logs] [Diff]
Ruby: Azure/azure-sdk-for-ruby [Logs] [Diff]
|
Automation for azure-sdk-for-pythonNothing to generate for azure-sdk-for-python |
Automation for azure-sdk-for-javaNothing to generate for azure-sdk-for-java |
Automation for azure-sdk-for-goNothing to generate for azure-sdk-for-go |
Can one of the admins verify this patch? |
@myronfanqiu can i get an update on this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only 2 small changes here.
- The connectionIdentifier property was added to DirectConnection and ExchangeConnection.
- OpenRevieved was added to sessionStateV4 and ...V6 enums.
Approved from ARM's side
@openapi sdkautomation rebuild |
LGTM. Just two small things.
I try to re-trigger the SDK generation process, but seems like it doesn't work. Could you take a look?@daschult |
@openapi sdkautomation rebuild |
@openapi sdkautomation rebuild |
@rileymckenna There have been some pretty significant folder changes in the SDK repositories lately, and that's why there didn't seem to be any changes generated by our tooling. I've fixed the TypeScript output folder path, but you may want to check with the other SDK owners to get their folder paths updated as well. |
* Adding ew Api which adds a connection identifier. This is a unique hash for each connection so we can determine when a connection is deleted or if it is updated. * added 06-01 to readme * added location to list Legacy example * Updated Models * Update readme.typescript.md
This is a unique hash for each connection so we can determine when a connection is deleted or if it is updated.
This is a property update and an API update.
Latest improvements:
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Contribution checklist:
ARM API Review Checklist
Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.
Please follow the link to find more details on API review process.