├── .github └── policies │ └── resourceManagement.yml ├── .gitignore ├── CODE_OF_CONDUCT.md ├── LICENSE ├── LabFiles └── MSGraph-Delegate-Batch.swagger.json ├── README.md ├── SECURITY.md └── devx.yml /.github/policies/resourceManagement.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoftgraph/msgraph-training-powerautomate/HEAD/.github/policies/resourceManagement.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoftgraph/msgraph-training-powerautomate/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoftgraph/msgraph-training-powerautomate/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoftgraph/msgraph-training-powerautomate/HEAD/LICENSE -------------------------------------------------------------------------------- /LabFiles/MSGraph-Delegate-Batch.swagger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoftgraph/msgraph-training-powerautomate/HEAD/LabFiles/MSGraph-Delegate-Batch.swagger.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoftgraph/msgraph-training-powerautomate/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoftgraph/msgraph-training-powerautomate/HEAD/SECURITY.md -------------------------------------------------------------------------------- /devx.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoftgraph/msgraph-training-powerautomate/HEAD/devx.yml --------------------------------------------------------------------------------