Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: leahyra/CopilotStudioSamples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: microsoft/CopilotStudioSamples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 5 files changed
  • 3 contributors

Commits on Jul 8, 2026

  1. Fix emergency contact indentation and rename residential address temp…

    …lates (microsoft#528)
    
    - WorkdayManageEmergencyContact: fix YAML indentation for Emergency_Contact_Data properties
    - EmployeeUpdateResidentialAddress: rename template XMLs to match scenario naming convention (msdyn_HRWorkdayHCM prefix)
    
    Co-authored-by: Sai Rugveth Vankayala <savankayala@microsoft.com>
    savankayala05 and savankayala authored Jul 8, 2026
    Configuration menu
    Copy the full SHA
    cc46ace View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2026

  1. Add Time_Off_Reason_Reference to Workday multi-day time off request t…

    …emplate (microsoft#529)
    
    The topic.yaml already sends a {timeoff_Reason} parameter as part of the request payload, but the XML request template had no corresponding Time_Off_Reason_Reference element to receive it, so the reason was silently dropped from the Workday API call. This adds the missing element so the resolved Time_Off_Reason_ID is included in each repeated Enter_Time_Off_Entry_Data entry.
    roohyfatima2026 authored Jul 10, 2026
    Configuration menu
    Copy the full SHA
    9976436 View commit details
    Browse the repository at this point in the history
Loading