-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add PauseOnStart Recording Option Swagger #37102
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
Merged
Merged
Changes from 8 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
ed2e08d
generated files from swagger
amariwest-msft d056255
added pauseonstart option
amariwest-msft 261217a
added pauseonstart option
amariwest-msft 3c86e93
changed pauseOnStart type to boolean
amariwest-msft 550bbb5
changed pauseOnStart type to boolean
amariwest-msft 22ddd15
changed pauseOnStart type to boolean
amariwest-msft 583afb0
changed pauseOnStart type to boolean
amariwest-msft a084281
updated changelog
amariwest-msft bd6ff88
removed autorest.java
amariwest-msft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
46 changes: 46 additions & 0 deletions
46
...ava/com/azure/communication/callautomation/implementation/models/TranscriptionStatus.java
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. | ||
| // Code generated by Microsoft (R) AutoRest Code Generator. | ||
|
|
||
| package com.azure.communication.callautomation.implementation.models; | ||
|
|
||
| import com.azure.core.util.ExpandableStringEnum; | ||
| import com.fasterxml.jackson.annotation.JsonCreator; | ||
| import java.util.Collection; | ||
|
|
||
| /** Defines values for TranscriptionStatus. */ | ||
| public final class TranscriptionStatus extends ExpandableStringEnum<TranscriptionStatus> { | ||
| /** Static value transcriptionStarted for TranscriptionStatus. */ | ||
| public static final TranscriptionStatus TRANSCRIPTION_STARTED = fromString("transcriptionStarted"); | ||
|
|
||
| /** Static value transcriptionFailed for TranscriptionStatus. */ | ||
| public static final TranscriptionStatus TRANSCRIPTION_FAILED = fromString("transcriptionFailed"); | ||
|
|
||
| /** Static value transcriptionResumed for TranscriptionStatus. */ | ||
| public static final TranscriptionStatus TRANSCRIPTION_RESUMED = fromString("transcriptionResumed"); | ||
|
|
||
| /** Static value transcriptionLocaleUpdated for TranscriptionStatus. */ | ||
| public static final TranscriptionStatus TRANSCRIPTION_LOCALE_UPDATED = fromString("transcriptionLocaleUpdated"); | ||
|
|
||
| /** Static value transcriptionStopped for TranscriptionStatus. */ | ||
| public static final TranscriptionStatus TRANSCRIPTION_STOPPED = fromString("transcriptionStopped"); | ||
|
|
||
| /** Static value unspecifiedError for TranscriptionStatus. */ | ||
| public static final TranscriptionStatus UNSPECIFIED_ERROR = fromString("unspecifiedError"); | ||
|
|
||
| /** | ||
| * Creates or finds a TranscriptionStatus from its string representation. | ||
| * | ||
| * @param name a name to look for. | ||
| * @return the corresponding TranscriptionStatus. | ||
| */ | ||
| @JsonCreator | ||
| public static TranscriptionStatus fromString(String name) { | ||
| return fromString(name, TranscriptionStatus.class); | ||
| } | ||
|
|
||
| /** @return known TranscriptionStatus values. */ | ||
| public static Collection<TranscriptionStatus> values() { | ||
| return values(TranscriptionStatus.class); | ||
| } | ||
| } |
59 changes: 59 additions & 0 deletions
59
.../azure/communication/callautomation/implementation/models/TranscriptionStatusDetails.java
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. | ||
| // Code generated by Microsoft (R) AutoRest Code Generator. | ||
|
|
||
| package com.azure.communication.callautomation.implementation.models; | ||
|
|
||
| import com.azure.core.util.ExpandableStringEnum; | ||
| import com.fasterxml.jackson.annotation.JsonCreator; | ||
| import java.util.Collection; | ||
|
|
||
| /** Defines values for TranscriptionStatusDetails. */ | ||
| public final class TranscriptionStatusDetails extends ExpandableStringEnum<TranscriptionStatusDetails> { | ||
| /** Static value subscriptionStarted for TranscriptionStatusDetails. */ | ||
| public static final TranscriptionStatusDetails SUBSCRIPTION_STARTED = fromString("subscriptionStarted"); | ||
|
|
||
| /** Static value streamConnectionReestablished for TranscriptionStatusDetails. */ | ||
| public static final TranscriptionStatusDetails STREAM_CONNECTION_REESTABLISHED = | ||
| fromString("streamConnectionReestablished"); | ||
|
|
||
| /** Static value streamConnectionUnsuccessful for TranscriptionStatusDetails. */ | ||
| public static final TranscriptionStatusDetails STREAM_CONNECTION_UNSUCCESSFUL = | ||
| fromString("streamConnectionUnsuccessful"); | ||
|
|
||
| /** Static value streamUrlMissing for TranscriptionStatusDetails. */ | ||
| public static final TranscriptionStatusDetails STREAM_URL_MISSING = fromString("streamUrlMissing"); | ||
|
|
||
| /** Static value serviceShutdown for TranscriptionStatusDetails. */ | ||
| public static final TranscriptionStatusDetails SERVICE_SHUTDOWN = fromString("serviceShutdown"); | ||
|
|
||
| /** Static value streamConnectionInterrupted for TranscriptionStatusDetails. */ | ||
| public static final TranscriptionStatusDetails STREAM_CONNECTION_INTERRUPTED = | ||
| fromString("streamConnectionInterrupted"); | ||
|
|
||
| /** Static value speechServicesConnectionError for TranscriptionStatusDetails. */ | ||
| public static final TranscriptionStatusDetails SPEECH_SERVICES_CONNECTION_ERROR = | ||
| fromString("speechServicesConnectionError"); | ||
|
|
||
| /** Static value subscriptionStopped for TranscriptionStatusDetails. */ | ||
| public static final TranscriptionStatusDetails SUBSCRIPTION_STOPPED = fromString("subscriptionStopped"); | ||
|
|
||
| /** Static value unspecifiedError for TranscriptionStatusDetails. */ | ||
| public static final TranscriptionStatusDetails UNSPECIFIED_ERROR = fromString("unspecifiedError"); | ||
|
|
||
| /** | ||
| * Creates or finds a TranscriptionStatusDetails from its string representation. | ||
| * | ||
| * @param name a name to look for. | ||
| * @return the corresponding TranscriptionStatusDetails. | ||
| */ | ||
| @JsonCreator | ||
| public static TranscriptionStatusDetails fromString(String name) { | ||
| return fromString(name, TranscriptionStatusDetails.class); | ||
| } | ||
|
|
||
| /** @return known TranscriptionStatusDetails values. */ | ||
| public static Collection<TranscriptionStatusDetails> values() { | ||
| return values(TranscriptionStatusDetails.class); | ||
| } | ||
| } |
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
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
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
1 change: 1 addition & 0 deletions
1
sdk/communication/azure-communication-callautomation/swagger/autorest.java
Submodule autorest.java
added at
9add39
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.
Uh oh!
There was an error while loading. Please reload this page.