-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
IoTCentral - Add ARM endpoint, update model responses/inputs, update tests #4909
Conversation
src/SDKs/IotCentral/IotCentral.Tests/ScenarioTests/IotCentralLifeCycleTests.cs
Outdated
Show resolved
Hide resolved
src/SDKs/IotCentral/Management.IotCentral/Microsoft.Azure.Management.IotCentral.csproj
Outdated
Show resolved
Hide resolved
...Management.IotCentral/IotCentral/Management.IotCentral/Generated/AppsOperationsExtensions.cs
Show resolved
Hide resolved
src/SDKs/IotCentral/Management.IotCentral/Microsoft.Azure.Management.IotCentral.csproj
Show resolved
Hide resolved
src/SDKs/IotCentral/Management.IotCentral/Properties/AssemblyInfo.cs
Outdated
Show resolved
Hide resolved
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.
Looks good, please squash commits into a single commit and address the comment below. We should be good to merge
Thank you for the feedback @dsgouda. Is anything else required for this PR? |
@r-delgadillo please address the last comments I left on this PR |
@r-delgadillo please squash commits into a single commit |
@dsgouda Is this ok? |
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.
This looks good, will merge once CIs pass
@dsgouda May we get this merged today? 😄 |
REST spec PR: Azure/azure-rest-api-specs#4015
Description
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csproj
andAssemblyInfo.cs
files have been updated with the new version of the SDK.