Skip to content
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

- Converting Authoring Analyzeconversations of 2023-04-15-preview and 2023-04-01 version to Typespec. #30499

Open
wants to merge 48 commits into
base: main
Choose a base branch
from

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    5e474bb View commit details
    Browse the repository at this point in the history
  2. - deleted testing swagger for authoring conversations

    - added testing json for authoring conversations 2023-04-15-preview
    amber-ccc committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d20f151 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    c55f3a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28c7965 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    642201e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6551495 View commit details
    Browse the repository at this point in the history
  5. - modified model EvaluationResults

    - compiled
    amber-ccc committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1c3d990 View commit details
    Browse the repository at this point in the history
  6. - fixed Swagger SpellCheck

    - compiled
    amber-ccc committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ae88731 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a093ec5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c5747c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aef67e0 View commit details
    Browse the repository at this point in the history
  10. - added testing json for 2023-04-01

    - compiled
    amber-ccc committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0a57743 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6685a7a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a37a156 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5788ec9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    20f9aed View commit details
    Browse the repository at this point in the history
  15. - add version 2023-04-15-preview to CustomConversationSummarization o…

    …f ConversationalAnalysisAuthoringProjectKind
    
    - compiled
    amber-ccc committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6f3f63a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c7ebe1a View commit details
    Browse the repository at this point in the history
  17. - changed the appId type to uuid

    - compiled
    amber-ccc committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0298a58 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    3b0798c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba749a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45215d8 View commit details
    Browse the repository at this point in the history
  4. - add Versions v2023_04_15_preview to ConversationalAnalysisAuthoring…

    …CreateDeploymentOptions.properties.assignedResourceIds
    
    - compiled
    amber-ccc committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6bc99e8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from amber-ccc/main

    merge main to my own branch
    amber-ccc committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    abdacad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5eeb26c View commit details
    Browse the repository at this point in the history
  7. - fixed TypeSpec Validation

    - compiled
    amber-ccc committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d7a4c38 View commit details
    Browse the repository at this point in the history
  8. - made ConversationalAnalysisAuthoringCreateProjectOptions the reques…

    …t payload of the patch CreateProject operation, and made some of the properties optional
    
    - compiled
    amber-ccc committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e3d4cbf View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3 from amber-ccc/main

    Upgrade/typespec 0.60 (Azure#30511)
    amber-ccc committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    44f56e6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f7c4ddd View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. - modified the titles of each testing json

    - compiled
    amber-ccc committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c72382a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17b4469 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f529860 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from amber-ccc/main

    merge main to conversations branch
    amber-ccc committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0c2e887 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea1bf06 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. - added resource template for ProjectMetaData

    - used ResourceAction and LongRunningResourceAction for Resource ProjectMetaData (Operation authorize-copy and copy)
    - compiled
    amber-ccc committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0740996 View commit details
    Browse the repository at this point in the history
  2. - added child Resource ProjectDeployment

    - implemented Resource ProjectDeployment Template for getDeploymentsList
    - compiled
    amber-ccc committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    be53448 View commit details
    Browse the repository at this point in the history
  3. - added CopyProjectJobState as child Resource of ProjectMetaData

    - implemented CopyProjectJobState by ResourceRead
    - compiled
    amber-ccc committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a0d7be9 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    a3df6f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. - used resource template for resource ProjectDeployment (Child of Pro…

    …jectMetadata)
    
    - used ResourceRead template for resource DeploymentJobState (Child of ProjectDeployment)
    - compiled
    amber-ccc committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    722d905 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c22d24 View commit details
    Browse the repository at this point in the history
  3. - added some JobState as children of ProjectTrainedModel

    - used ResourceRead Template for these JobState resource
    - compiled
    amber-ccc committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ef2e4b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84ba1d2 View commit details
    Browse the repository at this point in the history
  5. - add resource "train/jobs" for TrainingJobState

    - used some resource template of TrainingJobState
    - compiled
    amber-ccc committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3961afd View commit details
    Browse the repository at this point in the history
  6. - added DeploymentDeleteFromResourcesJobState and SwapDeploymentsJobS…

    …tate to fix duplicated DeploymentJobState resource issue
    
    - compiled
    amber-ccc committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    f20dbba View commit details
    Browse the repository at this point in the history
  7. - added two more jobstate ExportProjectJobState and ImportProjectJobS…

    …tate as resource
    
    - used ResourceRead template for thess two resources
    - compiled
    amber-ccc committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2396dfd View commit details
    Browse the repository at this point in the history
  8. - modified the operation name copy to copyProject

    - added action("copy") for this
    - compiled
    amber-ccc committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    cf1124f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7189443 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    297c625 View commit details
    Browse the repository at this point in the history