Skip to content

Update TeamsEventsPolicy and TeamsMeetingPolicy to New and Set cmdlets to document new parameter for Backroom Chat #2779

Update TeamsEventsPolicy and TeamsMeetingPolicy to New and Set cmdlets to document new parameter for Backroom Chat

Update TeamsEventsPolicy and TeamsMeetingPolicy to New and Set cmdlets to document new parameter for Backroom Chat #2779

Workflow file for this run

name: Background tasks
permissions:
pull-requests: write
contents: read
on:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
upload:
if: github.repository_owner == 'MicrosoftDocs'
runs-on: ubuntu-latest
steps:
- name: Save payload data
env:
PayloadJson: ${{ toJSON(github) }}
AccessToken: ${{ github.token }}
run: |
mkdir -p ./pr
echo $PayloadJson > ./pr/PayloadJson.json
sed -i -e "s/$AccessToken/XYZ/g" ./pr/PayloadJson.json
- uses: actions/upload-artifact@v4
with:
name: PayloadJson
path: pr/