Skip to content

Commit 2ed7b4d

Browse files
responding to PR feedback
1 parent 8afeb1d commit 2ed7b4d

File tree

19 files changed

+8
-29
lines changed

19 files changed

+8
-29
lines changed
File renamed without changes.
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/ms-identity-python-webapp-master/flask_session
2-
/ms-identity-python-webapp-master/__pycache__
3-
/ms-identity-python-webapp-master/.vscode
4-
/flask_session
1+
flask_session
2+
__pycache__
3+
.vscode
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44

55
### Quick summary
66

7-
1. On Windows run PowerShell and navigate to the root of the cloned directory
8-
1. In PowerShell run:
7+
1. On Windows run PowerShell and navigate to the root of the PersonalAccessTokenAPIAppSample directory from the cloned repo
8+
2. In PowerShell run:
99
```PowerShell
1010
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process -Force
1111
```
12-
1. Run the script to create your Azure AD application and configure the code of the sample application accordingly. (Other ways of running the scripts are described below)
12+
3. Run the script to create your Azure AD application and configure the code of the sample application accordingly. (Other ways of running the scripts are described below)
1313
```PowerShell
1414
.\AppCreationScripts\Configure.ps1
1515
```
16-
1. Open the Visual Studio solution and click start
16+
4. Open the Visual Studio solution and click start
1717

1818
### More details
1919

File renamed without changes.

0 commit comments

Comments
 (0)