Azure-Samples / ms-identity-docs-code-python

Source for the Python code snippets in the Microsoft identity platform documentation found on https://docs.microsoft.com.
https://docs.microsoft.com/azure/active-directory/develop
MIT License
16 stars 23 forks source link

mv device code sample from repo root to src (DOCS-CODE-032) #12

Closed mmacy closed 2 years ago

mmacy commented 2 years ago

Purpose

Moves the lone sample residing in the repo root dir into the src dir along with the others.

image

Does this introduce a breaking change?

[X] Yes >>> busts links in the tracking spreadsheet that point to this sample
[ ] No

You'll also want to update your local clone by pulling main from upstream (this repo).

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes) >>> repo directory structure change ONLY
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

N/A