-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[winmd servicebus] getMessageAsync on an empty message queue returns cancelled error #12
Comments
We should be consistent with peekMessage() and throw exceptions in both cases. |
This was fixed some time ago; now we're throwing an exception in both cases. |
Closing. |
yugangw-msft
pushed a commit
that referenced
this issue
May 29, 2015
yugangw-msft
pushed a commit
that referenced
this issue
Jul 9, 2015
ProtectionPolicy Changes in Azure-SDK-For-Net
nilaydshah
pushed a commit
to RecoveryServicesOneSDK/azure-sdk-for-net
that referenced
this issue
Mar 7, 2016
Merging MAB bits to ASR
matthchr
pushed a commit
to matthchr/azure-sdk-for-net
that referenced
this issue
Jul 27, 2016
* Update documentation in C# generated protocol * Add script to regenerate batch protocol (Azure#7) * Add Roslyn parser/code generator (Azure#8) Add Roslyn parser/code generation * Regenerate generated protocol with latest AutoRest (Azure#9) * Batch Add CommitChanges support in object model (Azure#11) * Comment tidying (Azure#10) * Fixed spelling error in Batch behavior manager comments * Removed obsolete comment in regarding Batch CloudJob committal * Removed comment about not having a CancellationToken (since we now do) * Regenerate Batch protocol based on newest version of AutoRest (Azure#12) * Fix RoslynParser dll copies * Regenerate Batch protocol layer with latest AutoRest * Added APR to a few Tasks in the BatchProperites file * Add support for job autocomplete Squashed commit of the following: commit 9cc1a68afb1090185fd2c9f006beccc0acfeadf2 Author: Matthew Rollitt <[email protected]> Date: Thu Jun 9 09:22:12 2016 +1200 Started cleaning up a few doc strings commit a9ebcd69754b81af7db0ed3026feea037ab283d9 Author: Matthew Rollitt <[email protected]> Date: Wed Jun 8 13:44:50 2016 +1200 Updated a few swagger generated files with autorest.0.17.0-Nightly20160601 build commit 93b3e8be890cd487070fc92c526a4fd3f8ac3b2b Author: Matthew Rollitt <[email protected]> Date: Wed Jun 8 13:28:05 2016 +1200 Splitting up tests in the BindingStateConstraintUnitTests. commit 46cb5eb34f8142d25b197c4153885f9a19cc0218 Merge: fbb1e78 17badc2 Author: Matthew Rollitt <[email protected]> Date: Tue Jun 7 13:01:27 2016 +1200 Merge branch 'batch/develop' into batch/feature/job-autocomplete # Conflicts: # src/Batch/Src/GeneratedProtocol/Models/CloudJob.cs # src/Batch/Src/GeneratedProtocol/Models/CloudTask.cs # src/Batch/Src/GeneratedProtocol/Models/JobAddParameter.cs # src/Batch/Src/GeneratedProtocol/Models/JobUpdateParameter.cs commit fbb1e78ad96efd9a730bd89c6fe7e2de25255541 Author: Matthew Rollitt <[email protected]> Date: Tue Jun 7 12:44:24 2016 +1200 First Code review changes, commit 76d7e242db5742da96d904aff33ba5c56228177e Author: Matthew Rollitt <[email protected]> Date: Tue May 31 13:06:01 2016 +1200 removed remarksComment = null from batchProperties.json commit 915c2d48a60ff7b45b640fafccc87f52a39285d8 Author: Matthew Rollitt <[email protected]> Date: Tue May 31 13:02:11 2016 +1200 Forgot copyright notice commit afc3cb84034ae53047ac86740219591c32605b01 Author: Matthew Rollitt <[email protected]> Date: Tue May 31 12:38:06 2016 +1200 Added /// into BatchProperties.json file commit 759d973308ca0da59d43f43040ccec9cc8ad5c62 Author: Matthew Rollitt <[email protected]> Date: Tue May 31 11:56:54 2016 +1200 Used the most recent autorest build commit 22bb4a9772de67d4d70627c9d589ef90e620aa05 Author: Matthew Rollitt <[email protected]> Date: Tue May 31 10:59:44 2016 +1200 Updated generated protocol layer commit dc678a2bdcb20423358def2893ae1afd98af3919 Merge: 3e01884 8bb4302 Author: Matthew Rollitt <[email protected]> Date: Tue May 31 09:43:51 2016 +1200 Merge branch 'batch/develop' into batch/feature/job-autocomplete Conflicts: src/Batch/Src/GeneratedProtocol/Models/AccountListNodeAgentSkusNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/AccountListNodeAgentSkusOptions.cs src/Batch/Src/GeneratedProtocol/Models/AffinityInformation.cs src/Batch/Src/GeneratedProtocol/Models/ApplicationGetOptions.cs src/Batch/Src/GeneratedProtocol/Models/ApplicationListNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/ApplicationListOptions.cs src/Batch/Src/GeneratedProtocol/Models/ApplicationPackageReference.cs src/Batch/Src/GeneratedProtocol/Models/AutoScaleRun.cs src/Batch/Src/GeneratedProtocol/Models/AutoScaleRunError.cs src/Batch/Src/GeneratedProtocol/Models/Certificate.cs src/Batch/Src/GeneratedProtocol/Models/CertificateAddOptions.cs src/Batch/Src/GeneratedProtocol/Models/CertificateAddParameter.cs src/Batch/Src/GeneratedProtocol/Models/CertificateCancelDeletionOptions.cs src/Batch/Src/GeneratedProtocol/Models/CertificateDeleteOptions.cs src/Batch/Src/GeneratedProtocol/Models/CertificateGetOptions.cs src/Batch/Src/GeneratedProtocol/Models/CertificateListNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/CertificateListOptions.cs src/Batch/Src/GeneratedProtocol/Models/CertificateReference.cs src/Batch/Src/GeneratedProtocol/Models/CloudJob.cs src/Batch/Src/GeneratedProtocol/Models/CloudPool.cs src/Batch/Src/GeneratedProtocol/Models/CloudTask.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeAddUserOptions.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeDeleteUserOptions.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeDisableSchedulingOptions.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeEnableSchedulingOptions.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeError.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeGetOptions.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeGetRemoteDesktopOptions.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeGetRemoteLoginSettingsOptions.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeListNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeListOptions.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeRebootOptions.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeReimageOptions.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeUpdateUserOptions.cs src/Batch/Src/GeneratedProtocol/Models/DeleteCertificateError.cs src/Batch/Src/GeneratedProtocol/Models/FileDeleteFromComputeNodeOptions.cs src/Batch/Src/GeneratedProtocol/Models/FileDeleteFromTaskOptions.cs src/Batch/Src/GeneratedProtocol/Models/FileGetFromComputeNodeOptions.cs src/Batch/Src/GeneratedProtocol/Models/FileGetFromTaskOptions.cs src/Batch/Src/GeneratedProtocol/Models/FileGetNodeFilePropertiesFromComputeNodeOptions.cs src/Batch/Src/GeneratedProtocol/Models/FileGetNodeFilePropertiesFromTaskOptions.cs src/Batch/Src/GeneratedProtocol/Models/FileListFromComputeNodeNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/FileListFromComputeNodeOptions.cs src/Batch/Src/GeneratedProtocol/Models/FileListFromTaskNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/FileListFromTaskOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobAddOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobAddParameter.cs src/Batch/Src/GeneratedProtocol/Models/JobDeleteOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobDisableOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobEnableOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobGetAllJobsLifetimeStatisticsOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobGetOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobListFromJobScheduleNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobListFromJobScheduleOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobListNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobListOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobListPreparationAndReleaseTaskStatusNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobListPreparationAndReleaseTaskStatusOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobManagerTask.cs src/Batch/Src/GeneratedProtocol/Models/JobPatchOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobPatchParameter.cs src/Batch/Src/GeneratedProtocol/Models/JobReleaseTask.cs src/Batch/Src/GeneratedProtocol/Models/JobScheduleAddOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobScheduleDeleteOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobScheduleDisableOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobScheduleEnableOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobScheduleExistsOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobScheduleGetOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobScheduleListNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobScheduleListOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobSchedulePatchOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobScheduleStatistics.cs src/Batch/Src/GeneratedProtocol/Models/JobScheduleTerminateOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobScheduleUpdateOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobSchedulingError.cs src/Batch/Src/GeneratedProtocol/Models/JobSpecification.cs src/Batch/Src/GeneratedProtocol/Models/JobStatistics.cs src/Batch/Src/GeneratedProtocol/Models/JobTerminateOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobUpdateOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolAddOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolAddParameter.cs src/Batch/Src/GeneratedProtocol/Models/PoolDeleteOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolDisableAutoScaleOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolEnableAutoScaleOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolEvaluateAutoScaleOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolExistsOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolGetAllPoolsLifetimeStatisticsOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolGetOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolListNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolListOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolListPoolUsageMetricsNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolListPoolUsageMetricsOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolPatchOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolRemoveNodesOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolResizeOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolStopResizeOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolUpdatePropertiesOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolUpgradeOSOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolUsageMetrics.cs src/Batch/Src/GeneratedProtocol/Models/ResizeError.cs src/Batch/Src/GeneratedProtocol/Models/Schedule.cs src/Batch/Src/GeneratedProtocol/Models/TaskAddCollectionOptions.cs src/Batch/Src/GeneratedProtocol/Models/TaskAddOptions.cs src/Batch/Src/GeneratedProtocol/Models/TaskAddParameter.cs src/Batch/Src/GeneratedProtocol/Models/TaskDeleteOptions.cs src/Batch/Src/GeneratedProtocol/Models/TaskGetOptions.cs src/Batch/Src/GeneratedProtocol/Models/TaskListNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/TaskListOptions.cs src/Batch/Src/GeneratedProtocol/Models/TaskListSubtasksOptions.cs src/Batch/Src/GeneratedProtocol/Models/TaskSchedulingError.cs src/Batch/Src/GeneratedProtocol/Models/TaskStatistics.cs src/Batch/Src/GeneratedProtocol/Models/TaskTerminateOptions.cs src/Batch/Src/GeneratedProtocol/Models/TaskUpdateOptions.cs commit 3e01884e53f3d581b98cedef5b8b521af8bde9cf Author: Matthew Rollitt <[email protected]> Date: Mon May 30 16:49:06 2016 +1200 Job auto termination code generated code and unit tests added commit d43eb9291281c3b60885a08a7cfcf2f92aba5009 Author: Matthew Rollitt <[email protected]> Date: Wed May 25 14:44:32 2016 +1200 Job auto termination all objects generating and mock tests working, still need to fix all the doc strings commit 1ce64d2c6dd234b6096d8f89814cee3ca0d53a45 Author: Matthew Rollitt <[email protected]> Date: Tue May 24 10:55:43 2016 +1200 Job auto termination all objects generating, still need to fix read write access and docs. commit 3ad10ca111acd11fac71a5e2c4922c7d3ceae4f6 Author: Matthew Rollitt <[email protected]> Date: Mon May 23 14:28:58 2016 +1200 Partial commit: Generated some of the OM code for exitConditions and add job commit 7e8f3fdedc1b3cb4df9907b849cfea30d1fadc74 Author: Matthew Rollitt <[email protected]> Date: Fri May 13 12:25:29 2016 +1200 Updated generated files with the new /// comments, error codes also added to the generated files commit 1d88be3207cf5b4ed5d72ff1f3a51960d1d67b17 Merge: 3650344 d5f52e5 Author: Matthew Rollitt <[email protected]> Date: Thu May 12 15:20:26 2016 +1200 Merge branch 'batch/develop' into batch/feature/job-autocomplete * Documentation string consistency pass * APR is only on CloudTask and JobManagerTask * fixed /// comments and a few tests * Updated a few doc strings and made a few small changes to the UnitTests * Updated a few docs and tests * Updating some doc strings * A few small changes to the tests * Small doc changes * regenerated APR.cs * more doc clean up and some code changes * reversed code path in /program.cs * cleaning up test methods * started working on int tests for APR on tasks * Added integration tests. * reverted spacing * small clean up of tests before a CR * code changes from a CR * rename test name * Refactoring a few tests * void to async signatures * Code review changes * just a quick clean up * WaitForJobStateAsync will now just throw an error if it goes over time * Regenerated protocol layer from the vnext swagger branch * Revert "Regenerated protocol layer from the vnext swagger branch" This reverts commit 4e09b33ff630d1bb3e33155fea1c08c737280bd5. * Regenerated protocol layer based on v0.17.0-Nightly20160629 * updated autorest version * Fix RegenerateBatch script * updated doc strings * Apr on tasks tests * Re-worked Integration tests * A few CR changes * fixing patch tests * Small clean up * cleaned up /// comment on JobAction.cs * few changes based on matt-c suggestions * removed commented out code * Removed src/Batch/RegenerateBatch.cmd * Regenerated the protocol layer from the swagger spec
hovsepm
pushed a commit
that referenced
this issue
Jul 29, 2016
* Update documentation in C# generated protocol * Add script to regenerate batch protocol * Add Roslyn parser/code generation * Regenerate generated protocol with latest AutoRest * Batch Add CommitChanges support in object model * Comment tidying * Fixed spelling error in Batch behavior manager comments * Removed obsolete comment in regarding Batch CloudJob committal * Removed comment about not having a CancellationToken (since we now do) * Regenerate Batch protocol based on newest version of AutoRest * Fix RoslynParser dll copies * Regenerate Batch protocol layer with latest AutoRest * Update to latest AutoRest and regenerate protocol * Add exception comment for AddTaskCollection * Add C# ConfigureAwaitAnalyzer for use by Batch - Also remove unneeded ConfigureAwait false unit test. * Move Batch client to subdirectory to allow sibling build scopes * Azure Batch file conventions library * Azure Batch file conventions library * Added portable build config (no-op) * Added NuGet packaging info * Renamed UnitTests assembly to Tests to work with Azure SDK test discoverer * Renamed directory to remove redundant prefix * Add README.md for Batch * Add NetworkConfiguration and update required constructors * Regenerated protocol layer from the vnext swagger branch * updated autorest version * Fix RegenerateBatch script * Add NetworkConfiguration and update required constructors - Updated the required constructors for the following classes: - JobManagerTask - JobPreparationTask - JobReleaseTask - JobSpecification - StartTask - Add test which ensures Swagger file has right version - Update OM code generator constructor order logic - Remove extra commas from BatchProperties.json * Skip BatchClientVersionIsNot9999 test for now * Update TaskStateMonitor and improve clarity - Remove overload of WhenAllAsync to WhenAll - The WhenAll method and its overloads had a weird ambiguity where depending on if you included a CancellationToken or not, the return type was either Task<bool> or Task. Removed the Task<bool> overload in order to remove this ambiguity. - Removed previously Obsolete method WaitAllAsync. - Removed WaitAll which returns Task<bool>. - Update documentation strings for the WhenAll/WaitAll methods. - Refactored existing methods to provide an overload which takes a cancellation token, and an overload which takes a timeout. Removed the overload which takes both. * Updated client to support job auto failure and job auto complete. * CloudJobIntegrationTests.cs wasn't included in the project. Termination Reason should be TaskFailed instead of CriticalTaskFailure. TestUtil new error message + last observed {cloudJob.State}"); * Azure Batch integration test improvements - Reduce integration test runtime by refactoring certificate tests. - Split certificate test into 2 integration tests and some new unit tests as well. - Stopped the test from allocating a real VM (which reduces test run time). - Update InterceptorFactory methods to return a collection in order to more easily enable usage. * Update NuGet package version for Batch file conventions preview release * Update Batch nuspec for 5.0.0 release * Update PoolState.Active comments * Update Batch ClientRuntime reference to be 3.3.1 * Add new Batch TaskSchedulingErrorCode - Also change test target VM family type to Dv2 - Remove unneeded RegenerateBatch command script (the correct one lives under the Client folder. - Fix some minor test issues. * Delete models which were accidentally added * Additional utility methods for Batch file conventions * Added CloudJob extension method to calculate a SAS URL for the container name (suitable for passing to tasks as an environment variable) * Added helper for uploading text to a blob (will be handy for task parameter JSON) * Removed borked comment * Update Batch file conventions library NuGet package version * Shorten a long line * Minor documentation fixes * Batch/feature/app pack on tasks * Update documentation in C# generated protocol * Add script to regenerate batch protocol (#7) * Add Roslyn parser/code generator (#8) Add Roslyn parser/code generation * Regenerate generated protocol with latest AutoRest (#9) * Batch Add CommitChanges support in object model (#11) * Comment tidying (#10) * Fixed spelling error in Batch behavior manager comments * Removed obsolete comment in regarding Batch CloudJob committal * Removed comment about not having a CancellationToken (since we now do) * Regenerate Batch protocol based on newest version of AutoRest (#12) * Fix RoslynParser dll copies * Regenerate Batch protocol layer with latest AutoRest * Added APR to a few Tasks in the BatchProperites file * Add support for job autocomplete Squashed commit of the following: commit 9cc1a68afb1090185fd2c9f006beccc0acfeadf2 Author: Matthew Rollitt <[email protected]> Date: Thu Jun 9 09:22:12 2016 +1200 Started cleaning up a few doc strings commit a9ebcd69754b81af7db0ed3026feea037ab283d9 Author: Matthew Rollitt <[email protected]> Date: Wed Jun 8 13:44:50 2016 +1200 Updated a few swagger generated files with autorest.0.17.0-Nightly20160601 build commit 93b3e8be890cd487070fc92c526a4fd3f8ac3b2b Author: Matthew Rollitt <[email protected]> Date: Wed Jun 8 13:28:05 2016 +1200 Splitting up tests in the BindingStateConstraintUnitTests. commit 46cb5eb34f8142d25b197c4153885f9a19cc0218 Merge: fbb1e78 17badc2 Author: Matthew Rollitt <[email protected]> Date: Tue Jun 7 13:01:27 2016 +1200 Merge branch 'batch/develop' into batch/feature/job-autocomplete # Conflicts: # src/Batch/Src/GeneratedProtocol/Models/CloudJob.cs # src/Batch/Src/GeneratedProtocol/Models/CloudTask.cs # src/Batch/Src/GeneratedProtocol/Models/JobAddParameter.cs # src/Batch/Src/GeneratedProtocol/Models/JobUpdateParameter.cs commit fbb1e78ad96efd9a730bd89c6fe7e2de25255541 Author: Matthew Rollitt <[email protected]> Date: Tue Jun 7 12:44:24 2016 +1200 First Code review changes, commit 76d7e242db5742da96d904aff33ba5c56228177e Author: Matthew Rollitt <[email protected]> Date: Tue May 31 13:06:01 2016 +1200 removed remarksComment = null from batchProperties.json commit 915c2d48a60ff7b45b640fafccc87f52a39285d8 Author: Matthew Rollitt <[email protected]> Date: Tue May 31 13:02:11 2016 +1200 Forgot copyright notice commit afc3cb84034ae53047ac86740219591c32605b01 Author: Matthew Rollitt <[email protected]> Date: Tue May 31 12:38:06 2016 +1200 Added /// into BatchProperties.json file commit 759d973308ca0da59d43f43040ccec9cc8ad5c62 Author: Matthew Rollitt <[email protected]> Date: Tue May 31 11:56:54 2016 +1200 Used the most recent autorest build commit 22bb4a9772de67d4d70627c9d589ef90e620aa05 Author: Matthew Rollitt <[email protected]> Date: Tue May 31 10:59:44 2016 +1200 Updated generated protocol layer commit dc678a2bdcb20423358def2893ae1afd98af3919 Merge: 3e01884 8bb4302 Author: Matthew Rollitt <[email protected]> Date: Tue May 31 09:43:51 2016 +1200 Merge branch 'batch/develop' into batch/feature/job-autocomplete Conflicts: src/Batch/Src/GeneratedProtocol/Models/AccountListNodeAgentSkusNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/AccountListNodeAgentSkusOptions.cs src/Batch/Src/GeneratedProtocol/Models/AffinityInformation.cs src/Batch/Src/GeneratedProtocol/Models/ApplicationGetOptions.cs src/Batch/Src/GeneratedProtocol/Models/ApplicationListNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/ApplicationListOptions.cs src/Batch/Src/GeneratedProtocol/Models/ApplicationPackageReference.cs src/Batch/Src/GeneratedProtocol/Models/AutoScaleRun.cs src/Batch/Src/GeneratedProtocol/Models/AutoScaleRunError.cs src/Batch/Src/GeneratedProtocol/Models/Certificate.cs src/Batch/Src/GeneratedProtocol/Models/CertificateAddOptions.cs src/Batch/Src/GeneratedProtocol/Models/CertificateAddParameter.cs src/Batch/Src/GeneratedProtocol/Models/CertificateCancelDeletionOptions.cs src/Batch/Src/GeneratedProtocol/Models/CertificateDeleteOptions.cs src/Batch/Src/GeneratedProtocol/Models/CertificateGetOptions.cs src/Batch/Src/GeneratedProtocol/Models/CertificateListNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/CertificateListOptions.cs src/Batch/Src/GeneratedProtocol/Models/CertificateReference.cs src/Batch/Src/GeneratedProtocol/Models/CloudJob.cs src/Batch/Src/GeneratedProtocol/Models/CloudPool.cs src/Batch/Src/GeneratedProtocol/Models/CloudTask.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeAddUserOptions.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeDeleteUserOptions.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeDisableSchedulingOptions.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeEnableSchedulingOptions.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeError.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeGetOptions.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeGetRemoteDesktopOptions.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeGetRemoteLoginSettingsOptions.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeListNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeListOptions.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeRebootOptions.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeReimageOptions.cs src/Batch/Src/GeneratedProtocol/Models/ComputeNodeUpdateUserOptions.cs src/Batch/Src/GeneratedProtocol/Models/DeleteCertificateError.cs src/Batch/Src/GeneratedProtocol/Models/FileDeleteFromComputeNodeOptions.cs src/Batch/Src/GeneratedProtocol/Models/FileDeleteFromTaskOptions.cs src/Batch/Src/GeneratedProtocol/Models/FileGetFromComputeNodeOptions.cs src/Batch/Src/GeneratedProtocol/Models/FileGetFromTaskOptions.cs src/Batch/Src/GeneratedProtocol/Models/FileGetNodeFilePropertiesFromComputeNodeOptions.cs src/Batch/Src/GeneratedProtocol/Models/FileGetNodeFilePropertiesFromTaskOptions.cs src/Batch/Src/GeneratedProtocol/Models/FileListFromComputeNodeNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/FileListFromComputeNodeOptions.cs src/Batch/Src/GeneratedProtocol/Models/FileListFromTaskNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/FileListFromTaskOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobAddOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobAddParameter.cs src/Batch/Src/GeneratedProtocol/Models/JobDeleteOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobDisableOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobEnableOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobGetAllJobsLifetimeStatisticsOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobGetOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobListFromJobScheduleNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobListFromJobScheduleOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobListNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobListOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobListPreparationAndReleaseTaskStatusNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobListPreparationAndReleaseTaskStatusOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobManagerTask.cs src/Batch/Src/GeneratedProtocol/Models/JobPatchOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobPatchParameter.cs src/Batch/Src/GeneratedProtocol/Models/JobReleaseTask.cs src/Batch/Src/GeneratedProtocol/Models/JobScheduleAddOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobScheduleDeleteOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobScheduleDisableOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobScheduleEnableOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobScheduleExistsOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobScheduleGetOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobScheduleListNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobScheduleListOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobSchedulePatchOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobScheduleStatistics.cs src/Batch/Src/GeneratedProtocol/Models/JobScheduleTerminateOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobScheduleUpdateOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobSchedulingError.cs src/Batch/Src/GeneratedProtocol/Models/JobSpecification.cs src/Batch/Src/GeneratedProtocol/Models/JobStatistics.cs src/Batch/Src/GeneratedProtocol/Models/JobTerminateOptions.cs src/Batch/Src/GeneratedProtocol/Models/JobUpdateOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolAddOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolAddParameter.cs src/Batch/Src/GeneratedProtocol/Models/PoolDeleteOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolDisableAutoScaleOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolEnableAutoScaleOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolEvaluateAutoScaleOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolExistsOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolGetAllPoolsLifetimeStatisticsOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolGetOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolListNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolListOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolListPoolUsageMetricsNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolListPoolUsageMetricsOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolPatchOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolRemoveNodesOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolResizeOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolStopResizeOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolUpdatePropertiesOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolUpgradeOSOptions.cs src/Batch/Src/GeneratedProtocol/Models/PoolUsageMetrics.cs src/Batch/Src/GeneratedProtocol/Models/ResizeError.cs src/Batch/Src/GeneratedProtocol/Models/Schedule.cs src/Batch/Src/GeneratedProtocol/Models/TaskAddCollectionOptions.cs src/Batch/Src/GeneratedProtocol/Models/TaskAddOptions.cs src/Batch/Src/GeneratedProtocol/Models/TaskAddParameter.cs src/Batch/Src/GeneratedProtocol/Models/TaskDeleteOptions.cs src/Batch/Src/GeneratedProtocol/Models/TaskGetOptions.cs src/Batch/Src/GeneratedProtocol/Models/TaskListNextOptions.cs src/Batch/Src/GeneratedProtocol/Models/TaskListOptions.cs src/Batch/Src/GeneratedProtocol/Models/TaskListSubtasksOptions.cs src/Batch/Src/GeneratedProtocol/Models/TaskSchedulingError.cs src/Batch/Src/GeneratedProtocol/Models/TaskStatistics.cs src/Batch/Src/GeneratedProtocol/Models/TaskTerminateOptions.cs src/Batch/Src/GeneratedProtocol/Models/TaskUpdateOptions.cs commit 3e01884e53f3d581b98cedef5b8b521af8bde9cf Author: Matthew Rollitt <[email protected]> Date: Mon May 30 16:49:06 2016 +1200 Job auto termination code generated code and unit tests added commit d43eb9291281c3b60885a08a7cfcf2f92aba5009 Author: Matthew Rollitt <[email protected]> Date: Wed May 25 14:44:32 2016 +1200 Job auto termination all objects generating and mock tests working, still need to fix all the doc strings commit 1ce64d2c6dd234b6096d8f89814cee3ca0d53a45 Author: Matthew Rollitt <[email protected]> Date: Tue May 24 10:55:43 2016 +1200 Job auto termination all objects generating, still need to fix read write access and docs. commit 3ad10ca111acd11fac71a5e2c4922c7d3ceae4f6 Author: Matthew Rollitt <[email protected]> Date: Mon May 23 14:28:58 2016 +1200 Partial commit: Generated some of the OM code for exitConditions and add job commit 7e8f3fdedc1b3cb4df9907b849cfea30d1fadc74 Author: Matthew Rollitt <[email protected]> Date: Fri May 13 12:25:29 2016 +1200 Updated generated files with the new /// comments, error codes also added to the generated files commit 1d88be3207cf5b4ed5d72ff1f3a51960d1d67b17 Merge: 3650344 d5f52e5 Author: Matthew Rollitt <[email protected]> Date: Thu May 12 15:20:26 2016 +1200 Merge branch 'batch/develop' into batch/feature/job-autocomplete * Documentation string consistency pass * APR is only on CloudTask and JobManagerTask * fixed /// comments and a few tests * Updated a few doc strings and made a few small changes to the UnitTests * Updated a few docs and tests * Updating some doc strings * A few small changes to the tests * Small doc changes * regenerated APR.cs * more doc clean up and some code changes * reversed code path in /program.cs * cleaning up test methods * started working on int tests for APR on tasks * Added integration tests. * reverted spacing * small clean up of tests before a CR * code changes from a CR * rename test name * Refactoring a few tests * void to async signatures * Code review changes * just a quick clean up * WaitForJobStateAsync will now just throw an error if it goes over time * Regenerated protocol layer from the vnext swagger branch * Revert "Regenerated protocol layer from the vnext swagger branch" This reverts commit 4e09b33ff630d1bb3e33155fea1c08c737280bd5. * Regenerated protocol layer based on v0.17.0-Nightly20160629 * updated autorest version * Fix RegenerateBatch script * updated doc strings * Apr on tasks tests * Re-worked Integration tests * A few CR changes * fixing patch tests * Small clean up * cleaned up /// comment on JobAction.cs * few changes based on matt-c suggestions * removed commented out code * Removed src/Batch/RegenerateBatch.cmd * Regenerated the protocol layer from the swagger spec * Fix integration tests and delete accidentally duplicated files * Delete accidentally duplicated files * Fix integration tests * Regenerate protocol based on final Swagger spec * Add license to top of cs files * Remove SequentialDirectoryStaging.cs
jethibau
pushed a commit
to jethibau/azure-sdk-for-net
that referenced
this issue
Aug 2, 2018
AlexGhiondea
pushed a commit
to AlexGhiondea/azure-sdk-for-net
that referenced
this issue
Feb 12, 2019
AlexGhiondea
pushed a commit
to AlexGhiondea/azure-sdk-for-net
that referenced
this issue
Feb 12, 2019
ArcturusZhang
pushed a commit
that referenced
this issue
Jan 20, 2022
* new version client generation * fix build error * record test in new version * add changelog * update assembly and metadata * fix code generation discrepency * vnet and platform version tests (#7) * add system data validation (#9) * vnet and platform version tests * validate system data Co-authored-by: Kacie <[email protected]> * backup restore using msi (#10) * new changes * bump version * added test for private endpoint (#11) * playback * Update private endpoint test (#12) * added test for private endpoint * updated test Co-authored-by: Kacie Kang <[email protected]> Co-authored-by: Samir Solanki <[email protected]> Co-authored-by: Alan Feng <[email protected]>
sharathmalladi
pushed a commit
to sharathmalladi/azure-sdk-for-net
that referenced
this issue
Feb 18, 2022
…zure#12) * lazy load rank processor, refresh config and relaod token on expiry * Comments & Cleanup * Cleanup * Addressed comments * Cleanup * Fix conflict Co-authored-by: John Huang <[email protected]>
Mohit-Chakraborty
pushed a commit
that referenced
this issue
Mar 1, 2022
* 12767912: Add isLocalInference in the public SDK * Rename the variable * Thick clent feature (#5) * 12767907: Add a package dependency on Microsoft.RL * Add RankProcessor * Remove unused file * Remove some key * Toggle commented codes so that most tests can pass * Getting the required config details for rankprocessor to enable livemode * Updating the wrong variable name * Cleanup * Revert "12767907: Add a package dependency on Microsoft.RL" This reverts commit c586920. * Revert "Add RankProcessor" This reverts commit 43967d3. * Revert "Remove unused file" This reverts commit 1e400a8. * Revert "Toggle commented codes so that most tests can pass" This reverts commit 7ec50ec. * Delete DisposeHelper.cs * Revert "Revert "12767907: Add a package dependency on Microsoft.RL"" This reverts commit d6df6b5. * Cleanup after reverting * generating client configuration using autorest * Revert "generating client configuration using autorest" This reverts commit 6b75695. * Configuration details for livemodel * cleanup * cleanup * Added ToDo comments * correct the version in endpoints Co-authored-by: Tejaswi Paruchuri <[email protected]> Co-authored-by: Tparuchuri <[email protected]> * 12768045: Add rank processor for single slot (#3) Add RankProcessor Remove unused file Remove some key Toggle commented codes so that most tests can pass RankProcessor is working. Still need to clean up the codes Add test json files only construct LiveModel when localInference is true Move rankprocessor to under model Add latest generated files from autorest Add autogenerated files from autorest Fix the setting in DecisionContext Remove wrong comment Revert unexpected auto-generated file changes Addressed a comment Move suppression to GlobalSuppressions.cs Remove the decoration in MultiSlotClient.cs Refactor rankProcessor so that the actions is not modified and restored; added a converter between sdk and Rl.Net; replace Newtonsoft.json with System.Text.Json Address comments Refactor RlObjuectConverter; remove some unneeded setters, etc. Added unit tests for RlObjectConverter, DecisionContext, JsonRawStringListConverter Remove unused using * 13009290: Create RankProcessor class to Azure Personalizer client library for .NET for multi slot (#7) * 13009290: Create RankProcessor class to Azure Personalizer client library for .NET for multi slot * Address comments * Subsampling * Cleanup and added tests * Cleanup and added tests * cleanup * cleanup * Single SubSample rate * Cleanup * Cleanup * Variable name * 13192221: Point to the Rl.Net nuget package from SDK dev drop (#9) * Adding test code for Model/Put api and moving to preview.3 * Johnhuang/13216589 reward activate local inference api (#10) * Update API view file * 13216589: Add local inference reward api 13216590: Add local inference activate api * Fix the comments * Remove IsDisposed method * Revert "Update API view file" This reverts commit 0a4dcbf. * Remove MultiSlotClient class as it is never used * Add more change after other PRs were merged * Revert "Add more change after other PRs were merged" This reverts commit 35a3120. * 13225147: Update API view file for thick client (#11) * 13225147: Update API view file for thick client * Remove some suppressing warning * Add more changes after 2 PRs were merged * lazy load rank processor, refresh config and relaod token on expiry (#12) * lazy load rank processor, refresh config and relaod token on expiry * Comments & Cleanup * Cleanup * Addressed comments * Cleanup * Fix conflict Co-authored-by: John Huang <[email protected]> * 13309375: Improve the tests by mocking LiveModel when test mode is (#14) * 13309375: Improve the tests by mocking LiveModel when test mode is Playback but using real LiveModel when test mode is Live * Change some public classes to private * Address those comments in the main PR * Update Microsoft.RL version * Rename some properties * Update Microsoft.RL version * Fix spelling check * Remove the unneeded warning * Update live model config * Use similar method names for export and import apis * Johnhuang/13170630 address thick client sdk review (#18) * 13170630: Address comments from SDK review * Update API view file * Remove unnecessary file under Gerated folder * Add more test for RLObjectConverter * Remove unused parameter * Remove unneeded comment * Update recording sessions for tests that were changed in earlier commit. (#19) Co-authored-by: Personalizer Team <[email protected]> * Update api view file after model api change (#20) * Rename modelStream to modelBody (#21) * Update Microsoft.RL version * 13678440: Some cosmetic change to address comments from DotNet team (#22) * Update method names for Export/Import models as per suggestions. (#23) * Update method names for Export/Import models as per suggestions. * Updates after running codecheck.ps1 script Co-authored-by: Personalizer Team <[email protected]> Co-authored-by: Tejaswi Paruchuri <[email protected]> Co-authored-by: Tparuchuri <[email protected]> Co-authored-by: Personalizer Team <[email protected]> Co-authored-by: Sharath Malladi <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
winmd code: https://github.com/aliakb/azure-sdk-for-net/blob/Clean/microsoft-azure-servicelayer/Microsoft.WindowsAzure.ServiceLayer/ServiceBus/IServiceBusService.cs
For an empty Servicebus queue getMessageAsync call returns cancelled error.
Expected: To return success with null result that the application can process on. An empty queue should not be treated as an exception.
for example in JS, I want to check if message is received then process on it. Empty queue is also a valid state and should not throw an exception.
sb.getMessageAsync("myq", 20).then(
function (result) {
if(result!=null)
logOutput("Received message" + result.text);
The text was updated successfully, but these errors were encountered: